Commit Graph

24470 Commits

Author SHA1 Message Date
Emmanuel Garcia
919cc97f6a Fix run run_release_test (#41000) 2019-09-20 14:57:05 -07:00
Dan Field
8d931de7ea Label bugs created via the SUPPORT template (#40993) 2019-09-20 14:46:10 -07:00
Emmanuel Garcia
8e23179627 Revert "Use AndroidX in new projects by default (#40925)" (#40995) 2019-09-20 13:37:10 -07:00
Alexander Aprelev
bd929c4a52 Revert "Use separate isolate for image loading. (#34188)" (#40984)
This reverts commit b12bdd0ea1 as it
breaks existing tests that expect image loaded after certaing number of
pupms. With image loading done on separate isolate pumping is not
guaranteed to get image loaded.
2019-09-20 10:23:51 -07:00
Jonah Williams
57c319a9a0 Revert "Run flutter update-packages --force-upgrade. (#40766)" (#40979) 2019-09-20 12:23:19 -04:00
engine-flutter-autoroll
2f5e40ebd3 Roll engine 70f21b0edb06..99092a0436a2 (4 commits) (#40970)
git@github.com:flutter/engine.git/compare/70f21b0edb06...99092a0436a2

git log 70f21b0edb06..99092a0436a2 --no-merges --oneline
2019-09-20 skia-flutter-autoroll@skia.org Roll src/third_party/skia be0d7dfa6194..9a9841178078 (2 commits) (flutter/engine#12368)
2019-09-20 skia-flutter-autoroll@skia.org Roll src/third_party/skia e5b65d212bca..be0d7dfa6194 (3 commits) (flutter/engine#12367)
2019-09-20 liyuqian@google.com Revert "Reland "Smooth out iOS irregular input events delivery (#11817)" (#12280)" (flutter/engine#12364)
2019-09-20 skia-flutter-autoroll@skia.org Roll src/third_party/skia f47717ad8cc7..e5b65d212bca (4 commits) (flutter/engine#12366)


If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC stuartmorgan@google.com on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
2019-09-20 12:05:41 -04:00
Emmanuel Garcia
407668f4d5 Stop using deprecated features from Gradle (#40900) 2019-09-20 08:29:53 -07:00
Emmanuel Garcia
f7173dcc60 Use AndroidX in new projects by default (#40925) 2019-09-20 08:29:21 -07:00
Emmanuel Garcia
96482eeb5c Re-enable AAR plugins when an AndroidX failure occurred (#40810) 2019-09-20 08:28:52 -07:00
Tong Wu
c238045a96 Run flutter update-packages --force-upgrade. (#40766) 2019-09-20 07:58:53 -07:00
engine-flutter-autoroll
ec07e039c2 Roll engine 1cada0a6dca6..70f21b0edb06 (4 commits) (#40929)
git@github.com:flutter/engine.git/compare/1cada0a6dca6...70f21b0edb06

git log 1cada0a6dca6..70f21b0edb06 --no-merges --oneline
2019-09-19 matthew-carroll@users.noreply.github.com Fixes race condition that was reported internally. (flutter/engine#12362)
2019-09-19 a-siva@users.noreply.github.com  Roll src/third_party/dart 7c1821c4aa...ea969c358e (flutter/engine#12339)
2019-09-19 skia-flutter-autoroll@skia.org Roll src/third_party/skia 9a8b846baf43..f47717ad8cc7 (7 commits) (flutter/engine#12361)
2019-09-19 skia-flutter-autoroll@skia.org Roll src/third_party/skia 18531cde2ab7..9a8b846baf43 (1 commits) (flutter/engine#12360)


If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC stuartmorgan@google.com on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
2019-09-19 21:37:41 -04:00
stuartmorgan
0412977e48 Support create for macOS (app and plugin) (#40851)
Adds macOS support for `flutter create`:
- Currently it is behind a hidden flag.
- Adds a TargetPlatform workaround to lib/main.dart in the standard app template when enabled.
- Supports `app` and `plugin`; `module` support doesn't yet exist for macOS in general.

This will eliminate the need to use FDE's examples as templates on macOS. The templates are based on the current state of FDE's examples, with templating support added (and with adoption of the new application delegate in the app, which hadn't been done yet in FDE, eliminating some boilerplate from the template).

Fixes #30703
2019-09-19 17:06:18 -07:00
stuartmorgan
86c342eceb Move iOS and Android gitignore rules into folders (#40864)
Rather than have a monolithic .gitignore covering all platforms in the
app template, have each platform folder contain its own rules.

Fixes #40793
2019-09-19 17:04:53 -07:00
gaaclarke
71d75e3e0a Channel buffers (#40165)
Started reading stored channel messages from ui.channelBuffers when handlers get set.
2019-09-19 16:58:54 -07:00
Harry Terkelsen
6911a1513c Allow sending platform messages from plugins to the framework and implement EventChannel (#40638)
* Allow sending messages from the platform to the framework

* Add ability to send messages from the plugin to the platform.

Also adds [PluginEventChannel] which is the plugin counterpart to
EventChannel.

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

* fix analyzer errors

* Enhance doc comments

* Remove dead code in test
2019-09-19 10:48:57 -07:00
Jason Simmons
c94a994d62 Handle CR+LF end of line sequences in the license parser (#40718) 2019-09-19 09:44:31 -07:00
chunhtai
0086243be4 Fixed Selectable text align is broken (#40709)
* Fixed Selectable text align is broken
2019-09-19 09:37:00 -07:00
Jonah Williams
f8ba6756c3 Revert "Reland: implement build bundle with assemble (#40470)" (#40862) 2019-09-19 09:04:07 -07:00
Jonah Williams
ea7876ae82 Reland: implement build bundle with assemble (#40470) 2019-09-19 07:46:50 -07:00
engine-flutter-autoroll
e026bd3d33 1cada0a6d Roll src/third_party/skia 6344cbd1df76..18531cde2ab7 (2 commits) (flutter/engine#12358) (#40842)
git@github.com:flutter/engine.git/compare/bf3af4d157cc...1cada0a6dca6

git log bf3af4d157cc..1cada0a6dca6 --no-merges --oneline
2019-09-19 skia-flutter-autoroll@skia.org Roll src/third_party/skia 6344cbd1df76..18531cde2ab7 (2 commits) (flutter/engine#12358)


If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC stuartmorgan@google.com on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
2019-09-19 07:29:41 -04:00
engine-flutter-autoroll
ebd8e0b34b Roll engine dd081bea0389..bf3af4d157cc (2 commits) (#40824)
git@github.com:flutter/engine.git/compare/dd081bea0389...bf3af4d157cc

git log dd081bea0389..bf3af4d157cc --no-merges --oneline
2019-09-19 skia-flutter-autoroll@skia.org Roll src/third_party/skia e2a903e18b59..6344cbd1df76 (3 commits) (flutter/engine#12357)
2019-09-19 bkonyi@google.com Roll src/third_party/dart cb80ea7ba9..ea969c358e (52 commits)


If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC stuartmorgan@google.com on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
2019-09-19 03:38:41 -04:00
engine-flutter-autoroll
b2ce199d9d dd081bea0 skip flaky test (flutter/engine#12355) (#40821)
git@github.com:flutter/engine.git/compare/7fb14000fddf...dd081bea0389

git log 7fb14000fddf..dd081bea0389 --no-merges --oneline
2019-09-19 dnfield@google.com skip flaky test (flutter/engine#12355)


If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC stuartmorgan@google.com on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
2019-09-19 03:01:41 -04:00
engine-flutter-autoroll
d445304168 Roll engine 92afbfdf544d..7fb14000fddf (2 commits) (#40819)
git@github.com:flutter/engine.git/compare/92afbfdf544d...7fb14000fddf

git log 92afbfdf544d..7fb14000fddf --no-merges --oneline
2019-09-19 dnfield@google.com java lints (flutter/engine#12354)
2019-09-19 iska.kaushik@gmail.com [flutter_runner] Port vulkan surface changes (flutter/engine#12350)


If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC stuartmorgan@google.com on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
2019-09-19 02:11:41 -04:00
Jonah Williams
2a36ad31fa Ensure Flutter for Web debug builds are only accessible through Flutter run (#40783) 2019-09-18 23:10:24 -07:00
Alexandre Ardhuin
a36f809e27 add missing trailing commas (in dev/) (#40704) 2019-09-19 07:54:46 +02:00
engine-flutter-autoroll
0573709f8c 92afbfdf5 Roll src/third_party/skia f19f9caab2b4..e2a903e18b59 (1 commits) (flutter/engine#12351) (#40816)
git@github.com:flutter/engine.git/compare/eed16d34bd19...92afbfdf544d

git log eed16d34bd19..92afbfdf544d --no-merges --oneline
2019-09-19 skia-flutter-autoroll@skia.org Roll src/third_party/skia f19f9caab2b4..e2a903e18b59 (1 commits) (flutter/engine#12351)


If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC stuartmorgan@google.com on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
2019-09-19 01:18:42 -04:00
stuartmorgan
c32e543207 Invalidate macOS pods on plugin changes (#40730)
When the plugin list changes, iOS pods are invalidated, but that was
never wired up for macOS.

Should fix #39327
2019-09-18 21:42:57 -07:00
engine-flutter-autoroll
fa9b376496 Roll engine 33ad6757e883..eed16d34bd19 (4 commits) (#40812)
git@github.com:flutter/engine.git/compare/33ad6757e883...eed16d34bd19

git log 33ad6757e883..eed16d34bd19 --no-merges --oneline
2019-09-19 iska.kaushik@gmail.com [flutter_runner] Explicitly set |trace_skia| to false (flutter/engine#12349)
2019-09-19 iska.kaushik@gmail.com [flutter_runner] Port the new compilation trace from topaz (flutter/engine#12348)
2019-09-19 iska.kaushik@gmail.com [flutter_runner][async] Migrate dart/flutter to new async-loop APIs (flutter/engine#12347)
2019-09-19 iska.kaushik@gmail.com [flutter_runner] Move from runner context to component context (flutter/engine#12346)


If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC stuartmorgan@google.com on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
2019-09-19 00:30:41 -04:00
Alexander Aprelev
b12bdd0ea1 Use separate isolate for image loading. (#34188)
* Use separate isolate for image loading. Use TransferableTypedData to const-cost receive bytes from that isolate.
2019-09-18 20:38:54 -07:00
engine-flutter-autoroll
3cf88fed6d Roll engine 7f7250f47636..33ad6757e883 (2 commits) (#40805)
git@github.com:flutter/engine.git/compare/7f7250f47636...33ad6757e883

git log 7f7250f47636..33ad6757e883 --no-merges --oneline
2019-09-19 iska.kaushik@gmail.com [flutter_runner] Port over the tuning advice (flutter/engine#12345)
2019-09-19 iska.kaushik@gmail.com [flutter_runner] Remove usages of shared snapshots from CC sources (flutter/engine#12343)


If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC stuartmorgan@google.com on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
2019-09-18 23:09:41 -04:00
engine-flutter-autoroll
4c724b9b7d 7f7250f47 [flutter_runner] Do not use prebuilts just yet (flutter/engine#12340) (#40801)
git@github.com:flutter/engine.git/compare/00a12c411f81...7f7250f47636

git log 00a12c411f81..7f7250f47636 --no-merges --oneline
2019-09-18 iska.kaushik@gmail.com [flutter_runner] Do not use prebuilts just yet (flutter/engine#12340)


If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC stuartmorgan@google.com on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
2019-09-18 21:48:41 -04:00
engine-flutter-autoroll
85e7ad7636 00a12c411 Add missing CL, fix targets for Fuchsia (flutter/engine#12338) (#40799)
git@github.com:flutter/engine.git/compare/d3c60acef82c...00a12c411f81

git log d3c60acef82c..00a12c411f81 --no-merges --oneline
2019-09-18 dnfield@google.com Add missing CL, fix targets for Fuchsia (flutter/engine#12338)


If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC stuartmorgan@google.com on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
2019-09-18 20:55:41 -04:00
engine-flutter-autoroll
71524e78f3 Roll engine 00f23b2e7356..d3c60acef82c (2 commits) (#40796)
git@github.com:flutter/engine.git/compare/00f23b2e7356...d3c60acef82c

git log 00f23b2e7356..d3c60acef82c --no-merges --oneline
2019-09-18 ditman@gmail.com More controls for Screenshot tests (for web) (flutter/engine#12284)
2019-09-18 skia-flutter-autoroll@skia.org Roll src/third_party/skia 8391bac5c6f0..f19f9caab2b4 (8 commits) (flutter/engine#12341)


If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC stuartmorgan@google.com on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
2019-09-18 20:00:41 -04:00
adazh
c4016aadb3 [Flutter Driver] Simplified the serialization/deserialization logic of the Descendant/… (#40715)
* Simplified the serialization/deserialization logic of the Descendant/Ancestor matchers
2019-09-18 16:58:33 -07:00
Jenn Magder
d95adf999c Move build info checks from generating files to the xcode build (#40792) 2019-09-18 16:57:31 -07:00
Amir Hardon
4e108b6f90 Exclude non Android plugins from Gradle build (#40640)
Before this change, having an Android app depend on a plugin that has no android implementation resulted in a Gradle build failure.

This scenario is likely to become more common if we're enabling federated plugins, as the package implementing just the desktop implementation of a plugin won't have an Android implementation.

This changes the Gradle plugin to not try to build any plugins that doesn't have an android/build.gradle file.
2019-09-18 16:42:20 -07:00
engine-flutter-autoroll
d1e71cd85c Roll engine 113be249ddcf..00f23b2e7356 (3 commits) (#40790)
git@github.com:flutter/engine.git/compare/113be249ddcf...00f23b2e7356

git log 113be249ddcf..00f23b2e7356 --no-merges --oneline
2019-09-18 tamird@google.com [fuchsia] add fuchsia.netstack.Netstack (flutter/engine#12325)
2019-09-18 skia-flutter-autoroll@skia.org Roll src/third_party/skia dd0dff1c35d2..8391bac5c6f0 (8 commits) (flutter/engine#12337)
2019-09-18 ditman@gmail.com Ensure DRRects without corners also draw. (flutter/engine#12330)


If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC stuartmorgan@google.com on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
2019-09-18 18:47:41 -04:00
Robin Jespersen
d4a016443b Adding onEnd callback to implicit animated widgets (#38979) 2019-09-18 14:56:18 -07:00
Michael Goderbauer
4373a31971 Reapply "Revert "Propagate textfield character limits to semantics (#40468)" (#40767) 2019-09-18 14:55:37 -07:00
engine-flutter-autoroll
f19f040a73 113be249d Update ExternalViewEmbedder class comment. (flutter/engine#11063) (#40776)
git@github.com:flutter/engine.git/compare/2289072724ff...113be249ddcf

git log 2289072724ff..113be249ddcf --no-merges --oneline
2019-09-18 amirh@users.noreply.github.com Update ExternalViewEmbedder class comment. (flutter/engine#11063)


If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC stuartmorgan@google.com on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
2019-09-18 17:54:41 -04:00
chunhtai
6c457e124b Material textselection context menu cannot disable select all (#40713) 2019-09-18 12:19:37 -07:00
Alexandre Ardhuin
c3ddfb924f add missing trailing commas (in examples/) (#40701) 2019-09-18 20:48:07 +02:00
Christopher Fujino
0b24a5a2ff Implement mdns for flutter run (#40447) 2019-09-18 11:01:08 -07:00
Justin McCandless
431b82fda8 TextField docs for getting value (#40695)
Added docs examples of getting the string from a TextField
2019-09-18 10:43:23 -07:00
liyuqian
5aaac71f98 Wait for first frame in driver tests (#40617)
The transition_perf test is no longer flaky.
2019-09-18 10:25:14 -07:00
engine-flutter-autoroll
a1c482b977 228907272 Roll src/third_party/skia d545bfbb94ca..dd0dff1c35d2 (25 commits) (flutter/engine#12334) (#40761)
git@github.com:flutter/engine.git/compare/fce8be3a68c0...2289072724ff

git log fce8be3a68c0..2289072724ff --no-merges --oneline
2019-09-18 skia-flutter-autoroll@skia.org Roll src/third_party/skia d545bfbb94ca..dd0dff1c35d2 (25 commits) (flutter/engine#12334)


If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC stuartmorgan@google.com on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
2019-09-18 13:12:41 -04:00
engine-flutter-autoroll
c4c7e033bd fce8be3a6 Roll src/third_party/dart f22f62c85d..cb80ea7ba9 (8 commits) (#40729)
git@github.com:flutter/engine.git/compare/36be89da497b...fce8be3a68c0

git log 36be89da497b..fce8be3a68c0 --no-merges --oneline
2019-09-18 bkonyi@google.com Roll src/third_party/dart f22f62c85d..cb80ea7ba9 (8 commits)


If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC stuartmorgan@google.com on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
2019-09-18 09:44:41 -04:00
engine-flutter-autoroll
abfad9cc49 Roll engine 6a96417416b4..36be89da497b (4 commits) (#40726)
git@github.com:flutter/engine.git/compare/6a96417416b4...36be89da497b

git log 6a96417416b4..36be89da497b --no-merges --oneline
2019-09-17 matthew-carroll@users.noreply.github.com Added javadoc comments to FlutterActivity and FlutterFragmentActivity. (flutter/engine#12328)
2019-09-17 bkonyi@google.com Roll src/third_party/dart 7505b3a5f0..f22f62c85d (5 commits)
2019-09-17 iska.kaushik@gmail.com Revert "Provide dart vm initalize isolate callback so that children isolates belong to parent's isolate group. (#9888)" (flutter/engine#12327)
2019-09-17 ankitdave06@gmail.com [flutter] Remove old A11y API's. (flutter/engine#12308)


If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC stuartmorgan@google.com on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
2019-09-18 00:14:41 -04:00
engine-flutter-autoroll
54fad69031 Roll engine d1692d4cc703..6a96417416b4 (4 commits) (#40721)
git@github.com:flutter/engine.git/compare/d1692d4cc703...6a96417416b4

git log d1692d4cc703..6a96417416b4 --no-merges --oneline
2019-09-17 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/linux-amd64 from RRgw-... to F-g18... (flutter/engine#12326)
2019-09-17 chinmaygarde@google.com Account for root surface transformation on the surfaces managed by the external view embedder. (flutter/engine#11384)
2019-09-17 matthew-carroll@users.noreply.github.com Introduce FlutterFragmentActivity (flutter/engine#12305)
2019-09-17 chinmaygarde@google.com Shuffle test order and repeat test runs once. (flutter/engine#12275)


If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC stuartmorgan@google.com on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
2019-09-17 22:57:41 -04:00
engine-flutter-autoroll
00d50be849 Roll engine 63873d9f421f..d1692d4cc703 (22 commits) (#40717)
git@github.com:flutter/engine.git/compare/63873d9f421f...d1692d4cc703

git log 63873d9f421f..d1692d4cc703 --no-merges --oneline
2019-09-17 hterkelsen@users.noreply.github.com Update canvaskit backend (flutter/engine#12318)
2019-09-17 mouad.debbar@gmail.com README for the felt tool (flutter/engine#12323)
2019-09-17 jason-simmons@users.noreply.github.com Fix continuous event polling in the GLFW event loop (flutter/engine#12320)
2019-09-17 15365765+rafern@users.noreply.github.com Tests for #11283 (flutter/engine#12322)
2019-09-17 ditman@gmail.com Improve check to render (or not) a DRRect when inner falls outside of outer on RecordingCanvas (flutter/engine#12229)
2019-09-17 bkonyi@google.com Roll src/third_party/dart dd1969a43a..7505b3a5f0 (39 commits)
2019-09-17 30870216+gaaclarke@users.noreply.github.com Channel buffers (flutter/engine#12167)
2019-09-17 xster@google.com Make iOS FlutterViewController stop sending inactive/pause on app lifecycle events when not visible (flutter/engine#12128)
2019-09-17 stuartmorgan@google.com Adds PluginRegistry to the C++ client wrapper API (flutter/engine#12287)
2019-09-17 liyuqian@google.com Add "type" to getDisplayRefreshRate protocol (flutter/engine#12319)
2019-09-17 mouad.debbar@gmail.com Add a build command to felt (flutter/engine#12303)
2019-09-17 skia-flutter-autoroll@skia.org Roll src/third_party/skia df432d5efb70..d545bfbb94ca (1 commits) (flutter/engine#12316)
2019-09-17 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/linux-amd64 from rwf0-... to RRgw-... (flutter/engine#12315)
2019-09-17 skia-flutter-autoroll@skia.org Roll src/third_party/skia f8486f2c5fb6..df432d5efb70 (1 commits) (flutter/engine#12313)
2019-09-17 skia-flutter-autoroll@skia.org Roll src/third_party/skia b47704b0bd34..f8486f2c5fb6 (2 commits) (flutter/engine#12312)
2019-09-16 jason-simmons@users.noreply.github.com Fix the declaration of setSystemGestureExclusionRects to match the PlatformMessageHandler interface (flutter/engine#12306)
2019-09-16 gw280@google.com Manage resource and onscreen contexts using separate IOSGLContext objects (flutter/engine#12277)
2019-09-16 goderbauer@google.com Cleanup in web_ui (flutter/engine#12307)
2019-09-16 30870216+gaaclarke@users.noreply.github.com Made flutter startup faster by allowing initialization to be parallelized (flutter/engine#10182)
2019-09-16 skia-flutter-autoroll@skia.org Roll src/third_party/skia c22498502cda..b47704b0bd34 (16 commits) (flutter/engine#12304)
2019-09-16 jonahwilliams@google.com Include firefox in check to quote font families (flutter/engine#12288)
2019-09-16 bkonyi@google.com Roll src/third_party/dart 7799f424f4..dd1969a43a (2 commits)


If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC stuartmorgan@google.com on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
2019-09-17 21:26:25 -04:00