Commit Graph

24470 Commits

Author SHA1 Message Date
Andre
d986fdc31a Fix remaining holes in stack trace demangling (#60478)
* Implement stack trace demangling in the framework.
2020-07-06 08:11:03 -07:00
engine-flutter-autoroll
a74310242e Roll Engine from 51ca1432b3be to f8bbcc396ba9 (7 revisions) (#60790) 2020-07-05 11:58:01 -07:00
Nils Reichardt
edbd09379b ListTile Mouse Pointer Fix (#60563) 2020-07-05 11:53:04 -07:00
Tong Mu
28d2f0106c Web macrobenchmark: bench_mouse_region_grid_hover now tests hitTestDuration (#60554) 2020-07-05 11:48:03 -07:00
Maurice Parrish
dcbc694b58 Have AndroidViewController extend PlatformViewController and add support for hybrid platform views (#60320) 2020-07-05 11:43:02 -07:00
engine-flutter-autoroll
462b0ea76e 51ca1432b Roll Dart SDK from f8ff12008e84 to 8afe9875a6d7 (1 revision) (flutter/engine#19472) (#60760) 2020-07-02 13:13:02 -07:00
Pierre-Louis
0bc4368233 Typo sweep (#60693) 2020-07-02 13:08:02 -07:00
engine-flutter-autoroll
ec3368ae45 Roll Engine from 88a8e9db1806 to 65ac8be350ad (15 revisions) (#60742) 2020-07-01 22:58:01 -07:00
Jonah Williams
ae9ac9f211 [flutter_tools] support starting in canvaskit with FLUTTER_WEB_USE_SKIA=true (#60708) 2020-07-01 22:53:03 -07:00
Jonah Williams
2f43aeaf54 [flutter_tools] fix crash if grouped doctor validator crashes (#60658) 2020-07-01 22:48:02 -07:00
Justin McCandless
84fc52e1e9 InteractiveViewer with a changing screen size (#60532) 2020-07-01 22:43:03 -07:00
Panmari
14a4ed5888 Adding "Widget of the week" video for color filtered. (#60481) 2020-07-01 22:38:03 -07:00
Justin McCandless
533c6b29b4 Show hint when label is floating (#60394) 2020-07-01 22:33:02 -07:00
Christopher Fujino
e3ad0345ba add a timeout to dashing (#60723) 2020-07-01 19:41:41 -07:00
engine-flutter-autoroll
3f4f91532f Roll Engine from 712f619737f1 to 88a8e9db1806 (9 revisions) (#60685) 2020-07-01 10:58:01 -07:00
Per Classon
b35f2cd4ca Enable shouldCapTextScaleForTitle by default (#60684) 2020-07-01 10:53:01 -07:00
engine-flutter-autoroll
0bffc8a391 Roll Engine from 2dc202d82388 to 712f619737f1 (3 revisions) (#60659) 2020-07-01 04:08:02 -07:00
Gary Qian
0e735e4bca Expose ComputePlatformResolvedLocale (#58482) 2020-06-30 18:54:02 -07:00
gaaclarke
e8670de011 Revert "Tweaking Material Chip a11y semantics to match buttons (#60141)" (#60645) 2020-06-30 18:28:01 -07:00
Gary Qian
d30c987ceb Upgrade path_provider_linux (#60652) 2020-06-30 16:50:18 -07:00
engine-flutter-autoroll
65aab71f8d Roll Engine from 6354156e51f1 to 2dc202d82388 (10 revisions) (#60648) 2020-06-30 16:28:01 -07:00
Justin McCandless
8ab513a0c9 InteractiveViewer scroll direction (#60523) 2020-06-30 16:23:01 -07:00
Jonah Williams
c543db70dc [flutter_tools] add null-safety flags to dill cache location (#60633)
initialize from dill does not handle changing null-safety flags and will incorrectly use the nullability mode of the last compile. Add all extra frontend options to the unique name prefix for the flutter run dill cache to avoid this situation.
2020-06-30 15:49:31 -07:00
Jonah Williams
79a2d77df8 fix pubspec dependencies (#60638) 2020-06-30 14:42:43 -07:00
Chris Yang
07e24f6dad [flutter_tool] fix ide-config crash because of no android key (#60617) 2020-06-30 13:01:47 -07:00
Ming Lyu (CareF)
c639c93f11 Update platform files and gitignore (#60407) 2020-06-30 15:55:53 -04:00
Jonah Williams
7ca324ac01 [flutter_tools] support sound null-safety mode for the web (#60570)
In web debug mode, infer sound null safety by default. When sound null safety is enabled, provide a separate dill and precompiled Dart SDK. Release builds do not need this setting since we run dart2js from source.

Fixes #59873
2020-06-30 12:29:42 -07:00
Jonah Williams
2188196125 [flutter_tools] ensure flutter daemon can exit correctly when app fails to start (#60615)
The flutter daemon unconditionally waits for the appFinished signal, even if startup failed. Ensure this future is correctly completed if there is a failure in ResidentRunner.run and not just ResidentRunner.attach. Adds regression tests for run release, debug, debug web, and release web. Adds missing try catch in cold runner startup.

Manually tested with release/debug on Android and release/debug on web.

Fixes #60613
2020-06-30 12:26:18 -07:00
James D. Lin
cf8fbc363a [flutter tools] Revert desktop device name changes and print the category instead (#60395) 2020-06-30 11:28:02 -07:00
Greg Spencer
ca713557d7 New license page with fix for zero licenses. (#60552)
This amends #57588 by adding code that also handles the zero license case, and adds translation strings for that.
2020-06-30 09:15:04 -07:00
engine-flutter-autoroll
2dfe2ab6aa Roll Engine from a974b78117dc to 6354156e51f1 (6 revisions) (#60596) 2020-06-30 07:53:06 -07:00
Jonah Williams
f2f48df3af Experiment with tester on the flutter_tools general shard (#60490)
Use tester (disclaimer, written by me) to unit test the flutter tools general shard. Since these tests are designed to be hermetic, the single compilation/single isolate model offers a tremendous speedup over the default pub run test workflow. On previous linux shard, test execution alone took 10:30, while now it takes only 1:30.
2020-06-29 22:19:55 -07:00
engine-flutter-autoroll
e249fc8469 Roll Engine from fc725775253e to a974b78117dc (4 revisions) (#60574) 2020-06-29 22:18:01 -07:00
engine-flutter-autoroll
df98ad6b2e fc7257752 Roll Skia from f123f06aabd6 to 49b30f451e68 (31 revisions) (flutter/engine#19391) (#60567) 2020-06-29 18:33:01 -07:00
Christopher Fujino
b15798fa98 Revert "Revert "[flutter_tools] update libimobiledevice (#59512)" (#60551)" (#60569)
This reverts commit 09cca73aee.
2020-06-29 18:29:58 -07:00
Ming Lyu (CareF)
59aed97647 Simplify the animation control for macrobenchmarks test case (#60412)
* Simplify the animation control

* Using AnimatedBuilder
2020-06-29 20:20:32 -04:00
engine-flutter-autoroll
839dc27e65 Roll Engine from c332675a8c2f to 729ca5ee63e3 (17 revisions) (#60564)
* 1ae95f795 Roll Skia from 318afe66e699 to 63a0a758ce14 (4 revisions) (flutter/engine#19335)

* b1b946904 Manual roll of Dart e24733ebd1...63cf56d925 (flutter/engine#19337)

* de68a7f3b Roll Skia from 63a0a758ce14 to f123f06aabd6 (9 revisions) (flutter/engine#19336)

* 220a83102 Move fuchsia/scenic integration behind #define (flutter/engine#19003)

* de74f8a58 migrate web engine implementation to null-safe Dart (flutter/engine#19172)

* 4cd3ec077 Fix broken mac/fuchsia compiles (flutter/engine#19339)

* 77e9f94b0 Roll Dart SDK from e24733ebd16c to 243ad5427564 (5 revisions) (flutter/engine#19338)

* 4333fc312 Roll Dart SDK from 243ad5427564 to 7fc61e77e225 (5 revisions) (flutter/engine#19342)

* b3cfbd230 Roll Fuchsia Mac SDK from YGK_M... to l3tHO... (flutter/engine#19343)

* a28b7f0f3 Implement onDisplayPlatformView (flutter/engine#19344)

* 1a4f38ff4 Roll Dart SDK from 7fc61e77e225 to 871f0ee31eb0 (4 revisions) (flutter/engine#19346)

* 3d61564ac Roll Fuchsia Linux SDK from _d0dW... to Y_dK2... (flutter/engine#19347)

* 727a38d8b Roll Fuchsia Mac SDK from l3tHO... to SuveI... (flutter/engine#19348)

* ccfa0e79e Roll Fuchsia Linux SDK from Y_dK2... to lgSTC... (flutter/engine#19349)

* 2ff740e9f Roll Dart SDK from 871f0ee31eb0 to f91547d6dd45 (1 revision) (flutter/engine#19350)

* 692dfb3fc update compilation rules for null-safety (flutter/engine#19386)

* 729ca5ee6 Roll Fuchsia Linux SDK from lgSTC... to ScRia... (flutter/engine#19389)
2020-06-29 16:49:58 -07:00
Jonah Williams
55e3770f3e [flutter_tools] remove globals from base/android (#60480)
Remove unnecessary use of globals from base tests, and an android test. This changes the test to avoid bouncing through the global getters, which can lead to incorrectly cached zone values. Switches the memory filesystem implementation to the test implementation
2020-06-29 15:06:58 -07:00
liyuqian
84f50d14c3 Mark non-flaky test as such (#60553) 2020-06-29 15:03:03 -07:00
featherless
c239d952a5 Annotate RawMaterialButton as a Material > Button category. (#60545) 2020-06-29 14:58:01 -07:00
Jenn Magder
d5225a560d Fix daemon device discovery crash when Xcode isn't installed (#60546) 2020-06-29 14:54:19 -07:00
Christopher Fujino
09cca73aee Revert "[flutter_tools] update libimobiledevice (#59512)" (#60551)
This reverts commit 32000db52e.
2020-06-29 13:44:38 -07:00
Christopher Fujino
32000db52e [flutter_tools] update libimobiledevice (#59512) 2020-06-29 13:17:04 -07:00
Yegor
9a2659ad2a gitignore generated_plugin_registrant.dart (#60535) 2020-06-29 12:28:02 -07:00
chunhtai
163a09a535 Revert "fix paint order of ink feature (#59108)" (#60530)
This reverts commit 1e843bb6ba.
2020-06-29 10:19:43 -07:00
Darren Austin
ed05fd7517 Date picker string translations (#60405) 2020-06-29 10:08:02 -07:00
Darren Austin
812c189de8 Fixed a problem with date calculations that caused a test to fail in a non-US time zone. (#60396) 2020-06-29 10:03:02 -07:00
Christopher Fujino
c0902d60a4 re-enable codesign test (#60391) 2020-06-29 09:58:02 -07:00
engine-flutter-autoroll
229e524435 c332675a8 Fix hybrid composition bugs (flutter/engine#19325) (#60388) 2020-06-29 09:53:02 -07:00
Alex Li
c7b56405cf Update AUTHORS with couple contributors. (#60345) 2020-06-29 09:48:02 -07:00