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

Commit c4ab9cb

Browse files
committed
Merge branch 'main' into BackdropViewPreRebase
Fixing rebase diff
2 parents 3ed695d + bcecbae commit c4ab9cb

File tree

769 files changed

+17576
-8173
lines changed

Some content is hidden

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

769 files changed

+17576
-8173
lines changed

.ci.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ targets:
118118
- DEPS
119119
- .ci.yaml
120120
- testing/**
121-
- shell/platforms/android/**
121+
- shell/platform/android/**
122122

123123
- name: Linux Benchmarks
124124
enabled_branches:
@@ -294,6 +294,14 @@ targets:
294294
jazzy_version: "0.14.1"
295295
timeout: 75
296296

297+
- name: Mac mac_android_aot_engine
298+
recipe: engine_v2/engine_v2
299+
bringup: true
300+
timeout: 60
301+
properties:
302+
config_name: mac_android_aot_engine
303+
environment: Staging
304+
297305
- name: Mac mac_host_engine
298306
recipe: engine_v2/engine_v2
299307
bringup: true

.github/workflows/scorecards-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
persist-credentials: false
2727

2828
- name: setup python
29-
uses: actions/setup-python@c4e89fac7e8767b327bbad6cb4d859eda999cf08
29+
uses: actions/setup-python@b55428b1882923874294fa556849718a1d7f2ca5
3030
with:
3131
python-version: '3.7.7' # install the python version needed
3232

@@ -57,6 +57,6 @@ jobs:
5757

5858
# Upload the results to GitHub's code scanning dashboard.
5959
- name: "Upload to code-scanning"
60-
uses: github/codeql-action/upload-sarif@3e7e3b32d0fb8283594bb0a76cc60a00918b0969
60+
uses: github/codeql-action/upload-sarif@2ca79b6fa8d3ec278944088b4aa5f46912db5d63
6161
with:
6262
sarif_file: results.sarif

BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ group("flutter") {
126126
if (enable_unittests && !is_win && !is_fuchsia) {
127127
public_deps += [
128128
"//flutter/display_list:display_list_benchmarks",
129+
"//flutter/display_list:display_list_builder_benchmarks",
129130
"//flutter/fml:fml_benchmarks",
130131
"//flutter/lib/ui:ui_benchmarks",
131132
"//flutter/shell/common:shell_benchmarks",

DEPS

Lines changed: 48 additions & 26 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': 'b676a02b01727ba6453ae40c7e9ac5201785aba4',
21+
'skia_revision': '3901abed003450c20001e6b7538408e484ed7aa9',
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.
@@ -36,7 +36,7 @@ vars = {
3636
# Dart is: https://github.com/dart-lang/sdk/blob/main/DEPS.
3737
# You can use //tools/dart/create_updated_flutter_deps.py to produce
3838
# updated revision list of existing dependencies.
39-
'dart_revision': '9682f26ed47787abd7942eeca1a8f76f713c6b7f',
39+
'dart_revision': '36c21217228c78dc1e0f2d1eb2d1c3df376698ec',
4040

4141
# WARNING: DO NOT EDIT MANUALLY
4242
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py
@@ -45,12 +45,12 @@ vars = {
4545
'dart_browser_launcher_rev': '981ca8847dd2b0fe022f9e742045cfb8f214d35f',
4646
'dart_clock_rev': '2507a228773c5e877fc9e3330080b234aad965c0',
4747
'dart_collection_rev': '414ffa1bc8ba18bd608bbf916d95715311d89ac1',
48-
'dart_devtools_rev': '95d292626da26505b02417735f77e8922783b477',
49-
'dart_protobuf_rev': 'a840335449e6a2a9617d2ebe5ecd0d577e071248',
50-
'dart_pub_rev': '9bf4289d6fd5d6872a8929d6312bbd7098f3ea9c',
48+
'dart_devtools_rev': 'd131d19091f6b89ac89486bd92440a25a523e8b0',
49+
'dart_protobuf_rev': '6f5360ba1d6c4605049fa3574357dab7c8d38400',
50+
'dart_pub_rev': 'ac7db6c07318efa4a8712110275eaf70f96a6d00',
5151
'dart_root_certificates_rev': '692f6d6488af68e0121317a9c2c9eb393eb0ee50',
5252
'dart_watcher_rev': 'e00c0ea769e32821d91c0880da8eb736839a6e6d',
53-
'dart_webdev_rev': '27cc5c9228ca59e721bc41fe7028e0fd6b995748',
53+
'dart_webdev_rev': '490d6a06f7ed75654bcfd5a0e8351f8a0f59df1c',
5454
'dart_webkit_inspection_protocol_rev': '57522d6b29d94903b765c757079d906555d5a171',
5555
'dart_yaml_edit_rev': '01589b3ce447b03aed991db49f1ec6445ad5476d',
5656
'dart_zlib_rev': '27c2f474b71d0d20764f86f60ef8b00da1a16cda',
@@ -102,7 +102,7 @@ allowed_hosts = [
102102
]
103103

104104
deps = {
105-
'src': 'https://github.com/flutter/buildroot.git' + '@' + 'cd444824e34d8f735a351f680776bc0479f20677',
105+
'src': 'https://github.com/flutter/buildroot.git' + '@' + '0881a07a2203d23e21712cc5829ec5469ae19e3d',
106106

107107
# Fuchsia compatibility
108108
#
@@ -164,10 +164,10 @@ deps = {
164164
# WARNING: Unused Dart dependencies in the list below till "WARNING:" marker are removed automatically - see create_updated_flutter_deps.py.
165165

166166
'src/third_party/dart/third_party/devtools':
167-
{'packages': [{'version': 'git_revision:95d292626da26505b02417735f77e8922783b477', 'package': 'dart/third_party/flutter/devtools'}], 'dep_type': 'cipd'},
167+
{'packages': [{'version': 'git_revision:d131d19091f6b89ac89486bd92440a25a523e8b0', 'package': 'dart/third_party/flutter/devtools'}], 'dep_type': 'cipd'},
168168

169169
'src/third_party/dart/third_party/pkg/args':
170-
Var('dart_git') + '/args.git@73e8d3b55cbedc9765f8e266f3422d8914f8e62a',
170+
Var('dart_git') + '/args.git@80d4abbd6b38b79bcdbc411b4b517628c7611232',
171171

172172
'src/third_party/dart/third_party/pkg/async':
173173
Var('dart_git') + '/async.git@f3ed5f690e2ec9dbe1bfc5184705575b4f6480e5',
@@ -200,10 +200,10 @@ deps = {
200200
Var('dart_git') + '/csslib.git@ba2eb2d80530eedefadaade338a09c2dd60410f3',
201201

202202
'src/third_party/dart/third_party/pkg/dart_style':
203-
Var('dart_git') + '/dart_style.git@d7b73536a8079331c888b7da539b80e6825270ea',
203+
Var('dart_git') + '/dart_style.git@49bc3ff32b5578b6e19f8fd376d668130941ee29',
204204

205205
'src/third_party/dart/third_party/pkg/dartdoc':
206-
Var('dart_git') + '/dartdoc.git@d3b0b724972ffcc70a47c35a31051af2c3ca012d',
206+
Var('dart_git') + '/dartdoc.git@8ee30225e2d89d6044dc48965c9ce1ec1c406cb9',
207207

208208
'src/third_party/dart/third_party/pkg/ffi':
209209
Var('dart_git') + '/ffi.git@18b2b549d55009ff594600b04705ff6161681e07',
@@ -221,19 +221,19 @@ deps = {
221221
Var('dart_git') + '/html.git@8243e967caad9932c13971af3b2a7c8f028383d5',
222222

223223
'src/third_party/dart/third_party/pkg/http':
224-
Var('dart_git') + '/http.git@5055b684ae45fb141a106ef6ced988aa37ed0ea6',
224+
Var('dart_git') + '/http.git@45f91f23847d51df53bb704bd25a7f64fb117081',
225225

226226
'src/third_party/dart/third_party/pkg/http_multi_server':
227227
Var('dart_git') + '/http_multi_server.git@20bf079c8955d1250a45afb9cb096472a724a551',
228228

229229
'src/third_party/dart/third_party/pkg/http_parser':
230-
Var('dart_git') + '/http_parser.git@d25b3c9e7f23e31ac388a03361737110768597f6',
230+
Var('dart_git') + '/http_parser.git@b968f7ddde0588273a6cbd1d2eb6569f418606ac',
231231

232232
'src/third_party/dart/third_party/pkg/json_rpc_2':
233233
Var('dart_git') + '/json_rpc_2.git@805e6536dd961d66f6b8cd46d8f3e61774f957c9',
234234

235235
'src/third_party/dart/third_party/pkg/linter':
236-
Var('dart_git') + '/linter.git@b4afc10055f3009478da1eac1827f9fef42c3759',
236+
Var('dart_git') + '/linter.git@a97919a064cc4b3b6923a18cdb47a3779a31bc7b',
237237

238238
'src/third_party/dart/third_party/pkg/logging':
239239
Var('dart_git') + '/logging.git@d10e24844c2e01d3f6d2b5a1a2bb8717359c6a87',
@@ -248,7 +248,7 @@ deps = {
248248
Var('dart_git') + '/mime.git@0a75a41445eb642674a0a271eecde78cb025ee60',
249249

250250
'src/third_party/dart/third_party/pkg/mockito':
251-
Var('dart_git') + '/mockito.git@d8a2ddd2054390bd03d34bf64c940884e6f7a596',
251+
Var('dart_git') + '/mockito.git@2acf22f4d400c6e1eee0f6ca595092220fba8b34',
252252

253253
'src/third_party/dart/third_party/pkg/oauth2':
254254
Var('dart_git') + '/oauth2.git@199ebf15cbd5b07958438184f32e41c4447a57bf',
@@ -269,10 +269,10 @@ deps = {
269269
Var('dart_git') + '/pub.git' + '@' + Var('dart_pub_rev'),
270270

271271
'src/third_party/dart/third_party/pkg/pub_semver':
272-
Var('dart_git') + '/pub_semver.git@5c0b4bfd5ca57fe16f1319c581dc8c882e9b8cb2',
272+
Var('dart_git') + '/pub_semver.git@9fd28757ba45961ac5449e0f2b0020670e921475',
273273

274274
'src/third_party/dart/third_party/pkg/shelf':
275-
Var('dart_git') + '/shelf.git@0371a64bd3b99044ee3158bacf8813bba735a9c7',
275+
Var('dart_git') + '/shelf.git@0965d864d0e6c66d5bb6daece400e80484640bd5',
276276

277277
'src/third_party/dart/third_party/pkg/source_map_stack_trace':
278278
Var('dart_git') + '/source_map_stack_trace.git@72dbf21a33293b2b8434d0a9751e36f9463981ac',
@@ -299,13 +299,13 @@ deps = {
299299
Var('dart_git') + '/term_glyph.git@ec7cf7bb51ebb7d55760a1359f6697690dbc06ba',
300300

301301
'src/third_party/dart/third_party/pkg/test':
302-
Var('dart_git') + '/test.git@b144a336776eaa1f9420f3ab38214d8c061c663e',
302+
Var('dart_git') + '/test.git@aba7de5851ace64f1f887369ae9424582d9d4d7f',
303303

304304
'src/third_party/dart/third_party/pkg/test_reflective_loader':
305305
Var('dart_git') + '/test_reflective_loader.git@8d0de01bbe852fea1f8e33aba907abcba50a8a1e',
306306

307307
'src/third_party/dart/third_party/pkg/typed_data':
308-
Var('dart_git') + '/typed_data.git@bb10b64f9a56b8fb49307d4465474bf1c1309f6d',
308+
Var('dart_git') + '/typed_data.git@6369490ede1c87a4a5758304a606a6e4eee364b9',
309309

310310
'src/third_party/dart/third_party/pkg/usage':
311311
Var('dart_git') + '/usage.git@e287a72228974886d8a3b40ddcdf12f69d7c6a22',
@@ -464,7 +464,7 @@ deps = {
464464
Var('chromium_git') + '/external/github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator' + '@' + '7de5cc00de50e71a3aab22dea52fbb7ff4efceb6',
465465

466466
'src/third_party/abseil-cpp':
467-
Var('flutter_git') + '/third_party/abseil-cpp.git' + '@' + 'f92f9effc89af7692436c3b9fbb3a67f2239d893',
467+
Var('flutter_git') + '/third_party/abseil-cpp.git' + '@' + '61833f2c057a2b1993d871e8c51156aed1dd4354',
468468

469469
# Dart packages
470470
'src/third_party/pkg/archive':
@@ -606,29 +606,51 @@ deps = {
606606
'packages': [
607607
{
608608
'package': 'fuchsia/third_party/clang/mac-amd64',
609-
'version': 'NyopqdQvXY11sckCZIz7FdXLgQZep1ssg1IYBX09ZPwC'
609+
'version': 'git_revision:d9e02a30b16ea65a7da87913c40af03e22c9571f'
610610
}
611611
],
612612
'condition': 'host_os == "mac"',
613613
'dep_type': 'cipd',
614614
},
615615

616+
'src/buildtools/mac-arm64/clang': {
617+
'packages': [
618+
{
619+
'package': 'fuchsia/third_party/clang/mac-arm64',
620+
'version': 'git_revision:3a20597776a5d2920e511d81653b4d2b6ca0c855'
621+
}
622+
],
623+
'condition': 'host_os == "mac" and host_cpu == "arm64"',
624+
'dep_type': 'cipd',
625+
},
626+
616627
'src/buildtools/linux-x64/clang': {
617628
'packages': [
618629
{
619630
'package': 'fuchsia/third_party/clang/linux-amd64',
620-
'version': 'ad2NsyQv7Q0UnDFu6vxeKVumfP-AHmA-ju9u0YCZkwgC'
631+
'version': 'git_revision:3a20597776a5d2920e511d81653b4d2b6ca0c855'
632+
}
633+
],
634+
'condition': 'host_os == "linux" and host_cpu == "x64"',
635+
'dep_type': 'cipd',
636+
},
637+
638+
'src/buildtools/linux-arm64/clang': {
639+
'packages': [
640+
{
641+
'package': 'fuchsia/third_party/clang/linux-amd64',
642+
'version': 'git_revision:d9e02a30b16ea65a7da87913c40af03e22c9571f'
621643
}
622644
],
623-
'condition': 'host_os == "linux"',
645+
'condition': 'host_os == "linux" and host_cpu == "arm64"',
624646
'dep_type': 'cipd',
625647
},
626648

627649
'src/buildtools/windows-x64/clang': {
628650
'packages': [
629651
{
630652
'package': 'fuchsia/third_party/clang/windows-amd64',
631-
'version': '4H1CWy95NO6tWA96OvQIMCA-s9tZfSMLa9RoghEuXqgC'
653+
'version': 'git_revision:d9e02a30b16ea65a7da87913c40af03e22c9571f'
632654
}
633655
],
634656
'condition': 'download_windows_deps',
@@ -642,7 +664,7 @@ deps = {
642664
'packages': [
643665
{
644666
'package': 'fuchsia/sdk/core/mac-amd64',
645-
'version': '4a7EGv8XgmVJaXcLDEAbnJemYdTscS_D9519rLXQCE8C'
667+
'version': 'QWFPHejM3XUHdRt0mm8agNq7weRw5hSVM4AEoJhrWgEC'
646668
}
647669
],
648670
'condition': 'host_os == "mac" and not download_fuchsia_sdk',
@@ -652,7 +674,7 @@ deps = {
652674
'packages': [
653675
{
654676
'package': 'fuchsia/sdk/core/linux-amd64',
655-
'version': 'iK5Vt2rn1yhQPaopdd33HrHWlBLC4Sl0B76E8DtmU9wC'
677+
'version': 'OkIFye3iRfA9DknTFPlAZ-xJdNubmiaj1DOQgJqxRPAC'
656678
}
657679
],
658680
'condition': 'host_os == "linux" and not download_fuchsia_sdk',

0 commit comments

Comments
 (0)