Skip to content

Commit 6c81812

Browse files
Merge branch 'master' into master
2 parents 8101eea + d9d9df4 commit 6c81812

File tree

163 files changed

+4493
-7730
lines changed

Some content is hidden

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

163 files changed

+4493
-7730
lines changed

.ci.yaml

Lines changed: 30 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1663,6 +1663,34 @@ targets:
16631663
["devicelab","hostonly", "linux"]
16641664
task_name: web_benchmarks_canvaskit
16651665

1666+
- name: Linux web_benchmarks_ddc
1667+
recipe: devicelab/devicelab_drone
1668+
bringup: true
1669+
presubmit: false
1670+
timeout: 60
1671+
properties:
1672+
dependencies: >-
1673+
[
1674+
{"dependency": "chrome_and_driver", "version": "version:125.0.6422.141"}
1675+
]
1676+
tags: >
1677+
["devicelab","hostonly", "linux"]
1678+
task_name: web_benchmarks_ddc
1679+
1680+
- name: Linux web_benchmarks_ddc_hot_reload
1681+
recipe: devicelab/devicelab_drone
1682+
bringup: true
1683+
presubmit: false
1684+
timeout: 60
1685+
properties:
1686+
dependencies: >-
1687+
[
1688+
{"dependency": "chrome_and_driver", "version": "version:125.0.6422.141"}
1689+
]
1690+
tags: >
1691+
["devicelab","hostonly", "linux"]
1692+
task_name: web_benchmarks_ddc_hot_reload
1693+
16661694
- name: Linux web_benchmarks_skwasm
16671695
recipe: devicelab/devicelab_drone
16681696
presubmit: false
@@ -2395,7 +2423,6 @@ targets:
23952423
- name: Linux_pixel_7pro static_path_stroke_tessellation_perf__timeline_summary
23962424
recipe: devicelab/devicelab_drone
23972425
presubmit: false
2398-
bringup: true
23992426
timeout: 60
24002427
properties:
24012428
tags: >
@@ -3630,7 +3657,6 @@ targets:
36303657
- name: Mac_ios static_path_stroke_tessellation_perf_ios__timeline_summary
36313658
recipe: devicelab/devicelab_drone
36323659
presubmit: false
3633-
bringup: true
36343660
timeout: 60
36353661
properties:
36363662
tags: >
@@ -3640,7 +3666,6 @@ targets:
36403666
- name: Mac_ios dynamic_path_stroke_tessellation_perf_ios__timeline_summary
36413667
recipe: devicelab/devicelab_drone
36423668
presubmit: false
3643-
bringup: true
36443669
timeout: 60
36453670
properties:
36463671
tags: >
@@ -4996,7 +5021,7 @@ targets:
49965021
properties:
49975022
tags: >
49985023
["devicelab", "ios", "mac", "arm64"]
4999-
task_name: imitation_game_swiftui__compile
5024+
task_name: imitation_game_flutter__compile
50005025

50015026
- name: Mac_arm64_ios imitation_game_swiftui
50025027
recipe: devicelab/devicelab_drone
@@ -5006,7 +5031,7 @@ targets:
50065031
properties:
50075032
tags: >
50085033
["devicelab", "ios", "mac", "arm64"]
5009-
task_name: imitation_game_flutter__compile
5034+
task_name: imitation_game_swiftui__compile
50105035

50115036
- name: Mac_x64 hot_mode_dev_cycle_macos_target__benchmark
50125037
recipe: devicelab/devicelab_drone

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ $ flutter upgrade
1212
```
1313

1414
<!--
15+
INTERNAL NOTE: DO **NOT** READ THIS FILE IN A TEST OR BUILDER.
16+
17+
As an optimization, `CHANGELOG.md`-only PRs skip almost all
18+
tests, except `Linux analyze`. It is unsafe to read and use
19+
this file in a test unless it is part of the Linux analyze
20+
task (and that specific task, with that specific name).
21+
1522
INTERNAL NOTE: PLEASE DON'T JUST PASTE ISSUE TITLES!
1623
1724
Make sure that the text here helps customers understand
@@ -21,8 +28,6 @@ Our goal is to make the list easy for them to scan.
2128
2229
More information and tips:
2330
docs/releases/Hotfix-Documentation-Best-Practices.md
24-
25-
INTERNAL NOTE
2631
-->
2732
## Flutter 3.29 Changes
2833

DEPS

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ vars = {
1414
'flutter_git': 'https://flutter.googlesource.com',
1515
'skia_git': 'https://skia.googlesource.com',
1616
'llvm_git': 'https://llvm.googlesource.com',
17-
'skia_revision': '76cb5d4fba27b92393f63efbbb4311d9ac229838',
17+
'skia_revision': '177a2929e32f19a217aa724a4035b11bd21f3a89',
1818

1919
# WARNING: DO NOT EDIT canvaskit_cipd_instance MANUALLY
2020
# See `lib/web_ui/README.md` for how to roll CanvasKit to a new version.
@@ -56,27 +56,27 @@ vars = {
5656
# Dart is: https://github.com/dart-lang/sdk/blob/main/DEPS
5757
# You can use //tools/dart/create_updated_flutter_deps.py to produce
5858
# updated revision list of existing dependencies.
59-
'dart_revision': '87965ab4864e444c521023820eb06e569d007059',
59+
'dart_revision': '0cfefe2a03fb19c288d58484abb9690d7570fdeb',
6060

6161
# WARNING: DO NOT EDIT MANUALLY
6262
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py
6363
'dart_binaryen_rev': 'b4bdcc33115b31758c56b83bb9de4642c411a042',
64-
'dart_boringssl_rev': 'e68438b863afaa3e81e1771b91819817780f3b60',
65-
'dart_core_rev': '7a80178ca72b01b0efb99a9a9a654d83ca21d6b7',
66-
'dart_devtools_rev': 'f10e8df8c517fb0412b9a66c626581867c9c267d',
67-
'dart_ecosystem_rev': '391a80ccb774cfebe4865bcd7e933d1ab016eea5',
68-
'dart_http_rev': '32d5ffcc8d0d5ce9a3a76a293230fa70ec2cc88f',
64+
'dart_boringssl_rev': 'ef839bf397fb4ecdb66ef2679a08ac7b3563c50b',
65+
'dart_core_rev': '635dfa32c261ba078438b74de397f2207904ca78',
66+
'dart_devtools_rev': '1fb2f4ce5099042b7f2dfa93dec675a21861d21f',
67+
'dart_ecosystem_rev': '815d4ba2e7d11f8695a26f6cbe1262e3b8ff8d0d',
68+
'dart_http_rev': 'e4ddd3e3d3a3d0ba7c9e48506e9d2e8620af30a8',
6969
'dart_i18n_rev': 'de1943629469719bf34269bf90fcdbe9334a73f3',
7070
'dart_libprotobuf_rev': '24487dd1045c7f3d64a21f38a3f0c06cc4cf2edb',
7171
'dart_perfetto_rev': '13ce0c9e13b0940d2476cd0cff2301708a9a2e2b',
7272
'dart_protobuf_gn_rev': 'ca669f79945418f6229e4fef89b666b2a88cbb10',
7373
'dart_protobuf_rev': '1aaa332af75c61ff32739821f7ec52186ff18d4c',
7474
'dart_pub_rev': 'b2c03b448a47fdd52800609b9222cd737be3a934',
7575
'dart_sync_http_rev': 'dc54465f07d9652875deeade643256dafa2fbc6c',
76-
'dart_tools_rev': '62bc13bc086a66ce9a6a3e64865c82d17a1379b3',
77-
'dart_vector_math_rev': 'f08d7d2652e9ecf7d8f8605d9983335174511c95',
76+
'dart_tools_rev': '4a284152c263a5d3429d5ab6acfdb70eca2ebcfb',
77+
'dart_vector_math_rev': 'dc9d379674f50bb5559e99ee3a9f64729df9d3c8',
7878
'dart_web_rev': '5a39fdc396ae40344308975140343c23b6863261',
79-
'dart_webdev_rev': '697f2f7f56517b0678c6256e0834778905acfc0d',
79+
'dart_webdev_rev': '5bf833d0c277a384ab8bbfc10e7d3d71b8022560',
8080
'dart_webdriver_rev': 'f52afbf72895ae980bd4129d877305c2182d6cbc',
8181
'dart_webkit_inspection_protocol_rev': 'effa75205516757795683d527c3dea9546eb0c32',
8282

@@ -308,13 +308,13 @@ deps = {
308308
Var('chromium_git') + '/external/github.com/WebAssembly/binaryen.git@b4bdcc33115b31758c56b83bb9de4642c411a042',
309309

310310
'engine/src/flutter/third_party/dart/third_party/devtools':
311-
{'dep_type': 'cipd', 'packages': [{'package': 'dart/third_party/flutter/devtools', 'version': 'git_revision:f10e8df8c517fb0412b9a66c626581867c9c267d'}]},
311+
{'dep_type': 'cipd', 'packages': [{'package': 'dart/third_party/flutter/devtools', 'version': 'git_revision:1fb2f4ce5099042b7f2dfa93dec675a21861d21f'}]},
312312

313313
'engine/src/flutter/third_party/dart/third_party/pkg/core':
314314
Var('dart_git') + '/core.git' + '@' + Var('dart_core_rev'),
315315

316316
'engine/src/flutter/third_party/dart/third_party/pkg/dart_style':
317-
Var('dart_git') + '/dart_style.git@21de99ec0ff8ace4d946a746fb427fffd6afa535',
317+
Var('dart_git') + '/dart_style.git@100db45075abdd66fd8788b205243e90ff0595df',
318318

319319
'engine/src/flutter/third_party/dart/third_party/pkg/dartdoc':
320320
Var('dart_git') + '/dartdoc.git@62aefbb788baf5b73b2d704d66d9735a7ca56a69',
@@ -332,7 +332,7 @@ deps = {
332332
Var('dart_git') + '/leak_tracker.git@f5620600a5ce1c44f65ddaa02001e200b096e14c',
333333

334334
'engine/src/flutter/third_party/dart/third_party/pkg/native':
335-
Var('dart_git') + '/native.git@75f3408cd72c1e217f162fb5e43f4cdf1d34e71d',
335+
Var('dart_git') + '/native.git@49a8912734162e5dc6ad009fc080fe54e9985470',
336336

337337
'engine/src/flutter/third_party/dart/third_party/pkg/protobuf':
338338
Var('dart_git') + '/protobuf.git' + '@' + Var('dart_protobuf_rev'),
@@ -350,7 +350,7 @@ deps = {
350350
Var('dart_git') + '/external/github.com/simolus3/tar.git@5a1ea943e70cdf3fa5e1102cdbb9418bd9b4b81a',
351351

352352
'engine/src/flutter/third_party/dart/third_party/pkg/test':
353-
Var('dart_git') + '/test.git@c1fa1e692084a9aab83a171cdcffcc4087e8e40b',
353+
Var('dart_git') + '/test.git@84eba115521b74e848f096572a2d3e4d3607e8fa',
354354

355355
'engine/src/flutter/third_party/dart/third_party/pkg/tools':
356356
Var('dart_git') + '/tools.git' + '@' + Var('dart_tools_rev'),
@@ -371,7 +371,7 @@ deps = {
371371
Var('dart_git') + '/external/github.com/google/webkit_inspection_protocol.dart.git' + '@' + Var('dart_webkit_inspection_protocol_rev'),
372372

373373
'engine/src/flutter/third_party/dart/tools/sdks/dart-sdk':
374-
{'dep_type': 'cipd', 'packages': [{'package': 'dart/dart-sdk/${{platform}}', 'version': 'git_revision:4a4ff9fba9ca67e9406743a24a3c47ad64d9e9c2'}]},
374+
{'dep_type': 'cipd', 'packages': [{'package': 'dart/dart-sdk/${{platform}}', 'version': 'git_revision:5a8921e0042c662ea2adbac35ea051dec20a5341'}]},
375375

376376
# WARNING: end of dart dependencies list that is cleaned up automatically - see create_updated_flutter_deps.py.
377377

@@ -813,7 +813,7 @@ deps = {
813813
'packages': [
814814
{
815815
'package': 'fuchsia/sdk/core/linux-amd64',
816-
'version': '7bWzHwIPBTyU6R9nOj84llziVBSXbmUIK5fTqQhWiDIC'
816+
'version': 'MwYckh5OvwwmIYLx0Z34IxTKnqGMEmITvYbeFqrdU4IC'
817817
}
818818
],
819819
'condition': 'download_fuchsia_deps and not download_fuchsia_sdk',

TESTOWNERS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,8 @@
298298
/dev/devicelab/bin/tasks/run_release_test_windows.dart @loic-sharma @flutter/tool
299299
/dev/devicelab/bin/tasks/technical_debt__cost.dart @Piinks @flutter/framework
300300
/dev/devicelab/bin/tasks/web_benchmarks_canvaskit.dart @yjbanov @flutter/web
301+
/dev/devicelab/bin/tasks/web_benchmarks_ddc.dart @yjbanov @flutter/web
302+
/dev/devicelab/bin/tasks/web_benchmarks_ddc_hot_reload.dart @yjbanov @flutter/web
301303
/dev/devicelab/bin/tasks/web_benchmarks_skwasm.dart @eyebrowsoffire @flutter/web
302304
/dev/devicelab/bin/tasks/web_benchmarks_skwasm_st.dart @eyebrowsoffire @flutter/web
303305
/dev/devicelab/bin/tasks/windows_home_scroll_perf__timeline_summary.dart @jonahwilliams @flutter/engine
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
f26b681ab40dcd51c7a2156e60936468d9bfea60
1+
2fcc4032dd8b1a3da0b4424d49341bedd86d5137

0 commit comments

Comments
 (0)