Harry Terkelsen
e8a33f1be4
Improve error message when CanvasKit is unable to parse a font ( flutter/engine#24827 )
2021-03-16 09:16:10 -07:00
skia-flutter-autoroll
25f753e730
Roll Skia from 242ae6c45e57 to 13646a8900c3 (1 revision) ( flutter/engine#25015 )
2021-03-16 07:23:02 -07:00
skia-flutter-autoroll
a318699000
Roll Fuchsia Linux SDK from aRqEDMjwC... to PGa0Yn-JK... ( flutter/engine#25013 )
2021-03-16 04:53:01 -07:00
skia-flutter-autoroll
a34c23fbaf
Roll Skia from ead52dc068d5 to 242ae6c45e57 (4 revisions) ( flutter/engine#25011 )
2021-03-16 02:23:01 -07:00
Tong Mu
005b81f13f
Hardware Keyboard: macOS ( flutter/engine#23469 )
...
The macOS changes for the Hardware Keyboard project.
2021-03-15 22:35:46 -07:00
skia-flutter-autoroll
1b08fe7a9b
Roll Skia from 1aa25c3217b6 to ead52dc068d5 (1 revision) ( flutter/engine#25005 )
2021-03-15 18:33:01 -07:00
Gary Qian
5359dffc36
[deferred components] Handle base module loading units ( flutter/engine#24983 )
2021-03-15 17:48:01 -07:00
skia-flutter-autoroll
e0cea5ed40
Roll Skia from 4fb13e026b6b to 1aa25c3217b6 (25 revisions) ( flutter/engine#25001 )
2021-03-15 17:03:01 -07:00
George Wright
fbcf0800f1
Implement AXPlatformNodeBase::GetInstanceCountForTesting ( flutter/engine#24999 )
2021-03-15 16:13:02 -07:00
Jenn Magder
f229eff91d
Set automatic simulator rotation in scenario test ( flutter/engine#24985 )
2021-03-15 15:50:39 -07:00
chunhtai
340eecd0a9
fixes reference retaining issue in flutter text input plugin ( flutter/engine#24768 )
2021-03-15 14:28:01 -07:00
chunhtai
521edb0159
fix selectable text selections are not announced in voice over ( flutter/engine#24933 )
2021-03-15 14:23:02 -07:00
gaaclarke
13c0c1a096
Fixed issue where the gpu disable syncswitch was being overridden after init. ( flutter/engine#24958 )
2021-03-15 14:22:27 -07:00
skia-flutter-autoroll
9b2dcfdf86
Roll Skia from 7854da39b3c1 to 4fb13e026b6b (20 revisions) ( flutter/engine#24993 )
2021-03-15 14:03:01 -07:00
skia-flutter-autoroll
ea4a68eb42
Roll Fuchsia Linux SDK from GsRYVri0-... to aRqEDMjwC... ( flutter/engine#24990 )
2021-03-15 13:58:02 -07:00
Yuhui Huang
8d051fad2f
fix printing Failed to determine valid GL format ( flutter/engine#24964 )
2021-03-12 22:36:25 -08:00
Chris Bracken
64a2844ce8
Fix attribute replace bug in TextAXNodeWrapper ( flutter/engine#24986 )
...
When replacing an int/float/bool attribute on the test node, we want to
erase the range from the iterator returned by remove_if to end(), which
may be an empty range. In the case where remove_if() returns end(), the
single-parameter variant of erase() attempts to remove an element past
the end of the container.
2021-03-12 22:35:02 -08:00
skia-flutter-autoroll
117277fc73
Roll Skia from 2f4652f3096b to 7854da39b3c1 (1 revision) ( flutter/engine#24977 )
2021-03-12 13:58:02 -08:00
Yegor
17bc7504a7
revert auto-enabling semantics ( flutter/engine#24978 )
2021-03-12 13:52:02 -08:00
skia-flutter-autoroll
750e682d2a
Roll Skia from 82fe4d2243a3 to 2f4652f3096b (11 revisions) ( flutter/engine#24975 )
2021-03-12 12:23:01 -08:00
Jason Simmons
2aa7f4c1c2
Restore original value of the Dart advisory script URI ( flutter/engine#24973 )
...
Some flutter_tester scripts rely on the old value because Dart will convert
"main.dart" into a Platform.script URI containing a fully qualified path to
the script.
2021-03-12 10:05:10 -08:00
skia-flutter-autoroll
35baf61de1
Roll Skia from 91113acfd1d6 to 82fe4d2243a3 (3 revisions) ( flutter/engine#24972 )
2021-03-12 09:10:02 -08:00
skia-flutter-autoroll
ff82b39139
Roll Fuchsia Linux SDK from Q1DG3XKnA... to GsRYVri0-... ( flutter/engine#24971 )
2021-03-12 08:15:02 -08:00
Basit Ayantunde
bbdcf49857
fixed typographical error ( flutter/engine#24902 )
2021-03-12 00:06:57 -08:00
skia-flutter-autoroll
949f0f73a3
Roll Skia from 43bde9d2bc82 to 91113acfd1d6 (27 revisions) ( flutter/engine#24962 )
2021-03-11 23:50:01 -08:00
James Clarke
82f95901a3
Windows: Switch UWP build to using winrt generated headers ( flutter/engine#24861 )
...
* Switch build to using generated headers
* Update DEPS to pick up newer buildroot
* Only run hook on Windows
2021-03-11 21:52:53 -08:00
Mouad Debbar
bbea85c8cc
[web] Skip the history tests that introduced flakiness ( flutter/engine#24957 )
2021-03-11 21:52:41 -08:00
Matej Knopp
e02b1aeee5
Send -1 for empty composition range ( flutter/engine#24865 )
...
https://github.com/flutter/flutter/issues/77600
2021-03-11 15:17:42 -08:00
Yegor
5a5f326745
[web] Make window.locale(s) non-null; upgrade to null safe deps ( flutter/engine#24922 )
...
* Make window.locale(s) non-null
* upgrade deps to null-safe; migrate some test libs
2021-03-11 14:28:49 -08:00
huanghongxun
87509d8518
Fix incorrect texture format with OpenGL ES
2021-03-12 11:27:02 +13:00
Yegor
f98d97d32f
[web:semantics] fix node positioning; expose debug tree ( flutter/engine#24903 )
2021-03-11 13:21:01 -08:00
Mouad Debbar
8eeb5f9c3a
[web] Silence flaky history test ( flutter/engine#24949 )
2021-03-11 12:50:07 -08:00
Yegor
90930adf2a
Respond to Skia platform messages ( flutter/engine#24880 )
2021-03-11 12:20:01 -08:00
Kaushik Iska
660e70b250
Reland "Remove pipeline in favor of layer tree holder" ( flutter/engine#24947 )
2021-03-11 10:56:08 -08:00
skia-flutter-autoroll
0b41f82985
Roll Fuchsia Linux SDK from XaUP9-wm3... to Q1DG3XKnA... ( flutter/engine#24943 )
2021-03-11 10:40:01 -08:00
Yuhui Huang
e56f733369
Fix high CPU consumption ( flutter/engine#24944 )
2021-03-11 10:32:44 -08:00
skia-flutter-autoroll
6d6dc907ce
Roll Skia from cc185c5a31f3 to 43bde9d2bc82 (5 revisions) ( flutter/engine#24941 )
2021-03-11 10:30:05 -08:00
Matej Knopp
fad37e65ca
End composing when inserting text ( flutter/engine#24866 )
...
https://github.com/flutter/flutter/issues/77544
2021-03-11 10:27:45 -08:00
skia-flutter-autoroll
45af8211ae
Roll Skia from 93330c9c4dc7 to cc185c5a31f3 (5 revisions) ( flutter/engine#24936 )
2021-03-10 18:25:02 -08:00
Jason Simmons
300a119335
Complete the Scene.toImage future with an error if rasterization fails ( flutter/engine#24877 )
...
Also fix the nullability annotations on _futurize
Fixes https://github.com/flutter/flutter/issues/76591
2021-03-10 16:51:27 -08:00
Jason Simmons
8c6f4a36de
Signal an error if an Isolate.spawnUri call uses an unsupported URI ( flutter/engine#24583 )
2021-03-10 16:45:02 -08:00
Mouad Debbar
b29e65be16
[web] Add few awaits in history tests ( flutter/engine#24934 )
2021-03-10 15:50:02 -08:00
skia-flutter-autoroll
c14538bdc5
Roll Skia from da076e9aca26 to 93330c9c4dc7 (13 revisions) ( flutter/engine#24927 )
2021-03-10 15:30:03 -08:00
Mouad Debbar
eea586c427
[web] Reland: Fix painting of last placeholder in paragraph ( flutter/engine#24905 )
2021-03-10 15:30:01 -08:00
Yegor
a8c65cb9cb
Expand FilterQuality API docs ( flutter/engine#24582 )
2021-03-10 15:25:02 -08:00
Jason Simmons
e3a81b6c61
Remove an obsolete GN flag that had been used by SkParagraph ( flutter/engine#24924 )
2021-03-10 14:40:20 -08:00
Jason Simmons
0d98a065b9
Detach the newly created EGL context from the main thread in the embedder unit tests ( flutter/engine#24908 )
...
The EGL context will be used by other threads during test execution, and it
should not be active on multiple threads at the same time. This was not
noticed previously because SwiftShader was not checking for this, but other
EGL implementations may enforce this constraint.
2021-03-10 11:29:48 -08:00
chunhtai
9a28a147ac
fix voice control delete line command does not delete line correctly ( flutter/engine#24831 )
2021-03-10 10:45:03 -08:00
chunhtai
a48966cc4f
Wires up accessibility bridge in mac embedding ( flutter/engine#23870 )
...
* Wires up accessibility bridge in mac embedding
* addressing comment
* addressing comments
2021-03-10 10:44:22 -08:00
Chris Bracken
e2a2a79a1d
Add framebuffer destruction_callback for Linux ( flutter/engine#24901 )
...
While we no longer crash when the framebuffer destruction_callback is
null (patched in https://github.com/flutter/engine/pull/24845 ) we should
bet setting one, even if it's a no-op containing a comment pointing to
where cleanup is implemented.
2021-03-10 10:26:49 -08:00