Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 5d1eff8

Browse files
committed
Merge remote-tracking branch 'origin/main' into remove-disable-auto
2 parents 9675423 + 1e968c6 commit 5d1eff8

File tree

71 files changed

+24681
-1810
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+24681
-1810
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
- [ ] I read the [Tree Hygiene] wiki page, which explains my responsibilities.
1111
- [ ] I read and followed the [Flutter Style Guide] and the [C++, Objective-C, Java style guides].
1212
- [ ] I listed at least one issue that this PR fixes in the description above.
13-
- [ ] I added new tests to check the change I am making or feature I am adding, or Hixie said the PR is test-exempt. See [testing the engine] for instructions on writing and running engine tests.
13+
- [ ] I added new tests to check the change I am making or feature I am adding, or the PR is [test-exempt]. See [testing the engine] for instructions on writing and running engine tests.
1414
- [ ] I updated/added relevant documentation (doc comments with `///`).
1515
- [ ] I signed the [CLA].
1616
- [ ] All existing and new tests are passing.
@@ -20,6 +20,7 @@ If you need help, consider asking for advice on the #hackers-new channel on [Dis
2020
<!-- Links -->
2121
[Contributor Guide]: https://github.com/flutter/flutter/wiki/Tree-hygiene#overview
2222
[Tree Hygiene]: https://github.com/flutter/flutter/wiki/Tree-hygiene
23+
[test-exempt]: https://github.com/flutter/flutter/wiki/Tree-hygiene#tests
2324
[Flutter Style Guide]: https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo
2425
[C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
2526
[testing the engine]: https://github.com/flutter/flutter/wiki/Testing-the-engine

BUILD.gn

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,10 +149,6 @@ group("unittests") {
149149
[ "//flutter/shell/platform/android:flutter_shell_native_unittests" ]
150150
}
151151

152-
if (is_ios) {
153-
public_deps += [ "//flutter/shell/platform/darwin/ios:ios_test_flutter" ]
154-
}
155-
156152
# Compile all unittests targets if enabled.
157153
if (enable_unittests) {
158154
public_deps += [

DEPS

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ vars = {
1818
'llvm_git': 'https://llvm.googlesource.com',
1919
# OCMock is for testing only so there is no google clone
2020
'ocmock_git': 'https://github.com/erikdoe/ocmock.git',
21-
'skia_revision': '5d08dadd2ef4b4ccd86d9a6a741c59dd1b54ec21',
21+
'skia_revision': '2d8849f9f0cc2f0aee566ed1e8a73a4cbda0ff5b',
2222

2323
# WARNING: DO NOT EDIT canvaskit_cipd_instance MANUALLY
2424
# See `lib/web_ui/README.md` for how to roll CanvasKit to a new version.
@@ -57,7 +57,7 @@ vars = {
5757
# Dart is: https://github.com/dart-lang/sdk/blob/main/DEPS
5858
# You can use //tools/dart/create_updated_flutter_deps.py to produce
5959
# updated revision list of existing dependencies.
60-
'dart_revision': 'ac3bc9f6351ac0a9c7f6b2dc3db735bd5b9fa2c5',
60+
'dart_revision': 'cdf1ce0c6d7e38e9a6209f119bfc329a472b5de7',
6161

6262
# WARNING: DO NOT EDIT MANUALLY
6363
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py
@@ -261,7 +261,7 @@ allowed_hosts = [
261261
]
262262

263263
deps = {
264-
'src': 'https://github.com/flutter/buildroot.git' + '@' + '6b0243e97d94836767ea8b94a477d7d15ee3bb91',
264+
'src': 'https://github.com/flutter/buildroot.git' + '@' + 'b615dd6af4c2e95a388060151c7fd1e429e34d61',
265265

266266
# Fuchsia compatibility
267267
#
@@ -294,7 +294,7 @@ deps = {
294294
Var('github_git') + '/google/flatbuffers.git' + '@' + '0a80646371179f8a7a5c1f42c31ee1d44dcf6709',
295295

296296
'src/third_party/icu':
297-
Var('chromium_git') + '/chromium/deps/icu.git' + '@' + 'de4ce0071eb47ed54cbda54869001210cf3a8ae5',
297+
Var('chromium_git') + '/chromium/deps/icu.git' + '@' + '985b9a6f70e13f3db741fed121e4dcc3046ad494',
298298

299299
'src/third_party/khronos':
300300
Var('chromium_git') + '/chromium/src/third_party/khronos.git' + '@' + '676d544d2b8f48903b7da9fceffaa534a5613978',
@@ -631,7 +631,7 @@ deps = {
631631
Var('swiftshader_git') + '/SwiftShader.git' + '@' + '5f9ed9b16931c7155171d31f75004f73f0a3abc8',
632632

633633
'src/third_party/angle':
634-
Var('chromium_git') + '/angle/angle.git' + '@' + '6a09e41ce6ea8c93524faae1a925eb01562f53b1',
634+
Var('chromium_git') + '/angle/angle.git' + '@' + '179bd7762ffad154def7f4a900e100c1a5ca80a5',
635635

636636
'src/third_party/vulkan_memory_allocator':
637637
Var('chromium_git') + '/external/github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator' + '@' + '7de5cc00de50e71a3aab22dea52fbb7ff4efceb6',
@@ -914,7 +914,7 @@ deps = {
914914
'packages': [
915915
{
916916
'package': 'fuchsia/sdk/core/mac-amd64',
917-
'version': '7sFO_YvenNXCm6TdKxn5SBiNvU69Cfj-bRuyClfkN6gC'
917+
'version': 'OF4TS05qlWCjukWw6vf3K4G2AjRS-asxZ04ZsXTpQDoC'
918918
}
919919
],
920920
'condition': 'host_os == "mac" and not download_fuchsia_sdk',
@@ -932,7 +932,7 @@ deps = {
932932
},
933933

934934
'src/third_party/impeller-cmake-example': {
935-
'url': Var('github_git') + '/bdero/impeller-cmake-example.git' + '@' + '270e648f8c00aa900d2d16ef8a347938652d17fb',
935+
'url': Var('github_git') + '/bdero/impeller-cmake-example.git' + '@' + '142507046e11f593b54d94af328998bbe45a88ef',
936936
'condition': 'download_impeller_cmake_example',
937937
},
938938

ci/licenses_golden/excluded_files

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -980,6 +980,7 @@
980980
../../../third_party/angle/.git
981981
../../../third_party/angle/.gitattributes
982982
../../../third_party/angle/.gitignore
983+
../../../third_party/angle/.gitmodules
983984
../../../third_party/angle/.gn
984985
../../../third_party/angle/.style.yapf
985986
../../../third_party/angle/.vpython
@@ -1118,6 +1119,7 @@
11181119
../../../third_party/angle/src/third_party/ceval/package.json
11191120
../../../third_party/angle/src/third_party/libXNVCtrl/README.chromium
11201121
../../../third_party/angle/src/third_party/volk
1122+
../../../third_party/angle/testing
11211123
../../../third_party/angle/third_party
11221124
../../../third_party/angle/tools
11231125
../../../third_party/angle/util

ci/licenses_golden/licenses_dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 789fca0965c6bdaa31155e0ee10796cb
1+
Signature: fc486989d2c0bac703b4bca873650391
22

33
====================================================================================================
44
LIBRARY: dart

ci/licenses_golden/licenses_flutter

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2032,7 +2032,6 @@ ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/html/transform.dart + ../../.
20322032
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/html_image_codec.dart + ../../../flutter/LICENSE
20332033
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/image_decoder.dart + ../../../flutter/LICENSE
20342034
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/initialization.dart + ../../../flutter/LICENSE
2035-
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/interval_tree.dart + ../../../flutter/LICENSE
20362035
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/js_interop/js_loader.dart + ../../../flutter/LICENSE
20372036
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/js_interop/js_promise.dart + ../../../flutter/LICENSE
20382037
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/js_interop/js_typed_data.dart + ../../../flutter/LICENSE
@@ -2042,6 +2041,7 @@ ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/layers.dart + ../../../flutte
20422041
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/mouse_cursor.dart + ../../../flutter/LICENSE
20432042
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/navigation/history.dart + ../../../flutter/LICENSE
20442043
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/noto_font.dart + ../../../flutter/LICENSE
2044+
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/noto_font_encoding.dart + ../../../flutter/LICENSE
20452045
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/onscreen_logging.dart + ../../../flutter/LICENSE
20462046
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/picture.dart + ../../../flutter/LICENSE
20472047
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/platform_dispatcher.dart + ../../../flutter/LICENSE
@@ -4783,7 +4783,6 @@ FILE: ../../../flutter/lib/web_ui/lib/src/engine/html/transform.dart
47834783
FILE: ../../../flutter/lib/web_ui/lib/src/engine/html_image_codec.dart
47844784
FILE: ../../../flutter/lib/web_ui/lib/src/engine/image_decoder.dart
47854785
FILE: ../../../flutter/lib/web_ui/lib/src/engine/initialization.dart
4786-
FILE: ../../../flutter/lib/web_ui/lib/src/engine/interval_tree.dart
47874786
FILE: ../../../flutter/lib/web_ui/lib/src/engine/js_interop/js_loader.dart
47884787
FILE: ../../../flutter/lib/web_ui/lib/src/engine/js_interop/js_promise.dart
47894788
FILE: ../../../flutter/lib/web_ui/lib/src/engine/js_interop/js_typed_data.dart
@@ -4793,6 +4792,7 @@ FILE: ../../../flutter/lib/web_ui/lib/src/engine/layers.dart
47934792
FILE: ../../../flutter/lib/web_ui/lib/src/engine/mouse_cursor.dart
47944793
FILE: ../../../flutter/lib/web_ui/lib/src/engine/navigation/history.dart
47954794
FILE: ../../../flutter/lib/web_ui/lib/src/engine/noto_font.dart
4795+
FILE: ../../../flutter/lib/web_ui/lib/src/engine/noto_font_encoding.dart
47964796
FILE: ../../../flutter/lib/web_ui/lib/src/engine/onscreen_logging.dart
47974797
FILE: ../../../flutter/lib/web_ui/lib/src/engine/picture.dart
47984798
FILE: ../../../flutter/lib/web_ui/lib/src/engine/platform_dispatcher.dart

ci/licenses_golden/licenses_skia

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 375c1110a309b921a27d08990052fce1
1+
Signature: e4cf121c99b655022e082ac557dc3186
22

33
====================================================================================================
44
LIBRARY: etc1
@@ -385,6 +385,7 @@ FILE: ../../../third_party/skia/modules/pathkit/perf/pathops.bench.js
385385
FILE: ../../../third_party/skia/modules/pathkit/perf/perfReporter.js
386386
FILE: ../../../third_party/skia/modules/skparagraph/test.html
387387
FILE: ../../../third_party/skia/package-lock.json
388+
FILE: ../../../third_party/skia/relnotes/grdirectctx.md
388389
FILE: ../../../third_party/skia/relnotes/makewithfilter.md
389390
FILE: ../../../third_party/skia/relnotes/sksl_always_on.md
390391
FILE: ../../../third_party/skia/relnotes/sksl_comma_array.md

0 commit comments

Comments
 (0)