12989 Commits

Author SHA1 Message Date
gaaclarke
2cd1c0280c Reland: Started waiting for the notifications locally before asserting side-effects (flutter/engine#25257) 2021-03-29 13:48:58 -07:00
Niklas Schulze
eff2763bd5 Fix Windows external texture interference (flutter/engine#25193) 2021-03-29 13:48:35 -07:00
skia-flutter-autoroll
9e998739bb Roll Skia from 975341304300 to 99438408b1e0 (6 revisions) (flutter/engine#25285) 2021-03-29 10:14:01 -07:00
Karl
fcb807db42 Add clear method in FlutterEngineCache to clear all cached Flutter engines #78420 (flutter/engine#25280) 2021-03-29 09:59:01 -07:00
skia-flutter-autoroll
2fbbfd1208 Roll Fuchsia Linux SDK from lzyM0FRih... to Jsuz_VU7L... (flutter/engine#25278) 2021-03-29 09:54:01 -07:00
LongCatIsLooong
b2ee2f3db8 [libTxt] multi-codeunit glyph hit test minor fix (flutter/engine#25270) 2021-03-29 09:49:02 -07:00
chunhtai
b1b20aedd6 Revert "Fixes android voice access delete text, redo, and undo actions. (#25050)" (flutter/engine#25286)
This reverts commit dd9fcd6de3b0f3279153fd6549e828389b9124d3.
2021-03-29 09:31:07 -07:00
skia-flutter-autoroll
54212acd68 Roll Skia from 497bdf959908 to 975341304300 (4 revisions) (flutter/engine#25282)
https://skia.googlesource.com/skia.git/+log/497bdf959908..975341304300

2021-03-29 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from e0abc3035c46 to 72a44ae7b7da (206 revisions)
2021-03-29 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from d4550ab8d3f0 to fb53aa2bb7da (1 revision)
2021-03-29 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Dawn from 125715248544 to b745df8537a0 (1 revision)
2021-03-28 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update SKP version

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 mtklein@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/+doc/master/autoroll/README.md
2021-03-29 08:50:44 -07:00
skia-flutter-autoroll
47b4358616 Roll Fuchsia Linux SDK from wR8Sc9ieX... to lzyM0FRih... (flutter/engine#25274) 2021-03-27 07:34:01 -07:00
skia-flutter-autoroll
03b700d9f6 Roll Fuchsia Linux SDK from d8jq76lyK... to wR8Sc9ieX... (flutter/engine#25272) 2021-03-26 18:09:02 -07:00
skia-flutter-autoroll
bab9594dba Roll Fuchsia Linux SDK from R-p04Lkby... to d8jq76lyK... (flutter/engine#25266) 2021-03-26 04:44:02 -07:00
skia-flutter-autoroll
7a9a62a7f1 Roll Skia from 5069304bb203 to 497bdf959908 (2 revisions) (flutter/engine#25263) 2021-03-26 00:49:01 -07:00
skia-flutter-autoroll
823533edda Roll Skia from 2febb5b4233e to 5069304bb203 (3 revisions) (flutter/engine#25260) 2021-03-25 23:19:05 -07:00
skia-flutter-autoroll
410fd3f426 Roll Skia from 7ddc9b9941ec to 2febb5b4233e (4 revisions) (flutter/engine#25256) 2021-03-25 18:24:01 -07:00
skia-flutter-autoroll
1cd1eaec33 Roll Skia from c28336e5c272 to 7ddc9b9941ec (6 revisions) (flutter/engine#25254) 2021-03-25 16:54:02 -07:00
Ryan Knauer
9a24208940 Add support for right-click in GLFW. (flutter/engine#25110) 2021-03-25 16:23:06 -07:00
Michael Goderbauer
ec7ebd8373 Remove ignores that are not ignoring anything (flutter/engine#25252) 2021-03-25 16:12:26 -07:00
skia-flutter-autoroll
d1a68590fe Roll Fuchsia Linux SDK from y2eG1RQrm... to R-p04Lkby... (flutter/engine#25253) 2021-03-25 15:19:01 -07:00
Greg Spencer
7e620bae64 Convert format and lint scripts to null safety. (flutter/engine#25078) 2021-03-25 15:09:02 -07:00
Mouad Debbar
f8d60eac0b [web] More meaningful test for font features (flutter/engine#25206) 2021-03-25 14:59:05 -07:00
shuoch-g
7a83f0694b Let FlutterEngine to turn off automaticallyRegisterPlugins from AndroidManifest.xml. (flutter/engine#24479) 2021-03-25 14:59:02 -07:00
Kaushik Iska
6301223cee [tracing] Add trace events for DartIsolate::HandleMessage (flutter/engine#25241)
This captures majority of the non frame related workload
happening on the UI thread.
2021-03-25 14:59:00 -07:00
Kaushik Iska
9f88f31f86 Highlight VSync support for embedders (flutter/engine#25247)
Chrome Trace viewer treats events labeled "VSYNC" as special and highlights them (when the "Highlight Vsync" checkbox is enabled). Ideally VSYNC events are generated by the host system at their source. System VSYNC events are indeed present in full-system systraces. Flutter-level traces (as seen in Observatory/Flutter devtools) do not contain the system VSYNC events, so we rely on the engine to generate them (as close to where they would be generated by the system ideally).
2021-03-25 14:58:44 -07:00
gaaclarke
5633133996 Revert "Started waiting for the notifications locally before asserting side effects (#25226)" (flutter/engine#25248)
This reverts commit 88028595191186f24a63a33e17f2a6bdd443824c.
2021-03-25 13:48:35 -07:00
Ferhat
0ad0b86cab [web] Add samsung browser detection (flutter/engine#25198) 2021-03-25 11:49:39 -07:00
gaaclarke
8802859519 Started waiting for the notifications locally before asserting side effects (flutter/engine#25226) 2021-03-25 11:14:01 -07:00
Ferhat
b9f5ee0604 [web] Fix drawImage colorFilter with dstATop blend mode (flutter/engine#25165) 2021-03-25 10:45:28 -07:00
chunhtai
dd9fcd6de3 Fixes android voice access delete text, redo, and undo actions. (flutter/engine#25050)
* Fixes android voice access delete text, redo, and undo actions

* account for unicode
2021-03-25 10:42:01 -07:00
Michael Goderbauer
d627e66bcf remove ignores (flutter/engine#25131) 2021-03-25 10:19:01 -07:00
skia-flutter-autoroll
422adfb224 Roll Skia from c028c5c1f83e to c28336e5c272 (4 revisions) (flutter/engine#25238) 2021-03-25 09:54:01 -07:00
Ferhat
4a40574762 Fix exactCullRect computation (flutter/engine#24651) 2021-03-25 09:01:27 -07:00
Zachary Anderson
7c93f9b45f Revert "Call Dart plugin registrant if available (#23813)" (flutter/engine#25221) 2021-03-25 08:59:02 -07:00
skia-flutter-autoroll
4405e6647e Roll Skia from a6748aa80272 to c028c5c1f83e (2 revisions) (flutter/engine#25236)
https://skia.googlesource.com/skia.git/+log/a6748aa80272..c028c5c1f83e

2021-03-25 reed@google.com Revert "Don't reuse scratch textures when texsub image banned for FBO textures"
2021-03-25 westont@google.com [infra] Add Test-Mac11-Clang-MacMini9.1-CPU-AppleM1-arm64-Debug-All-NativeFonts

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 reed@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/+doc/master/autoroll/README.md
2021-03-25 08:28:40 -07:00
skia-flutter-autoroll
ae06b703c5 Roll Skia from 7cae908221a2 to a6748aa80272 (3 revisions) (flutter/engine#25231) 2021-03-25 00:59:01 -07:00
skia-flutter-autoroll
610fd9cf40 Roll Fuchsia Linux SDK from kg0qfAPCx... to y2eG1RQrm... (flutter/engine#25230) 2021-03-24 23:39:01 -07:00
skia-flutter-autoroll
7dd0abd112 Roll Skia from 85749c0b223b to 7cae908221a2 (15 revisions) (flutter/engine#25229) 2021-03-24 23:29:01 -07:00
gaaclarke
4ce633698f started cleaning scenario tests before running them (flutter/engine#25222) 2021-03-24 22:49:01 -07:00
skia-flutter-autoroll
6d8352e891 Roll Fuchsia Linux SDK from JgKFR3es2... to kg0qfAPCx... (flutter/engine#25218)
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 garyq@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/+doc/master/autoroll/README.md
2021-03-24 10:07:34 -07:00
skia-flutter-autoroll
584867bf2f Roll Skia from f2b3f916fc3a to 85749c0b223b (1 revision) (flutter/engine#25208) 2021-03-23 17:56:01 -07:00
Michael Goderbauer
5d4faf7368 Sync analyzer_options.yaml (flutter/engine#25129) 2021-03-23 17:51:01 -07:00
Michael Goderbauer
265a223709 Remove ignores that are not ignoring anything (flutter/engine#25128) 2021-03-23 17:46:01 -07:00
skia-flutter-autoroll
a4875e9b6f Roll Skia from bb0ed8e48790 to f2b3f916fc3a (4 revisions) (flutter/engine#25204) 2021-03-23 16:21:01 -07:00
skia-flutter-autoroll
b9da076ec5 Roll Fuchsia Linux SDK from O1wNtYV6b... to JgKFR3es2... (flutter/engine#25202) 2021-03-23 15:16:01 -07:00
apankhurst
6040569c1b Fuchsia: filed crash reports are marked as non-fatal (flutter/engine#24980)
Flutter crash reports on Fuchsia are considered non-fatal because they're not filed in response to the termination of the Flutter application, just a Dart exception that was thrown.
2021-03-23 13:56:51 -07:00
skia-flutter-autoroll
d3622b691a Roll Skia from e31b526f03ea to bb0ed8e48790 (4 revisions) (flutter/engine#25197) 2021-03-23 13:06:01 -07:00
Mouad Debbar
9297fa9eb2 [web] Fix few potential issues with DOM/Bitmap rendering (flutter/engine#25126) 2021-03-23 12:53:03 -07:00
Mouad Debbar
586df25fe1 [web] Implement font features in the html renderer (flutter/engine#25088) 2021-03-23 12:15:26 -07:00
skia-flutter-autoroll
82bdfffbd7 Roll Skia from 3469c0aec843 to e31b526f03ea (50 revisions) (flutter/engine#25195) 2021-03-23 11:36:01 -07:00
Wu Zhong
0fc1ff7bc1 [iOS] Fixes platform view clipped when FlutterView has non-zero offset (flutter/engine#24893) 2021-03-23 10:01:01 -07:00
xster
708d427d93 Make DartExecutor.isExecutingDart account for spawned engines (flutter/engine#25171) 2021-03-23 09:50:03 -07:00