stuartmorgan
bf259226b2
Switch Linux embedding to proc table embedder API ( #22280 )
...
Switches the Linux embedding from the standard C API to the new proctable version, to allow for unit testing of the embedding layer separately from the embedder APIs implementation.
2020-11-04 15:12:44 -08:00
skia-flutter-autoroll
d6ac456d9c
Roll Dart SDK from bf751197ddb9 to e182eac158cf (1 revision) ( #22299 )
2020-11-04 15:09:02 -08:00
chunhtai
f61cbc05f0
Revert "support uri intent launcher in android ( #21275 )" ( #22298 )
2020-11-04 15:04:02 -08:00
skia-flutter-autoroll
281a6ab7b7
Roll Skia from 3744b2a36638 to 007d97d69962 (2 revisions) ( #22297 )
2020-11-04 14:59:01 -08:00
Sarbagya Dhaubanjar
deb7c662d2
Updated return-type for PathMetric.extractPath to be non-nullable ( #22292 )
2020-11-04 14:54:03 -08:00
Matej Knopp
acc246676c
Fix code style issues in MacOS embedder ( #22270 )
2020-11-04 14:49:03 -08:00
gaaclarke
122f242588
added unit tests to the rasterizer ( #22282 )
2020-11-04 13:56:29 -08:00
Ferhat
d5b726985f
[web] Enable Control+MouseWheel browser zoom ( #22285 )
2020-11-04 12:32:25 -08:00
skia-flutter-autoroll
c0f7e8acf9
Roll Skia from a8f4c91114b5 to 3744b2a36638 (6 revisions) ( #22296 )
2020-11-04 08:49:01 -08:00
skia-flutter-autoroll
1501cf830f
Roll Fuchsia Linux SDK from Esyuo1am1... to Z1HqmxtPR... ( #22295 )
2020-11-04 08:19:02 -08:00
skia-flutter-autoroll
fe43188457
Roll Skia from 97469f4abe0a to a8f4c91114b5 (1 revision) ( #22294 )
2020-11-04 07:29:01 -08:00
skia-flutter-autoroll
ee992f8997
Roll Dart SDK from fbc56c1561ba to bf751197ddb9 (1 revision) ( #22293 )
2020-11-04 07:14:01 -08:00
skia-flutter-autoroll
a404b53913
Roll Dart SDK from 599329b5cd98 to fbc56c1561ba (1 revision) ( #22291 )
2020-11-04 03:08:02 -08:00
skia-flutter-autoroll
f7bd31c11d
Roll Fuchsia Mac SDK from o45EAhxJZ... to m1uK0SlYN... ( #22289 )
2020-11-04 01:08:02 -08:00
skia-flutter-autoroll
1f721416fd
Roll Skia from 938932225cef to 97469f4abe0a (2 revisions) ( #22288 )
2020-11-03 23:18:02 -08:00
skia-flutter-autoroll
8840234ae8
Roll Dart SDK from 57bb12dc24d2 to 599329b5cd98 (1 revision) ( #22287 )
2020-11-03 22:38:01 -08:00
skia-flutter-autoroll
c7391d6b12
Roll Skia from 0e54309477ac to 938932225cef (1 revision) ( #22286 )
2020-11-03 21:58:02 -08:00
Mouad Debbar
08cc9e7114
[web] Put the paragraph painting logic in the Paragraph class ( #22239 )
2020-11-03 21:10:44 -08:00
Omar Emara
092cbf519c
Fix Linux handling of window exposure events ( #22268 )
...
Currently, the Linux embedder does not handle window exposure events.
This is typically not a problem for users who use compositing window
managers, since they keep the display buffers even if the window is
completely covered. However, for users that don't use a compositor, the
window will not be redrawn by the engine if it was previously covered
until another event triggers the redraw.
This patch implements the GtkWidget draw callback to handle window
exposure events. The callback doesn't actually draw anything, it just
schedule a frame for drawing by the engine.
The engine doesn't support exposure events, so instead, we force redraw
by sending a window metrics event of the same geometry. Since the
geometry didn't change, only a frame will be scheduled.
2020-11-04 16:43:47 +13:00
skia-flutter-autoroll
c76485821a
Roll Dart SDK from a4fbabcd73dc to 57bb12dc24d2 (1 revision) ( #22283 )
2020-11-03 18:08:01 -08:00
skia-flutter-autoroll
a4443d96a7
Roll Skia from 6e7cfaff1817 to 0e54309477ac (2 revisions) ( #22281 )
2020-11-03 17:28:02 -08:00
skia-flutter-autoroll
3ca9a14b9c
Roll Skia from dffd20efe95c to 6e7cfaff1817 (37 revisions) ( #22277 )
2020-11-03 14:43:01 -08:00
stuartmorgan
91eab23eb3
Switch Windows embedding to proc table embedder API ( #22211 )
...
Switches the Windows embedding from the standard C API to the new proctable version, to allow for unit testing of the embedding layer separately from the embedder APIs implementation. This includes moving some engine messaging that was still in flutter_windows to the C++ engine class to better encapsulate the proc table.
2020-11-03 14:36:18 -08:00
Yegor
d27ff811b9
Make some errors more idiomatic ( #22261 )
2020-11-03 12:57:51 -08:00
skia-flutter-autoroll
e4b23c875f
Roll Fuchsia Linux SDK from oLF1FW-gC... to Esyuo1am1... ( #22276 )
2020-11-03 12:53:02 -08:00
skia-flutter-autoroll
4fcad09dc5
Roll Fuchsia Mac SDK from 6yEx5GNGG... to o45EAhxJZ... ( #22271 )
2020-11-03 12:03:02 -08:00
skia-flutter-autoroll
92f11d67d7
Roll Dart SDK from b43baaaa477d to a4fbabcd73dc (1 revision) ( #22269 )
2020-11-03 11:58:02 -08:00
Mouad Debbar
5fe35fd416
[web] Canoncalize font family on input fields ( #22215 )
2020-11-03 11:53:04 -08:00
Ferhat
59b01e0e5a
[web] Fix repaint logic for cullrect,transform changes ( #22273 )
2020-11-03 11:31:48 -08:00
skia-flutter-autoroll
ce0a30c4d7
Roll Dart SDK from 52783837369d to b43baaaa477d (723 revisions) ( #22265 )
2020-11-03 05:28:02 -08:00
Daco Harkes
ccdb6819ce
WeakPersistentHandle migration ( #19843 )
...
and roll Dart to 52783837369de45d3372cb6c6b7cdd63e71cd829.
2020-11-03 13:06:53 +01:00
skia-flutter-autoroll
78a0181740
Roll Fuchsia Linux SDK from QqGvMWaYk... to oLF1FW-gC... ( #22264 )
2020-11-02 23:28:01 -08:00
skia-flutter-autoroll
31b6f0b31a
Roll Fuchsia Mac SDK from Pz4ZHZrUp... to 6yEx5GNGG... ( #22262 )
2020-11-02 22:03:02 -08:00
stuartmorgan
3d194fa545
Switch macOS embedding to proc table embedder API ( #21811 )
...
Converts the macOS embedding to use the new proc table version of the embedding API, and adds one example unit test using it to demonstrate and validate the approach.
2020-11-02 21:44:10 -08:00
skia-flutter-autoroll
2617101999
Roll Dart SDK from a9d583383410 to d2577410a501 (1 revision) ( #22258 )
2020-11-02 18:38:01 -08:00
Yegor
e9c62e7495
do not print in _computePixelDensity ( #22257 )
2020-11-02 17:32:29 -08:00
Robert Ancell
bd19181117
Add braces on if statements to match linter style ( #22130 )
2020-11-03 12:32:39 +13:00
godofredoc
9945db3d5c
Remove the metrics task from cirrus. ( #22240 )
...
Bug:
https://github.com/flutter/flutter/issues/67579
2020-11-02 15:11:00 -08:00
Harry Terkelsen
7c8f57c07d
Report error when instantiating CanvasKit network image ( #22159 )
2020-11-02 14:58:49 -08:00
skia-flutter-autoroll
67d55ed42b
Roll Dart SDK from 5acb5fcf84cb to a9d583383410 (4 revisions) ( #22255 )
2020-11-02 13:33:02 -08:00
Ferhat
8defec6e8c
Fix nullability issue with Image.network ( #22252 )
2020-11-02 11:41:43 -08:00
Yegor
14437d6c00
fix _getArrayBuffer signature ( #22251 )
2020-11-02 11:12:52 -08:00
stuartmorgan
46e3bba999
Defer Windows arrow key and delete handling ( #22207 )
...
The framework handles arrow keys, delete, and backspace (and with better
unicode support), so we shouldn't handle them at the embedding level.
Fixes #69202
2020-11-02 11:09:03 -08:00
skia-flutter-autoroll
eea98b2b69
Roll Skia from 7585a65ac709 to dffd20efe95c (14 revisions) ( #22250 )
2020-11-02 10:43:01 -08:00
skia-flutter-autoroll
3c7a54e9d9
Roll Fuchsia Linux SDK from sNx8qabBn... to QqGvMWaYk... ( #22244 )
2020-11-02 09:53:04 -08:00
chunhtai
9b4bb20ac9
makes android semanticsnode to ignore hittest if it is not focusable ( #22205 )
2020-11-02 09:53:01 -08:00
skia-flutter-autoroll
d3182bc222
Roll Dart SDK from 25ef5dc559cf to 5acb5fcf84cb (4 revisions) ( #22243 )
2020-11-02 09:03:01 -08:00
skia-flutter-autoroll
68e2e46953
Roll Fuchsia Mac SDK from 8SkbMXJJ9... to Pz4ZHZrUp... ( #22246 )
2020-11-02 08:58:06 -08:00
skia-flutter-autoroll
c8cf09aa4e
Roll Skia from d5e6368fffd0 to 7585a65ac709 (7 revisions) ( #22237 )
2020-11-02 08:58:02 -08:00
Jonah Williams
50dbe85541
[web] fix hot restart type error ( #22248 )
2020-11-02 08:55:32 -08:00