skia-flutter-autoroll
7286002eea
Roll Skia from ae562bd177d9 to 5045de33e754 (2 revisions) ( flutter/engine#23557 )
2021-01-08 21:24:02 -08:00
Chinmay Garde
5118dcf8a5
During image decoding, avoid using smart pointers for DartWrappables that cross thread-boundaries. ( flutter/engine#23503 )
2021-01-08 20:54:02 -08:00
skia-flutter-autoroll
664ac5a05e
Roll Skia from 17ce8c5ec6f4 to ae562bd177d9 (1 revision) ( flutter/engine#23556 )
2021-01-08 19:59:01 -08:00
Yegor
fd84a2130a
Add flt-renderer and flt-build-mode debug attributes to <body> ( flutter/engine#23430 )
...
* add flt-renderer and flt-build-mode debug attributes to <body>
* explicitly specify renderer in tests
2021-01-08 18:45:45 -08:00
skia-flutter-autoroll
0336e319e1
Roll Skia from 6bf6963198aa to 17ce8c5ec6f4 (2 revisions) ( flutter/engine#23555 )
2021-01-08 18:39:03 -08:00
Kaushik Iska
8a4b31934c
[metal] Disable image comparison for gradient_metal test ( flutter/engine#23540 )
...
See: https://github.com/flutter/flutter/issues/73590
2021-01-08 17:48:10 -08:00
skia-flutter-autoroll
e1ed2f3b0d
Roll Skia from 047d5bb8d39c to 6bf6963198aa (1 revision) ( flutter/engine#23553 )
2021-01-08 17:19:01 -08:00
Mouad Debbar
e295d05ba0
[web] Fix more tests that are specific to DomParagraph ( flutter/engine#23551 )
2021-01-08 16:30:35 -08:00
skia-flutter-autoroll
bcb2f622d0
Roll Skia from 00e43df25bea to 047d5bb8d39c (2 revisions) ( flutter/engine#23548 )
2021-01-08 15:44:04 -08:00
Jason Simmons
58c6293ae2
Add a keep annotation to the ImeSyncDeferringInsetsCallback.AnimationCallback inner class ( flutter/engine#23545 )
...
Fixes https://github.com/flutter/flutter/issues/72787
2021-01-08 14:54:09 -08:00
Mouad Debbar
570f3f023c
[web] Fix tests in preparation for enabling new rich paragraph implementation ( flutter/engine#23515 )
2021-01-08 14:20:05 -08:00
skia-flutter-autoroll
c99418d700
Roll Skia from 2a735ba1cb32 to 00e43df25bea (6 revisions) ( flutter/engine#23544 )
2021-01-08 14:19:02 -08:00
skia-flutter-autoroll
40a49d2ed8
Roll Fuchsia Linux SDK from R9qkTURF2... to kYdpRwQ7N... ( flutter/engine#23543 )
2021-01-08 14:09:01 -08:00
skia-flutter-autoroll
e73ca897fe
Roll Skia from 0355118f220e to 2a735ba1cb32 (7 revisions) ( flutter/engine#23541 )
2021-01-08 12:59:03 -08:00
Brian Salomon
691f6bc3bd
Use Fractal rather than Improved noise in shader mask flow unit test ( flutter/engine#23537 )
2021-01-08 15:29:42 -05:00
Greg Spencer
70bba34e51
Make pending event handling more lenient to allow out of order responses ( flutter/engine#23504 )
...
This PR makes the Linux key handling code a little more lenient when it comes to the order in which it receives responses to key events from the framework. I had assumed that there wasn't a case where responses could get out of order, but it seems that it is possible, given that you can mash on the keyboard and eventually get one out of order.
This changes the code so that instead of just looking at the first entry in the pending event deque, it searches the deque starting at the beginning to find the event, and remove it.
2021-01-08 10:43:59 -08:00
Michael Goderbauer
f2a937ebba
Update outdated links ( flutter/engine#23513 )
2021-01-08 10:14:01 -08:00
skia-flutter-autoroll
11c20d0f8d
Roll Skia from d2f51b18065a to f5aed172c693 (1 revision) ( flutter/engine#23533 )
2021-01-08 07:49:01 -08:00
skia-flutter-autoroll
5bc6d918ba
Roll Skia from cb3bcf88e382 to d2f51b18065a (1 revision) ( flutter/engine#23532 )
2021-01-08 06:24:01 -08:00
skia-flutter-autoroll
331ea6cffa
Roll Skia from f4ea30580c91 to cb3bcf88e382 (3 revisions) ( flutter/engine#23531 )
2021-01-07 22:44:01 -08:00
skia-flutter-autoroll
175fa9e7b8
Roll Skia from c6e25754c4ad to f4ea30580c91 (1 revision) ( flutter/engine#23528 )
2021-01-07 21:14:02 -08:00
Gary Qian
e4fa163b51
Rename DynamicFeature->DeferredComponent and impl uninstall DeferredComponents ( flutter/engine#23224 )
2021-01-07 21:02:05 -08:00
skia-flutter-autoroll
06939dae77
Roll Fuchsia Linux SDK from qedaMC5nT... to R9qkTURF2... ( flutter/engine#23512 )
2021-01-07 20:19:02 -08:00
skia-flutter-autoroll
b17251cf02
Roll Skia from be0b3b7363a9 to c6e25754c4ad (22 revisions) ( flutter/engine#23525 )
2021-01-07 19:49:01 -08:00
Jason Simmons
2c5db12c82
Skip the FlEngineTest.SettingsPlugin test ( flutter/engine#23516 )
...
See https://github.com/flutter/flutter/issues/73517
2021-01-07 17:03:28 -08:00
Michael Reed
9de62b433a
Update virtual to take sampling ( flutter/engine#23476 )
2021-01-07 15:49:03 -08:00
Christopher Fujino
12ca2b557e
add arm host builder ( flutter/engine#23440 )
2021-01-07 15:44:03 -08:00
Filip Filmar
943ae09365
[fuchsia][input] Migrate Flutter to "input3" ( flutter/engine#23262 )
2021-01-07 15:39:03 -08:00
Damian Wrobel
0c179e5d66
Fix argument specifier for g_warning() ( flutter/engine#23138 )
2021-01-07 15:34:03 -08:00
chunhtai
25844bebd0
disable UnassignedIdsAreReused flaky test ( flutter/engine#23511 )
2021-01-07 15:07:08 -08:00
Kaushik Iska
5cae004d4d
[tests] Normalize SkImage before comparison. ( flutter/engine#23489 )
2021-01-07 14:47:06 -08:00
gaaclarke
cbafc317cd
started sharing GPU contexts between spawned engines ( flutter/engine#23435 )
...
* Lightweight flutter engines - started sharing GPU contexts between
spawned engines
* responded to feedback
2021-01-07 13:11:36 -08:00
Mouad Debbar
75abb23d50
[web] Draw shadows for text in rich paragraphs ( flutter/engine#23470 )
2021-01-07 13:03:26 -08:00
Jason Simmons
095b5d15fb
Provide a runtime switch for selecting SkParagraph text layout ( flutter/engine#23474 )
2021-01-07 12:59:03 -08:00
skia-flutter-autoroll
7c56235d3b
Roll Skia from d64a3193cd49 to be0b3b7363a9 (3 revisions) ( flutter/engine#23487 )
2021-01-07 08:54:02 -08:00
Kaushik Iska
131e179b7c
[macos] Re-land FlutterOpenGLRenderer isolation ( flutter/engine#22607 )
2021-01-07 08:04:48 -08:00
skia-flutter-autoroll
aca3f41cbd
Roll Fuchsia Linux SDK from 5jKxFxRiQ... to qedaMC5nT... ( flutter/engine#23484 )
2021-01-07 02:34:01 -08:00
skia-flutter-autoroll
780eaccb1b
Roll Skia from a7b7964a237a to d64a3193cd49 (5 revisions) ( flutter/engine#23479 )
2021-01-06 22:09:01 -08:00
skia-flutter-autoroll
c0c5e9278a
Roll Skia from 417743f806d1 to a7b7964a237a (19 revisions) ( flutter/engine#23464 )
2021-01-06 17:49:01 -08:00
Jason Simmons
3c26d58ae9
Call JavaVM::AttachCurrentThread only once per thread ( flutter/engine#23188 )
2021-01-06 17:44:02 -08:00
chunhtai
ec2eb68f80
Apply local patch to chromium accessibility code ( flutter/engine#23110 )
2021-01-06 17:39:02 -08:00
Mouad Debbar
29efe01ba6
[web] Placeholders for rich paragraphs ( flutter/engine#23160 )
2021-01-06 14:31:19 -08:00
s-sami
5619043974
Use syslog for logging on Fuchsia ( flutter/engine#23429 )
...
Make fml logging use syslog on Fuchsia. This allows logs
to be attributed to flutter and not pollute kernel logs.
2021-01-06 14:02:07 -08:00
skia-flutter-autoroll
563ce975b9
Roll Fuchsia Linux SDK from 0R7_vIAML... to 5jKxFxRiQ... ( flutter/engine#23461 )
2021-01-06 13:09:03 -08:00
Dan Field
d012575664
Fix SurfaceView usage when status bar is transparent for a11y ( flutter/engine#23457 )
2021-01-06 11:53:42 -08:00
Chase Latta
b203aaaa99
Revert "bump fuchsia toolchain to clang-12" ( flutter/engine#23456 )
2021-01-06 11:14:49 -08:00
skia-flutter-autoroll
1de928a0c7
Roll Skia from 32d68537a88c to 417743f806d1 (4 revisions) ( flutter/engine#23455 )
2021-01-06 10:59:01 -08:00
Ferhat
bc604a089f
[web] Reland - Switch web-render option default to auto ( flutter/engine#23454 )
2021-01-06 10:00:52 -08:00
skia-flutter-autoroll
f45f182f5d
Roll Skia from 2ca39919583f to 32d68537a88c (11 revisions) ( flutter/engine#23453 )
2021-01-06 09:34:02 -08:00
skia-flutter-autoroll
dd42df2a57
Roll Fuchsia Linux SDK from 597LHqqTy... to 0R7_vIAML... ( flutter/engine#23445 )
2021-01-05 23:49:01 -08:00