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

Commit 37272bc

Browse files
committed
Merge remote-tracking branch 'upstream/master' into path_vol
2 parents cb02d99 + 9e6dae6 commit 37272bc

File tree

123 files changed

+1212
-1105
lines changed

Some content is hidden

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

123 files changed

+1212
-1105
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ unlinked_spec.ds
100100
**/ios/.generated/
101101
**/ios/Flutter/App.framework
102102
**/ios/Flutter/Flutter.framework
103+
**/ios/Flutter/Flutter.xcframework
103104
**/ios/Flutter/Flutter.podspec
104105
**/ios/Flutter/Generated.xcconfig
105106
**/ios/Flutter/app.flx

DEPS

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ vars = {
2626
'skia_git': 'https://skia.googlesource.com',
2727
# OCMock is for testing only so there is no google clone
2828
'ocmock_git': 'https://github.com/erikdoe/ocmock.git',
29-
'skia_revision': 'ef8d52d8b2bb0952e719a78b339f2438c6d7663e',
29+
'skia_revision': '2efafe688dd1d92d8a4bbbbd7c54aa3fcca17c6f',
3030

3131
# When updating the Dart revision, ensure that all entries that are
3232
# dependencies of Dart are also updated to match the entries in the
3333
# Dart SDK's DEPS file for that revision of Dart. The DEPS file for
3434
# Dart is: https://github.com/dart-lang/sdk/blob/master/DEPS.
3535
# You can use //tools/dart/create_updated_flutter_deps.py to produce
3636
# updated revision list of existing dependencies.
37-
'dart_revision': '4bf74ee7d04ebc221962f6163c49320bf63336bd',
37+
'dart_revision': '0618176527239705711d9868674f6535dda5796b',
3838

3939
# WARNING: DO NOT EDIT MANUALLY
4040
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py
@@ -198,7 +198,7 @@ deps = {
198198
Var('dart_git') + '/dartdoc.git@6935dcd8f2d78cf1797e6365b4b71505e6579659',
199199

200200
'src/third_party/dart/third_party/pkg/ffi':
201-
Var('dart_git') + '/ffi.git@a90bd424116fb6f416337db67425171f2dc4c98f',
201+
Var('dart_git') + '/ffi.git@a5d4232cd38562c75a3ed847baa340e399538028',
202202

203203
'src/third_party/dart/third_party/pkg/fixnum':
204204
Var('dart_git') + '/fixnum.git@16d3890c6dc82ca629659da1934e412292508bba',
@@ -467,6 +467,17 @@ deps = {
467467
'dep_type': 'cipd',
468468
},
469469

470+
'src/third_party/android_tools/sdk/licenses': {
471+
'packages': [
472+
{
473+
'package': 'flutter/android/sdk/licenses',
474+
'version': 'latest',
475+
}
476+
],
477+
'condition': 'download_android_deps',
478+
'dep_type': 'cipd',
479+
},
480+
470481
'src/third_party/android_embedding_dependencies': {
471482
'packages': [
472483
{
@@ -518,7 +529,7 @@ deps = {
518529
'packages': [
519530
{
520531
'package': 'fuchsia/sdk/core/mac-amd64',
521-
'version': 'LOnq8wpIxWpgMuoEziCQccNYeh9A0azOcLpKJF1I61QC'
532+
'version': 'DQpWjEN59czSM1GD_pokVbe8jIspvsAfHDyswvmPQS0C'
522533
}
523534
],
524535
'condition': 'host_os == "mac"',
@@ -538,7 +549,7 @@ deps = {
538549
'packages': [
539550
{
540551
'package': 'fuchsia/sdk/core/linux-amd64',
541-
'version': '2R7OWHAQqLwfkWZAJAgE81cmMzcrHc0m4G1Yj266cFgC'
552+
'version': 'cwFOtNvhn7umwdXAG0LmDOH1L5NfIwJa_A2I6pTTbVgC'
542553
}
543554
],
544555
'condition': 'host_os == "linux"',

analysis_options.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# - "sort_constructors_first" disabled (because we have private fake
88
# constructors),
99
# - "prefer_final_fields" disabled (because we do weird things with
10-
# private fields, especially on the Window object):
10+
# private fields, especially on the PlatformDispatcher object):
1111

1212
analyzer:
1313
enable-experiment:

ci/licenses_golden/licenses_flutter

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1056,6 +1056,8 @@ FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterExter
10561056
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterExternalTextureGL.mm
10571057
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterMouseCursorPlugin.h
10581058
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterMouseCursorPlugin.mm
1059+
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterOpenGLRenderer.h
1060+
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterOpenGLRenderer.mm
10591061
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterResizeSynchronizer.h
10601062
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterResizeSynchronizer.mm
10611063
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterSurfaceManager.h

ci/licenses_golden/licenses_fuchsia

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 17654d266730cd3d4c20fc34f3bfc077
1+
Signature: 304bb5c43f37a4b55de95d257d95064f
22

33
UNUSED LICENSES:
44

@@ -417,7 +417,6 @@ FILE: ../../../fuchsia/sdk/linux/arch/x64/sysroot/lib/libm.so
417417
FILE: ../../../fuchsia/sdk/linux/arch/x64/sysroot/lib/libpthread.so
418418
FILE: ../../../fuchsia/sdk/linux/arch/x64/sysroot/lib/librt.so
419419
FILE: ../../../fuchsia/sdk/linux/arch/x64/sysroot/lib/libzircon.so
420-
FILE: ../../../fuchsia/sdk/linux/dart/composition_delegate/lib/src/internal/layout_logic/_layout_logic.dart
421420
FILE: ../../../fuchsia/sdk/linux/dart/composition_delegate/meta.json
422421
FILE: ../../../fuchsia/sdk/linux/dart/fidl/meta.json
423422
FILE: ../../../fuchsia/sdk/linux/dart/fuchsia/meta.json
@@ -1680,7 +1679,7 @@ notice, this list of conditions and the following disclaimer.
16801679
copyright notice, this list of conditions and the following disclaimer
16811680
in the documentation and/or other materials provided with the
16821681
distribution.
1683-
* Neither the name of Google Inc. nor the names of its
1682+
* Neither the name of Google LLC. nor the names of its
16841683
contributors may be used to endorse or promote products derived from
16851684
this software without specific prior written permission.
16861685

@@ -2108,7 +2107,6 @@ FILE: ../../../fuchsia/sdk/linux/arch/x64/sysroot/lib/libm.so
21082107
FILE: ../../../fuchsia/sdk/linux/arch/x64/sysroot/lib/libpthread.so
21092108
FILE: ../../../fuchsia/sdk/linux/arch/x64/sysroot/lib/librt.so
21102109
FILE: ../../../fuchsia/sdk/linux/arch/x64/sysroot/lib/libzircon.so
2111-
FILE: ../../../fuchsia/sdk/linux/dart/composition_delegate/lib/src/internal/layout_logic/_layout_logic.dart
21122110
FILE: ../../../fuchsia/sdk/linux/dart/composition_delegate/meta.json
21132111
FILE: ../../../fuchsia/sdk/linux/dart/fidl/meta.json
21142112
FILE: ../../../fuchsia/sdk/linux/dart/fuchsia/meta.json
@@ -2689,7 +2687,6 @@ FILE: ../../../fuchsia/sdk/linux/pkg/fidl_base/message_builder.cc
26892687
FILE: ../../../fuchsia/sdk/linux/pkg/fidl_base/walker.cc
26902688
FILE: ../../../fuchsia/sdk/linux/pkg/fidl_cpp/include/lib/fidl/cpp/binding.h
26912689
FILE: ../../../fuchsia/sdk/linux/pkg/fidl_cpp/include/lib/fidl/cpp/binding_set.h
2692-
FILE: ../../../fuchsia/sdk/linux/pkg/fidl_cpp/include/lib/fidl/cpp/enum.h
26932690
FILE: ../../../fuchsia/sdk/linux/pkg/fidl_cpp/include/lib/fidl/cpp/interface_ptr.h
26942691
FILE: ../../../fuchsia/sdk/linux/pkg/fidl_cpp/include/lib/fidl/cpp/interface_ptr_set.h
26952692
FILE: ../../../fuchsia/sdk/linux/pkg/fidl_cpp/include/lib/fidl/cpp/internal/header.h
@@ -2721,16 +2718,17 @@ FILE: ../../../fuchsia/sdk/linux/pkg/fidl_cpp_base/include/lib/fidl/cpp/coding_t
27212718
FILE: ../../../fuchsia/sdk/linux/pkg/fidl_cpp_base/include/lib/fidl/cpp/comparison.h
27222719
FILE: ../../../fuchsia/sdk/linux/pkg/fidl_cpp_base/include/lib/fidl/cpp/decoder.h
27232720
FILE: ../../../fuchsia/sdk/linux/pkg/fidl_cpp_base/include/lib/fidl/cpp/encoder.h
2724-
FILE: ../../../fuchsia/sdk/linux/pkg/fidl_cpp_base/include/lib/fidl/cpp/internal/logging.h
2721+
FILE: ../../../fuchsia/sdk/linux/pkg/fidl_cpp_base/include/lib/fidl/cpp/enum.h
2722+
FILE: ../../../fuchsia/sdk/linux/pkg/fidl_cpp_base/include/lib/fidl/cpp/interface_handle.h
2723+
FILE: ../../../fuchsia/sdk/linux/pkg/fidl_cpp_base/include/lib/fidl/cpp/interface_request.h
27252724
FILE: ../../../fuchsia/sdk/linux/pkg/fidl_cpp_base/include/lib/fidl/cpp/object_coding.h
27262725
FILE: ../../../fuchsia/sdk/linux/pkg/fidl_cpp_base/include/lib/fidl/cpp/string.h
27272726
FILE: ../../../fuchsia/sdk/linux/pkg/fidl_cpp_base/include/lib/fidl/cpp/traits.h
27282727
FILE: ../../../fuchsia/sdk/linux/pkg/fidl_cpp_base/include/lib/fidl/cpp/vector.h
2729-
FILE: ../../../fuchsia/sdk/linux/pkg/fidl_cpp_base/internal/logging.cc
2730-
FILE: ../../../fuchsia/sdk/linux/pkg/fidl_cpp_sync/include/lib/fidl/cpp/interface_handle.h
2731-
FILE: ../../../fuchsia/sdk/linux/pkg/fidl_cpp_sync/include/lib/fidl/cpp/interface_request.h
2728+
FILE: ../../../fuchsia/sdk/linux/pkg/fidl_cpp_sync/include/lib/fidl/cpp/internal/logging.h
27322729
FILE: ../../../fuchsia/sdk/linux/pkg/fidl_cpp_sync/include/lib/fidl/cpp/internal/synchronous_proxy.h
27332730
FILE: ../../../fuchsia/sdk/linux/pkg/fidl_cpp_sync/include/lib/fidl/cpp/synchronous_interface_ptr.h
2731+
FILE: ../../../fuchsia/sdk/linux/pkg/fidl_cpp_sync/internal/logging.cc
27342732
FILE: ../../../fuchsia/sdk/linux/pkg/fidl_cpp_sync/internal/synchronous_proxy.cc
27352733
FILE: ../../../fuchsia/sdk/linux/pkg/fit/include/lib/fit/bridge.h
27362734
FILE: ../../../fuchsia/sdk/linux/pkg/fit/include/lib/fit/bridge_internal.h
@@ -2813,7 +2811,7 @@ notice, this list of conditions and the following disclaimer.
28132811
copyright notice, this list of conditions and the following disclaimer
28142812
in the documentation and/or other materials provided with the
28152813
distribution.
2816-
* Neither the name of Google Inc. nor the names of its
2814+
* Neither the name of Google LLC. nor the names of its
28172815
contributors may be used to endorse or promote products derived from
28182816
this software without specific prior written permission.
28192817

@@ -2940,7 +2938,9 @@ FILE: ../../../fuchsia/sdk/linux/fidl/zx/zx_common.fidl
29402938
FILE: ../../../fuchsia/sdk/linux/pkg/fidl_base/handle_close_many.cc
29412939
FILE: ../../../fuchsia/sdk/linux/pkg/fidl_base/include/lib/fidl/trace.h
29422940
FILE: ../../../fuchsia/sdk/linux/pkg/fidl_base/validate_string.cc
2943-
FILE: ../../../fuchsia/sdk/linux/pkg/fidl_cpp/include/lib/fidl/cpp/internal/bitset.h
2941+
FILE: ../../../fuchsia/sdk/linux/pkg/fidl_cpp_base/include/lib/fidl/cpp/internal/bitset.h
2942+
FILE: ../../../fuchsia/sdk/linux/pkg/fidl_cpp_base/include/lib/fidl/cpp/internal/natural_types_header.h
2943+
FILE: ../../../fuchsia/sdk/linux/pkg/fidl_cpp_base/include/lib/fidl/cpp/internal/natural_types_implementation.h
29442944
FILE: ../../../fuchsia/sdk/linux/pkg/fidl_cpp_base/include/lib/fidl/cpp/types.h
29452945
FILE: ../../../fuchsia/sdk/linux/pkg/fit/include/lib/fit/source_location.h
29462946
FILE: ../../../fuchsia/sdk/linux/pkg/scenic_cpp/commands_sizing.cc
@@ -2962,7 +2962,7 @@ notice, this list of conditions and the following disclaimer.
29622962
copyright notice, this list of conditions and the following disclaimer
29632963
in the documentation and/or other materials provided with the
29642964
distribution.
2965-
* Neither the name of Google Inc. nor the names of its
2965+
* Neither the name of Google LLC. nor the names of its
29662966
contributors may be used to endorse or promote products derived from
29672967
this software without specific prior written permission.
29682968

@@ -3124,7 +3124,7 @@ notice, this list of conditions and the following disclaimer.
31243124
copyright notice, this list of conditions and the following disclaimer
31253125
in the documentation and/or other materials provided with the
31263126
distribution.
3127-
* Neither the name of Google Inc. nor the names of its
3127+
* Neither the name of Google LLC. nor the names of its
31283128
contributors may be used to endorse or promote products derived from
31293129
this software without specific prior written permission.
31303130

@@ -3161,7 +3161,7 @@ notice, this list of conditions and the following disclaimer.
31613161
copyright notice, this list of conditions and the following disclaimer
31623162
in the documentation and/or other materials provided with the
31633163
distribution.
3164-
* Neither the name of Google Inc. nor the names of its
3164+
* Neither the name of Google LLC. nor the names of its
31653165
contributors may be used to endorse or promote products derived from
31663166
this software without specific prior written permission.
31673167

@@ -3301,7 +3301,7 @@ notice, this list of conditions and the following disclaimer.
33013301
copyright notice, this list of conditions and the following disclaimer
33023302
in the documentation and/or other materials provided with the
33033303
distribution.
3304-
* Neither the name of Google Inc. nor the names of its
3304+
* Neither the name of Google LLC. nor the names of its
33053305
contributors may be used to endorse or promote products derived from
33063306
this software without specific prior written permission.
33073307

@@ -3416,7 +3416,7 @@ notice, this list of conditions and the following disclaimer.
34163416
copyright notice, this list of conditions and the following disclaimer
34173417
in the documentation and/or other materials provided with the
34183418
distribution.
3419-
* Neither the name of Google Inc. nor the names of its
3419+
* Neither the name of Google LLC. nor the names of its
34203420
contributors may be used to endorse or promote products derived from
34213421
this software without specific prior written permission.
34223422

@@ -3451,7 +3451,7 @@ notice, this list of conditions and the following disclaimer.
34513451
copyright notice, this list of conditions and the following disclaimer
34523452
in the documentation and/or other materials provided with the
34533453
distribution.
3454-
* Neither the name of Google Inc. nor the names of its
3454+
* Neither the name of Google LLC. nor the names of its
34553455
contributors may be used to endorse or promote products derived from
34563456
this software without specific prior written permission.
34573457

@@ -3488,7 +3488,7 @@ notice, this list of conditions and the following disclaimer.
34883488
copyright notice, this list of conditions and the following disclaimer
34893489
in the documentation and/or other materials provided with the
34903490
distribution.
3491-
* Neither the name of Google Inc. nor the names of its
3491+
* Neither the name of Google LLC. nor the names of its
34923492
contributors may be used to endorse or promote products derived from
34933493
this software without specific prior written permission.
34943494

ci/licenses_golden/licenses_skia

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 760db62211d5c4cc4a82651463317b0a
1+
Signature: 3d02ab0da612cc8b53f234f215dc692f
22

33
UNUSED LICENSES:
44

@@ -1867,7 +1867,7 @@ FILE: ../../../third_party/skia/gm/textblob.cpp
18671867
FILE: ../../../third_party/skia/gm/textblobshader.cpp
18681868
FILE: ../../../third_party/skia/gm/tiledscaledbitmap.cpp
18691869
FILE: ../../../third_party/skia/gm/variedtext.cpp
1870-
FILE: ../../../third_party/skia/gm/yuvtorgbeffect.cpp
1870+
FILE: ../../../third_party/skia/gm/yuvtorgbsubset.cpp
18711871
FILE: ../../../third_party/skia/include/c/sk_canvas.h
18721872
FILE: ../../../third_party/skia/include/c/sk_data.h
18731873
FILE: ../../../third_party/skia/include/c/sk_image.h
@@ -2463,7 +2463,6 @@ FILE: ../../../third_party/skia/src/core/SkSharedMutex.cpp
24632463
FILE: ../../../third_party/skia/src/core/SkSharedMutex.h
24642464
FILE: ../../../third_party/skia/src/core/SkSpinlock.cpp
24652465
FILE: ../../../third_party/skia/src/core/SkTDPQueue.h
2466-
FILE: ../../../third_party/skia/src/core/SkTTopoSort.h
24672466
FILE: ../../../third_party/skia/src/core/SkThreadID.cpp
24682467
FILE: ../../../third_party/skia/src/core/SkTime.cpp
24692468
FILE: ../../../third_party/skia/src/core/SkXfermodeInterpretation.cpp
@@ -2497,6 +2496,7 @@ FILE: ../../../third_party/skia/src/gpu/GrResourceProvider.cpp
24972496
FILE: ../../../third_party/skia/src/gpu/GrResourceProvider.h
24982497
FILE: ../../../third_party/skia/src/gpu/GrSamplerState.h
24992498
FILE: ../../../third_party/skia/src/gpu/GrSimpleMesh.h
2499+
FILE: ../../../third_party/skia/src/gpu/GrTTopoSort.h
25002500
FILE: ../../../third_party/skia/src/gpu/GrTestUtils.cpp
25012501
FILE: ../../../third_party/skia/src/gpu/GrTestUtils.h
25022502
FILE: ../../../third_party/skia/src/gpu/GrTriangulator.cpp
@@ -3931,6 +3931,8 @@ FILE: ../../../third_party/skia/src/gpu/GrBlockAllocator.cpp
39313931
FILE: ../../../third_party/skia/src/gpu/GrBlockAllocator.h
39323932
FILE: ../../../third_party/skia/src/gpu/GrClipStack.cpp
39333933
FILE: ../../../third_party/skia/src/gpu/GrClipStack.h
3934+
FILE: ../../../third_party/skia/src/gpu/GrDDLTask.cpp
3935+
FILE: ../../../third_party/skia/src/gpu/GrDDLTask.h
39343936
FILE: ../../../third_party/skia/src/gpu/GrManagedResource.cpp
39353937
FILE: ../../../third_party/skia/src/gpu/GrRingBuffer.cpp
39363938
FILE: ../../../third_party/skia/src/gpu/GrRingBuffer.h
@@ -3940,7 +3942,6 @@ FILE: ../../../third_party/skia/src/gpu/GrStencilMaskHelper.cpp
39403942
FILE: ../../../third_party/skia/src/gpu/GrStencilMaskHelper.h
39413943
FILE: ../../../third_party/skia/src/gpu/GrUniformDataManager.cpp
39423944
FILE: ../../../third_party/skia/src/gpu/GrUniformDataManager.h
3943-
FILE: ../../../third_party/skia/src/gpu/GrUnrefDDLTask.h
39443945
FILE: ../../../third_party/skia/src/gpu/GrUtil.cpp
39453946
FILE: ../../../third_party/skia/src/gpu/GrYUVABackendTextures.cpp
39463947
FILE: ../../../third_party/skia/src/gpu/d3d/GrD3DAMDMemoryAllocator.cpp

0 commit comments

Comments
 (0)