28037 Commits

Author SHA1 Message Date
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
engine-flutter-autoroll
11deb156c2
Roll Engine from 6239bfb88423 to 25acd778c96b (33 revisions) (#100061)
* ba6f4f5ba Roll Skia from c88fff00c8fd to 02ea811ce869 (4 revisions) (flutter/engine#31955)

* 1a8033ce8 Revert "Add a message when a key response takes too long. (#31945)" (flutter/engine#31962)

* ebcd86f68 Make sure the secondary vsync callback is called after the vsync callback (flutter/engine#31513)

* 2c94cc53d Generate a11y events for widgets that use kFlutterSemanticsFlagIsToggled (flutter/engine#31582)

* e21a58d42 [macOS, Keyboard] Refactor: Clean up keyboard initialization, connection, and unit test framework (flutter/engine#31940)

* 27e62d074 Set a11y roles for checks, toggles and sliders. (flutter/engine#31600)

* 5e760f6ba Fix signals adding/removing a11y nodes in Linux. (flutter/engine#31601)

* 749dc3a8f Changed the default a11y node role from ATK_ROLE_FRAME to ATK_ROLE_PANEL (flutter/engine#31602)

* da7bae6ad Animator stopped notifying delegate to render when pipeline is not empty (flutter/engine#31727)

* 77dd8affe Roll Fuchsia Mac SDK from y2eJ9z95V... to j7jyFiU9e... (flutter/engine#31960)

* 3f803b2ee Roll Skia from 02ea811ce869 to b141e485d248 (5 revisions) (flutter/engine#31961)

* 187a277b9 Roll Fuchsia Linux SDK from -9uFZIRSL... to k8Vq-HEG-... (flutter/engine#31971)

* 43975b2dc Roll Skia from b141e485d248 to 1df655a42746 (13 revisions) (flutter/engine#31975)

* ab12f81d7 Roll Fuchsia Mac SDK from j7jyFiU9e... to g8opaxAq7... (flutter/engine#31978)

* 93b792fde Roll Skia from 1df655a42746 to 38b9591b5a04 (1 revision) (flutter/engine#31979)

* d6964c0d9 Update jazzy to 0.14.1. (flutter/engine#31970)

* 31def4ebd Re-enable dart runner AOT builds (flutter/engine#31844)

* 887a19330 Roll Fuchsia Linux SDK from k8Vq-HEG-... to mDjjSq8Im... (flutter/engine#31980)

* afd9ce15b Roll Fuchsia Mac SDK from g8opaxAq7... to f8IibBq3a... (flutter/engine#31983)

* f7d831481 Roll Fuchsia Linux SDK from mDjjSq8Im... to BEc_F0_Fp... (flutter/engine#31986)

* 503c02c1f Roll Fuchsia Mac SDK from f8IibBq3a... to oyZzinh6U... (flutter/engine#31987)

* caa3f3d7c Roll Fuchsia Linux SDK from BEc_F0_Fp... to obtypxiCA... (flutter/engine#31988)

* 4643016f8 Roll Dart SDK from 4fbe27c0f148 to 3e76a897013f (5 revisions) (flutter/engine#31989)

* 06d3d06f8 Roll Dart SDK from 3e76a897013f to 55b9ec4e382a (5 revisions) (flutter/engine#31991)

* cdf862b8f Roll Skia from 38b9591b5a04 to 6d19271fb148 (2 revisions) (flutter/engine#31992)

* bbebccd48 Roll Fuchsia Mac SDK from oyZzinh6U... to rmQ9yYUaF... (flutter/engine#31993)

* 56187fa24 Fix timestamp of touch events should use system startup time (flutter/engine#30422)

* 1dab008d4 Roll Fuchsia Linux SDK from obtypxiCA... to xYtoLAOvY... (flutter/engine#31995)

* fccde4920 Add systemFontFamily to flutter/settings channel (flutter/engine#22981)

* 2a8c4f456 Roll Fuchsia Mac SDK from rmQ9yYUaF... to 84kG1vmHe... (flutter/engine#31996)

* e6cf464d7 Roll Skia from 6d19271fb148 to 7a61e5d65399 (1 revision) (flutter/engine#31997)

* 1cc349e33 Roll Fuchsia Linux SDK from xYtoLAOvY... to P8RdLi_Y_... (flutter/engine#31999)

* 25acd778c Roll Skia from 7a61e5d65399 to 02527b7182ea (1 revision) (flutter/engine#32000)
2022-03-14 07:47:56 -07:00
Valentin Marquis
4f4c7816c3
Fix/text containing finder work with rich texts (#99682) 2022-03-13 23:35:07 -07:00
engine-flutter-autoroll
2f73173c36
Roll Plugins from 20e231b0529c to 0ade756afed0 (3 revisions) (#99990) 2022-03-11 12:00:16 -08:00
Zachary Anderson
1223e87f7b
Revert "[web] roll Chromium dep to 96.2 (#99725)" (#99949)
This reverts commit 0d4b73b2e87a7220fc872c51b1095506e9377ab9.
2022-03-10 21:09:49 -08:00
keyonghan
305496b31c
Marks Mac dart_plugin_registry_test to be flaky (#99941)
* mark flaky

* add bringup: true
2022-03-10 17:22:26 -08:00
nicolasvac
201a64c98f
Fix flutter web app not respecting assets path when in non-root folder (#96774) 2022-03-10 15:50:16 -08:00
Yegor
0d4b73b2e8
[web] roll Chromium dep to 96.2 (#99725) 2022-03-10 15:45:20 -08:00
keyonghan
9b818d2b70
Update bug number for android_semantics_integration_test (#99842) 2022-03-10 13:50:21 -08:00
Ben Konyi
1880066dd3
Update dependencies (#99874) 2022-03-10 14:13:59 -07:00