18867 Commits

Author SHA1 Message Date
skia-flutter-autoroll
7882fbc0f7 Roll Skia from 517f4ffb12ca to 678ec7187a33 (29 revisions) (flutter/engine#28451) 2021-09-03 11:56:01 -07:00
skia-flutter-autoroll
106b14fbac Roll Dart SDK from 3e5ab8e22dc3 to 9ad577b3a3e4 (9 revisions) (flutter/engine#28448) 2021-09-03 10:26:01 -07:00
Zachary Anderson
86de3b6591 Revert "Display Features support (Foldable and Cutout) (#24756)" (flutter/engine#28447)
This reverts commit 53b9a690c5eb8410c561be43964f350f58347366.
2021-09-03 09:01:15 -07:00
skia-flutter-autoroll
fd4b6ea39d Roll Fuchsia Linux SDK from pypCKSnUc... to 8CGViPqZj... (flutter/engine#28444) 2021-09-03 05:41:02 -07:00
skia-flutter-autoroll
cf3bcde940 Roll Clang Mac from xdUzo8i18... to XvHmkqWWH... (flutter/engine#28443) 2021-09-03 05:01:02 -07:00
Andrei Diaconu
53b9a690c5 Display Features support (Foldable and Cutout) (flutter/engine#24756)
* Add DisplayFeatures and DisplayCutout to viewport metrics

* WindowManager alpha03 and better documentation

* Fixed formatting

* Fixed failing tests

* Replaced API version code P with 28

* Unnecessary import

* Fixed display features parameters missing

* Documentation changes

* First paragraph is a sentence

* Update androidx window library to version 1.0.0-alpha05

* Improve documentation, remove deprecated display feature call

* Write tests and improve documentation

* Migrate to Window Manager alpha08

* Update androidx window to beta01

* Remove unused import

* Remove window_hook_integration_test.dart

* Fix tests

* Update android_embedding_dependencies version to include androidx.window

* Add androidx.window to test_runner build

* Add empty display features arrays to fuchsia platform view

* Fix tests using final class mocking

* Add missing license header

* Update licenses_golden
2021-09-03 04:02:17 -07:00
skia-flutter-autoroll
c4491f257d Roll Fuchsia Mac SDK from VbLDH0aNK... to igx6EXsq_... (flutter/engine#28441) 2021-09-03 02:51:02 -07:00
Gary Qian
a058f7418e Use android_virtual_device dep in Linux Scenarios LUCI test (flutter/engine#28411) 2021-09-02 23:40:04 -07:00
Brandon DeRosier
2636b5a74e Revert "Roll Dart SDK from 3e5ab8e22dc3 to edf2936a5e06 (4 revisions) (#28426)" (flutter/engine#28437)
This reverts commit 3f02063fe75b3de4839b944f23511d6f9e30a1a7.
2021-09-02 21:20:56 -07:00
skia-flutter-autoroll
8327471e8e Roll Fuchsia Linux SDK from qhNUfwDZ6... to pypCKSnUc... (flutter/engine#28429) 2021-09-02 16:21:01 -07:00
skia-flutter-autoroll
00b38d0685 Roll Clang Mac from XvHmkqWWH... to xdUzo8i18... (flutter/engine#28427) 2021-09-02 15:56:02 -07:00
Naud Ghebre
310ae53dfb The result to CompleteEmpty() being called on the platform message (flutter/engine#28407)
response is being interpreted as `null` in dart. This results in a
MissingPluginException being thrown whenever `View.update` or
`View.dispose` is invoked.

This change returns null data in a dictionary to complete the response
in a way that is not interpreted as `null` in dart.
2021-09-02 18:54:46 -04:00
skia-flutter-autoroll
3f02063fe7 Roll Dart SDK from 3e5ab8e22dc3 to edf2936a5e06 (4 revisions) (flutter/engine#28426) 2021-09-02 15:16:02 -07:00
skia-flutter-autoroll
3cf474d6d3 Roll Fuchsia Mac SDK from YOSL2lcaL... to VbLDH0aNK... (flutter/engine#28423) 2021-09-02 13:46:01 -07:00
skia-flutter-autoroll
d39442bc3f Roll Skia from 0459a9373476 to 517f4ffb12ca (15 revisions) (flutter/engine#28421) 2021-09-02 12:16:01 -07:00
Jason Simmons
34f7c9e249 Ensure that Skia persistent cache filenames do not exceed the maximum allowed length (flutter/engine#28315) 2021-09-02 11:56:02 -07:00
skia-flutter-autoroll
71d6a2814f Roll Skia from 2af13c135b9c to 0459a9373476 (5 revisions) (flutter/engine#28414) 2021-09-02 10:51:01 -07:00
skia-flutter-autoroll
65ca25487d Roll Dart SDK from fad8e8989ab6 to 3e5ab8e22dc3 (1 revision) (flutter/engine#28416) 2021-09-02 10:46:02 -07:00
ColdPaleLight
8e7d4341dd Support passing existing SurfaceTexture to TextureRegistry (flutter/engine#28358) 2021-09-02 03:16:02 -07:00
skia-flutter-autoroll
4e314d517b Roll Fuchsia Linux SDK from 2KDbYfNb6... to qhNUfwDZ6... (flutter/engine#28420) 2021-09-02 01:36:01 -07:00
skia-flutter-autoroll
9306c65a9c Roll Fuchsia Mac SDK from l8aXovOpe... to YOSL2lcaL... (flutter/engine#28419) 2021-09-02 00:41:02 -07:00
skia-flutter-autoroll
e6c058c7e5 Roll Skia from ad284fe277bf to 2af13c135b9c (3 revisions) (flutter/engine#28412) 2021-09-01 12:56:01 -07:00
skia-flutter-autoroll
891727d6b8 Roll Dart SDK from 81c5961865cf to fad8e8989ab6 (1 revision) (flutter/engine#28410) 2021-09-01 12:16:02 -07:00
skia-flutter-autoroll
85098e7cee Roll Fuchsia Linux SDK from qywu-XJBK... to 2KDbYfNb6... (flutter/engine#28409) 2021-09-01 12:11:02 -07:00
Jason Simmons
57d1cf20d5 Make the LocalizationPluginTest package declaration match the source file path (flutter/engine#28391) 2021-09-01 11:56:01 -07:00
ColdPaleLight
4a74166097 Started providing the GPU sync switch to Rasterizer.DrawToSurface() (flutter/engine#28383)
Co-authored-by: Aaron Clarke <gaaclarke>
2021-09-01 11:37:22 -07:00
skia-flutter-autoroll
b9e9290d86 Roll Fuchsia Mac SDK from mBQmFpqqI... to l8aXovOpe... (flutter/engine#28408) 2021-09-01 11:36:01 -07:00
skia-flutter-autoroll
b97d014b30 Roll Skia from e42508875792 to ad284fe277bf (6 revisions) (flutter/engine#28406) 2021-09-01 11:31:01 -07:00
Zachary Anderson
fb2fe21c52 Revert "Turn compressed pointers on for Android 64 bit architectures. (#28388)" (flutter/engine#28405) 2021-09-01 09:46:01 -07:00
skia-flutter-autoroll
2b3e5b85d0 Roll Dart SDK from a81fbf00dde7 to 81c5961865cf (1 revision) (flutter/engine#28402) 2021-09-01 08:01:01 -07:00
skia-flutter-autoroll
e2e6b6cb8f Roll Skia from 4d6344c81d6d to e42508875792 (1 revision) (flutter/engine#28399) 2021-09-01 00:41:01 -07:00
skia-flutter-autoroll
8f9f00216d Roll Skia from 44b7568c8a4e to 4d6344c81d6d (1 revision) (flutter/engine#28398) 2021-08-31 23:16:02 -07:00
skia-flutter-autoroll
4088263a25 Roll Fuchsia Linux SDK from FQnJKIHw7... to qywu-XJBK... (flutter/engine#28397) 2021-08-31 22:46:01 -07:00
skia-flutter-autoroll
416c2537eb Roll Fuchsia Mac SDK from PBsQu7H2x... to mBQmFpqqI... (flutter/engine#28396) 2021-08-31 22:21:01 -07:00
stuartmorgan
92341a8a64 Fix typo in FlMethodResponse docs 2021-09-01 16:46:08 +12:00
skia-flutter-autoroll
65432e1c9f Roll Skia from 51b4b86da645 to 44b7568c8a4e (1 revision) (flutter/engine#28394) 2021-08-31 17:51:01 -07:00
Jim Graham
967d492667 merge accounting of the (mutually exclusive) picture and dl cache entries in reported statistics (flutter/engine#28392) 2021-08-31 17:21:02 -07:00
skia-flutter-autoroll
0d99350446 Roll Skia from 3b2048987253 to 51b4b86da645 (4 revisions) (flutter/engine#28393) 2021-08-31 16:26:01 -07:00
Dan Field
01b6571ebc Drop unneded kotlin dep (flutter/engine#28375) 2021-08-31 15:31:02 -07:00
skia-flutter-autoroll
7d9863ea57 Roll Skia from a8b897bfc13d to 3b2048987253 (7 revisions) (flutter/engine#28390) 2021-08-31 15:01:01 -07:00
Jason Simmons
426d5baac8 Add missing result for the TextInput.setEditableSizeAndTransform method handler on Android (flutter/engine#28376) 2021-08-31 14:56:02 -07:00
Jim Graham
c5ca2fdb88 ensure op counts match between DisplayList and SkPicture (flutter/engine#28287) 2021-08-31 14:16:01 -07:00
skia-flutter-autoroll
22dbf4e230 Roll Skia from 772061e83674 to a8b897bfc13d (6 revisions) (flutter/engine#28389) 2021-08-31 12:11:02 -07:00
Siva
742e38b385 Turn compressed pointers on for Android 64 bit architectures. (flutter/engine#28388) 2021-08-31 10:55:19 -07:00
skia-flutter-autoroll
de37847311 Roll Skia from 262713dc652a to 772061e83674 (11 revisions) (flutter/engine#28387) 2021-08-31 10:46:02 -07:00
skia-flutter-autoroll
612600d0b3 Roll Fuchsia Linux SDK from KGgVwQrhW... to FQnJKIHw7... (flutter/engine#28386) 2021-08-31 09:26:01 -07:00
skia-flutter-autoroll
d1a5b73f71 Roll Skia from 78a00998f8d0 to 262713dc652a (2 revisions) (flutter/engine#28385) 2021-08-31 09:21:01 -07:00
skia-flutter-autoroll
e3aa0e57f9 Roll Fuchsia Mac SDK from _HYADWCi9... to PBsQu7H2x... (flutter/engine#28384) 2021-08-31 09:16:01 -07:00
skia-flutter-autoroll
de64a13044 Roll Skia from f182b8d05046 to 78a00998f8d0 (1 revision) (flutter/engine#28381) 2021-08-30 23:41:02 -07:00
skia-flutter-autoroll
be53a824d1 Roll Skia from 2303f7c4a918 to f182b8d05046 (1 revision) (flutter/engine#28379) 2021-08-30 21:26:02 -07:00