skia-flutter-autoroll
ffe08ccdfa
Roll Dart SDK from fe12b0536f42 to a188781c9fc8 (1 revision) ( flutter/engine#22386 )
2020-11-07 13:29:02 -08:00
skia-flutter-autoroll
e7df8c5958
Roll Fuchsia Linux SDK from KMV-UCyzK... to e9vV76ZgA... ( flutter/engine#22383 )
2020-11-07 09:39:01 -08:00
skia-flutter-autoroll
a46d87154e
Roll Skia from c2bfcff07225 to ed435953dfd6 (1 revision) ( flutter/engine#22382 )
2020-11-07 09:34:02 -08:00
Zachary Anderson
6afccbe64f
Revert "Roll Dart SDK from fe12b0536f42 to a188781c9fc8 (1 revision) ( #22378 )" ( flutter/engine#22385 )
...
This reverts commit 9f61ade42c84edb4e9e02847ab7caa86d16bf5f5.
2020-11-07 09:33:21 -08:00
skia-flutter-autoroll
1976676c3c
Roll Fuchsia Mac SDK from VMNxgZGv9... to rMD6SyXwO... ( flutter/engine#22381 )
2020-11-07 05:24:01 -08:00
skia-flutter-autoroll
a2691da586
Roll Dart SDK from fe12b0536f42 to a188781c9fc8 (1 revision) ( flutter/engine#22379 )
2020-11-06 21:09:01 -08:00
Chris Yang
e7f73e509c
Reland "Do not involve external_view_embedder in submit frame process if threads are not merged. #22275 " ( flutter/engine#22372 )
2020-11-06 21:04:02 -08:00
skia-flutter-autoroll
9f61ade42c
Roll Dart SDK from fe12b0536f42 to a188781c9fc8 (1 revision) ( flutter/engine#22378 )
...
https://dart.googlesource.com/sdk.git/+log/fe12b0536f42..a188781c9fc8
2020-11-06 dart-luci-ci-builder@dart-ci.iam.gserviceaccount.com Version 2.12.0-28.0.dev
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/dart-sdk-flutter-engine
Please CC dart-vm-team@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
2020-11-06 20:15:38 -08:00
skia-flutter-autoroll
6cddf4cda0
Roll Fuchsia Linux SDK from oNrhKDRLZ... to KMV-UCyzK... ( flutter/engine#22376 )
2020-11-06 17:59:02 -08:00
Yegor
06a9b5b950
Update pubspecs to null-safe dependencies ( flutter/engine#22366 )
...
* update pubspecs to null-safe dependencies
* remove build_runner dep; upgrade quiver
* use analysis_options.yaml to control analysis scope
2020-11-06 17:54:53 -08:00
Ferhat
a4b3567e59
[web] Remove as checks (_generalNullableAsCheckImplementation) / pushSurface calls ( flutter/engine#22357 )
2020-11-06 17:54:06 -08:00
Emmanuel Garcia
30ef597dbd
loadFontFromList returns void instead of string ( flutter/engine#22373 )
2020-11-06 17:24:02 -08:00
Zachary Anderson
62f0aa5126
Add SDK constraint to a pubspec ( flutter/engine#22375 )
...
This appears to be blocking the Dart SDK roll.
2020-11-06 17:11:11 -08:00
Gary Qian
6fc7f7b41f
Remove extra method in ComputePlatformResolvedLocale ( flutter/engine#22362 )
2020-11-06 16:34:45 -08:00
skia-flutter-autoroll
c65e251890
Roll Skia from 86d4cfdf8edc to c2bfcff07225 (1 revision) ( flutter/engine#22368 )
2020-11-06 16:24:02 -08:00
skia-flutter-autoroll
29b49c38d7
Roll Fuchsia Mac SDK from TwfKJxO8r... to VMNxgZGv9... ( flutter/engine#22369 )
2020-11-06 16:19:03 -08:00
Mouad Debbar
7ff4d5e06c
[web] Implement style inheritance during paragraph construction ( flutter/engine#22365 )
2020-11-06 15:44:31 -08:00
Chris Bracken
ca1db50228
Revert "Rasterizer is initialized with an external view embedder ( #22348 )" ( flutter/engine#22367 )
...
This reverts commit cccecc46e10341d655b6bd388222f189215da506.
Due to merge conflicts, this also reverts #22275 :
Revert "Do not involve external_view_embedder in submit frame process if threads are not merged. (#22275 )"
This reverts commit d3902fc979fac68d498e4fe33584647c375c06ac.
2020-11-06 15:26:47 -08:00
skia-flutter-autoroll
eb33dc2d70
Roll Skia from e886b8e8b10b to 86d4cfdf8edc (2 revisions) ( flutter/engine#22364 )
2020-11-06 14:39:02 -08:00
skia-flutter-autoroll
8aa31b4a27
Roll Skia from b8123cc87770 to e886b8e8b10b (7 revisions) ( flutter/engine#22361 )
2020-11-06 13:14:02 -08:00
Greg Spencer
b25769b79b
Use dispatchKeyEvent, and handle keys sent to InputConnection.sendKeyEvent on Android ( flutter/engine#22340 )
...
This (mostly) re-lands #21163 , which was reverted in #22321
This switches from using onKeyDown to using dispatchKeyEvent on Android so that keys can be intercepted handled by the framework and not continue to be dispatched to other controls.
It also now intercepts key events sent to InputConnection.sendKeyEvent, as some IMEs do (e.g. the Hacker's Keyboard), and sends them to Flutter.
This fixes the problem where (for example) pressing TAB on a hardware keyboard sends the tab to both the text field and to the focus traversal system.
Note that we still can't intercept all keystrokes given to a soft keyboard, only those which the soft keyboard decides to send to InputConnection.sendKeyEvent, and system keys (like the back button) are only received if the IME doesn't eat them.
2020-11-06 12:45:47 -08:00
Mouad Debbar
20d7ee4779
[web] Split the EngineParagraph interface from the legacy implementation ( flutter/engine#22307 )
2020-11-06 12:23:35 -08:00
skia-flutter-autoroll
c158a9cae6
Roll Skia from 4eb7c23d5289 to b8123cc87770 (6 revisions) ( flutter/engine#22358 )
2020-11-06 11:54:01 -08:00
Chris Yang
d3902fc979
Do not involve external_view_embedder in submit frame process if threads are not merged. ( flutter/engine#22275 )
2020-11-06 11:04:01 -08:00
skia-flutter-autoroll
edc2f2d3dd
Roll Skia from ba9a04fb8d5a to 4eb7c23d5289 (4 revisions) ( flutter/engine#22355 )
2020-11-06 10:34:01 -08:00
Konstantin Scheglov
3de0ba5a64
Ignore several import_of_legacy_library_into_null_safe ( flutter/engine#22326 )
2020-11-06 09:55:29 -08:00
Kaushik Iska
cccecc46e1
Rasterizer is initialized with an external view embedder ( flutter/engine#22348 )
...
This allows us to not rely on surface methods for getting
the external view embedder.
2020-11-06 09:01:28 -08:00
skia-flutter-autoroll
978fbe90e5
Roll Skia from 6cafdc069bdb to ba9a04fb8d5a (3 revisions) ( flutter/engine#22352 )
2020-11-06 08:49:01 -08:00
skia-flutter-autoroll
21885f0768
Roll Dart SDK from 1936a7d1909d to fe12b0536f42 (1 revision) ( flutter/engine#22350 )
2020-11-06 07:34:02 -08:00
skia-flutter-autoroll
6fbb0302f4
Roll Skia from 05f74f28d688 to 6cafdc069bdb (1 revision) ( flutter/engine#22349 )
2020-11-06 07:29:02 -08:00
Kaushik Iska
ea42f7eaa0
Platform views have CreateExternalViewEmbedder ( flutter/engine#22214 )
2020-11-06 05:30:48 -08:00
skia-flutter-autoroll
93761b4ae8
Roll Fuchsia Linux SDK from pCIhWatQU... to oNrhKDRLZ... ( flutter/engine#22347 )
2020-11-06 04:39:01 -08:00
skia-flutter-autoroll
bbea6af427
Roll Fuchsia Mac SDK from XV9_JbDD-... to TwfKJxO8r... ( flutter/engine#22346 )
2020-11-06 02:59:01 -08:00
Ferhat
77fe9a28af
[web] Fix recycling same canvas more than once and add assert to detect ( flutter/engine#22342 )
2020-11-06 00:50:53 -08:00
skia-flutter-autoroll
61e97fcb90
Roll Skia from 92bc649cd7e6 to 05f74f28d688 (3 revisions) ( flutter/engine#22344 )
2020-11-05 23:29:02 -08:00
skia-flutter-autoroll
ce81b04c15
Roll Skia from 8d0f710ef0e0 to 92bc649cd7e6 (1 revision) ( flutter/engine#22343 )
2020-11-05 22:04:02 -08:00
Ferhat
79358426de
Remove sink parameter since _BaseAdapter exposes _callback ( flutter/engine#22335 )
2020-11-05 19:44:04 -08:00
skia-flutter-autoroll
37f13d6510
Roll Dart SDK from 9bc7d4604277 to 1936a7d1909d (2 revisions) ( flutter/engine#22341 )
2020-11-05 19:04:01 -08:00
Jonah Williams
c0c62cffb3
[null-safety] increase sky engine min sdk ( flutter/engine#22322 )
2020-11-05 18:24:53 -08:00
skia-flutter-autoroll
8c433b9275
Roll Skia from f8f23b203079 to 8d0f710ef0e0 (2 revisions) ( flutter/engine#22339 )
2020-11-05 16:49:02 -08:00
chunhtai
219e2e549a
Revert "Added the ability to set the initial route via launch urls. ( #21336 )" ( flutter/engine#22337 )
2020-11-05 16:09:01 -08:00
Kaushik Iska
b2bcc689b7
Roll dart e182eac158cf..9bc7d4604277 ( flutter/engine#22332 )
2020-11-05 15:59:02 -08:00
skia-flutter-autoroll
c8d04697db
Roll Skia from 71624de2c5d9 to f8f23b203079 (8 revisions) ( flutter/engine#22333 )
2020-11-05 15:29:01 -08:00
张风捷特烈
50fedf3d3e
Update painting.dart ( flutter/engine#22221 )
2020-11-05 15:24:02 -08:00
skia-flutter-autoroll
4471f04ebe
Roll Fuchsia Linux SDK from 2rLs0vAIz... to pCIhWatQU... ( flutter/engine#22331 )
2020-11-05 15:19:04 -08:00
Ian Hickson
618c52f1aa
Refactor platform message logic ( flutter/engine#22181 )
2020-11-05 15:19:01 -08:00
skia-flutter-autoroll
e70e291f3f
Roll Fuchsia Mac SDK from NimIr5BT-... to XV9_JbDD-... ( flutter/engine#22330 )
2020-11-05 13:54:02 -08:00
Ferhat
80c57b441d
[web] Improve dom canvas speed. Fix density calculation regression in recomputeTransformClip ( flutter/engine#22328 )
2020-11-05 13:17:03 -08:00
William Wold
3fe0d1f1d0
Set the IM context when showing the input method ( flutter/engine#21896 )
2020-11-06 09:22:17 +13:00
skia-flutter-autoroll
ec85e7475f
Roll Skia from 694ff1735711 to 71624de2c5d9 (12 revisions) ( flutter/engine#22324 )
2020-11-05 10:59:02 -08:00