liyuqian
0e0c1c5ad2
Mark new Gallery test as non-flaky ( #56700 )
...
The test has been consistently green for the last few commits.
2020-05-08 14:41:50 -07:00
Zachary Anderson
04fe25e63e
[flutter_tools] Don't try to execute gradle wrapper out of /tmp ( #56706 )
2020-05-08 14:00:28 -07:00
Justin McCandless
d56349822d
Bring back paste button hide behavior ( #56689 )
...
Unreverts #54902 with fixes for a failing integration test.
2020-05-08 13:41:22 -07:00
Ian Hickson
98bc176627
Have the physics enforce the scroll position. ( #56521 )
2020-05-08 12:59:02 -07:00
Yegor
324fdb6b3c
LayoutBuilder: skip calling builder when constraints are the same ( #55414 )
...
Avoid calling `builder` in `ConstrainedLayoutBuilder` when layout constraints are the same.
[Design doc](flutter.dev/go/layout-builder-optimization).
## Related Issues
Fixes https://github.com/flutter/flutter/issues/6469
2020-05-08 12:27:59 -07:00
Jonah Williams
f865ac7e25
[flutter_tools] integrate l10n tool into build/run ( #56167 )
...
* [flutter_tools] integration l10n tool
* add runtime skip to build system
* Update build_system.dart
* add links to issues, comments
* Update packages/flutter_tools/test/general.shard/build_system/build_system_test.dart
Co-authored-by: Shi-Hao Hong <shihaohong@google.com>
* Update packages/flutter_tools/lib/src/build_system/targets/localizations.dart
Co-authored-by: Shi-Hao Hong <shihaohong@google.com>
* Update localizations.dart
* switch to gen_l10n localizations
* fix tests
Co-authored-by: Shi-Hao Hong <shihaohong@google.com>
2020-05-08 12:06:15 -07:00
Jenn Magder
0dc7be3bb0
Always remove the workspace settings ( #56703 )
2020-05-08 12:05:52 -07:00
Jonah Williams
ebce82aefd
[devicelab] mark web_enable_twc as non-flaky ( #56695 )
2020-05-08 11:00:16 -07:00
Siva
7bce4d9fde
Manual roll of engine 9b905d3f03...7e205b37e5 ( #56684 )
...
This engine version contains the Dart SDK that has been unforked for the
null-safety feature.
9b905d3f0 Manual roll of Dart 617bc54b71...39e0e75fcf (#18215 )
2020-05-08 10:29:12 -07:00
Jonah Williams
2304838a98
[flutter_tools] fix aar defaults test ( #56694 )
2020-05-08 10:04:04 -07:00
Yegor
874b2e58b8
add web benchmark that measures efficiency of clipped out pictures ( #56596 )
2020-05-08 09:51:52 -07:00
Jonah Williams
231a055069
[devicelab] fix web twc task missing display ( #56623 )
2020-05-08 09:50:46 -07:00
Jonah Williams
c57092511a
[flutter_tools] rename to .sksl.json ( #56634 )
2020-05-08 09:44:03 -07:00
Jonah Williams
717f9de662
[flutter_tools] enable tree-shake-icons by default for non-web targets ( #56633 )
...
Enable tree-shake-icons by default for non-web targets. Make missing fonts a status print
2020-05-08 09:42:43 -07:00
Siva
7eff0a8725
Manual roll of engine 7e205b37e5...3953c3ccd1 ( #56677 )
...
7e205b37e Roll src/fuchsia/sdk/mac from 1MVsE... to 4MCVP... (#18217 )
9193d8ff8 Roll src/third_party/skia 0dc207f836da..a14084ba1b41 (3 commits) (#18219 )
403931ff2 Add FlValue (#18185 )
46a6d966a [SkParagraph] Copy text height behavior to the Skia paragraph style (#18178 )
e7ee47d91 [web] Implement matrix parameter for linear gradient (#18208 )
28d99854a Reland again "Remove layer integral offset snapping #17112 " (#18160 )
5e361f57d Roll src/third_party/skia c66cd987f7c0..0dc207f836da (5 commits) (#18212 )
716dbf00c Refactor GLFW embedding to support headless mode (#18205 )
23cca3211 Manual Roll of Dart 39e0e75fcf...ce62ad2e8b (#18211 )
15f72b8c0 Support EventChannel C++ plugin API for Linux/Windows (#17015 )
e5a7ca577 Handle leak of message handle when no engine present (#18157 )
d3bde19c1 add docs to platformviewios (and some drive-by changes) (#17593 )
b582d774f Roll src/third_party/skia 0066adefa97d..c66cd987f7c0 (4 commits) (#18206 )
5e7d6d05f Roll src/third_party/skia edea19858ccc..0066adefa97d (3 commits) (#18203 )
88b9d4240 Remove the global engine entry timestamp (#18182 )
0dffdd5de Roll src/third_party/dart e86e4d61834a..ce62ad2e8b40 (13 commits) (#18201 )
56fe6d255 Roll src/third_party/skia 2871ab0727bf..edea19858ccc (3 commits) (#18198 )
bcdf99121 Fixed ChildSceneLayer elevation issue on Fuchsia. (#18144 )
ede658e2d [profiling] CPU Profiling support for iOS (#18087 )
d043923d7 Roll src/third_party/skia e3d1de7c5281..2871ab0727bf (1 commits) (#18197 )
807f1914e Roll src/third_party/dart 733153eb517c..e86e4d61834a (6 commits) (#18195 )
fe3f8df81 Roll src/third_party/skia 3b2db26c59d6..e3d1de7c5281 (4 commits) (#18192 )
34b062998 Roll fuchsia/sdk/core/mac-amd64 from jMJqf... to 1MVsE... (#18194 )
e9b2afefd Roll fuchsia/sdk/core/linux-amd64 from RpHTv... to MhpFP... (#18191 )
35fa00629 Roll src/third_party/skia 88d04cb51acf..3b2db26c59d6 (1 commits) (#18190 )
e54bb9e20 Roll src/third_party/dart 4da5b40fb6dc..733153eb517c (23 commits) (#18188 )
2020-05-08 09:01:39 -07:00
Jim Graham
3519bec6c4
Save results of A/B test runs in a JSON file for future processing ( #56416 )
2020-05-08 00:34:02 -07:00
msmolkin
da66a45e87
fixup! Update grammar in basic.dart #56251 ( #56407 )
2020-05-08 00:29:01 -07:00
James D. Lin
631cd4d0be
[flutter tools] Fix an assert in IOSSimulator.getLogReader ( #56630 )
...
`assert(app is IOSApp)` fails if `app` is null, and `app` is an
optional argument. `app` is passed to `_IOSSimulatorLogReader`, which
already handles it being null.
2020-05-07 21:10:55 -07:00
liyuqian
a849daf283
Roll new gallery version in the perf test ( #56575 )
2020-05-07 18:59:02 -07:00
Bogdan Lukin
80a14af582
[flutter_tools] ensure track-widget-creation can be changed on devcompiler ( #56564 )
...
Workaround for cached web builds with --[no-]track-widget-creation flags.
Similar PR: #23299
2020-05-07 18:58:43 -07:00
Christopher Fujino
d56af3ca5e
Add --force to roll_dev.dart
( #56501 )
2020-05-07 18:24:03 -07:00
Hans Muller
7ba5078f85
Added MaterialStateProperty.all() convenience method ( #56589 )
2020-05-07 18:20:56 -07:00
Ian Hickson
3cb79079bf
Fix silent test failure in image cache tests ( #56492 )
2020-05-07 18:19:03 -07:00
Jenn Magder
0a4f6cdef0
Add split-debug and obfuscation to build aar ( #56342 )
2020-05-07 18:14:02 -07:00
Shi-Hao Hong
eadd30eb6c
Improve arb FormatException error message ( #56373 )
2020-05-07 18:09:03 -07:00
Hans Muller
26dc70dc18
Add OutlinedBorder class ( #56341 )
2020-05-07 18:04:03 -07:00
Greg Spencer
fd4d6d70d7
Remove semantics node generated by ExcludeFocus ( #56568 )
2020-05-07 17:59:07 -07:00
Jonah Williams
2d26cbb2bf
[flutter_tools] reduce initial cache size on web ( #56103 )
2020-05-07 17:59:02 -07:00
Shi-Hao Hong
960b75719e
Update Tab semantics in Cupertino to be the same as Material ( #56582 )
2020-05-07 17:54:09 -07:00
Darren Austin
4560ebcf9f
Implementation of the Material Date Range Picker. ( #55939 )
2020-05-07 17:54:03 -07:00
Justin McCandless
cd67da260e
Revert "Paste shows only when content on clipboard ( #54902 )" ( #56614 )
...
This reverts commit 053c38818f8ae89ea2fa441f4055c3bd939798ef.
2020-05-07 17:28:37 -07:00
Justin McCandless
053c38818f
Paste shows only when content on clipboard ( #54902 )
2020-05-07 15:22:03 -07:00
Jenn Magder
4be791994f
Swap xcodeproj_tests from MockProcessManager to FakeProcessManager ( #56505 )
2020-05-07 15:18:27 -07:00
Shi-Hao Hong
13501af6e6
[gen_l10n] Optionally generate list of inputs/outputs ( #56490 )
2020-05-07 11:46:02 -07:00
Jonah Williams
8f7b2f9bee
[flutter_tools] throw StateError instead of null ( #56481 )
2020-05-07 11:41:03 -07:00
engine-flutter-autoroll
85cd48194b
Roll engine d6aa099de7c7..3953c3ccd15a (4 commits) ( #56506 )
2020-05-07 11:36:06 -07:00
xster
f6b47a5f35
let the embedding maven engine dependency reference the storage proxy ( #56164 )
2020-05-07 11:36:02 -07:00
Justin McCandless
8fbfe1cfbf
Text field height fix ( #55911 )
2020-05-06 17:36:01 -07:00
Jonah Williams
9bfe50cb81
[flutter_tools] fix windows vscode lookup ( #56491 )
2020-05-06 16:51:01 -07:00
engine-flutter-autoroll
dd54bbdc34
Roll engine c3cd83baf8bc..d6aa099de7c7 (3 commits) ( #56485 )
2020-05-06 16:46:01 -07:00
Kate Lovett
bf8208cd14
ToDo Audit - Material Library+ ( #55789 )
2020-05-06 16:41:01 -07:00
Kate Lovett
e1e300bb4b
Skip Audit - Painting Library ( #55793 )
2020-05-06 14:49:02 -07:00
engine-flutter-autoroll
ba6b3f502d
Roll engine 4b7380b55f6d..c3cd83baf8bc (18 commits) ( #56471 )
...
* c2c6ad93b Roll src/third_party/skia 41e377d1baf0..3d311a983bf0 (9 commits) (flutter/engine#18150 )
* a0983d36f [web] Add support for ColorFilter on images (flutter/engine#18111 )
* 905836d46 [web] Upgrade the test package to remove the dependency on package_resolver (flutter/engine#18135 )
* 0645e9313 Manually add dependency for shelf_proxy (flutter/engine#18151 )
* d104f876a Roll src/third_party/skia 3d311a983bf0..0cbd58766ace (2 commits) (flutter/engine#18152 )
* b1b1df039 Roll fuchsia/sdk/core/mac-amd64 from ERGnT... to c5NQZ... (flutter/engine#18155 )
* 8a8cd5d6f Roll src/third_party/dart 7bb38670d279..1ef444139c4c (22 commits) (flutter/engine#18161 )
* c1068dec0 gpu_metal_surface `submitframe` return false when canvas is null (flutter/engine#18154 )
* cf13c7f7c [iOS platform view] fix active_composition_order_ never cleared (flutter/engine#18153 )
* 805a8874c Add first Linux shell tests (flutter/engine#18159 )
* 80c090d9e Fix path bounds for multiple rects. Implement winding rules (flutter/engine#18165 )
* 15752ee41 Roll src/third_party/skia 0cbd58766ace..e1c0cb3de8ab (8 commits) (flutter/engine#18167 )
* c1bd64a30 Roll src/third_party/skia e1c0cb3de8ab..1e8fb04b29b9 (3 commits) (flutter/engine#18168 )
* 6a379cc2f Roll fuchsia/sdk/core/linux-amd64 from gnNdl... to RpHTv... (flutter/engine#18171 )
* 961fa1483 Roll src/third_party/dart 1ef444139c4c..8c8249fa0123 (11 commits) (flutter/engine#18172 )
* 337ec63cc Roll src/third_party/skia 1e8fb04b29b9..c5727d8e34d2 (1 commits) (flutter/engine#18173 )
* bc30355ff Roll src/third_party/skia c5727d8e34d2..999257d870d7 (5 commits) (flutter/engine#18174 )
* c3cd83baf Roll fuchsia/sdk/core/mac-amd64 from c5NQZ... to jMJqf... (flutter/engine#18175 )
* Updated bin/internal/fuchsia-linux.version
* Updated bin/internal/fuchsia-mac.version
2020-05-06 14:42:58 -07:00
Mjk
3f0024e164
Fix compute intrinsic size for wrap ( #55469 )
2020-05-06 13:16:01 -07:00
engine-flutter-autoroll
3a67a8bb6c
Roll engine 33d236795015..4b7380b55f6d (3 commits) ( #56390 )
2020-05-06 13:11:03 -07:00
Gary Qian
bef3512d14
DoubleTap recognizer support and improved error message ( #56328 )
2020-05-06 13:06:02 -07:00
chunhtai
2f04ba91c7
Fixes the navigator pages update crashes when there is still route wa… ( #55998 )
2020-05-06 13:01:03 -07:00
Jia Hao
c2b7342ca4
Handle uncaught error for warnIfSlow ( #56418 )
2020-05-06 08:16:03 -07:00
Zachary Anderson
6f0ed5e142
[flutter_tools] Restore base/platform.dart ( #56410 )
2020-05-06 08:15:39 -07:00
Jonah Williams
82b635ec04
[devicelab] unmark android_attach, twc tests, remove mac twc test ( #56401 )
2020-05-06 08:11:03 -07:00