27946 Commits

Author SHA1 Message Date
Yegor
7f84c5500f
mark canvaskit benchmarks as bringup: true (#100331) 2022-03-17 14:01:10 -07:00
Emmanuel Garcia
9072a09958
Fix race condition in readJsonResults (#100243) 2022-03-17 13:40:15 -07:00
jellynoone
3c6b760e4c
Refractor compute (#99527) 2022-03-17 13:40:10 -07:00
Liam Appelbe
1d2f9c975b
Reintroduce the ability to override the coverage formatter (#100320) 2022-03-17 13:38:36 -07:00
engine-flutter-autoroll
25fc01acd1
Roll Engine from dfde2aad73f9 to e4056c51182e (9 revisions) (#100326)
* 7fe613a77 Roll Dart SDK from 5bc905e69609 to ad5a250935d5 (4 revisions) (flutter/engine#32079)

* 3a954ba78 Disable several tests due to flakiness (flutter/engine#32059)

* 05bba9bb2 [web] Log all goldctl commands (flutter/engine#32072)

* 86b2c8d18 Roll Skia from 9301fe3779bb to 02ebd1a23381 (4 revisions) (flutter/engine#32067)

* abb1bce17 Roll Fuchsia Linux SDK from mVqiTwaVa... to RAyopISUl... (flutter/engine#32069)

* 481f4bc2c Roll Fuchsia Mac SDK from vWlaMIVkM... to -JEG0j8mn... (flutter/engine#32077)

* 560243c4a Roll Dart SDK from ad5a250935d5 to 5168cdd236a0 (1 revision) (flutter/engine#32081)

* e2e6b49ee Roll Skia from 02ebd1a23381 to 5e035c66da3c (19 revisions) (flutter/engine#32082)

* e4056c511 ensure _futurize does not leak uncaught errors into the zone (flutter/engine#32070)
2022-03-17 13:37:17 -07:00
Christopher Fujino
0d83e80104
[flutter_tools] Null safe update packages (#99357) 2022-03-17 13:35:17 -07:00
Yegor
c2409797ff
Roll chrome 96 attempt 2 (#100073)
* [web] roll Chromium dep to 96.2

Roll Chromium 96.2.

This is the second attempt to roll it. The previous attempt
(https://github.com/flutter/flutter/pull/99725) failed due to a LUCI
cache issue.

* cache-bust CIPD dependency by changing its name
* specify chrome_and_driver version in canvaskit tests
* fix CRC corruption in kTransparentImage
2022-03-17 13:23:43 -07:00
engine-flutter-autoroll
decaa4cbc7
Roll Plugins from f25e370447f6 to 04f64ec89b65 (1 revision) (#100309) 2022-03-17 13:20:20 -07:00
engine-flutter-autoroll
2d18658513
Roll Engine from 46c2ccae24e4 to dfde2aad73f9 (9 revisions) (#100270)
* 09d7bccc0 Optionally specify the target dir in tools/gn (flutter/engine#32065)

* a00ba24e9 Fix done button click not blur in iOS keyboard (flutter/engine#31718)

* 81547d1f7 Add a display list op to clear to transformation stack. (flutter/engine#32050)

* 2309bcc8c Add WASM target in gn (flutter/engine#31670)

* 852e800f4 [web] Remove the --passfail flag when calling goldctl in post-submit (flutter/engine#32071)

* eb1c50d46 Fix issues with nested gradients in html renderer. (flutter/engine#31887)

* fb0fd744e Update the magic number for JPEG to just FF D8 FF. (flutter/engine#32076)

* 233c17cb7 Wrap the global timeline event handler callback in a std::atomic (flutter/engine#32073)

* dfde2aad7 Roll Dart SDK from 24bf86f16411 to 5bc905e69609 (9 revisions) (flutter/engine#32075)
2022-03-17 12:55:13 -07:00
Emmanuel Garcia
d92fedcccb
Reland: "Always use texture layer when displaying an Android view" (#100237) 2022-03-17 12:46:26 -07:00
Chris Bracken
a618ca27a7
[macOS] Enable universal binary builds by default (#100271)
This changes the default build architectures for Flutter macOS apps to
x86_64 and arm64. Previously, we manually excluded arm64 builds via the
EXCLUDE_ARCHS Xcode setting in Flutter's generated xcconfig file. This
eliminates setting EXCLUDE_ARCHS during the build and updates the
default architectures in the tool and in the macos_assemble.sh wrapper.

Issue: https://github.com/flutter/flutter/issues/97681
Umbrella issue: https://github.com/flutter/flutter/issues/60113
2022-03-17 12:28:39 -07:00
Kate Lovett
7f241ba3fa
Disable post-submit failures (#100308) 2022-03-17 11:58:26 -05:00
wangying
b4040c867b
Add benchmark for ColorFilter raster cache (#99542) 2022-03-16 19:15:13 -07:00
Brian Quinlan
f6c4c3df19
Remove unnecessary ignore: override_on_non_overriding_member (#99793) 2022-03-16 19:10:17 -07:00
engine-flutter-autoroll
1cb9fb5731
Roll Engine from ce9eef7bacf2 to 46c2ccae24e4 (10 revisions) (#100244)
* 9f13454ae [windows] Support win_debug_x86 compilation target in engine (flutter/engine#30417)

* c5e958ebd Make tracing safe (flutter/engine#32042)

* cf875d425 [macOS] Forward key events to NSTextInputContext when there's composing text (flutter/engine#32051)

* ffd5c9c32 Roll Fuchsia Linux SDK from Ee9OX2o6P... to mVqiTwaVa... (flutter/engine#32055)

* b0018c3bc Roll Skia from a9bc6c643791 to 8afe53fd76d3 (1 revision) (flutter/engine#32056)

* df1232122 Roll Skia from 8afe53fd76d3 to 0d81bc7bb04e (2 revisions) (flutter/engine#32057)

* 398a2747c Roll Fuchsia Mac SDK from jvlI1s78T... to vWlaMIVkM... (flutter/engine#32060)

* 3ffa9cfb9 Roll Skia from 0d81bc7bb04e to e253cc3e55d3 (1 revision) (flutter/engine#32063)

* 275cd2b5f [web] Position spans absolutely within paragraph (flutter/engine#31907)

* 46c2ccae2 Roll Skia from e253cc3e55d3 to 9301fe3779bb (1 revision) (flutter/engine#32064)
2022-03-16 19:00:55 -07:00
Harsh Bhikadia
fece72cac7
docs(flutter_test): fix mention of non-existing matchesSemanticsNode (#99659) 2022-03-16 18:55:18 -07:00
Flutter GitHub Bot
95276ccc82
Marks Windows windows_home_scroll_perf__timeline_summary to be unflaky (#100228) 2022-03-16 13:30:23 -07:00
engine-flutter-autoroll
f6d77a537a
Roll Plugins from 3becd1c22c9c to f25e370447f6 (7 revisions) (#100219) 2022-03-16 13:25:24 -07:00
engine-flutter-autoroll
52cbb927bd
Roll Engine from dc22c4c7fefe to ce9eef7bacf2 (2 revisions) (#100187) 2022-03-16 11:35:19 -07:00
Kevin Chisholm
ddfdf966c4
create cherry-pick template (#100158)
* create cherry-pick template

* Remove placeholders for all required fields
2022-03-16 13:29:38 -05:00
Taha Tesser
1cd4eebf47
Add missing expansionTileTheme theme copyWith test (#100165) 2022-03-16 11:25:17 -07:00
Gary Qian
63ff7a199b
MigrateConfig and migrate integration testing base (#99092) 2022-03-16 11:10:22 -07:00
Zachary Anderson
1c2c942112
Revert "Always use texture layer when displaying an Android view (#100091)" (#100222)
This reverts commit 509ddfda5c1bda7c01cf51fe24607da19423d5f9.
2022-03-16 09:12:25 -07:00
Emmanuel Garcia
509ddfda5c
Always use texture layer when displaying an Android view (#100091) 2022-03-15 21:10:18 -07:00
moko256
13bf7515f4
Web: treat modifier key without location (#98460) 2022-03-15 19:50:10 -07:00
engine-flutter-autoroll
301822f5db
Roll Engine from 3d597393aa24 to dc22c4c7fefe (8 revisions) (#100179)
* 0199e90fd [macOS] fix text selection when there's composing text  (flutter/engine#31936)

* 0ca0ce10e Roll Skia from 9565f4bd902b to a48a3c9417c0 (3 revisions) (flutter/engine#32044)

* a60e8c3c6 Switch the renderer to impeller based on the presence of a command line flag. (flutter/engine#31959)

* 24051b68d Roll Fuchsia Mac SDK from EOVjR8JSN... to jvlI1s78T... (flutter/engine#32047)

* fef62323d Roll Skia from a48a3c9417c0 to ffb49630eb1a (3 revisions) (flutter/engine#32048)

* 5a80834bd [ci.yaml] Migrate remaining targets to cocoon scheduler (flutter/engine#32018)

* cd7a1e2f1 Support stencil buffers on OpenGL for Windows and Android (flutter/engine#31967)

* dc22c4c7f Add DlColorSource objects to hold information for SkShaders (flutter/engine#31981)
2022-03-15 19:30:18 -07:00
Christopher Fujino
7a60b6eea6
[flutter_conductor] Fix conductor start branch point (#100170) 2022-03-15 19:20:17 -07:00
iroiroys
6f6b5647f5
Add more specific cause on web development tool error output (#98553) 2022-03-15 18:15:07 -07:00
Sahaj Rana
fd25dc8483
Add 'mouseCursor' to TextFormField (#99822)
* Add 'mouseCursor' to TextFormField

Added 'mouseCursor' to TextFormField. 
Related issue: https://github.com/flutter/flutter/issues/99770

* added test for 'mouseCursor' in TextFormField.

added test for 'mouseCursor' in TextFormField.

* Update packages/flutter/test/material/text_form_field_test.dart

Co-authored-by: Tong Mu <dkwingsmt@users.noreply.github.com>

* Update packages/flutter/test/material/text_form_field_test.dart

Co-authored-by: Tong Mu <dkwingsmt@users.noreply.github.com>

* Minor update: Added a space.

* Removed icon & minor updates.

Co-authored-by: Tong Mu <dkwingsmt@users.noreply.github.com>
2022-03-15 16:02:01 -07:00
engine-flutter-autoroll
bcb9320dcb
Roll Engine from 67594ec725b7 to 3d597393aa24 (3 revisions) (#100164) 2022-03-15 15:50:13 -07:00
dependabot[bot]
f028b994e4
Bump github/codeql-action from 1.1.4 to 1.1.5 (#100163) 2022-03-15 15:45:20 -07:00
Lau Ching Jun
722cbc52b8
Add portForwarder for ProxiedDevice. (#100111) 2022-03-15 14:30:21 -07:00
Jonah Williams
8010a53761
Revert "Do not eagerly allocate inherited widget caches when initializing element tree" (#100152) 2022-03-15 14:25:22 -07:00
engine-flutter-autoroll
61fb2de52c
Roll Engine from 6fbef26d08ff to 67594ec725b7 (1 revision) (#100150) 2022-03-15 11:10:22 -07:00
engine-flutter-autoroll
c975533678
Roll Engine from 6c02eaea3af6 to 6fbef26d08ff (1 revision) (#100148) 2022-03-15 09:30:15 -07:00
engine-flutter-autoroll
4c107c5344
Roll Plugins from 0d5cf74c437e to 3becd1c22c9c (4 revisions) (#100144) 2022-03-15 09:05:23 -07:00
engine-flutter-autoroll
2bd3e0d914
Roll Engine from 0cf0ea0e781d to 6c02eaea3af6 (4 revisions) (#100112) 2022-03-15 01:20:15 -07:00
engine-flutter-autoroll
47acaac19e
Roll Engine from 57c05b364845 to 0cf0ea0e781d (1 revision) (#100101) 2022-03-14 19:30:19 -07:00
engine-flutter-autoroll
1964bba72d
Roll Engine from 6001d2ed5845 to 57c05b364845 (11 revisions) (#100097)
* 8b0eeb32e Roll Skia from 02527b7182ea to 44263c5d0827 (1 revision) (flutter/engine#32002)

* f8be10237 Add missing `#include <algorithm>` (flutter/engine#32003)

* be3d772b9 Roll Skia from 44263c5d0827 to 4ee8dab839e8 (1 revision) (flutter/engine#32005)

* 2e1e32ab0 Roll Dart SDK from 55b9ec4e382a to eab48bbaad87 (5 revisions) (flutter/engine#32004)

* 90cd956ea Revert: Partially remove setSystemUiVisibility() usages (flutter/engine#32007)

* e1e4cfc17 Roll Skia from 4ee8dab839e8 to c9e9131f44e2 (1 revision) (flutter/engine#32008)

* 75e82a729 Roll Skia from c9e9131f44e2 to 23cb29441338 (3 revisions) (flutter/engine#32010)

* b6cba42c0 Roll Dart SDK from eab48bbaad87 to 24bf86f16411 (5 revisions) (flutter/engine#32011)

* 14b3cac81 Roll Skia from 23cb29441338 to ff138c94d600 (4 revisions) (flutter/engine#32014)

* 4fbf7c626 [ci.yaml] Migrate bringup targets to cocoon scheduler (flutter/engine#32012)

* 57c05b364 Roll Fuchsia Linux SDK from P8RdLi_Y_... to Ee9OX2o6P... (flutter/engine#32016)
2022-03-14 18:22:48 -07:00
Greg Spencer
3f7ca7e576
Increase the timeout for running the snippets script during sample analysis (#100093)
Engine roll is blocked because the analysis script has been timing out trying to run the snippets tool, but only on Cirrus bots. This changes the timeout to 5 minutes from 30 seconds.
2022-03-14 16:45:30 -07:00
Jesse
e3f2b88d10
Make NavigationRail.selectedIndex nullable (#95336) 2022-03-14 16:14:19 -07:00
Emmanuel Garcia
b7a64b76fa
Remove gradle_plugin_light_apk_test tasks that are irrelevant (#100087) 2022-03-14 15:40:18 -07:00
LongCatIsLooong
a3514c77c6
Revert "Avoid calling performLayout when only the relayout boundary is different" (#100068) 2022-03-14 15:00:19 -07:00
Emmanuel Garcia
f58e8f56ef
Fix AndroidView offset and resize (#99888) 2022-03-14 14:39:32 -07:00
Christopher Fujino
bb4a5fa7ab
[flutter_tools] exec rather than spawn subprocess from bin/internal/shared.sh (#99871) 2022-03-14 13:35:18 -07:00
engine-flutter-autoroll
b33249c344
Roll Engine from 25acd778c96b to 6001d2ed5845 (1 revision) (#100064) 2022-03-14 13:00:19 -07:00
Jesús S Guerrero
169a4a0098
Fix route integration test on ios (#99781) 2022-03-14 12:30:20 -07:00
engine-flutter-autoroll
890b85f915
Roll Plugins from 0ade756afed0 to 0d5cf74c437e (2 revisions) (#100063) 2022-03-14 12:20:06 -07:00
Emmanuel Garcia
cd725e3640
Ensure dart_plugin_registry shows stderr and exits when process exits (#99936) 2022-03-14 12:15:20 -07:00
Jonathan Joelson
f2646b1589
Update semantics live region documentation (#99987) 2022-03-14 11:45:16 -07:00