Commit graph

23294 commits

Author SHA1 Message Date
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
Hans Muller e1c9ebc787
Revert "Removed accentColor dependency from ExpansionTile (#77933)" (#79053) 2021-03-25 11:44:04 -07:00
chunhtai 3c73185cac
Automatically activate testfield in macOS when receives accessibility… (#78815) 2021-03-25 11:39:06 -07:00
Jenn Magder f712fecde2
Migrate visual_studio to null safety (#78942) 2021-03-25 10:09:16 -07:00
Pierre-Louis c49cd2719d
[Fonts] Remove update_icons TODO (#79027) 2021-03-25 09:29:02 -07:00
Pierre-Louis e34f3b013f
[Fonts] Update material icons (#78311)
* Update icons

* remove trailing blank line
2021-03-25 10:22:57 +01:00
Gary Qian 152688baa4
Manual roll engine to b5e15d0 (#79002) 2021-03-25 00:44:02 -07:00
Tong Mu 5647407f07
Add mouseCursor, onEnter, and onExit to TextSpan (#77754) 2021-03-25 00:39:03 -07:00
Hans Muller b44e536c62
Updated TimePickerThemeData API doc (#79009) 2021-03-24 23:09:02 -07:00
Jenn Magder f6eab1d40e
Revert "Remove whitespace directionality formatter (#78501)" (#79014)
This reverts commit d3ee5ace29.
2021-03-24 18:25:43 -07:00
David Iglesias 40ed6a6ddb
[ci] Run same script to analyze plugins as flutter/plugins. (#79008) 2021-03-24 18:04:04 -07:00
Tapaswi Satyapanthi dbf7fab0a9
Resolved contradictory documentation of showGeneralDialog and default value of 'barrierLabel' argument (#78890) 2021-03-24 17:59:04 -07:00
LongCatIsLooong d3ee5ace29
Remove whitespace directionality formatter (#78501) 2021-03-24 17:54:02 -07:00
Hans Muller 82f1d639e0
Removed accentColor dependency from ExpansionTile (#77933) 2021-03-24 17:19:29 -07:00
Jonah Williams 5344ed7156
[flutter] use null aware operators for function invocations (#79003) 2021-03-24 17:01:52 -07:00
Jenn Magder 8893e89d11
Migrate device_port_forwarder to null safety (#78949) 2021-03-24 16:56:14 -07:00
Jenn Magder 3c24f16744
Migrate platform_plugins to null safety (#78943) 2021-03-24 16:35:43 -07:00
Jenn Magder bd94007356
Migrate localizations_utils to null safety (#78939) 2021-03-24 16:35:16 -07:00
Jenn Magder b804117802
Removed unnecessary ! in net.dart (#79010) 2021-03-24 15:36:12 -07:00
Jonah Williams 2eabb17215
[flutter_tools] migrate tool_backend.dart to null safety and add testing of exit conditions (#78988) 2021-03-24 15:23:21 -07:00