9500 Commits

Author SHA1 Message Date
liyuqian
ffca51fcdd Reland "Smooth out iOS irregular input events delivery (#12280)" (flutter/engine#12385)
This reverts commit 56bb40c0179628e37ba3614534552441642c0492.

Additionally, we fix https://github.com/flutter/flutter/issues/40863 by adding a secondary VSYNC callback.

Unit tests are updated to provide VSYNC mocking and check the fix of https://github.com/flutter/flutter/issues/40863.

The root cause of having https://github.com/flutter/flutter/issues/40863 is the false assumption that each input event must trigger a new frame. That was true in the framework PR https://github.com/flutter/flutter/pull/36616 because the input events there are all scrolling move events. When the PR was ported to the engine, we can no longer distinguish different types of events, and tap events may no longer trigger a new frame.

Therefore, this PR directly hooks into the `VsyncWaiter` and uses its (newly added) secondary callback to dispatch the pending input event.
2019-09-30 11:25:50 -07:00
Greg Spencer
5302cb60b3 Add missing flag for embedder. (flutter/engine#12700)
Adding missing flag for IsFocusable that I missed in #12618
2019-09-30 11:21:01 -07:00
Luca Zuccarini
1ebef447d7 Add a method to flutter_window_controller to destroy the current window. (flutter/engine#12076)
This allows the embedder to be shutdown by means other than manually closing the window (e.g. by handling a SIGINT).
2019-09-30 10:58:36 -07:00
skia-flutter-autoroll
67552b48d9 Roll fuchsia/sdk/core/linux-amd64 from sWs8N... to _0Sq8... (flutter/engine#12697)
Roll fuchsia/sdk/core/linux-amd64 from sWs8N... to _0Sq8...

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
Please CC  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-30 13:07:42 -04:00
Jason Simmons
08ca30ec00 Migrate from fuchsia.crash.Analyzer to fuchsia.feedback.CrashReporter (flutter/engine#12413)
Ported from Topaz
2019-09-30 09:50:07 -07:00
Greg Spencer
b174801460 Add isFocusable to SemanticsFlag (flutter/engine#12618)
This adds an isFocusable to SemanticsFlag so that the framework can tell the engine what semantics nodes are allowed to be focused, which will affect what platform flags are applied to the semantics information.

This flag is not yet in use by the frame
2019-09-30 09:46:48 -07:00
skia-flutter-autoroll
bcaf7cfb46 Roll src/third_party/skia e242d0ea937c..89e1f600ec78 (3 commits) (flutter/engine#12696)
https://skia.googlesource.com/skia.git/+log/e242d0ea937c..89e1f600ec78

git log e242d0ea937c..89e1f600ec78 --date=short --no-merges --format='%ad %ae %s'
2019-09-30 bungeman@google.com Improve implementations of copyTable.
2019-09-30 kjlubick@google.com Update gold aggregators to use new struct
2019-09-30 halcanary@google.com experimental/skottie_ios/SkottieMtkView: stopAtEnd option

Created with:
  gclient setdep -r src/third_party/skia@89e1f600ec78

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/skia-flutter-autoroll
Please CC rmistry@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

Bug: None
TBR=rmistry@google.com
2019-09-30 12:02:12 -04:00
skia-flutter-autoroll
fe90bb37fe Roll fuchsia/sdk/core/mac-amd64 from ncc-K... to KH7Tv... (flutter/engine#12694)
Roll fuchsia/sdk/core/mac-amd64 from ncc-K... to KH7Tv...

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/fuchsia-mac-sdk-flutter-engine
Please CC  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-30 11:35:35 -04:00
Nurhan Turgut
ae6eda42d1 Refactoring text_editing.dart (flutter/engine#12479)
* Refacting text_editing.dart to use EditingState more efficiently and removing unused/unimplemented code.

* Addressing PR comments. Comment changes. Removing unused methods. Method renaming.

* commiting text_editing_test.dart changes.
2019-09-30 08:26:28 -07:00
skia-flutter-autoroll
d903c97b4e Roll src/third_party/skia abc851eb3dcc..e242d0ea937c (2 commits) (flutter/engine#12693)
https://skia.googlesource.com/skia.git/+log/abc851eb3dcc..e242d0ea937c

git log abc851eb3dcc..e242d0ea937c --date=short --no-merges --format='%ad %ae %s'
2019-09-30 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-09-30 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).

Created with:
  gclient setdep -r src/third_party/skia@e242d0ea937c

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/skia-flutter-autoroll
Please CC rmistry@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

Bug: None
TBR=rmistry@google.com
2019-09-30 08:12:31 -04:00
skia-flutter-autoroll
d14b768eac Roll src/third_party/skia 0e7500021402..abc851eb3dcc (3 commits) (flutter/engine#12692)
https://skia.googlesource.com/skia.git/+log/0e7500021402..abc851eb3dcc

git log 0e7500021402..abc851eb3dcc --date=short --no-merges --format='%ad %ae %s'
2019-09-30 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 7f506bde16f1..71c1138d6739 (6 commits)
2019-09-30 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 996b39934b3a..26279492794d (443 commits)
2019-09-30 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 6b4b8141e11d..faa2a365b5c0 (1 commits)

Created with:
  gclient setdep -r src/third_party/skia@abc851eb3dcc

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/skia-flutter-autoroll
Please CC rmistry@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

Bug: None
TBR=rmistry@google.com
2019-09-30 04:25:42 -04:00
skia-flutter-autoroll
246ae07610 Roll src/third_party/skia 7aeabcfa6a73..0e7500021402 (1 commits) (flutter/engine#12691)
https://skia.googlesource.com/skia.git/+log/7aeabcfa6a73..0e7500021402

git log 7aeabcfa6a73..0e7500021402 --date=short --no-merges --format='%ad %ae %s'
2019-09-30 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).

Created with:
  gclient setdep -r src/third_party/skia@0e7500021402

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/skia-flutter-autoroll
Please CC rmistry@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

Bug: None
TBR=rmistry@google.com
2019-09-30 00:36:14 -04:00
skia-flutter-autoroll
180b13e949 Roll fuchsia/sdk/core/linux-amd64 from eUBos... to sWs8N... (flutter/engine#12690)
Roll fuchsia/sdk/core/linux-amd64 from eUBos... to sWs8N...

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
Please CC  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-30 00:23:25 -04:00
skia-flutter-autoroll
89e3f193d0 Roll fuchsia/sdk/core/mac-amd64 from VACNQ... to ncc-K... (flutter/engine#12689)
Roll fuchsia/sdk/core/mac-amd64 from VACNQ... to ncc-K...

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/fuchsia-mac-sdk-flutter-engine
Please CC  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-29 23:02:17 -04:00
skia-flutter-autoroll
c41913c8ce Roll fuchsia/sdk/core/linux-amd64 from OEG20... to eUBos... (flutter/engine#12688)
Roll fuchsia/sdk/core/linux-amd64 from OEG20... to eUBos...

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
Please CC  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-29 11:36:19 -04:00
skia-flutter-autoroll
d35aa262e9 Roll fuchsia/sdk/core/mac-amd64 from 6fMRC... to VACNQ... (flutter/engine#12687)
Roll fuchsia/sdk/core/mac-amd64 from 6fMRC... to VACNQ...

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/fuchsia-mac-sdk-flutter-engine
Please CC  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-29 10:29:53 -04:00
skia-flutter-autoroll
58eaa5cb1e Roll src/third_party/skia be971636cf9b..7aeabcfa6a73 (3 commits) (flutter/engine#12686)
https://skia.googlesource.com/skia.git/+log/be971636cf9b..7aeabcfa6a73

git log be971636cf9b..7aeabcfa6a73 --date=short --no-merges --format='%ad %ae %s'
2019-09-29 kjlubick@google.com [SkParagraph] Require len if using addText(const char*)
2019-09-29 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update SKP version
2019-09-29 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).

Created with:
  gclient setdep -r src/third_party/skia@7aeabcfa6a73

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/skia-flutter-autoroll
Please CC rmistry@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

Bug: None
TBR=rmistry@google.com
2019-09-29 08:42:31 -04:00
skia-flutter-autoroll
1ca16576af Roll src/third_party/skia 2e856451654d..be971636cf9b (1 commits) (flutter/engine#12685)
https://skia.googlesource.com/skia.git/+log/2e856451654d..be971636cf9b

git log 2e856451654d..be971636cf9b --date=short --no-merges --format='%ad %ae %s'
2019-09-29 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go deps

Created with:
  gclient setdep -r src/third_party/skia@be971636cf9b

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/skia-flutter-autoroll
Please CC rmistry@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

Bug: None
TBR=rmistry@google.com
2019-09-29 04:53:37 -04:00
skia-flutter-autoroll
bda727d712 Roll fuchsia/sdk/core/linux-amd64 from lHiKM... to OEG20... (flutter/engine#12683)
Roll fuchsia/sdk/core/linux-amd64 from lHiKM... to OEG20...

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
Please CC  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-28 22:50:35 -04:00
skia-flutter-autoroll
296ce0a3d0 Roll fuchsia/sdk/core/mac-amd64 from z3oH6... to 6fMRC... (flutter/engine#12682)
Roll fuchsia/sdk/core/mac-amd64 from z3oH6... to 6fMRC...

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/fuchsia-mac-sdk-flutter-engine
Please CC  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-28 21:56:14 -04:00
skia-flutter-autoroll
6ed4dfc45b Roll fuchsia/sdk/core/linux-amd64 from nVAcH... to lHiKM... (flutter/engine#12680)
Roll fuchsia/sdk/core/linux-amd64 from nVAcH... to lHiKM...

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
Please CC  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-28 10:06:31 -04:00
skia-flutter-autoroll
a69655b388 Roll fuchsia/sdk/core/mac-amd64 from Kiq-H... to z3oH6... (flutter/engine#12679)
Roll fuchsia/sdk/core/mac-amd64 from Kiq-H... to z3oH6...

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/fuchsia-mac-sdk-flutter-engine
Please CC  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-28 09:23:41 -04:00
skia-flutter-autoroll
ebfdd0b7f5 Roll src/third_party/skia bd84330ba277..2e856451654d (1 commits) (flutter/engine#12661)
https://skia.googlesource.com/skia.git/+log/bd84330ba277..2e856451654d

git log bd84330ba277..2e856451654d --date=short --no-merges --format='%ad %ae %s'
2019-09-28 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go deps

Created with:
  gclient setdep -r src/third_party/skia@2e856451654d

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/skia-flutter-autoroll
Please CC bungeman@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

Bug: None
TBR=bungeman@google.com
2019-09-28 04:12:39 -04:00
skia-flutter-autoroll
1810209bd4 Roll src/third_party/skia 8ab1530cd3cd..bd84330ba277 (1 commits) (flutter/engine#12639)
https://skia.googlesource.com/skia.git/+log/8ab1530cd3cd..bd84330ba277

git log 8ab1530cd3cd..bd84330ba277 --date=short --no-merges --format='%ad %ae %s'
2019-09-28 reed@google.com Revert "Revert "add explicit src and dst colorspaces to filterColor4f""

Created with:
  gclient setdep -r src/third_party/skia@bd84330ba277

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/skia-flutter-autoroll
Please CC bungeman@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

Bug: None
TBR=bungeman@google.com
2019-09-28 00:24:57 -04:00
skia-flutter-autoroll
5f2675889d Roll fuchsia/sdk/core/linux-amd64 from qx53U... to nVAcH... (flutter/engine#12620)
Roll fuchsia/sdk/core/linux-amd64 from qx53U... to nVAcH...

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
Please CC  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-27 21:21:11 -04:00
skia-flutter-autoroll
4179089fce Roll fuchsia/sdk/core/mac-amd64 from oob8T... to Kiq-H... (flutter/engine#12616)
Roll fuchsia/sdk/core/mac-amd64 from oob8T... to Kiq-H...

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/fuchsia-mac-sdk-flutter-engine
Please CC  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-27 20:50:24 -04:00
skia-flutter-autoroll
98590ce179 Roll src/third_party/skia 28ad6f869822..8ab1530cd3cd (5 commits) (flutter/engine#12614)
https://skia.googlesource.com/skia.git/+log/28ad6f869822..8ab1530cd3cd

git log 28ad6f869822..8ab1530cd3cd --date=short --no-merges --format='%ad %ae %s'
2019-09-27 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-09-27 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-09-27 bsalomon@google.com Remove vestiges of 32 float texture format support
2019-09-27 jvanverth@google.com Add gpu programmatic frame capture routines
2019-09-27 fmalita@chromium.org [skottie] Minimize top layer size

Created with:
  gclient setdep -r src/third_party/skia@8ab1530cd3cd

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/skia-flutter-autoroll
Please CC bungeman@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

Bug: None
TBR=bungeman@google.com
2019-09-27 20:37:26 -04:00
liyuqian
2778d3bb20 Revert "[fuchsia] Wire up OpacityLayer to Scenic (#11322)" (flutter/engine#12610)
This reverts commit 639cc113f0b2ccf9fcf69ded7960d41d0b611f80.

Fixes https://github.com/flutter/flutter/issues/41394 and other
related correctness issues.

TBR: @arbreng @jason-simmons @mehmetf
2019-09-27 16:50:43 -07:00
gaaclarke
2aea717b71 Started asserting the FlutterEngine is running before communicating over channels. (flutter/engine#12469)
Started asserting the FlutterEngine is running before communicating
over channels.  This changes a null pointer exception to an
NSException that will provide some meaningful data to clients
incorrectly using the engine in an add-to-app situations.
2019-09-27 15:18:45 -07:00
gaaclarke
750f2e5bef Split out the logic to handle status bar touches into its own function (flutter/engine#12587)
Split out the logic to handle status bar touches into its own function.  This should make add-to-app clients' lives easier.
2019-09-27 15:10:28 -07:00
Ben Konyi
ee923bfd94 Roll src/third_party/dart c3c31b74fd..132bee48d0 (16 commits)
dart-lang/sdk@132bee48d0 Revert "Reland "[vm, compiler] Reduce alignment of Instructions and remove some debugging trap instructions.""
dart-lang/sdk@134839098b Serialization/Deserialization for Variance in Type Parameters.
dart-lang/sdk@0829212a2a Add a way to map navigation target offsets to the edited content
dart-lang/sdk@605422c94e Flow analysis: Make TypeSystemTypeOperations public so it can be reused.
dart-lang/sdk@2cbaaba7ad Migration: add logic for converting a decorated type to its final post-migration form.
dart-lang/sdk@a46bb7cb5a Update dartdoc version in DEPS, extension methods support
dart-lang/sdk@61b4c0f770 Cleanup hints and lints in analyzer packages
dart-lang/sdk@fbea9d2e3c [vm] Fix use of Utils::Maximum in elf_loader.cc
dart-lang/sdk@a12c275901 [CFE] Avoid talking about const context in error messages.
dart-lang/sdk@349e861fd3 Enable urls for codes with recently published docs
dart-lang/sdk@6eaebb8463 Add navigation targets to the containing unit info
dart-lang/sdk@30b2a5dbb3 Update documentation for Function class.
dart-lang/sdk@9852c135a7 [vm] Fix Mac build.
dart-lang/sdk@85948bd799 [vm/elf] Run strip --strip-unneeded on ELF snapshots during testing.
dart-lang/sdk@a7cb8ee88b Revert "[vm] Wasm function imports"
dart-lang/sdk@ee1ab89987 [vm/infra] Fix compiler_configuration to use existing cross-compiler.
2019-09-27 14:46:45 -07:00
Kaushik Iska
ba2cd2fbed [flutter_runner] Refactor thread_application pair to ActiveApplication (flutter/engine#12573) 2019-09-27 13:38:25 -07:00
George Wright
c24109d884 Reword confusing messaging surrounding unhandled exception in flutter_runner on Fuchsia (flutter/engine#12428)
- Don't use 'unhandled' as that implies fatality which this is not
- Don't mention shutdown because this is not necessarily an exception-after-shutdown issue

Follow-up issue filed https://github.com/flutter/flutter/issues/41506 to implement the unit test for this.
2019-09-27 12:50:20 -07:00
skia-flutter-autoroll
fcadf5d96e Roll src/third_party/skia b23d66e10a98..28ad6f869822 (10 commits) (flutter/engine#12580)
https://skia.googlesource.com/skia.git/+log/b23d66e10a98..28ad6f869822

git log b23d66e10a98..28ad6f869822 --date=short --no-merges --format='%ad %ae %s'
2019-09-27 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-09-27 reed@google.com Revert "add explicit src and dst colorspaces to filterColor4f"
2019-09-27 nifong@google.com Make move-assets obey SKIA_INFRA_ROOT
2019-09-27 benjaminwagner@google.com Switch to device_type dimension for iOS devices
2019-09-27 egdaniel@google.com Don't execute OpsTask which will have no effect on their target.
2019-09-27 mtklein@google.com add alternate gather() impl.
2019-09-27 reed@google.com add explicit src and dst colorspaces to filterColor4f
2019-09-27 fmalita@chromium.org [skottie] Fix skottie_tool anim null check logic
2019-09-27 herb@google.com Introduce SkIota a wrapper that adds an index
2019-09-27 bsalomon@google.com Use SW backend as ref for AsyncReadPixels unit test.

Created with:
  gclient setdep -r src/third_party/skia@28ad6f869822

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/skia-flutter-autoroll
Please CC bungeman@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

Bug: None
TBR=bungeman@google.com
2019-09-27 15:41:55 -04:00
Kaushik Iska
16ab8f49bc Revert "Update linux toolchain for fuchsia" (flutter/engine#12578)
This reverts commit 8d9e4411c08b00ee004e55e6ebc344f86383a46b.
2019-09-27 12:05:03 -07:00
Jonah Williams
c341326d6a Add support for JIT release mode (flutter/engine#12446) 2019-09-27 11:20:54 -07:00
Kaushik Iska
c7b302024a Update linux toolchain for fuchsia (flutter/engine#12572) 2019-09-27 10:34:50 -07:00
Kaushik Iska
688c6f067a Remove references to topaz (flutter/engine#12565)
* Add clangd directory to gitignore

* Remove references to TOPAZ_ from #ifdefs

We missed these in the migration.
2019-09-27 10:24:44 -07:00
Ben Konyi
d6fad5e51e Roll src/third_party/dart 7901c508c8..c3c31b74fd (4 commits)
dart-lang/sdk@c3c31b74fd [parser] Fix bug wrt when the handleNonNullAssertExpression is added
dart-lang/sdk@3637e78014 Report inference failure on return types of typedefs and generic function types
dart-lang/sdk@40cc975932 Increase the severity of the unused_import hint (to a warning).
dart-lang/sdk@eac2eadff7 Stop using 'Element.type' in resolver.
2019-09-27 10:20:55 -07:00
skia-flutter-autoroll
7b56e51c3f Roll src/third_party/skia 3787f51c65c3..b23d66e10a98 (1 commits) (flutter/engine#12559)
https://skia.googlesource.com/skia.git/+log/3787f51c65c3..b23d66e10a98

git log 3787f51c65c3..b23d66e10a98 --date=short --no-merges --format='%ad %ae %s'
2019-09-27 brianosman@google.com Interpreter: Lots of minor cleanup/refactoring

Created with:
  gclient setdep -r src/third_party/skia@b23d66e10a98

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/skia-flutter-autoroll
Please CC bungeman@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

Bug: None
TBR=bungeman@google.com
2019-09-27 11:49:30 -04:00
skia-flutter-autoroll
be4598978e Roll fuchsia/sdk/core/mac-amd64 from HoRV8... to oob8T... (flutter/engine#12538)
Roll fuchsia/sdk/core/mac-amd64 from HoRV8... to oob8T...

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/fuchsia-mac-sdk-flutter-engine
Please CC  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-27 08:19:07 -04:00
skia-flutter-autoroll
ef3390ab44 Roll fuchsia/sdk/core/linux-amd64 from YDv3O... to qx53U... (flutter/engine#12520)
Roll fuchsia/sdk/core/linux-amd64 from YDv3O... to qx53U...

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
Please CC  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-27 07:03:45 -04:00
skia-flutter-autoroll
f3d9f02a61 Roll src/third_party/skia 296743a86281..3787f51c65c3 (4 commits) (flutter/engine#12512)
https://skia.googlesource.com/skia.git/+log/296743a86281..3787f51c65c3

git log 296743a86281..3787f51c65c3 --date=short --no-merges --format='%ad %ae %s'
2019-09-27 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 f703443b1f67..7f506bde16f1 (9 commits)
2019-09-27 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go deps
2019-09-27 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 30d3c8afe19c..6b4b8141e11d (2 commits)
2019-09-27 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src fbc0a229ff3c..996b39934b3a (495 commits)

Created with:
  gclient setdep -r src/third_party/skia@3787f51c65c3

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/skia-flutter-autoroll
Please CC bungeman@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

Bug: None
TBR=bungeman@google.com
2019-09-27 05:49:23 -04:00
Ben Konyi
61dd635ec9 Roll src/third_party/dart 403c4af720..7901c508c8 (7 commits)
dart-lang/sdk@7901c508c8 [build] Enable ASAN leak detection during the build, not just tests.
dart-lang/sdk@75eb947bc8 [dart2js] New RTI: Support redirection in ruleset.
dart-lang/sdk@0c6249de26 [dart2js] New RTI: Remove converted closure classes from subtype metadata.
dart-lang/sdk@c1fdf3bde0 [dart2js] New RTI: Treat erased class type variables as dynamic.
dart-lang/sdk@e578b68b23 [dart2js] New RTI: Don't emit $as methods.
dart-lang/sdk@7a24aec8f4 [vm] Wasm function imports
dart-lang/sdk@1375e262be Minor NNBD fixes for type algebra and DartType.toString.
2019-09-26 23:41:47 -07:00
skia-flutter-autoroll
5c036a5eec Roll src/third_party/skia b83cc76a5e3a..296743a86281 (1 commits) (flutter/engine#12491)
https://skia.googlesource.com/skia.git/+log/b83cc76a5e3a..296743a86281

git log b83cc76a5e3a..296743a86281 --date=short --no-merges --format='%ad %ae %s'
2019-09-27 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).

Created with:
  gclient setdep -r src/third_party/skia@296743a86281

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/skia-flutter-autoroll
Please CC bungeman@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

Bug: None
TBR=bungeman@google.com
2019-09-27 00:29:01 -04:00
Ben Konyi
685e6e10aa Roll src/third_party/dart 327bc451f8..403c4af720 (9 commits)
dart-lang/sdk@403c4af720 Update dart_style to 1.3.1.
dart-lang/sdk@4a69ac1344 [vm, bytecode] Generate bytecode per package in fronend_server incremental compiles.
dart-lang/sdk@48f7636798 [ package:vm_service ] Added `HeapSnapshotGraph`, a helper class which parses the responses from the `HeapSnapshot` event stream.
dart-lang/sdk@7263b9aa9d [vm/fuzzer] rename dartfuzz_ffiapi
dart-lang/sdk@402951b399 Stop using 'Element.type' in ErrorVerifier.
dart-lang/sdk@1707aff921 [dart2js] Mark pkg/modular_test/test/validate_{pipeline,suite}_test as slow.
dart-lang/sdk@f0e5b380ab [build] Fix the depfile for gen_kernel_bytecode_dill
dart-lang/sdk@e6eafe20f7 Fix strict inference on overriding methods and setters.
dart-lang/sdk@5b33baded9 Migration: fix trial_migration.dart's handling of `required`
2019-09-26 20:43:48 -07:00
skia-flutter-autoroll
f1efd6ec55 Roll fuchsia/clang/mac-amd64 from HfPKR... to zpVtV... (flutter/engine#12473)
Roll fuchsia/clang/mac-amd64 from HfPKR... to zpVtV...

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/fuchsia-mac-toolchain-flutter-engine
Please CC  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-26 21:48:49 -04:00
skia-flutter-autoroll
dcce5f40fc Roll src/third_party/skia ec85f407bfee..b83cc76a5e3a (15 commits) (flutter/engine#12472)
https://skia.googlesource.com/skia.git/+log/ec85f407bfee..b83cc76a5e3a

git log ec85f407bfee..b83cc76a5e3a --date=short --no-merges --format='%ad %ae %s'
2019-09-26 mtklein@google.com Reland "hsw::S32_alpha_D32_filter_DX"
2019-09-26 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-09-26 mtklein@google.com reformat .gn files
2019-09-26 csmartdalton@google.com Reland "Remove the resolve rect and resolve types from GrRenderTarget"
2019-09-26 halcanary@google.com experimental/skottie_ios: Add methods to SkottieMtkView
2019-09-26 mtklein@google.com roll GN
2019-09-26 mtklein@google.com Revert "hsw::S32_alpha_D32_filter_DX"
2019-09-26 kjlubick@google.com [canvaskit] remove debugging code
2019-09-26 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-09-26 egdaniel@google.com Fix vulkan caps checks for external formats.
2019-09-26 robertphillips@google.com Add mipmap support to SkPixmap flavor of createBackendTexture
2019-09-26 csmartdalton@google.com Revert "Remove the resolve rect and resolve types from GrRenderTarget"
2019-09-26 kjlubick@google.com [canvaskit] Create SkFontMgr from passed in data
2019-09-26 mtklein@google.com hsw::S32_alpha_D32_filter_DX
2019-09-26 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).

Created with:
  gclient setdep -r src/third_party/skia@b83cc76a5e3a

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/skia-flutter-autoroll
Please CC bungeman@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

Bug: None
TBR=bungeman@google.com
2019-09-26 20:41:18 -04:00
gaaclarke
56c5c74ecd Added a default entrypoint variable to match android syntax. (flutter/engine#12370)
Made creating and using a FlutterEngine a bit easier, to try to get it get it as easy to use as Android's equivalent.
* Added a default entrypoint variable.
* I added `run` to and `initWithName:` to FlutterEngine.
2019-09-26 17:11:45 -07:00
tauu
b1f058d83d [web_ui] add missing dispose handler for MethodCalls to flutter/platform_view (flutter/engine#12226)
* added dispose handler for calls to flutter/platform_view

* improved comment
2019-09-26 16:48:57 -07:00