From 424a96393a08edbaabdaea98a0825d4dd387a575 Mon Sep 17 00:00:00 2001 From: skia-flutter-autoroll Date: Tue, 30 Apr 2024 13:42:05 -0400 Subject: [PATCH 1/4] Roll Skia from 8f2d039e1190 to 77350e051f71 (1 revision) (#52460) https://skia.googlesource.com/skia.git/+log/8f2d039e1190..77350e051f71 2024-04-30 jvanverth@google.com Fix offscreen size in Viewer for some GMs. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/skia-flutter-autoroll Please CC aaclarke@google.com,brianosman@google.com,kjlubick@google.com,rmistry@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry 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://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md --- DEPS | 2 +- ci/licenses_golden/licenses_skia | 2 +- sky/packages/sky_engine/LICENSE | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DEPS b/DEPS index 6837bd5576de9..dc812b06656c2 100644 --- a/DEPS +++ b/DEPS @@ -14,7 +14,7 @@ vars = { 'flutter_git': 'https://flutter.googlesource.com', 'skia_git': 'https://skia.googlesource.com', 'llvm_git': 'https://llvm.googlesource.com', - 'skia_revision': '8f2d039e11902b00a9c569cb64fa29f9ac918f58', + 'skia_revision': '77350e051f71f42c19445ed29dd747d175ea51fc', # WARNING: DO NOT EDIT canvaskit_cipd_instance MANUALLY # See `lib/web_ui/README.md` for how to roll CanvasKit to a new version. diff --git a/ci/licenses_golden/licenses_skia b/ci/licenses_golden/licenses_skia index 87767e4b64bd7..c6b566db4d647 100644 --- a/ci/licenses_golden/licenses_skia +++ b/ci/licenses_golden/licenses_skia @@ -1,4 +1,4 @@ -Signature: c9b8b1e0d82c6c0427d9b8fb87e82c46 +Signature: 23555b07f49f997790e42c9c0b561815 ==================================================================================================== LIBRARY: etc1 diff --git a/sky/packages/sky_engine/LICENSE b/sky/packages/sky_engine/LICENSE index efeb28db05755..518955992cc1a 100644 --- a/sky/packages/sky_engine/LICENSE +++ b/sky/packages/sky_engine/LICENSE @@ -32293,7 +32293,7 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice This Source Code Form is "Incompatible With Secondary Licenses", as defined by the Mozilla Public License, v. 2.0. -You may obtain a copy of this library's Source Code Form from: https://dart.googlesource.com/sdk/+/4144af4e4704981a4d96dbfd770cb7505e6e0bb9 +You may obtain a copy of this library's Source Code Form from: https://dart.googlesource.com/sdk/+/7a517de88964074d2fcbdfc6355a6654d7b6d1d5 /third_party/fallback_root_certificates/ -------------------------------------------------------------------------------- From 3cb398a00c2d08ec87d5805b0645f22c6898ab29 Mon Sep 17 00:00:00 2001 From: skia-flutter-autoroll Date: Tue, 30 Apr 2024 15:52:39 -0400 Subject: [PATCH 2/4] Roll Skia from 77350e051f71 to 85ec65ecd5ec (2 revisions) (#52464) https://skia.googlesource.com/skia.git/+log/77350e051f71..85ec65ecd5ec 2024-04-30 johnstiles@google.com Simplify binary search in tessellate_stroked_curve. 2024-04-30 johnstiles@google.com Use dot product when computing distance field gradients. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/skia-flutter-autoroll Please CC aaclarke@google.com,brianosman@google.com,kjlubick@google.com,rmistry@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry 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://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md --- DEPS | 2 +- ci/licenses_golden/licenses_skia | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index dc812b06656c2..c5afb5964917f 100644 --- a/DEPS +++ b/DEPS @@ -14,7 +14,7 @@ vars = { 'flutter_git': 'https://flutter.googlesource.com', 'skia_git': 'https://skia.googlesource.com', 'llvm_git': 'https://llvm.googlesource.com', - 'skia_revision': '77350e051f71f42c19445ed29dd747d175ea51fc', + 'skia_revision': '85ec65ecd5ec67abb04faba01323f735fa2d1e88', # WARNING: DO NOT EDIT canvaskit_cipd_instance MANUALLY # See `lib/web_ui/README.md` for how to roll CanvasKit to a new version. diff --git a/ci/licenses_golden/licenses_skia b/ci/licenses_golden/licenses_skia index c6b566db4d647..17a8959539cd6 100644 --- a/ci/licenses_golden/licenses_skia +++ b/ci/licenses_golden/licenses_skia @@ -1,4 +1,4 @@ -Signature: 23555b07f49f997790e42c9c0b561815 +Signature: 6a14a06b7582883b9fc32889742b9466 ==================================================================================================== LIBRARY: etc1 From b397b1062a6ee1be4ffb6efd5cb361d2436188a7 Mon Sep 17 00:00:00 2001 From: skia-flutter-autoroll Date: Tue, 30 Apr 2024 16:16:07 -0400 Subject: [PATCH 3/4] Roll Dart SDK from 7a517de88964 to 3f649c97a08c (1 revision) (#52465) https://dart.googlesource.com/sdk.git/+log/7a517de88964..3f649c97a08c 2024-04-30 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.5.0-115.0.dev If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/dart-sdk-flutter-engine Please CC aaclarke@google.com,dart-vm-team@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Flutter Engine: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md --- DEPS | 2 +- ci/licenses_golden/licenses_dart | 4 ++-- sky/packages/sky_engine/LICENSE | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/DEPS b/DEPS index c5afb5964917f..c184207349fb5 100644 --- a/DEPS +++ b/DEPS @@ -56,7 +56,7 @@ vars = { # Dart is: https://github.com/dart-lang/sdk/blob/main/DEPS # You can use //tools/dart/create_updated_flutter_deps.py to produce # updated revision list of existing dependencies. - 'dart_revision': '7a517de88964074d2fcbdfc6355a6654d7b6d1d5', + 'dart_revision': '3f649c97a08cca6c751d072effa14ddedc70677e', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py diff --git a/ci/licenses_golden/licenses_dart b/ci/licenses_golden/licenses_dart index 456969b39aaf4..c6afd11292570 100644 --- a/ci/licenses_golden/licenses_dart +++ b/ci/licenses_golden/licenses_dart @@ -1,4 +1,4 @@ -Signature: 3b542fd99624cad6660cf8756784416c +Signature: 6040cb84428108f48d980cc511a27458 ==================================================================================================== LIBRARY: dart @@ -4739,7 +4739,7 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice This Source Code Form is "Incompatible With Secondary Licenses", as defined by the Mozilla Public License, v. 2.0. -You may obtain a copy of this library's Source Code Form from: https://dart.googlesource.com/sdk/+/4144af4e4704981a4d96dbfd770cb7505e6e0bb9 +You may obtain a copy of this library's Source Code Form from: https://dart.googlesource.com/sdk/+/3f649c97a08cca6c751d072effa14ddedc70677e /third_party/fallback_root_certificates/ ==================================================================================================== diff --git a/sky/packages/sky_engine/LICENSE b/sky/packages/sky_engine/LICENSE index 518955992cc1a..a7dca84d55c35 100644 --- a/sky/packages/sky_engine/LICENSE +++ b/sky/packages/sky_engine/LICENSE @@ -32293,7 +32293,7 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice This Source Code Form is "Incompatible With Secondary Licenses", as defined by the Mozilla Public License, v. 2.0. -You may obtain a copy of this library's Source Code Form from: https://dart.googlesource.com/sdk/+/7a517de88964074d2fcbdfc6355a6654d7b6d1d5 +You may obtain a copy of this library's Source Code Form from: https://dart.googlesource.com/sdk/+/3f649c97a08cca6c751d072effa14ddedc70677e /third_party/fallback_root_certificates/ -------------------------------------------------------------------------------- From 55da126d734e4b8a0695bb34e8b3a833e9a941e0 Mon Sep 17 00:00:00 2001 From: skia-flutter-autoroll Date: Tue, 30 Apr 2024 16:56:54 -0400 Subject: [PATCH 4/4] Roll Skia from 85ec65ecd5ec to 30aaaef0390d (4 revisions) (#52466) https://skia.googlesource.com/skia.git/+log/85ec65ecd5ec..30aaaef0390d 2024-04-30 skia-autoroll@skia-public.iam.gserviceaccount.com Roll skottie-base from f83e07df2219 to 4a3a57f4bb79 2024-04-30 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 09d0317bc33e to 9384550810a5 (10 revisions) 2024-04-30 kjlubick@google.com Tweak harfbuzz dep for legacy Bazel build 2024-04-30 bwils@google.com Run prettier on all sample skotties If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/skia-flutter-autoroll Please CC aaclarke@google.com,brianosman@google.com,kjlubick@google.com,rmistry@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry 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://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index c184207349fb5..1e0b66659b271 100644 --- a/DEPS +++ b/DEPS @@ -14,7 +14,7 @@ vars = { 'flutter_git': 'https://flutter.googlesource.com', 'skia_git': 'https://skia.googlesource.com', 'llvm_git': 'https://llvm.googlesource.com', - 'skia_revision': '85ec65ecd5ec67abb04faba01323f735fa2d1e88', + 'skia_revision': '30aaaef0390da8913ac07f684f9100c47ea0a2cb', # WARNING: DO NOT EDIT canvaskit_cipd_instance MANUALLY # See `lib/web_ui/README.md` for how to roll CanvasKit to a new version.