Commit Graph

29153 Commits

Author SHA1 Message Date
Anurag Roy
ade9f6a9f0 [flutter_tools] Improve toolexit error messages for flutter upgrade (#86351) 2021-07-29 22:00:44 -07:00
godofredoc
ed6c9323bb Enable lock-thread based on github actions. (#81528) 2021-07-29 20:19:04 -07:00
Tong Mu
c5573ea3d8 [Keyboard] Accept empty events (#87152) 2021-07-29 19:19:04 -07:00
Anna Gringauze
33fd4f15a9 Fix race causing null dereference on getStack in web_tool_tests and CI flakes (#87278) 2021-07-29 16:59:02 -07:00
Hans Muller
26c30fe2e3 Added BottomNavigationBar landscapeLayout parameter (#87211) 2021-07-29 16:54:07 -07:00
Justin McCandless
c5866c5e20 Explicitly set affinity when moving left/right by line (#87133) 2021-07-29 16:49:06 -07:00
Tong Mu
a7899c1961 [gen_keycodes] Remove nonexistent Web keys and improve their emulation (#87098) 2021-07-29 16:44:06 -07:00
Jim Graham
c451b6b0d7 Revert "Perform no shader warm-up by default (#87126)" (#87238)
This reverts commit 32c2e2bad9.
2021-07-29 15:14:16 -07:00
Tong Mu
884158a6e3 Reland 3: Make LiveTestWidgetsFlutterBinding work with setSurfaceSize and live tests (#87239)
* Revert "Revert "Reland 2: Make LiveTestWidgetsFlutterBinding work with setSurfaceSize and live tests (#86912)" (#87233)"

This reverts commit 5b80d32a84.

* Record tap positions
2021-07-29 15:11:26 -07:00
Hans Muller
a76212f8fa Deprecate ThemeData.fixTextFieldOutlineLabel (#87281) 2021-07-29 14:43:15 -07:00
Tong Mu
caf876cf40 Reland: Keyboard events (#87174) 2021-07-29 14:24:03 -07:00
Christopher Fujino
a82255b57a [flutter_conductor] updates (#86452) 2021-07-29 14:19:04 -07:00
engine-flutter-autoroll
6406c6d44f Roll Engine from 0ceee4d68386 to 884e9dacb919 (3 revisions) (#87283)
* 50726227b Roll Dart SDK from 07a45954b53f to c7a093ce1e6f (2 revisions) (flutter/engine#27787)

* 7538310d9 Revert "Use preDraw for the Android embedding (#27645)" (flutter/engine#27788)

* 884e9dacb Roll Skia from 0d9a07907931 to ff9ee6787256 (1 revision) (flutter/engine#27789)
2021-07-29 13:36:15 -07:00
Renzo Olivares
63b61979da Fix inconsistencies when calculating start/end handle rects for selection handles (#87236) 2021-07-29 11:19:02 -07:00
engine-flutter-autoroll
cb4bc118eb Roll Engine from 74121a42bc7b to 0ceee4d68386 (4 revisions) (#87276) 2021-07-29 10:29:02 -07:00
Taha Tesser
f9aa5842c2 [tools] Fix Android Studio Arctic Fox Java path on macOS (#87267) 2021-07-29 10:24:07 -07:00
olof-dev
f226c1eae9 Added parameters boxHeightStyle, boxWidthStyle to RenderParagraph.getBoxesForSelection (#87183) 2021-07-29 09:04:05 -07:00
Mouad Debbar
6a4d5d88e7 Revert "Roll Engine from 74121a42bc7b to 40451453ab11 (2 revisions) (#87250)" (#87275)
This reverts commit 8d8959f93c.
2021-07-29 08:38:19 -07:00
Tong Mu
ccf6f0353a Revert "Restores surface size in the postTest of test binding (#87240)" (#87258)
This reverts commit 7707f42318.
2021-07-29 01:50:54 -07:00
engine-flutter-autoroll
8d8959f93c Roll Engine from 74121a42bc7b to 40451453ab11 (2 revisions) (#87250) 2021-07-28 23:24:04 -07:00
engine-flutter-autoroll
9a983f7cea 74121a42b Roll Skia from 17eaf6216046 to 8cd8e27c2ceb (12 revisions) (flutter/engine#27779) (#87248) 2021-07-28 22:19:01 -07:00
Wyte Krongapiradee
221705b6e6 Avoid passive clipboard read on Android (#86791) 2021-07-28 20:44:02 -07:00
Tong Mu
7707f42318 Restores surface size in the postTest of test binding (#87240) 2021-07-28 19:28:28 -07:00
Jenn Magder
2f91679058 Show Android SDK path in doctor on partial installation (#87232) 2021-07-28 19:14:02 -07:00
engine-flutter-autoroll
246f313c51 1eeb722a6 [ci.yaml] Fix open_jdk dep naming (flutter/engine#27776) (#87241) 2021-07-28 19:09:02 -07:00
Sam Rawlins
960463e66d Remove "unnecessary" imports. (#85736) 2021-07-28 16:19:04 -07:00
engine-flutter-autoroll
1a2a4f1352 Roll Engine from d8a5f4039fb2 to d21cfd90ad19 (2 revisions) (#87227) 2021-07-28 16:09:04 -07:00
Tong Mu
5b80d32a84 Revert "Reland 2: Make LiveTestWidgetsFlutterBinding work with setSurfaceSize and live tests (#86912)" (#87233)
This reverts commit b50991d683.
2021-07-28 15:44:09 -07:00
Greg Spencer
0bab3604b0 Make the startup lock message print to stderr. (#86520)
This changes the "Waiting for another flutter command to release the startup lock..." message output so that it appears on stderr instead of stdout. When it appears on stdout, it can mess up collection of the output. For instance, if you run flutter --version --machine and you're expecting JSON output, then you'll get non-JSON output even though the lock is released and you eventually would get what you're asking for.
2021-07-28 15:12:03 -07:00
Taha Tesser
e89747abcb fix numpadEnter default shortcut (#87019) 2021-07-28 14:49:05 -07:00
engine-flutter-autoroll
984056c7ed d8a5f4039 [web] Code cleanup (flutter/engine#27766) (#87218) 2021-07-28 14:34:02 -07:00
keyonghan
0fa3661954 Add test ownership for firebase tests and docs tests (#87145) 2021-07-28 13:34:05 -07:00
Kate Lovett
daa721f2f0 Fix leading overscroll for RenderShrinkWrappingViewport (#87143) 2021-07-28 13:24:05 -07:00
engine-flutter-autoroll
be71266317 Roll Engine from 95a40884c738 to 0ed62a16f363 (10 revisions) (#87213) 2021-07-28 12:59:05 -07:00
engine-flutter-autoroll
a1d6a9530e Roll Plugins from b8786d3ef601 to 1b7c4fbce750 (2 revisions) (#87212) 2021-07-28 12:54:05 -07:00
xubaolin
8a139c073d Re-land"[new feature]introduce ScrollMetricsNotification" (#85499) 2021-07-28 12:09:05 -07:00
engine-flutter-autoroll
f55aab983c b8786d3ef Rebuild camera preview when camera value changes (flutter/plugins#4197) (#87209) 2021-07-28 11:49:04 -07:00
engine-flutter-autoroll
f8f79bed56 08c9b40d0 Expand camera platform interface to support pausing the camera preview. (flutter/plugins#4191) (#87161) 2021-07-28 10:44:04 -07:00
James
10152dbb70 Add thumb color customization to CupertinoSwitch (#86775) 2021-07-28 10:39:06 -07:00
Jason Simmons
fca95838e6 Restore the WidgetTester's original surface size after testing setSurfaceSize (#87202)
Fixes https://github.com/flutter/flutter/issues/87194
2021-07-28 09:40:08 -07:00
Gary Qian
574dde327d Revert "Roll Engine from 95a40884c738 to 3cc37d3b4d87 (2 revisions) (#87159)" (#87191)
This reverts commit 863c42a8b4.
2021-07-28 06:54:09 -07:00
Tong Mu
2f4f170dd2 Revert "Keyboard events (#83752)" (#87171)
This reverts commit 5f792ba170.
2021-07-28 02:32:08 -07:00
engine-flutter-autoroll
863c42a8b4 Roll Engine from 95a40884c738 to 3cc37d3b4d87 (2 revisions) (#87159) 2021-07-28 00:04:04 -07:00
engine-flutter-autoroll
e4ce79ce38 95a40884c Roll Skia from 32e07ae6bc26 to dc409946e9f0 (1 revision) (flutter/engine#27752) (#87156) 2021-07-27 21:44:04 -07:00
engine-flutter-autoroll
88819225db Roll Engine from 7fd00c4ee875 to 0eac13180e7a (2 revisions) (#87153) 2021-07-27 20:39:04 -07:00
engine-flutter-autoroll
ec068ff48d Roll Engine from f2109435e69a to 7fd00c4ee875 (2 revisions) (#87150) 2021-07-27 19:34:03 -07:00
engine-flutter-autoroll
96570c6e76 Roll Engine from 5a95896ccf89 to f2109435e69a (7 revisions) (#87142) 2021-07-27 17:04:04 -07:00
Jenn Magder
89637e4e47 Replace iOS physical/simulator bools with enum (#87138) 2021-07-27 16:39:04 -07:00
Dan Field
32c2e2bad9 Perform no shader warm-up by default (#87126) 2021-07-27 16:34:05 -07:00
Darren Austin
05e8425427 Update the skipped test for gestures. (#87130) 2021-07-27 15:59:28 -07:00