|
1 | | -# Please refer to the "Upgrade Browser Version" section in the README.md for |
2 | | -# more details on how to update browser version numbers. |
3 | | -chrome: |
4 | | - # It seems Chrome can't always release from the same build for all operating |
5 | | - # systems, so we specify per-OS build number. |
6 | | - # |
7 | | - # The OS names here must match what recipe Python expression |
8 | | - # `self.m.platform.name.capitalize()` evaluates to. See: |
9 | | - # |
10 | | - # recipe_modules/web_util/api.py |
11 | | - Linux: 927388 # Major version 96 |
12 | | - Mac: 927385 # Major version 96 |
13 | | - Win: 927369 # Major version 96 |
14 | | - |
15 | | -## Firefox does not use CIPD. To update the version, simply update it in this |
16 | | -## file. |
17 | | -firefox: |
18 | | - version: '83.0' |
19 | | - |
20 | | -edge: |
21 | | - launcher_version: '1.2.0.0' |
22 | | - |
23 | | -safari_ios: |
24 | | - # Make sure this version is the same version supported by LUCI macOS bots. |
25 | | - # XCode on these bots will be updated once a year, do not forget to update |
26 | | - # `heightOfHeader` during this time. |
27 | | - major_version: 13 |
28 | | - minor_version: 0 |
29 | | - device: 'iPhone 11' |
30 | | - # `xcrun simctl` command is used to take screenshots. It takes the screenshot |
31 | | - # of the entire simulator. Therefore we need to crop all the parts other than |
32 | | - # the browsers' content. This file must be in sync with the local and LUCI |
33 | | - # versions of macOS, iOS Simulator, and Xcode. |
34 | | - # `heightOfHeader` is the number of pixels taken by the phone's header menu |
35 | | - # and the browsers address bar. |
36 | | - # TODO: https://github.com/flutter/flutter/issues/65672 |
37 | | - height_of_header: 189 |
38 | | - # `heightOfFooter` is the number of pixels taken by the phone's navigation |
39 | | - # menu. |
40 | | - height_of_footer: 250 |
41 | | - # Most of the time tests use a portion of the screen to compare goldens |
42 | | - # instead of the entire screen. This area is reprented by a rectangle |
43 | | - # when taking screenshots. However the rectangle dimensions are in logical |
44 | | - # coordinates. In order to convert these coordinates to coordinates on the |
45 | | - # phone screeen we enlarge or shrink the area by applying a linear |
46 | | - # transformation by a scale_factor (a.k.a. we perform isotropic scaling). |
47 | | - # This value will be differ depending on the phone. |
48 | | - # For iOS 13.0 iPhone 11 Pro, this number is 1.15. |
49 | | - scale_factor: 1.00 |
| 1 | +# Please refer to the "Upgrade Browser Version" section in the README.md for |
| 2 | +# more details on how to update browser version numbers. |
| 3 | +chrome: |
| 4 | + # It seems Chrome can't always release from the same build for all operating |
| 5 | + # systems, so we specify per-OS build number. |
| 6 | + # |
| 7 | + # Follow these instructions to find the correct build number for a specific |
| 8 | + # Chromium version + OS combo: |
| 9 | + # |
| 10 | + # https://www.chromium.org/getting-involved/download-chromium/#downloading-old-builds-of-chrome-chromium |
| 11 | + # |
| 12 | + # The OS names here must match what recipe Python expression |
| 13 | + # `self.m.platform.name.capitalize()` evaluates to. See: |
| 14 | + # |
| 15 | + # recipe_modules/web_util/api.py |
| 16 | + Linux: 929514 |
| 17 | + Mac: 929514 |
| 18 | + Win: 929514 |
| 19 | + version: '96.2' # CIPD tag for the above Build IDs. Normally "ChromeMajorVersion.UploadAttempt". ;) |
| 20 | + |
| 21 | +## Firefox does not use CIPD. To update the version, simply update it in this |
| 22 | +## file. |
| 23 | +firefox: |
| 24 | + version: '83.0' |
| 25 | + |
| 26 | +edge: |
| 27 | + launcher_version: '1.2.0.0' |
| 28 | + |
| 29 | +safari_ios: |
| 30 | + # Make sure this version is the same version supported by LUCI macOS bots. |
| 31 | + # XCode on these bots will be updated once a year, do not forget to update |
| 32 | + # `heightOfHeader` during this time. |
| 33 | + major_version: 13 |
| 34 | + minor_version: 0 |
| 35 | + device: 'iPhone 11' |
| 36 | + # `xcrun simctl` command is used to take screenshots. It takes the screenshot |
| 37 | + # of the entire simulator. Therefore we need to crop all the parts other than |
| 38 | + # the browsers' content. This file must be in sync with the local and LUCI |
| 39 | + # versions of macOS, iOS Simulator, and Xcode. |
| 40 | + # `heightOfHeader` is the number of pixels taken by the phone's header menu |
| 41 | + # and the browsers address bar. |
| 42 | + # TODO: https://github.com/flutter/flutter/issues/65672 |
| 43 | + height_of_header: 189 |
| 44 | + # `heightOfFooter` is the number of pixels taken by the phone's navigation |
| 45 | + # menu. |
| 46 | + height_of_footer: 250 |
| 47 | + # Most of the time tests use a portion of the screen to compare goldens |
| 48 | + # instead of the entire screen. This area is reprented by a rectangle |
| 49 | + # when taking screenshots. However the rectangle dimensions are in logical |
| 50 | + # coordinates. In order to convert these coordinates to coordinates on the |
| 51 | + # phone screeen we enlarge or shrink the area by applying a linear |
| 52 | + # transformation by a scale_factor (a.k.a. we perform isotropic scaling). |
| 53 | + # This value will be differ depending on the phone. |
| 54 | + # For iOS 13.0 iPhone 11 Pro, this number is 1.15. |
| 55 | + scale_factor: 1.00 |
0 commit comments