Commit graph

12274 commits

Author SHA1 Message Date
Dan Field ccf5d641c5
Fix stack filtering (#49956) 2020-02-04 14:23:03 -08:00
Jonah Williams 64b82f50ad
[flutter_tools][web] serve dummy service_worker and manifest file in run mode (#50115) 2020-02-04 14:19:26 -08:00
Jonah Williams c2353b2911
[flutter_tools] Migrate xcode_backend.sh to flutter assemble (#49842) 2020-02-04 14:19:08 -08:00
Jenn Magder d00a39cbdd
Remove dead code IMobileDevice.isWorking (#50084) 2020-02-04 14:18:20 -08:00
Jenn Magder 6e605f3fdc
Run "build ios-framework" processes async (#49657) 2020-02-04 14:17:53 -08:00
Emmanuel Garcia 9b3e1639db
Revert "Reland: Skia gold driver test (#49905)" (#50127)
This reverts commit e03f439145.
2020-02-04 13:28:55 -08:00
Zachary Anderson a301878b54
[flutter_tools] Small addition to the readme about testing (#50051) 2020-02-04 08:19:59 -08:00
Mehmet Fidanboylu 0c5ae7d656
Use the FlutterVersion defined in context (#50040) 2020-02-03 20:43:02 -08:00
Chris Bracken b236465bed
Revert "Track lastKnownRemoteTextEditingValue separately from received data (#49406)" (#50082)
This change broke some internal tests that set the text editing value to
the same thing (the empty string) twice in a row. Note that in that
case, the developer had subclassed EditableTextState and overridden the
updateEditingValue method, which may or may not be relevant to the
failure.

This reverts commit 83d4d63a71.
2020-02-03 20:40:10 -08:00
Dan Field 26619b3c35
Reland #49925 (#50071)
* Reland "Fix custom Elements that wants to decorate State.build (#49925)" (#50068)"

This reverts commit 62fdcb0319.

Updates stack filtering for new frames in stateful element
2020-02-03 20:39:49 -08:00
Jonah Williams 50eeda2495
[flutter_tools] fix frontend server generated entrypoint (#50036) 2020-02-03 20:38:03 -08:00
Jenn Magder 62fdcb0319
Revert "Fix custom Elements that wants to decorate State.build (#49925)" (#50068)
This reverts commit a1143d174f.
2020-02-03 16:42:47 -08:00
Zachary Anderson ef62d53222
[flutter_tools] Fix crash on null Android apiVersion (#50029) 2020-02-03 14:48:02 -08:00
creativecreatorormaybenot abf4e1617d
Docs (RenderObject): minor fix and link to more information (#49992) 2020-02-03 14:43:02 -08:00
Remi Rousselet a1143d174f
Fix custom Elements that wants to decorate State.build (#49925) 2020-02-03 14:38:07 -08:00
Bogdan Lukin 9e9e741672
fix cupertino selection handle paint with transparent color (#49910) 2020-02-03 14:38:04 -08:00
Jonah Williams b24bca1383
[flutter_tools] add missing period to end of filter (#50038) 2020-02-03 14:33:08 -08:00
Zachary Anderson 390ed1cd81
[flutter_tools] Move homeDirPath to FileSystemUtils (#49909) 2020-02-03 14:33:03 -08:00
Jonah Williams 068fa84c5b
[flutter_driver] document caveats with driver method (#50017) 2020-02-03 10:57:28 -08:00
Shi-Hao Hong e10df3c1a6
Step 1.5 of 3: AboutDialog uses scrollable AlertDialog (#49913) 2020-01-31 19:23:01 -08:00
Dan Field 8600d2305e
Image provider fix (#49920)
* Fix image provider missing early return

* test

* comments

* whitespace, another comment
2020-01-31 19:19:48 -08:00
Dan Field a1aa3c5b3d
Reland elide long tree walks (#49891) 2020-01-31 19:18:03 -08:00
Cristian Zazo 306c23fd36
[web] Fix typo apple-mobile-web-app-status-bar-style (#49894) 2020-01-31 15:38:02 -08:00
Hans Muller bf4cde74e1
Clarified AppBar toolbar layout API docs (#49583) 2020-01-31 15:33:01 -08:00
Emmanuel Garcia e03f439145
Reland: Skia gold driver test (#49905) 2020-01-31 14:50:50 -08:00
Kate Lovett 8b600032ee
Fixing constraints.precedingScrollExtent passed to SliverPadding child (#49433) 2020-01-31 12:58:03 -08:00
Kate Lovett bc8bfb10f8
Exposing inner controller of NestedScrollView (#49004) 2020-01-31 12:53:03 -08:00
chunhtai 2dc71a343f
reland Refactors global key duplication detection (#49896)
* reland "Refactors global key duplication detection (#46183)"

This reverts commit d2b66dbfcf.

* fix test
2020-01-31 12:51:42 -08:00
Zachary Anderson 2c51efef29
[flutter_tools] Make Config context-free (#49834) 2020-01-31 12:51:20 -08:00
Emmanuel Garcia 1eb5bb653c
Revert "Use skia golden files in driver test (#49750)" (#49900) 2020-01-31 12:14:08 -08:00
Emmanuel Garcia a50743f658
Use skia golden files in driver test (#49750) 2020-01-31 11:05:29 -08:00
Prerak Mann 688948b778
switching channel prompts to run flutter upgrade (#49511) 2020-01-31 09:33:29 -08:00
Alexandre Ardhuin b5f328e37e
remove unnecessary string interpolations (#49622) 2020-01-31 18:30:21 +01:00
Bogdan Lukin 275ec45ec4
fix material selection handle paint with transparent textSelectionHandleColor (#49830) 2020-01-31 09:28:17 -08:00
Dan Field b2a27c109c
Be clearer about when and why we override HttpClient in tests (#49844) 2020-01-31 09:22:30 -08:00
Shi-Hao Hong effc019054
Revert "Elide tree walks (#48413)" (#49886)
This reverts commit 46ccd08674.
2020-02-01 00:20:04 +08:00
Dan Field 46ccd08674
Elide tree walks (#48413) 2020-01-31 07:09:44 -08:00
Alexandre Ardhuin 5a8de59a66
refactor generateString to emit simpler dart code (#49334) 2020-01-31 11:57:54 +01:00
Gary Qian 83d4d63a71
Track lastKnownRemoteTextEditingValue separately from received data (#49406) 2020-01-30 18:10:36 -08:00
Jonah Williams d2b66dbfcf
Revert "Refactors global key duplication detection (#46183)" (#49847)
This reverts commit 340b193f20.
2020-01-30 17:02:16 -08:00
chunhtai 340b193f20
Refactors global key duplication detection (#46183) 2020-01-30 14:23:02 -08:00
Greg Spencer e7baef08a1
Use DiagnosticableMixin instead of Diagnosticable for some conditionals. (#49726)
This PR fixes #49647 by changing DiagnosticableMixin.toDiagnosticsNode and other things to accept DiagnosticableMixin instead of requiring Diagnosticable.
2020-01-30 14:18:09 -08:00
Greg Spencer 6ee8b6546b
Revert "Always use new plugin schema for plugin template (#48258)" (#49827)
This reverts commit 9d4a35b because it appears to break

the gradle_non_android_plugin_test.
2020-01-30 12:46:12 -08:00
ZichangG 0be9127dfd
add preserveHeaderCase for classes extends HttpHeaders (#49766) 2020-01-30 11:43:02 -08:00
Dan Field 169529c370
Defer image decoding when scrolling fast (#49389) 2020-01-30 11:38:00 -08:00
stuartmorgan 9d4a35ba8b
Always use new plugin schema for plugin template (#48258)
Now that the new schema is supported on the stable channel, and the old
schema is considered legacy, the template should always create plugins
using the new schema.
2020-01-30 11:30:31 -08:00
Matthew Cliatt 9375377fa9
Fix handling backspace on macos with text selection (#49760)
Fixes #46150 by catching both the delete and backspace keys, rather than just the delete key.
2020-01-30 09:36:41 -08:00
chunhtai 406d8f7f1e
Fix focus when popping pages (#49714)
Fixes the focus handling when popping pages so that when multiple pages are popped, the focus doesn't try to focus the interstitial pages.
2020-01-30 09:35:58 -08:00
liyuqian 2ccf3f877d
Print more layer debug info (#49679) 2020-01-30 09:33:01 -08:00
Greg Spencer 4b4cff94bf
Move stocks example app into dev/benchmarks/test_apps (#49559)
The stocks example app is outdated and deprecated, but we still use it for some benchmark tests. Moving it into the benchmarks directory to indicate its status.
2020-01-30 09:31:07 -08:00