Commit graph

23313 commits

Author SHA1 Message Date
Jenn Magder 12880f7751
Point gallery test data to FLUTTER_TEST_OUTPUTS_DIR (#79332) 2021-03-29 21:39:03 -07:00
Janice Collins 4d062996d3
Update dartdoc to 0.41.0 (#79304) 2021-03-29 21:34:02 -07:00
Alexandre Ardhuin a6832d4d32
add missing trailing commas (#79299) 2021-03-29 21:29:02 -07:00
Kate Lovett 8a3c09af60
Add scrollbar tests for simultaneous scroll/drag (#79297) 2021-03-29 21:24:03 -07:00
chunhtai ceb0a5fa8d
skip android semantics integration test to enable engine roll (#79296) 2021-03-29 21:19:02 -07:00
Dan Field 318ff7a0ac
Drain socket before throwing (#79289) 2021-03-29 21:14:03 -07:00
engine-flutter-autoroll 5151ea4801
Roll Engine from b5e15d055d13 to 4c6abc1e063e (47 revisions) (#79288) 2021-03-29 21:09:03 -07:00
Jenn Magder 0eec9df9f9
Revert "Mark flutter_gallery__transition_perf_e2e_ios32 flaky (#79317)" (#79323) 2021-03-29 21:08:49 -07:00
engine-flutter-autoroll 0aabcf18a3
e4064a313 capitalise Platform class (flutter/plugins#3762) (#79284) 2021-03-29 21:04:03 -07:00
Shi-Hao Hong 134aa8e9da
[gen-l10n] Add nullable-getter flag (#79263) 2021-03-29 20:59:04 -07:00
Jonah Williams cf6d4a35a5
[flutter_tools] guard L service extension in debug mode (#79173) 2021-03-29 20:54:05 -07:00
Kaushik Iska e6920662ad
Add a test to exercise multiple async microtasks in frame workload (#79163) 2021-03-29 20:49:05 -07:00
Jenn Magder 4a2ff6490f
Migrate file_store to null safety (#79111) 2021-03-29 20:44:05 -07:00
Jenn Magder 6dcaeb3d90
Mark docs tests unflaky (#79324) 2021-03-29 20:10:27 -07:00
Dan Field 374993ce88
fix tree (#79329) 2021-03-29 18:52:36 -07:00
Michael Bui 39499bd2bf
make showKeyboard respect finder's skipOffstage value (#79034) 2021-03-29 18:19:03 -07:00
Matej Knopp 462ad79036
Provide caret rect to text input plugin (#77608) 2021-03-29 18:14:06 -07:00
Dan Field 750fd1d536
Avoid hard coding "build" for test output files (#79322) 2021-03-29 17:36:34 -07:00
Greg Spencer 7f651f5415
Empty commit to trigger rerun of tests after a recipe change (#79321) 2021-03-29 17:17:33 -07:00
Jenn Magder c47fdebafe
Mark flutter_gallery__transition_perf_e2e_ios32 flaky (#79317) 2021-03-29 16:45:33 -07:00
Jenn Magder f12d90c435
Add split Linux docs jobs to prod builder json (#78888) 2021-03-29 13:35:16 -07:00
Jenn Magder d6c77320ae
Migrate gen_l10n_types to null safety (#79108) 2021-03-29 13:34:55 -07:00
Michael Goderbauer 5231a7dc59
Inline some element methods for better stack overflow affinity (#78269) 2021-03-29 13:34:04 -07:00
Tong Mu c4ba26e31b
Revert "Let InkWell/Ink/ancestor support GlobalKey so that splash does not stop when changing position. (#71138)" (#79300)
This reverts commit e7266dbb07.
2021-03-29 13:12:18 -07:00
Tong Mu a603714610
Revert "Make LogicalKeyboardKey.keyLabel a getter and better (#79100)" (#79217) 2021-03-28 03:54:02 -07:00
Todd Volkert 304f155ac2
Fix hit testing in PointerSignalResolver sample (#78933) 2021-03-27 14:22:36 -07:00
Tong Mu b60c855af5
Make LogicalKeyboardKey.keyLabel a getter and better (#79100) 2021-03-26 22:14:01 -07:00
engine-flutter-autoroll 7c2b969a90
5787b354b [in_app_purchase] moved android iap unit tests (flutter/plugins#3732) (#79149) 2021-03-26 19:49:01 -07:00
Kaushik Iska 2e7e5b4530
Add timeline summary entries to capture vsync frame lag (#79090) 2021-03-26 19:44:01 -07:00
YeungKC e7266dbb07
Let InkWell/Ink/ancestor support GlobalKey so that splash does not stop when changing position. (#71138) 2021-03-26 19:39:01 -07:00
Alexandre Ardhuin e384ca7979
use null aware operators for function invocations (#79049) 2021-03-26 09:34:03 -07:00
Jenn Magder bc2c7954db
Revert "Roll Engine from b5e15d055d13 to 6f27f892d95e (27 revisions) (#79109)" (#79119)
This reverts commit e007cad2cf.
2021-03-25 20:55:16 -07:00
xubaolin 74eb9df21a
Check if MultiChildRenderObjectElement has an associated RO (#78854) 2021-03-25 19:29:03 -07:00
engine-flutter-autoroll e007cad2cf
Roll Engine from b5e15d055d13 to 6f27f892d95e (27 revisions) (#79109) 2021-03-25 19:00:58 -07:00
engine-flutter-autoroll c6977946f4
Roll Plugins from 7c87a8c52ce2 to 1ecc550155e9 (2 revisions) (#79103) 2021-03-25 17:58:49 -07:00
Jonah Williams 35bd77bb08
[flutter_tools] separate concept of null safe language version from current language version (#79052) 2021-03-25 17:14:34 -07:00
Justin McCandless 971881c8c5
Fix web text field shortcuts (#79056) 2021-03-25 16:44:03 -07:00
Jonah Williams dfc134dd9a
[versions] roll many versions (#79088) 2021-03-25 15:43:44 -07:00
Konstantin Scheglov e31064978a
Add '--protocol-traffic-log' option to 'analyze' command. (#78674) 2021-03-25 15:09:05 -07:00
engine-flutter-autoroll fd1ccd530c
7c87a8c52 [video_player] add http headers (flutter/plugins#3671) (#79083) 2021-03-25 14:54:05 -07:00
Zachary Anderson 512ea8f9d0
[flutter_tools] Remove reference to pm genkey and -k (#79047) 2021-03-25 14:51:45 -07:00
Kate Lovett f05c409af2
Improve error messaging and documentation for Scrollbar.isAlwaysShown (#77107) 2021-03-25 14:49:04 -07:00
Gurjinder Partola fed35b4d9c
[flutter_tools] Add support for versioned Android cmdline tools (#78253) 2021-03-25 13:42:39 -07:00
engine-flutter-autoroll 389a3fa50f
809d0de98 Update "eponymous concept" link. (flutter/plugins#3305) (#79074) 2021-03-25 13:19:04 -07:00
Mouad Debbar e03ccd62ae
[web] Fix text field shortcuts when inside a scroll area (#79051) 2021-03-25 13:14:04 -07:00
LongCatIsLooong ef7258d66d
Reland "Remove whitespace directionality formatter (#78501)" reverted in #79014 (#79015) 2021-03-25 13:09:03 -07:00
Michael Goderbauer 99023f0686
Fix missed ignores (#79071) 2021-03-25 13:02:12 -07:00
engine-flutter-autoroll c1e1343d1d
Roll Plugins from d7125cdb91c0 to eab885b84b99 (29 revisions) (#79069) 2021-03-25 12:04:04 -07:00
chunhtai bed88a1a5e
Fix rendereditable to check the latest text before setting the selection (#78919)
* Fix rendereditable to check the latest text before setting the selection

* add regression comment

* addressing comments and fix tests
2021-03-25 11:49:44 -07:00
Pierre-Louis 4ccb6f8e4d
Revert "[Fonts] Update material icons (#78311)" (#79058)
This reverts commit e34f3b013f.
2021-03-25 19:48:01 +01:00