- 31 May, 2023 10 commits
-
-
Tomasz Gucio authored
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/3ef9adec406d...5294709d682c 2023-05-31 skia-flutter-autoroll@skia.org Roll Skia from 6c27b245a173 to 0f92eb8c4bbd (1 revision) (flutter/engine#42444) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Please CC jonahwilliams@google.com,rmistry@google.com,zra@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/b7fced37086b...3ef9adec406d 2023-05-31 skia-flutter-autoroll@skia.org Roll Skia from 6920730bc2e8 to 6c27b245a173 (1 revision) (flutter/engine#42443) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Please CC jonahwilliams@google.com,rmistry@google.com,zra@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/7a4a267d8ad0...b7fced37086b 2023-05-31 skia-flutter-autoroll@skia.org Roll Skia from 78f3a9a4587c to 6920730bc2e8 (1 revision) (flutter/engine#42441) 2023-05-31 skia-flutter-autoroll@skia.org Roll Skia from 870e249c99a7 to 78f3a9a4587c (1 revision) (flutter/engine#42440) 2023-05-31 skia-flutter-autoroll@skia.org Roll Fuchsia Mac SDK from BPfBea46iVvtlNBnP... to WbvKb2sKXw0MUnSsC... (flutter/engine#42439) Also rolling transitive DEPS: fuchsia/sdk/core/mac-amd64 from BPfBea46iVvt to WbvKb2sKXw0M If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Please CC jonahwilliams@google.com,rmistry@google.com,zra@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/5374988a500c...7a4a267d8ad0 2023-05-31 jonahwilliams@google.com [Impeller] offload all text computation into vertex shader (flutter/engine#42417) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Please CC jonahwilliams@google.com,rmistry@google.com,zra@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
-
Jackson Gardner authored
By default, the browser fuzzes the timer APIs such that they have a granularity of approximately 100 microseconds (this is due to Spectre mitigation techniques). However, many of the thing we are trying to measure actually have a much finer granularity than 100 microseconds. As a result, many of our benchmarks are extremely noisy and don't provide accurate data. By serving the initial script files with the `Cross-Origin-Opener-Policy: same-origin` and `Cross-Origin-Embedder-Policy: require-corp` HTTP headers, the browser runs the benchmarks in a `crossOriginIsolated` context, which restores the fine granularity of APIs such as `performance.now()` to microsecond precision. Also, we were considering anything an outlier that was more than one standard deviation away from the mean. In a normal distribution, that means we are only capturing 68% of the data and the rest are considered outliers. This is not ideal. Doing two standard deviations away captures 95% of the data, and the outliers are in the remaining 5%, which seems much more reasonable.
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/dff18479ee48...5374988a500c 2023-05-30 zanderso@users.noreply.github.com Enables bugprone-unchecked-optional-access for some files (flutter/engine#42428) 2023-05-30 zanderso@users.noreply.github.com Revert "Move linux clang tidy to engine_v2." (flutter/engine#42434) 2023-05-30 skia-flutter-autoroll@skia.org Roll Skia from fed417995ba9 to 870e249c99a7 (14 revisions) (flutter/engine#42435) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Please CC jonahwilliams@google.com,rmistry@google.com,zra@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
-
Ian Hickson authored
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/1ba8091fbca7...dff18479ee48 2023-05-30 30870216+gaaclarke@users.noreply.github.com [Impeller] Fixed TypographerTest.MaybeHasOverlapping (flutter/engine#42429) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Please CC jonahwilliams@google.com,rmistry@google.com,zra@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
-
godofredoc authored
This allows to run the api 33 as a separate build. Bug: https://github.com/flutter/flutter/issues/127884 Bug: https://github.com/flutter/flutter/issues/118736
-
- 30 May, 2023 18 commits
-
-
Reid Baker authored
Update android manifests to set exported:true on main activities in integration test for api 33 support (#127892) Update android manifests to set exported:true on main activities in integration test for api 33 support #127689 #127884 is resolved by https://flutter-review.googlesource.com/c/recipes/+/45181 but this pr is required to reland.
-
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/a6d3124cedb5...1ba8091fbca7 2023-05-30 jhy03261997@gmail.com Handle a11y focus event on Ios and android (flutter/engine#41777) 2023-05-30 matej.knopp@gmail.com Fix unitialized SkRect (flutter/engine#42403) 2023-05-30 reidbaker@google.com Update engine testing to use api 33 for android tests. (flutter/engine#42351) 2023-05-30 gspencergoog@users.noreply.github.com Reland: "Adding app lifecycle notification for macOS and Linux, add `hidden` state." (#40542) (flutter/engine#42418) 2023-05-30 30870216+gaaclarke@users.noreply.github.com [Impeller] Fixed GlyphAtlasWithLotsOfdUniqueGlyphSize (flutter/engine#42423) 2023-05-30 54558023+keyonghan@users.noreply.github.com Remove legacy xcode properties/dependencies (flutter/engine#42368) 2023-05-30 skia-flutter-autoroll@skia.org Roll Skia from bab82f14da1a to fed417995ba9 (7 revisions) (flutter/engine#42424) 2023-05-30 30870216+gaaclarke@users.noreply.github.com [Impeller] removed vulkan unit test csv (flutter/engine#42354) 2023-05-30 skia-flutter-autoroll@skia.org Roll Skia from d22106cc40a0 to bab82f14da1a (7 revisions) (flutter/engine#42420) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Please CC jonahwilliams@google.com,rmistry@google.com,zra@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
-
keyonghan authored
Now only $flutter/osx_sdk property is being used, and it's safe to remove deprecated entries from ci.yaml. Part of https://github.com/flutter/flutter/issues/127534
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/5cd5b13779fd...a6d3124cedb5 2023-05-30 jonahwilliams@google.com [Impeller] delete position_uv, tiled_texture vertex shaders. (flutter/engine#42416) 2023-05-30 bdero@google.com [Impeller] Bias towards sampling from lower mip levels (flutter/engine#42386) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Please CC jonahwilliams@google.com,rmistry@google.com,zra@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
-
engine-flutter-autoroll authored
https://github.com/flutter/packages/compare/4a5cc3e6947b...c85111c7b880 2023-05-30 stuartmorgan@google.com [local_auth] Fix cancel handling on Android (flutter/packages#4120) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-packages-flutter-autoroll Please CC flutter-ecosystem@google.com,rmistry@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
-
Tomasz Gucio authored
-
Tomasz Gucio authored
-
chunhtai authored
A previous pr fixed an bug in the autoscalar's speed calculation. The calculation would produce much lower speed after the fix. This pr raised the default scalar value for reorderable list. fixes https://github.com/flutter/flutter/issues/121603
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/7dda3ba14436...5cd5b13779fd 2023-05-30 skia-flutter-autoroll@skia.org Roll Skia from bd7847b771b6 to d22106cc40a0 (1 revision) (flutter/engine#42414) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Please CC jonahwilliams@google.com,rmistry@google.com,zra@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
-
Matheus Kirchesch authored
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/9fa896af0749...7dda3ba14436 2023-05-30 skia-flutter-autoroll@skia.org Roll Skia from 279b5bb5f319 to bd7847b771b6 (1 revision) (flutter/engine#42413) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Please CC jonahwilliams@google.com,rmistry@google.com,zra@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/351a7ca1f54a...9fa896af0749 2023-05-30 dacoharkes@google.com [deps] Add dart-lang/native packages (flutter/engine#42412) 2023-05-30 skia-flutter-autoroll@skia.org Roll Fuchsia Mac SDK from s0EKNBEvQSUVJhV0J... to BPfBea46iVvtlNBnP... (flutter/engine#42410) Also rolling transitive DEPS: fuchsia/sdk/core/mac-amd64 from s0EKNBEvQSUV to BPfBea46iVvt If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Please CC bdero@google.com,rmistry@google.com,zra@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/b5f60d2b33dc...351a7ca1f54a 2023-05-30 skia-flutter-autoroll@skia.org Roll Skia from b0fd9b595e50 to 279b5bb5f319 (1 revision) (flutter/engine#42408) 2023-05-30 skia-flutter-autoroll@skia.org Roll Skia from 91360f7433b8 to b0fd9b595e50 (1 revision) (flutter/engine#42407) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Please CC bdero@google.com,rmistry@google.com,zra@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
-
Taha Tesser authored
fixes https://github.com/flutter/flutter/issues/127795
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/93a8d41549a8...b5f60d2b33dc 2023-05-30 skia-flutter-autoroll@skia.org Roll Fuchsia Linux SDK from J9sg0YQx4e4phnfYp... to Nq-KA7nXfrr1RLDGI... (flutter/engine#42405) Also rolling transitive DEPS: fuchsia/sdk/core/linux-amd64 from J9sg0YQx4e4p to Nq-KA7nXfrr1 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Please CC bdero@google.com,rmistry@google.com,zra@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/eb87e240c333...93a8d41549a8 2023-05-30 skia-flutter-autoroll@skia.org Roll Skia from 504acfa470a1 to 91360f7433b8 (1 revision) (flutter/engine#42404) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Please CC bdero@google.com,rmistry@google.com,zra@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/762f8f2bb22a...eb87e240c333 2023-05-29 bdero@google.com Fix lint failure in ImageDecoderImpeller (flutter/engine#42402) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Please CC bdero@google.com,rmistry@google.com,zra@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
-
- 29 May, 2023 7 commits
-
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/f768be10782c...762f8f2bb22a 2023-05-29 skia-flutter-autoroll@skia.org Roll Fuchsia Mac SDK from YMaUj7vlxbVLonvij... to s0EKNBEvQSUVJhV0J... (flutter/engine#42401) Also rolling transitive DEPS: fuchsia/sdk/core/mac-amd64 from YMaUj7vlxbVL to s0EKNBEvQSUV If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Please CC bdero@google.com,rmistry@google.com,zra@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
-
engine-flutter-autoroll authored
https://github.com/flutter/packages/compare/9f8dcc562b55...4a5cc3e6947b 2023-05-27 engine-flutter-autoroll@skia.org Roll Flutter (stable) from d3d8effc686d to 9cd3d0d9ff05 (1 revision) (flutter/packages#4089) 2023-05-26 engine-flutter-autoroll@skia.org Roll Flutter from 216605b6 to ee162e4b (53 revisions) (flutter/packages#4090) 2023-05-26 christopherfujino@gmail.com bump mockito to version 5.4.1 (flutter/packages#4085) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-packages-flutter-autoroll Please CC flutter-ecosystem@google.com,rmistry@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/456aa79ae044...f768be10782c 2023-05-29 skia-flutter-autoroll@skia.org Roll Fuchsia Linux SDK from -WNJ2kZyJnseS5Dq6... to J9sg0YQx4e4phnfYp... (flutter/engine#42398) Also rolling transitive DEPS: fuchsia/sdk/core/linux-amd64 from -WNJ2kZyJnse to J9sg0YQx4e4p If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Please CC bdero@google.com,rmistry@google.com,zra@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/91bc4238438e...456aa79ae044 2023-05-29 skia-flutter-autoroll@skia.org Roll Skia from 19af8f052d64 to 504acfa470a1 (1 revision) (flutter/engine#42397) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Please CC bdero@google.com,rmistry@google.com,zra@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/de6b2552faf2...91bc4238438e 2023-05-29 49699333+dependabot[bot]@users.noreply.github.com Bump github/codeql-action from 2.3.3 to 2.3.5 (flutter/engine#42394) 2023-05-29 49699333+dependabot[bot]@users.noreply.github.com Bump actions/setup-python from 4.6.0 to 4.6.1 (flutter/engine#42395) 2023-05-29 skia-flutter-autoroll@skia.org Roll Skia from 3b86de3c85d0 to 19af8f052d64 (1 revision) (flutter/engine#42393) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Please CC bdero@google.com,rmistry@google.com,zra@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/49403942b3f7...de6b2552faf2 2023-05-29 skia-flutter-autoroll@skia.org Roll Skia from f9794b94c518 to 3b86de3c85d0 (2 revisions) (flutter/engine#42392) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Please CC bdero@google.com,rmistry@google.com,zra@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/a03d5c997770...49403942b3f7 2023-05-29 skia-flutter-autoroll@skia.org Roll Fuchsia Mac SDK from 4JHzZE8eUAzUVTDo0... to YMaUj7vlxbVLonvij... (flutter/engine#42391) Also rolling transitive DEPS: fuchsia/sdk/core/mac-amd64 from 4JHzZE8eUAzU to YMaUj7vlxbVL If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Please CC bdero@google.com,rmistry@google.com,zra@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
-
- 28 May, 2023 5 commits
-
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/a4d4ad9dae1a...a03d5c997770 2023-05-28 skia-flutter-autoroll@skia.org Roll Fuchsia Linux SDK from eMdFANziUJ6ruPzTB... to -WNJ2kZyJnseS5Dq6... (flutter/engine#42390) Also rolling transitive DEPS: fuchsia/sdk/core/linux-amd64 from eMdFANziUJ6r to -WNJ2kZyJnse If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Please CC bdero@google.com,rmistry@google.com,zra@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/340936f7c03c...a4d4ad9dae1a 2023-05-28 skia-flutter-autoroll@skia.org Roll Skia from 643fae1b1559 to f9794b94c518 (1 revision) (flutter/engine#42389) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Please CC bdero@google.com,rmistry@google.com,zra@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/57e491a46e05...340936f7c03c 2023-05-28 skia-flutter-autoroll@skia.org Roll Fuchsia Linux SDK from quUGdiiyRbktsRim0... to eMdFANziUJ6ruPzTB... (flutter/engine#42388) Also rolling transitive DEPS: fuchsia/sdk/core/linux-amd64 from quUGdiiyRbkt to eMdFANziUJ6r If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Please CC bdero@google.com,rmistry@google.com,zra@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/a37b1a38d97a...57e491a46e05 2023-05-28 zanderso@users.noreply.github.com Revert "Adding app lifecycle notification for macOS and Linux, add `hidden` state." (flutter/engine#42384) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Please CC bdero@google.com,rmistry@google.com,zra@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/b1698020bd57...a37b1a38d97a 2023-05-28 skia-flutter-autoroll@skia.org Roll Fuchsia Mac SDK from ZriEcC35K72RWcSKL... to 4JHzZE8eUAzUVTDo0... (flutter/engine#42385) Also rolling transitive DEPS: fuchsia/sdk/core/mac-amd64 from ZriEcC35K72R to 4JHzZE8eUAzU If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Please CC bdero@google.com,rmistry@google.com,zra@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
-