Skip to content

Commit 223d8e6

Browse files
committed
Merge branch 'master' into foundation
2 parents 1cca36c + 70b7664 commit 223d8e6

File tree

572 files changed

+12473
-46159
lines changed

Some content is hidden

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

572 files changed

+12473
-46159
lines changed

.ci.yaml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,10 @@ platform_properties:
252252
os: Mac-13|Mac-14
253253
cpu: x86
254254
device_type: "mokey"
255+
$flutter/osx_sdk : >-
256+
{
257+
"skip_xcode_install": true
258+
}
255259
mac_arm64_mokey:
256260
properties:
257261
dependencies: >-
@@ -262,6 +266,10 @@ platform_properties:
262266
os: Mac-13|Mac-14
263267
cpu: arm64
264268
device_type: "mokey"
269+
$flutter/osx_sdk : >-
270+
{
271+
"skip_xcode_install": true
272+
}
265273
266274
mac_pixel_7pro:
267275
properties:
@@ -553,6 +561,9 @@ targets:
553561
recipe: infra/ci_yaml
554562
presubmit: false
555563
timeout: 30
564+
enabled_branches:
565+
# Don't run this on release branches
566+
- master
556567
properties:
557568
tags: >
558569
["framework", "hostonly", "shard", "linux"]
@@ -1157,6 +1168,7 @@ targets:
11571168
task_name: android_release_builds_exclude_dev_dependencies_test
11581169
runIf:
11591170
- dev/**
1171+
- packages/flutter_tools/**
11601172
- bin/**
11611173
- .ci.yaml
11621174
- engine/**
@@ -3215,7 +3227,6 @@ targets:
32153227
- name: Linux_pixel_7pro platform_views_hcpp_scroll_perf__timeline_summary
32163228
recipe: devicelab/devicelab_drone
32173229
presubmit: false
3218-
bringup: true
32193230
timeout: 60
32203231
properties:
32213232
tags: >
@@ -3559,7 +3570,6 @@ targets:
35593570
task_name: animated_complex_opacity_perf_macos__e2e_summary
35603571

35613572
- name: Mac_benchmark basic_material_app_macos__compile
3562-
bringup: true # Flaky https://github.com/flutter/flutter/issues/162364
35633573
presubmit: false
35643574
recipe: devicelab/devicelab_drone
35653575
timeout: 60
@@ -3864,7 +3874,6 @@ targets:
38643874
- dev/bots/**
38653875

38663876
- name: Mac_benchmark flutter_view_macos__start_up
3867-
bringup: true # Flaky https://github.com/flutter/flutter/issues/159540
38683877
presubmit: false
38693878
recipe: devicelab/devicelab_drone
38703879
timeout: 60
@@ -6686,7 +6695,6 @@ targets:
66866695

66876696
# windows mokey test
66886697
- name: Windows_mokey native_assets_android
6689-
bringup: true # Flaky https://github.com/flutter/flutter/issues/156063
66906698
recipe: devicelab/devicelab_drone
66916699
presubmit: false
66926700
timeout: 60

.github/ISSUE_TEMPLATE/g3_bug.yml

Lines changed: 0 additions & 136 deletions
This file was deleted.

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ unlinked_spec.ds
7474
**/android/captures/
7575
**/android/gradlew
7676
**/android/gradlew.bat
77-
**/android/local.properties
7877
**/android/**/GeneratedPluginRegistrant.java
7978
**/android/key.properties
8079
*.jks
80+
local.properties
8181

8282
# iOS/XCode related
8383
**/ios/**/*.mode1v3

DEPS

Lines changed: 7 additions & 19 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': '6da10829d017e7ff3d103b79e0951f693b20f7da',
17+
'skia_revision': '3ce6f25dc13ebce3e6e92e152c6cc05b45ad3405',
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,20 +56,21 @@ 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': '2cecb16348e4778844660d5e7d16a96efe3706ec',
59+
'dart_revision': 'aea6fff33f063f2adc7470773f9b7f14d0caddc9',
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': '3f6831c0bd147ae1ae0ab1d9187d37bce7cca38b',
64-
'dart_boringssl_rev': '8c6b0c04f19f5a6a13af3e29a6a4bb6784cb2bd7',
64+
'dart_boringssl_rev': '0c59e9e55bdaadadf49f3c092b097e72cd4b39cc',
6565
'dart_core_rev': '0b2bd3fcd7f3e082f4cc9b14c19ffa93894b85ae',
6666
'dart_devtools_rev': 'b38abb81337b10c4b675d418e50f82a5fe6a894d',
6767
'dart_http_rev': '900da9fe7d576caa4882053cf26d3a70bd3106e0',
68+
'dart_i18n_rev': '06a664f7beaab1f8eaf82a60b722982c03c8657c',
6869
'dart_libprotobuf_rev': '24487dd1045c7f3d64a21f38a3f0c06cc4cf2edb',
6970
'dart_perfetto_rev': '13ce0c9e13b0940d2476cd0cff2301708a9a2e2b',
7071
'dart_protobuf_gn_rev': 'ca669f79945418f6229e4fef89b666b2a88cbb10',
7172
'dart_protobuf_rev': '610943a3bed70c1c2079af5fca02462df10d223f',
72-
'dart_pub_rev': '710265bae23ad5860f33287fba10b5c369f19a93',
73+
'dart_pub_rev': '639536aa78f7382b4a948669bfdc283f830b2ae9',
7374
'dart_tools_rev': 'b51f39d01f5a4af33428a0189cd62595c01e23de',
7475
'dart_web_rev': 'c2d5f63e9ea4c1409d6e159fc7b92dbcf4dc0d4d',
7576
'dart_webdev_rev': '718c39c3b10f6e77f767d70d1f30f8a6c8262d6f',
@@ -158,14 +159,12 @@ vars = {
158159
"upstream_freetype2": "https://gitlab.freedesktop.org/freetype/freetype.git",
159160
"upstream_gcloud": "https://github.com/dart-lang/gcloud.git",
160161
"upstream_glfw": "https://github.com/glfw/glfw.git",
161-
"upstream_glob": "https://github.com/dart-lang/glob.git",
162162
"upstream_googleapis": "https://github.com/google/googleapis.dart.git",
163163
"upstream_googletest": "https://github.com/google/googletest.git",
164164
"upstream_gtest-parallel": "https://github.com/google/gtest-parallel.git",
165165
"upstream_harfbuzz": "https://github.com/harfbuzz/harfbuzz.git",
166166
"upstream_http": "https://github.com/dart-lang/http.git",
167167
"upstream_icu": "https://github.com/unicode-org/icu.git",
168-
"upstream_intl": "https://github.com/dart-lang/intl.git",
169168
"upstream_imgui": "https://github.com/ocornut/imgui.git",
170169
"upstream_inja": "https://github.com/pantor/inja.git",
171170
"upstream_json": "https://github.com/nlohmann/json.git",
@@ -177,7 +176,6 @@ vars = {
177176
"upstream_libtess2": "https://github.com/memononen/libtess2.git",
178177
"upstream_libwebp": "https://chromium.googlesource.com/webm/libwebp.git",
179178
"upstream_leak_tracker": "https://github.com/dart-lang/leak_tracker.git",
180-
"upstream_markdown": "https://github.com/dart-lang/markdown.git",
181179
"upstream_mockito": "https://github.com/dart-lang/mockito.git",
182180
"upstream_ocmock": "https://github.com/erikdoe/ocmock.git",
183181
"upstream_packages": "https://github.com/flutter/packages.git",
@@ -200,7 +198,6 @@ vars = {
200198
"upstream_usage": "https://github.com/dart-lang/usage.git",
201199
"upstream_vector_math": "https://github.com/google/vector_math.dart.git",
202200
"upstream_VulkanMemoryAllocator": "https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git",
203-
"upstream_web_socket_channel": "https://github.com/dart-lang/web_socket_channel.git",
204201
"upstream_webdev": "https://github.com/dart-lang/webdev.git",
205202
"upstream_webkit_inspection_protocol": "https://github.com/google/webkit_inspection_protocol.dart.git",
206203
"upstream_wuffs-mirror-release-c": "https://github.com/google/wuffs-mirror-release-c.git",
@@ -315,21 +312,15 @@ deps = {
315312
'engine/src/flutter/third_party/dart/third_party/pkg/dartdoc':
316313
Var('dart_git') + '/dartdoc.git@f0d2276e57c96717e625964ea0385a30f2237e62',
317314

318-
'engine/src/flutter/third_party/dart/third_party/pkg/glob':
319-
Var('dart_git') + '/glob.git@043796be996190473b397fa2fecfa34bb91376fb',
320-
321315
'engine/src/flutter/third_party/dart/third_party/pkg/http':
322316
Var('dart_git') + '/http.git' + '@' + Var('dart_http_rev'),
323317

324-
'engine/src/flutter/third_party/dart/third_party/pkg/intl':
325-
Var('dart_git') + '/intl.git@5d65e3808ce40e6282e40881492607df4e35669f',
318+
'engine/src/flutter/third_party/dart/third_party/pkg/i18n':
319+
Var('dart_git') + '/i18n.git' + '@' + Var('dart_i18n_rev'),
326320

327321
'engine/src/flutter/third_party/dart/third_party/pkg/leak_tracker':
328322
Var('dart_git') + '/leak_tracker.git@f5620600a5ce1c44f65ddaa02001e200b096e14c',
329323

330-
'engine/src/flutter/third_party/dart/third_party/pkg/markdown':
331-
Var('dart_git') + '/markdown.git@62f78c64d963ba6f73bd70ed65630dc934a264e6',
332-
333324
'engine/src/flutter/third_party/dart/third_party/pkg/native':
334325
Var('dart_git') + '/native.git@c817a5e41220de370cbea6e6445e63cdc7087544',
335326

@@ -354,9 +345,6 @@ deps = {
354345
'engine/src/flutter/third_party/dart/third_party/pkg/web':
355346
Var('dart_git') + '/web.git' + '@' + Var('dart_web_rev'),
356347

357-
'engine/src/flutter/third_party/dart/third_party/pkg/web_socket_channel':
358-
Var('dart_git') + '/web_socket_channel.git@f335e52affa5c70a725401394bf265fc4384e62f',
359-
360348
'engine/src/flutter/third_party/dart/third_party/pkg/webdev':
361349
Var('dart_git') + '/webdev.git' + '@' + Var('dart_webdev_rev'),
362350

bin/internal/flutter_packages.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
a9b91727371113fc453af6a1176a9aa4d0e990f9
1+
5498d4d2eb487afdf68af7aa1898aa3014e4b892
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
org.gradle.jvmargs=-Xmx4G -XX:MaxMetaspaceSize=2G -XX:+HeapDumpOnOutOfMemoryError
1+
org.gradle.jvmargs=-Xmx8G -XX:MaxMetaspaceSize=4G -XX:ReservedCodeCacheSize=512m -XX:+HeapDumpOnOutOfMemoryError
22
android.useAndroidX=true
33
android.enableJetifier=true
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
org.gradle.jvmargs=-Xmx4G -XX:MaxMetaspaceSize=2G -XX:+HeapDumpOnOutOfMemoryError
1+
org.gradle.jvmargs=-Xmx8G -XX:MaxMetaspaceSize=4G -XX:ReservedCodeCacheSize=512m -XX:+HeapDumpOnOutOfMemoryError
22
android.useAndroidX=true
33
android.enableJetifier=true

0 commit comments

Comments
 (0)