Jason Simmons
82c4619f35
Exclude third_party/dart/third_party/devtools from the license script ( flutter/engine#25918 )
2021-05-07 14:34:02 -07:00
Ferhat
28c8b21329
Move more parts to libraries. ( flutter/engine#25863 )
2021-05-07 14:25:14 -07:00
skia-flutter-autoroll
c3a505f0ab
Roll Skia from 115645ee9b1b to c411429239e9 (7 revisions) ( flutter/engine#26018 )
2021-05-07 13:09:01 -07:00
Hunter Freyer
54bc92e051
[build_fuchsia_artifacts] Move license copying into BuildBucket(). ( flutter/engine#25815 )
...
Currently, the licenses are copied into the bucket just before
uploading it. Copying the licenses is definitely more about "building"
the bucket than it is about "processing the CIPD package", but
concretely, some tools complain if the license files arent there, and
I'd like to be able to use the cipd tool to upload the bucket
directly.
Co-authored-by: Hunter Freyer <hjfreyer@google.com>
2021-05-07 12:51:02 -07:00
Felipe Archondo
155f71c9b0
[vsync_waiter] add AwaitVSyncForSecondaryCallback() ( flutter/engine#25787 )
2021-05-07 15:29:05 -04:00
Kaushik Iska
2fead370b3
Streamline frame timings recording ( flutter/engine#25892 )
2021-05-07 12:14:01 -07:00
Rich Kadel
ec987a9868
Fixes BUILD.gn if is_fuchsia (legacy embedder) and is_debug ( flutter/engine#25858 )
...
Current recommended build methods may not trigger this issue, but
while trying different options, building flutter for the first time, I
noticed a build error because `defines` was assigned twice.
If building with both options is ever supported, I think this
fixes the error.
2021-05-07 10:57:33 -07:00
David Worsham
1e82ae9b8e
fuchsia: Fix multi-views fallout ( flutter/engine#25984 )
2021-05-07 10:53:07 -07:00
Dan Field
b26e387750
Delete unused method from engine_layer.h ( flutter/engine#25924 )
2021-05-07 10:34:01 -07:00
skia-flutter-autoroll
78e98b40d2
Roll Skia from 1dc2d0fe0fa0 to 115645ee9b1b (2 revisions) ( flutter/engine#26012 )
2021-05-07 10:19:01 -07:00
skia-flutter-autoroll
10195cb533
Roll Skia from adadb95a9f1e to 1dc2d0fe0fa0 (98 revisions) ( flutter/engine#26009 )
2021-05-07 08:54:03 -07:00
Matej Knopp
5f6eb6479b
Implement smooth resizing for Linux ( flutter/engine#25884 )
2021-05-07 08:44:01 -07:00
Ferhat
d9c668cf82
[web] Fix incorrect physical size due to visualviewport api on iOS ( flutter/engine#25895 )
2021-05-06 21:02:08 -07:00
Jason Simmons
4d71fc5b8b
Ensure that AutoIsolateShutdown drops its reference to the DartIsolate on the intended task runner ( flutter/engine#25899 )
2021-05-06 20:24:02 -07:00
gaaclarke
1734ce7f8a
Moved PlatformMessage's to unique_ptrs ( flutter/engine#25860 )
2021-05-06 20:19:01 -07:00
J-P Nurmi
4268ae8f75
[Linux] revise dark theme detection ( flutter/engine#25535 )
2021-05-06 20:14:01 -07:00
Alexander Aprelev
2ba8ec34d3
Roll buildroot to pick change to cppwinrt invocation ( flutter/engine#25993 )
...
* Roll buildroot to pick change to cppwinrt invocation
* disable uwp builders
2021-05-06 19:09:00 -07:00
skia-flutter-autoroll
e2f1ecc73d
Roll Skia from 537293bf155f to adadb95a9f1e (1 revision) ( flutter/engine#25905 )
2021-05-03 19:54:01 -07:00
skia-flutter-autoroll
511600d018
Roll Skia from bf688645acf9 to 537293bf155f (1 revision) ( flutter/engine#25904 )
2021-05-03 17:39:02 -07:00
George Wright
65d744bcdf
Don't call release_proc when attempting to wrap an SkSurface which fails ( flutter/engine#25901 )
2021-05-03 16:42:51 -07:00
Tong Mu
0184cd3c70
[Win32] Don't redispatch ShiftRight keydown event ( flutter/engine#25882 )
...
Makes Win32 stop redispatching ShiftRight keydown event even if the framework does not handle it.
2021-05-03 15:33:02 -07:00
skia-flutter-autoroll
e8afb83d19
Roll Skia from 75b43ce6ccd3 to bf688645acf9 (6 revisions) ( flutter/engine#25897 )
2021-05-03 15:29:01 -07:00
Yegor
fa6511a20f
Revert "Fix a11y placeholder on desktop; auto-enable engine semantics ( #25830 )" ( flutter/engine#25898 )
...
It broke an integration test on the framework side.
This reverts commit 9e8cb6ac312e41bd70945f8178b0077b44a5241d.
2021-05-03 14:44:58 -07:00
chunhtai
b80e0baf75
Fixes ios accessibility send focus request to an unfocusable node ( flutter/engine#25738 )
2021-05-03 13:39:01 -07:00
skia-flutter-autoroll
232681c0ad
Roll Skia from 671177905d22 to 75b43ce6ccd3 (1 revision) ( flutter/engine#25891 )
2021-05-03 12:24:01 -07:00
Dan Field
ce6f1f5fd0
Avoid calling Dart_HintFreed more than once every five seconds ( flutter/engine#25827 )
2021-05-03 12:19:01 -07:00
Yegor
9e8cb6ac31
Fix a11y placeholder on desktop; auto-enable engine semantics ( flutter/engine#25830 )
...
* auto-enable semantics
* fix a11y placeholder on desktop
2021-05-03 11:30:24 -07:00
Mouad Debbar
d05c96d8fa
[web] Fix some regex issues in the sdk_rewriter ( flutter/engine#25866 )
2021-05-03 11:10:11 -07:00
skia-flutter-autoroll
bb198fa5e0
Roll Skia from ec79349bad50 to 671177905d22 (4 revisions) ( flutter/engine#25888 )
2021-05-03 10:04:01 -07:00
xster
7e60885377
Fix crash when both FlutterFragmentActivity and FlutterFragment are destroyed and recreated ( flutter/engine#25851 )
2021-05-03 09:35:45 -07:00
skia-flutter-autoroll
0c02550af0
Roll Skia from ff8b52df55ff to ec79349bad50 (1 revision) ( flutter/engine#25886 )
2021-05-03 08:29:01 -07:00
skia-flutter-autoroll
a88472ae56
Roll Skia from c779d432f336 to ff8b52df55ff (2 revisions) ( flutter/engine#25881 )
2021-05-03 00:39:01 -07:00
skia-flutter-autoroll
4ac6613be8
Roll Skia from 5c95bcb48b9b to c779d432f336 (1 revision) ( flutter/engine#25880 )
2021-05-02 23:14:02 -07:00
skia-flutter-autoroll
d2baac2779
Roll Skia from 5dfb3f40684b to 5c95bcb48b9b (1 revision) ( flutter/engine#25876 )
2021-05-02 00:49:02 -07:00
Dan Field
72f9b50bcd
deflake ( flutter/engine#25864 )
2021-04-30 21:11:03 -07:00
skia-flutter-autoroll
4fe52eda2e
Roll Skia from 097263bb5089 to 5dfb3f40684b (1 revision) ( flutter/engine#25870 )
2021-04-30 19:54:01 -07:00
skia-flutter-autoroll
0b65f2597e
Roll Skia from 31fddc376993 to 097263bb5089 (1 revision) ( flutter/engine#25865 )
2021-04-30 18:24:01 -07:00
David Worsham
e5f652a8af
fuchsia: Reliably forward View insets ( flutter/engine#25381 )
2021-04-30 16:24:06 -07:00
skia-flutter-autoroll
bab326a795
Roll Skia from 5276ba274b38 to 31fddc376993 (14 revisions) ( flutter/engine#25862 )
2021-04-30 15:19:01 -07:00
Dan Field
b09dbac3d5
Remove flake inducing timeouts ( flutter/engine#25847 )
2021-04-30 14:51:38 -07:00
heke123
c59ffe8b9a
Use "blur_sigma" instead of "blur_radius" in Shadow. ( flutter/engine#25760 )
2021-04-30 14:34:02 -07:00
Ferhat
c3bebcf344
Move path part files to libraries ( flutter/engine#25842 )
2021-04-30 11:14:46 -07:00
skia-flutter-autoroll
c6998ba927
Roll Skia from 14efdd3d50db to 3010f3d79193 (4 revisions) ( flutter/engine#25857 )
2021-04-30 10:24:01 -07:00
David Worsham
abc36a2363
fuchsia: Fix bad syntax in viewStateConnected msg ( flutter/engine#25853 )
2021-04-30 09:34:11 -07:00
skia-flutter-autoroll
24d83ea5ae
Roll Skia from e4c4322da6bb to 14efdd3d50db (5 revisions) ( flutter/engine#25855 )
2021-04-30 08:59:01 -07:00
skia-flutter-autoroll
2a635e1302
Roll Skia from 00a199282e4b to e4c4322da6bb (1 revision) ( flutter/engine#25854 )
2021-04-30 07:34:01 -07:00
skia-flutter-autoroll
2ea19c4533
Roll Skia from 013a9b7920e2 to 00a199282e4b (2 revisions) ( flutter/engine#25852 )
2021-04-30 00:54:02 -07:00
skia-flutter-autoroll
d0d571d9ae
Roll Skia from e74638b83f1b to 013a9b7920e2 (1 revision) ( flutter/engine#25849 )
2021-04-29 23:14:01 -07:00
Jim Graham
6de972e85e
add flag to identify sub-trees with PlatformViewLayers and always paint them ( flutter/engine#25824 )
2021-04-29 20:50:59 -07:00
skia-flutter-autoroll
0920288265
Roll Skia from 3934647d225a to e74638b83f1b (1 revision) ( flutter/engine#25848 )
2021-04-29 19:19:01 -07:00