18051 Commits

Author SHA1 Message Date
engine-flutter-autoroll
d810c30d41
6d7580db4 Roll fuchsia/sdk/core/linux-amd64 from YcueJ... to Rhz2c... (flutter/engine#17016) (#52208) 2020-03-08 14:06:01 -07:00
engine-flutter-autoroll
714d579839
a10f55573 Roll src/third_party/skia 2e19af063bcc..b18390699ea2 (1 commits) (flutter/engine#17014) (#52203) 2020-03-08 12:06:02 -07:00
engine-flutter-autoroll
66de4fbbcc
76e119268 Roll fuchsia/sdk/core/mac-amd64 from hW33F... to t3S3W... (flutter/engine#17013) (#52190) 2020-03-08 09:26:00 -07:00
engine-flutter-autoroll
e2331d2b03
Roll engine f5a5031e9487..162199452e55 (2 commits) (#52187) 2020-03-08 03:11:01 -07:00
engine-flutter-autoroll
cce3fa571a
f5a5031e9 Roll src/third_party/skia cf573d844da6..2e19af063bcc (1 commits) (flutter/engine#17009) (#52178) 2020-03-08 01:06:01 -08:00
Mike Rogers
57d84adc2d
Fix 2 typos within comments (#52181)
* occure > occur
* occured > occurred
* uptodate > up-to-date
2020-03-08 08:48:26 +00:00
engine-flutter-autoroll
77fb28b3da
Roll engine 5aff31194809..619acd58ca55 (23 commits) (#52177)
* 7c612de34 Roll fuchsia/sdk/core/linux-amd64 from cXgMr... to cTw2C... (flutter/engine#16970)

* 6cfa7fcad fix shadows and mask filter blurs (flutter/engine#16963)

* bfebadfce Roll src/third_party/skia 012f8497802e..93a2a6b8badb (4 commits) (flutter/engine#16974)

* 47963a598 Roll src/third_party/skia 93a2a6b8badb..74055566bd14 (2 commits) (flutter/engine#16981)

* 98f994184 [fuchsia] fix broken flows when under high load (flutter/engine#16834)

* fe051e08a Fix issue viewdidload call while init FlutterViewController (flutter/engine#16672)

* 0ad54c210 [web] Fixes IE11 crash due to missing canvas ellipse support and font polyfill failure (flutter/engine#16965)

* f6435de88 Roll fuchsia/sdk/core/mac-amd64 from J6ct_... to 95geB... (flutter/engine#16982)

* 43971caf0 Roll src/third_party/skia 74055566bd14..54de2fa48d85 (3 commits) (flutter/engine#16983)

* 45e61a6ff Roll fuchsia/sdk/core/linux-amd64 from cTw2C... to K1wwe... (flutter/engine#16984)

* 1ab5c3641 Roll src/third_party/skia 54de2fa48d85..beaaf4700f50 (3 commits) (flutter/engine#16987)

* e2c04549a remove 10s timeouts from tests (flutter/engine#16988)

* dfc9c126d Roll src/third_party/skia beaaf4700f50..6e58290ba639 (9 commits) (flutter/engine#16990)

* eddda8032 fushia licenses fix (flutter/engine#16992)

* c15f239c1 documented fluttertexture.h (flutter/engine#16950)

* e1ba7a18f Roll src/third_party/skia 6e58290ba639..24a8e9e170f7 (5 commits) (flutter/engine#16996)

* fc5963d2d [web] Engine integration test (flutter/engine#16930)

* d323bace5 doxygen tooling updates and doxygen for FlutterCodecs.h (flutter/engine#16947)

* 03ddc1d4d Started deleting .DS_Store files so licenses can run on mac os x. (flutter/engine#16998)

* 30a82927b Roll src/third_party/skia 24a8e9e170f7..cf573d844da6 (4 commits) (flutter/engine#17004)

* d0319631b Roll fuchsia/sdk/core/mac-amd64 from 95geB... to hW33F... (flutter/engine#17006)

* 41b371d0b Roll fuchsia/sdk/core/linux-amd64 from K1wwe... to FGMpI... (flutter/engine#17007)

* 619acd58c Revert "fix shadows and mask filter blurs (#16963)" (flutter/engine#17008)
2020-03-07 12:20:39 -08:00
Dan Field
e13e17009d
Reland fix --version (#52141) 2020-03-06 21:38:35 -08:00
Dan Field
db1f33fd70
Revert "Local engine build mode (#52043)" (#52152)
This reverts commit 4d05ed5deb19a6d3b874bc35f4216198ecb06f74.
2020-03-06 16:57:18 -08:00
Jonah Williams
c1112d3f7e
[flutter_tools] Reland: Allow providing dart-defines to Android, iOS, macOS builds (#52044) 2020-03-06 14:53:36 -08:00
Darren Austin
1c3ebad904
Fix for negative padding from a curve in AnimatedPadding. (#52072)
* Fix for negative padding from a curve in AnimatedPadding.

* Added a EdgeInsets.clamp function that would return an EdgeInsets instance instead of a _MixedEdgeInsets used by the base class. This was causing some tests to fail that didn't have a text direction.
2020-03-06 14:14:03 -08:00
Christopher Fujino
2e18cd347e
Fix simctl process exceptions not being caught (#51916) 2020-03-06 13:16:01 -08:00
Dan Field
a42d38a2f8
Fix flaky test (#52088) 2020-03-06 13:01:42 -08:00
Jonah Williams
e7d70fbf75
Revert "Fix version command for certain git workflows (#52062)" (#52128)
This reverts commit 20bf43b9ebce13cef22a6e9ec4db423c4beb5cc5.
2020-03-06 12:58:00 -08:00
Jenn Magder
a14ac4e3c8
Bump recommended CocoaPods version to 1.8 (#52071) 2020-03-06 12:14:42 -08:00
Jenn Magder
f6a55125d2
Add usage event for failed iOS project migration (#51879) 2020-03-06 12:14:29 -08:00
Jonah Williams
9437639590
[flutter_tools] fix coverage measurement to report on lib and not test (#52093) 2020-03-06 10:24:23 -08:00
Zachary Anderson
6c408a0567
Reland: [flutter_tool] Where possible, catch only subtypes of Exception (#52021)
* Reland: [flutter_tool] Where possible, catch only subtypes of Exception

* Add armv7f to getIOSArchForName
2020-03-06 10:22:12 -08:00
Masayuki Ono
2294d75bfa
Fix englishLike2018 bodyText (#49756) 2020-03-06 07:28:38 -08:00
Greg Spencer
169757c348
Remove target platform override on the gallery. (#51920)
Remove a target platform override that is no longer needed (I missed this in #51519).
2020-03-06 05:36:02 -08:00
Per Classon
88852731a5
Validate text selection before updating it inside of EditableText (#51410) 2020-03-06 01:26:01 -08:00
engine-flutter-autoroll
c4525aebd0
5aff31194 Roll fuchsia/sdk/core/mac-amd64 from 6eF38... to J6ct_... (flutter/engine#16969) (#52078) 2020-03-05 23:56:02 -08:00
Dan Field
20bf43b9eb
Fix version command for certain git workflows (#52062) 2020-03-05 23:51:02 -08:00
Dan Field
4d05ed5deb
Local engine build mode (#52043) 2020-03-05 23:46:02 -08:00
Dan Field
24883e1cf2
Add overrides for FileSystemUtils (#52080) 2020-03-05 22:51:15 -08:00
engine-flutter-autoroll
fc3f03886d
4da196caa Roll src/third_party/skia db20afc1bf3c..012f8497802e (6 commits) (flutter/engine#16966) (#52070) 2020-03-05 19:14:27 -08:00
engine-flutter-autoroll
ed94c9d856
3bf196591 Roll src/third_party/skia 1b1b0d5abb75..db20afc1bf3c (7 commits) (flutter/engine#16959) (#52064) 2020-03-05 17:51:02 -08:00
Jonah Williams
d2f889b4f0
[flutter_tools] Reduce context usage in analyze command and tests (#49589) 2020-03-05 17:20:54 -08:00
Jonah Williams
bafa03e5b5
[flutter_tools] Remove mocking and simplify Dart target tests (#50688) 2020-03-05 17:19:15 -08:00
Jonah Williams
8872d1d8c4
[flutter_tools] Reland: supports tree-shake-icons for web builds (#52054) 2020-03-05 17:18:44 -08:00
Dan Field
6ad807e3a0
More fixes for randomizing test order (#52060) 2020-03-05 17:14:27 -08:00
Hans Muller
a68f96ae3f
Fixed a typo in a FAB build debugPrint message (#52034) 2020-03-05 16:08:44 -08:00
Flutter GitHub Bot
92ce53cc6e
Roll engine 2e2a9e192d3d..e28d26e3054e (7 commits) (#52056) 2020-03-05 16:01:02 -08:00
Jenn Magder
b8472f25ab
Update Maven URL to https (#52042) 2020-03-05 16:00:34 -08:00
Jonah Williams
35bf5ab5d0
[flutter-tools] add awaits to debug a potential timing issue (#52047) 2020-03-05 15:24:28 -08:00
Jonah Williams
b127868db4
[flutter_tools] update web template to remove some absolute paths (#52040) 2020-03-05 13:59:57 -08:00
Jonah Williams
ad16823e4c
[flutter_tools] support new SDK structure for sdkmanager (#51980) 2020-03-05 13:59:20 -08:00
Jonah Williams
c411f588c6
Revert "[flutter_tools] supports tree-shake-icons for web builds (#51808)" (#52045)
This reverts commit aed961993dd67489f544d4aad867ed18b49b829f.
2020-03-05 13:02:22 -08:00
Jonah Williams
ee476a7bd1
Revert "[flutter_tools] Allow providing dart-defines to Android, iOS, macOS builds (#51714)" (#52041)
This reverts commit ee60eeea3e60bde5f06a0ec78388d0776efebfcb.
2020-03-05 12:51:42 -08:00
Jonah Williams
ee60eeea3e
[flutter_tools] Allow providing dart-defines to Android, iOS, macOS builds (#51714) 2020-03-05 12:38:40 -08:00
Jonah Williams
aed961993d
[flutter_tools] supports tree-shake-icons for web builds (#51808)
* [flutter_tools] supports tree-shake-icons for web builds

* Update compile.dart

* fix icon_tree_shaker
2020-03-05 12:35:04 -08:00
Jonah Williams
1bf6f0232e
[flutter_tools] support coverage and machine together (#51988) 2020-03-05 12:34:37 -08:00
Jonah Williams
bbf913bc4c
[flutter_tools] resolve requests to web directory in debug mode (#51995) 2020-03-05 12:34:03 -08:00
Jonah Williams
374f85c976
[flutter_tools] pin exact build_runner version (#52033) 2020-03-05 11:09:41 -08:00
Flutter GitHub Bot
6abfae2b21
Roll engine 3e380092e270..2e2a9e192d3d (2 commits) (#52023) 2020-03-05 10:31:02 -08:00
Flutter GitHub Bot
1dce0a51e6
3e380092e Roll src/third_party/skia 50d7d6fd7280..f6ed96d1c23b (11 commits) (flutter/engine#16953) (#52017) 2020-03-05 09:16:03 -08:00
Alexandre Ardhuin
c2ae654ddf
enable avoid_single_cascade_in_expression_statements (#51944) 2020-03-05 08:03:26 +01:00
Flutter GitHub Bot
3018d8ddb3
Roll engine 810727bf3f8f..7df0a6e35e5c (7 commits) (#51986) 2020-03-04 20:46:01 -08:00
Flutter GitHub Bot
9c5009b251
[gen_l10n] Escape quote characters in ARB files (#51952) 2020-03-04 20:41:03 -08:00
Flutter GitHub Bot
cccbf1f200
Custom onPressed behavior for CloseButton widget (#51925) 2020-03-04 20:36:02 -08:00