27629 Commits

Author SHA1 Message Date
engine-flutter-autoroll
ae5c88882f
0e87d51b5 fuchsia: Implement WakeUp using zx::timer (flutter/engine#29019) (#91351) 2021-10-06 02:28:05 -07:00
engine-flutter-autoroll
8be5e3c116
97f0274af Roll Skia from 98eb297750e6 to 7e03a9adf21b (1 revision) (flutter/engine#29040) (#91347) 2021-10-06 01:23:04 -07:00
Danny Tuppeny
39f5769cd8
Suppress diagnostics from // HACK comments (#91301)
* Suppress diagnostics from // HACK comments
2021-10-06 08:10:37 +01:00
engine-flutter-autoroll
1d0e55388a
88e150ddc Roll Skia from ff5bb37b72b2 to 98eb297750e6 (1 revision) (flutter/engine#29039) (#91339) 2021-10-05 22:23:04 -07:00
engine-flutter-autoroll
889569d62d
Roll Engine from ad66cbbef953 to 325f7d887111 (2 revisions) (#91338) 2021-10-05 21:18:01 -07:00
engine-flutter-autoroll
f3f069778f
Roll Engine from 39d2479cb09f to ad66cbbef953 (2 revisions) (#91336) 2021-10-05 19:58:02 -07:00
engine-flutter-autoroll
945015ed49
39d2479cb Roll Skia from 237c22adb8a1 to fd4dc2347dd4 (4 revisions) (flutter/engine#29030) (#91331) 2021-10-05 17:48:04 -07:00
Pierre-Louis
3e43c3e110
Categorize flutter tool commands (#87747) 2021-10-05 17:28:04 -07:00
engine-flutter-autoroll
0a62694532
Roll Engine from 82e7100bc7f4 to 3afd94a62af8 (2 revisions) (#91328) 2021-10-05 16:33:02 -07:00
keyonghan
0b9027caf4
deflake (#91316) 2021-10-05 15:48:03 -07:00
Kate Lovett
3aed0b671f
Fix scrollbar dragging into overscroll when not allowed (#90634) 2021-10-05 15:33:03 -07:00
engine-flutter-autoroll
37a47015be
82e7100bc Roll Skia from 52d162904845 to 237c22adb8a1 (1 revision) (flutter/engine#29026) (#91323) 2021-10-05 15:28:03 -07:00
Michael Goderbauer
dc54c7f7be
Remove accidental print (#91317) 2021-10-05 15:13:03 -07:00
Greg Spencer
8405868db4
Update outdated platform directories in examples (#91125)
The first of three or four changes to update the platform directories of the packages in the Flutter repo that have out date platform code.

This batch includes updating the flutter_view example, updating the sanity check numbers in analyze.dart, and adding some missing Podfiles in the examples. I also eliminated some trailing whitespace in the templates for Android.
2021-10-05 14:52:11 -07:00
engine-flutter-autoroll
5f9a38fc31
Roll Engine from a36eac0a341c to c77141589503 (17 revisions) (#91320) 2021-10-05 13:08:03 -07:00
stuartmorgan
64fd68ed42
Don't generate plugin registry in ResidentWebRunner (#91281)
* Don't generate plugin registry in ResidentWebRunner

generateDartPluginRegistry was being set to true unconditionally in
ResidentRunner, bypassing the primary check in
DartPluginRegistrantTarget, and the targetPlatform was not set in that
codepath, bypassing the second after the changes in
https://github.com/flutter/flutter/pull/87991. This caused web hot
restarts to be slower due to doing unnecessary work.

This ensures that generateDartPluginRegistry is false in the
ResidentWebRunner to skip that unnecessary step.

Fixes https://github.com/flutter/flutter/issues/91262

* Formatting

Co-authored-by: Zachary Anderson <zanderso@users.noreply.github.com>

Co-authored-by: Zachary Anderson <zanderso@users.noreply.github.com>
2021-10-05 12:27:53 -07:00
Alexander Aprelev
947ffa1f90
Use recently introduced Isolate.exit() in compute implementation (#91124)
* Use recently introduced Isolate.exit() in compute implementation

* Remove unused isolate variable
2021-10-05 12:04:20 -07:00
godofredoc
e9a86c4aaf
Pin chrome and driver versions. (#91310) 2021-10-05 12:03:04 -07:00
engine-flutter-autoroll
ec382d85bd
Roll Plugins from f6d93a765063 to 0558169b8930 (4 revisions) (#91313) 2021-10-05 11:48:04 -07:00
keyonghan
e98afe10e9
mark flaky (#91273) 2021-10-05 10:48:01 -07:00
keyonghan
111b1ec267
mark flaky (#91271) 2021-10-05 10:43:02 -07:00
keyonghan
0353401046
mark flaky (#91268) 2021-10-05 10:38:01 -07:00
stuartmorgan
8231592d71
Update minimum iOS version in plugin_test (#91099) 2021-10-05 10:33:04 -07:00
Clement Skau
64841f6309
Adds analyze_sample_code exit for when pub fails (#91024) 2021-10-05 10:28:04 -07:00
Alexander Aprelev
98120d19d3
Add a microbenchmark that measures performance of flutter compute. (#91257)
* Add a microbenchmark that measures performance of flutter compute.

This benchmark should show performance improvements when compute is switched to Isolate.exit

* Fix analyzer warnings, increase warmup iterations

* Fix license header
2021-10-04 14:16:23 -07:00
Janice Collins
35fe52cb86
Update dartdoc to 4.0.0 (#91252) 2021-10-04 14:08:04 -07:00
Greg Spencer
983cbb273b
Add example test, update example READMEs (#91130) 2021-10-04 13:53:02 -07:00
Ian Hickson
2bab6514b0
Enable avoid_implementing_value_types lint (#91078) 2021-10-04 13:48:04 -07:00
Greg Spencer
7b8a3c1bcd
Force building of snippets package executable. (#91110)
This fixes an issue with the Dart Head-Head-Head CI bot, where it was seeing failures because of concurrent execution of the snippets tool.

It adds a single run of the snippets tool right after activation to force the compiling of the package executable, which is what has trouble with concurrent invocation.

This is a temporary measure until dart pub global run is fixed.
2021-10-04 12:17:27 -07:00
Greg Spencer
fd9ce27748
Clean up examples, remove section markers and --template args (#91133)
This does a cleanup of the examples, removing all of the "section" markers and extra comments that we don't need anymore now that the samples are no longer in the source code. It also removes the --template arguments from the {@tool dartpad} and {@tool sample} directives, since those are no longer used. It converts two examples that I discovered were still embedded into linked examples in the examples folder.

I didn't delete the templates from the snippets config folder yet, because there are still embedded samples in the dart:ui package from the engine that use them. Once dart:ui no longer uses the templates, they can be removed.

I bumped the version of the snippets package to pick up a change that allows removal of the --template argument.
2021-10-04 12:16:17 -07:00
engine-flutter-autoroll
799501cd31
Roll Engine from 6f4143e80069 to a36eac0a341c (10 revisions) (#91244) 2021-10-04 11:33:03 -07:00
Ian Hickson
126cd7388e
Clean up dependency pins and update all packages (#91109) 2021-10-04 10:28:03 -07:00
Christopher Fujino
555f69e5d9
[flutter_conductor] update conductor to prefer git protocol over https (#91066) 2021-10-04 10:23:02 -07:00
Jenn Magder
61e2e86611
Add iOS build -destination flag (#90915) 2021-10-04 10:18:03 -07:00
xubaolin
905ac63e34
Fix some scrollbar track and border painting issues (#90311) 2021-10-04 08:13:04 -07:00
Christopher Fujino
91dd3276fd
migrate vm service to null safety (#88320) 2021-10-02 10:18:03 -07:00
Greg Spencer
0e78416737
Pushing empty change to trigger CI (#91138) 2021-10-01 20:00:54 -07:00
engine-flutter-autoroll
c103579b6c
6f4143e80 Roll Dart SDK from cea2ea76fc66 to d50eacfa4fcd (2 revisions) (flutter/engine#28988) (#91123) 2021-10-01 17:23:07 -07:00
Littlegnal
1b73a35fba
Change project.buildDir in standalone subprojects property (#91030) 2021-10-01 17:18:05 -07:00
stuartmorgan
23cea26715
Add dartPluginClass support for Android and iOS (#87991) 2021-10-01 16:03:04 -07:00
engine-flutter-autoroll
0b38b9cba3
Roll Engine from 2db431944795 to 74fdd30dc25e (5 revisions) (#91121) 2021-10-01 15:13:04 -07:00
Fernando Moraes
7ff13ca405
Update TabPageSelector Semantics Label Localization (#87430) 2021-10-01 14:28:04 -07:00
LongCatIsLooong
0e72f99237
Restart input connection after EditableText.onSubmitted (#84307) 2021-10-01 14:23:05 -07:00
Christopher Fujino
7fbfb1fad9
update consumer dependencies signature (#91116) 2021-10-01 13:32:47 -07:00
Ian Hickson
4315cdcf76
Some test cleanup for flutter_tools. (#90227) 2021-10-01 10:38:02 -07:00
Kate Lovett
5ab6c7bce1
Fix overflow edge case in overscrolled RenderShrinkWrappingViewport (#90419) 2021-10-01 09:08:02 -07:00
Kate Lovett
778876597a
Remove AndroidViewController.id deprecation (#90294) 2021-10-01 09:03:02 -07:00
Kate Lovett
eda41e5720
Remove vsync deprecation (#90293) 2021-10-01 08:58:03 -07:00
Ian Hickson
7214097f02
add internal comment to point to .github repo (#91055) 2021-10-01 06:28:05 -07:00
engine-flutter-autoroll
18ed542e91
2db431944 fuchsia: Add FakeFlatland and tests (flutter/engine#28926) (#91083) 2021-10-01 02:43:04 -07:00