18837 Commits

Author SHA1 Message Date
engine-flutter-autoroll
b026c3667a
Roll engine 50e55cf69e8a..aaf9e79f1d29 (2 commits) (#57269) 2020-05-16 14:47:07 -07:00
Coin
e5bd2b3d55
Make CircularProgressIndicator's animation match native (#50412) 2020-05-16 14:47:03 -07:00
nturgut
32547dcc7e
Revert " Bring back paste button hide behavior 3 (#57139)" (#57286)
This reverts commit 8de07d5527bcdc6b02e43e8efed19219a84bf82e.
2020-05-15 10:42:37 -07:00
Chase Latta
3b4f686436
add missing deps to flutter_test BUILD.gn (#57270) 2020-05-15 09:34:22 -07:00
engine-flutter-autoroll
800e951160
50e55cf69 Roll src/fuchsia/sdk/mac from Vepm4... to 61d8Z... (flutter/engine#18391) (#57258) 2020-05-14 17:47:01 -07:00
Jose Alba
a1a5781953
Added Dartpad and Image examples to Slider and RangeSlider docs (#57047) 2020-05-14 17:42:01 -07:00
Tong Mu
5fa1c60b17
MouseCursor uses a special class instead of null to defer (#57094)
* Uses a special cursor value MouseCursor.defer to mark deferring. MouseTrackerAnnotation.cursor is now non-null. The mouseCursor argument of widgets or render objects can be null, which indicates using the default value.
* Moves SystemMouseCursors.uncontrolled to MouseCursor.uncontrolled.
* Changes how MouseCursor.debugDescription is defined. Previously MouseCursor.toString returns $runtimeType($debugDescription), while now it returns $debugDescription. Implementations of classes are updated, except for the ones of MouseCursor.defer and MouseCursor.uncontrolled are simply "defer" and "uncontrolled".
2020-05-14 15:54:26 -07:00
Yegor
c81449e5ab
Allow Recorder override shouldContinue (#57039) 2020-05-14 15:17:02 -07:00
engine-flutter-autoroll
573625b743
Roll engine ae2222f47e78..47513a70eb6d (21 commits) (#57252)
* 9e3e3ba68 [web] Represent CSS identity transforms as 'none' instead of null (flutter/engine#18288)

* 80fa77eb3 Roll src/third_party/skia 3ebadcc98eab..056d543c91e0 (8 commits) (flutter/engine#18344)

* 480d8e458 Fix scenario platform view tests on Android (flutter/engine#18332)

* 03856642d Roll src/third_party/dart d6fed1f62444..29c00e28f350 (16 commits) (flutter/engine#18347)

* 8371b44e5 Roll src/third_party/skia 056d543c91e0..71903997254f (7 commits) (flutter/engine#18350)

* f321613e5 Add guards on FlValue methods to check for NULL values (flutter/engine#18226)

* dc93db5ab Move FlutterLoader disk I/O to a background thread to comply with Android strict mode (flutter/engine#18241)

* bf1287c12 null-annotate lerp.dart, annotations.dart, channel_buffers.dart, hash_codes.dart (flutter/engine#18348)

* 960035462 Add FlBasicMessageChannel (flutter/engine#18189)

* df2dface3 Roll src/third_party/skia 71903997254f..6c3db04c8b03 (9 commits) (flutter/engine#18361)

* 5ad4f9ee4 Add FlJsonMessageCodec (flutter/engine#18221)

* 84ea89262 Roll src/third_party/skia 6c3db04c8b03..7156db260239 (4 commits) (flutter/engine#18370)

* f848069d4 Roll src/third_party/dart 29c00e28f350..f99631b12c4a (29 commits) (flutter/engine#18373)

* c791ce9b1 Roll src/fuchsia/sdk/mac from gOhJW... to Vepm4... (flutter/engine#18377)

* 5b62a6351 Roll src/third_party/dart f99631b12c4a..e0257265d34e (2 commits) (flutter/engine#18378)

* 0b4100946 Roll src/third_party/skia 7156db260239..5b2ede3d0d44 (8 commits) (flutter/engine#18380)

* 08b61ce56 Delete unused decode UTF-8, JSON functions (flutter/engine#18360)

* 73d835cbd Roll src/third_party/dart e0257265d34e..2676764792b2 (4 commits) (flutter/engine#18383)

* 9e166fbf4 Roll src/third_party/skia 5b2ede3d0d44..39ec60aa8348 (5 commits) (flutter/engine#18384)

* 2cdbc7f92 Remove pipeline in favor of layer tree holder (flutter/engine#18285)

* 47513a70e Roll src/third_party/skia 39ec60aa8348..79c5674a4ca1 (3 commits) (flutter/engine#18389)
2020-05-14 15:12:57 -07:00
creativecreatorormaybenot
1239ddd7dc
Fix docs (#57195) 2020-05-14 14:47:03 -07:00
Darren Austin
0bcca42bba
Honor the InputDecoratorTheme in the text input fields used by the Date Pickers. (#57189) 2020-05-14 14:42:02 -07:00
Jesse
2da08f4c10
Fix typo in 'flutter create --list-samples' help (#57005) 2020-05-14 14:37:03 -07:00
Tong Mu
fb94d3fb78
Animation sheet recorder (#55527) 2020-05-14 14:32:03 -07:00
Zachary Anderson
533cd7a6d1
[flutter_tools] Delete system temp entries on fatal signals (#55513) 2020-05-14 14:27:02 -07:00
liyuqian
ea0c73c1dc
Update performance_others.md 2020-05-14 14:11:53 -07:00
liyuqian
bd03ef7ca0
Create performance_others.md 2020-05-14 14:08:28 -07:00
liyuqian
57e16a59ac
Rename performance.md to performance_speed.md
So we can have another template for non-speed performance issues (e.g., memory, app size, memory).
2020-05-14 13:59:49 -07:00
Ferhat
1fa90ecc2a
[web] Add path construction benchmark (#57016)
* Add path construction benchmark

* Fix analyzer warnings

* Split file into test+generated code. Add comment

* Add license to new file

* remove unused import
2020-05-14 12:35:20 -07:00
Jonah Williams
6bd156b8ed
[null-safety] disable tests until framework has migrated (#57235) 2020-05-14 12:34:53 -07:00
Jonah Williams
bd47262183
[flutter_tools] fix period in URL for androidX incompat (#57182) 2020-05-14 12:32:03 -07:00
Jonah Williams
a801496701
[flutter_tools] allow adb to fail to unforward without crashing (#57173) 2020-05-14 12:27:01 -07:00
shihchanghsiungsonos
bb49a9b056
[Add2App Android] Fix the issue of Hotreload broken on latest Dev release with Android device (#57145) 2020-05-14 12:17:02 -07:00
Ben Konyi
461fe98f98
Disable DartDev when launching flutter_tools (#57143) 2020-05-14 11:42:01 -07:00
Justin McCandless
8de07d5527
Bring back paste button hide behavior 3 (#57139) 2020-05-14 11:37:02 -07:00
Jonah Williams
1000ae802d
[flutter_tools] ensure package_config is re-created if pub get is run (#57184) 2020-05-14 11:22:07 -07:00
chunhtai
8ede83b8a0
update initial route documentation (#57136) 2020-05-14 11:22:03 -07:00
Jonah Williams
a2cf9ecc46
[flutter_tools] expose track-widget-creation to build aar (#57117) 2020-05-14 11:17:06 -07:00
LongCatIsLooong
1c13d665ea
remove redundant transform (#57085) 2020-05-14 11:17:03 -07:00
Jonah Williams
8a77381e58
[flutter_tools] do not set timestamp of package_config file (#57077) 2020-05-14 11:12:08 -07:00
Darren Austin
b4788f290c
Updated gen_missing_localizations to copy the english strings instead of using 'TBD' for other locales. (#57053) 2020-05-14 11:12:05 -07:00
Kate Lovett
f6fb3aaa35
Remove deprecated child parameter (#57065) 2020-05-14 11:07:08 -07:00
Ferhat
674fb7e165
Unskip TextStyle web tests (#56710) 2020-05-14 11:07:04 -07:00
Christopher Fujino
a2f5364dc0
throw more specific toolexit when git fails during upgrade (#57162) 2020-05-14 11:03:07 -07:00
Darren Austin
7706a97aba
Localized new strings added in the redesigned Material Date Picker (#56645) 2020-05-14 11:02:11 -07:00
Kate Lovett
c733864aff
Step 1 of 3: Add opt-in for debugCheckHasMaterialLocalizations assertion on TextField (#56090) 2020-05-14 11:02:07 -07:00
engine-flutter-autoroll
ae46203862
Roll engine b59e3e9c39a2..ae2222f47e78 (8 commits) (#57150)
* 7b6406720 Use 'message' as the parameter name in FlMessageCodec::encode_message (flutter/engine#18253)

* 429beae8a Roll src/third_party/skia 3d2c41b773f6..3ebadcc98eab (14 commits) (flutter/engine#18333)

* 66ba3a748 Roll src/third_party/dart 2bf325900586..d6fed1f62444 (1 commits) (flutter/engine#18334)

* 2f8495a5e Completely disable paving the device on Fuchsia (flutter/engine#18340)

* 006dbfce2 Always keep thread merged when there are platform views. (flutter/engine#18245)

* 21b4d2f1f [web] Fix paragraph positioning (flutter/engine#18329)

* efdc0994a Re-enable Fuchsia tests (flutter/engine#18342)

* ae2222f47 Revert "Re-enable Fuchsia tests (#18342)" (flutter/engine#18345)
2020-05-14 11:02:02 -07:00
Jenn Magder
bd430081e0
Make initial daemon devices population fast (#56959) 2020-05-14 11:00:51 -07:00
Jenn Magder
f66d3c5ab2
Remove empty Supporting Files group from Swift app template (#57161) 2020-05-14 11:00:43 -07:00
shihchanghsiungsonos
bcc42901ad
Fix xcode_backend.sh to strip bitcode for archive build, if the project has bitcode disabled entirely (#57027) 2020-05-14 10:57:11 -07:00
Nicolas Schneider
362a557365
allow changing the paint offset of a GlowingOverscrollIndicator (#55829) 2020-05-14 10:57:06 -07:00
Jenn Magder
93d7af7314
Mark gallery tests as flaky (#57231) 2020-05-14 10:55:47 -07:00
snyiuan
610dc170d9
setState() will call scheduleFrame() in post-frame callback now. (#56968) 2020-05-13 09:37:02 -07:00
Jonah Williams
3ccb160da3
[flutter_tools] re-enable non-nullable test (#57075) 2020-05-13 09:32:03 -07:00
chunhtai
7bed5a2851
fix push replacement reports wrong previous route to navigator observer (#57036) 2020-05-13 09:27:03 -07:00
Robert Ancell
3b31e89f0a
Fix wrong link in description on the platform system channel (#56859) 2020-05-13 09:22:02 -07:00
engine-flutter-autoroll
68073a098e
Roll engine 156970a2487c..b59e3e9c39a2 (23 commits) (#57109)
* db82bfb3f Roll src/third_party/skia c74db7998b4e..518fd4d9d09d (1 commits) (flutter/engine#18278)

* 4a1f9fa95 refactor the task_runner and task_runner_checker (flutter/engine#18238)

* ccfec7279 Fix grammar in FlBinaryCodec/FlStringCodec descriptions (flutter/engine#18268)

* 044f2542d Use the term 'handler' for registering callbacks. (flutter/engine#18269)

* 8d7651801 Fix latest_frame_target_time race (flutter/engine#18279)

* 72a48bd6e Fix incorrect declaration of FlBinaryCodec (flutter/engine#18283)

* cb6b6208e Roll src/third_party/skia 518fd4d9d09d..dd1de25896e9 (2 commits) (flutter/engine#18282)

* b1622c2ba Roll src/third_party/dart 4e520824f502..2497606fed87 (11 commits) (flutter/engine#18284)

* 2f6bcdeb9 Add FlStandardMessageCodec (flutter/engine#18213)

* 4aa928d70 Roll src/fuchsia/sdk/mac from Hss3M... to gOhJW... (flutter/engine#18286)

* a549e9608 Roll src/fuchsia/sdk/linux from oDp5y... to TZN85... (flutter/engine#18287)

* 8b4987382 add new keyboard types and missing autofill hints (flutter/engine#18202)

* 86462ee2c Roll src/third_party/dart 2497606fed87..c6db98667aa6 (4 commits) (flutter/engine#18289)

* 624480f1e Roll src/third_party/skia dd1de25896e9..36bda05b2199 (1 commits) (flutter/engine#18291)

* ea0a764c2 Roll src/third_party/skia 36bda05b2199..4e9cfe7691dd (4 commits) (flutter/engine#18292)

* 7cf426ee0 Roll src/third_party/dart c6db98667aa6..245a574301b1 (3 commits) (flutter/engine#18294)

* 8d379e984 Roll src/third_party/skia 4e9cfe7691dd..3d2c41b773f6 (1 commits) (flutter/engine#18296)

* f4220c2d6 Roll src/third_party/dart 245a574301b1..d5650235a249 (7 commits) (flutter/engine#18297)

* 7eb6ffea4 [fuchsia] Disable failing physical shape layer tests (flutter/engine#18308)

* 6689481c4 Temporarily disabling the fuchsia shell, runtime tests (flutter/engine#18319)

* a6baef146 Disable flow tests on Fuchsia (flutter/engine#18323)

* f6d3e7f21 Disable all fuchsia tests temporarily (flutter/engine#18326)

* b59e3e9c3 Roll src/third_party/dart d5650235a249..2bf325900586 (35 commits) (flutter/engine#18327)
2020-05-13 09:18:40 -07:00
Jenn Magder
1eaa8c300c
Swap xcode_tests from MockProcessManager to FakeProcessManager (#56502) 2020-05-13 09:17:03 -07:00
Pedro Massango
1aaf73fad0
Making DropdownButtonFormField to re-render if parent widget changes (#57037)
* Update DropdownButtonFormField's state if widget updates

Co-authored-by: Shi-Hao Hong <shihaohong@google.com>
2020-05-13 09:16:02 -07:00
Jonah Williams
9e9524977e
[flutter_tools] introduce a BuildSystem interface (#56946) 2020-05-13 09:12:08 -07:00
Jia Hao
073126fdb3
Allow waitUntilFirstFrameRasterized without a root widget (#56430) 2020-05-13 09:12:03 -07:00