10468 Commits

Author SHA1 Message Date
skia-flutter-autoroll
cd8ed18f81 Roll Skia from c34efe0da102 to 8c7ecc1c06f4 (1 revision) (flutter/engine#20109) 2020-07-29 07:06:02 -07:00
skia-flutter-autoroll
ca203dbf47 Roll Skia from 4866d0ad5f3c to c34efe0da102 (1 revision) (flutter/engine#20108) 2020-07-29 04:56:02 -07:00
skia-flutter-autoroll
2aefaafaed Roll Fuchsia Linux SDK from ETPOTPepP... to ROYgzKMaF... (flutter/engine#20105) 2020-07-29 03:31:02 -07:00
Clement Skau
9a94fd08b4 Enable lazy-async-stacks by-default in all modes (2) (flutter/engine#19270) 2020-07-29 12:25:30 +02:00
skia-flutter-autoroll
9d465d493b Roll Skia from 620bfa3fffba to 4866d0ad5f3c (1 revision) (flutter/engine#20104) 2020-07-29 00:56:02 -07:00
skia-flutter-autoroll
a731c8aecc Roll Skia from 3a608e5bc9d5 to 620bfa3fffba (1 revision) (flutter/engine#20102) 2020-07-28 23:16:03 -07:00
skia-flutter-autoroll
48c4f275e6 Roll Skia from 39d1c1ebb607 to 3a608e5bc9d5 (1 revision) (flutter/engine#20101) 2020-07-28 20:06:02 -07:00
skia-flutter-autoroll
32580d462d Roll Skia from 6007f3bd6f36 to 39d1c1ebb607 (24 revisions) (flutter/engine#20098) 2020-07-28 18:26:03 -07:00
Dan Field
5f38af543e support fallback codecs on Windows, macOS, iOS (flutter/engine#19989) 2020-07-28 17:46:02 -07:00
Dan Field
86e51b5eec 4x4.png -> 2x2.png; this file is actually 2x2 (flutter/engine#20005)
* 4x4.png -> 2x2.png; this file is actually 2x2
2020-07-28 17:12:26 -07:00
Sanjay Chouksey
442e4d82fc Allow access to a zircon handle's koid (flutter/engine#20087)
A zircon handle is associated with a koid, kernal object identifier.
Whereas the handle can be duplicated, koid is unique. Two distinct
handles can point to the same kernal object, if their koids are
the same.

This change adds access to koid for a Handle object.

Test: Adds a unittest for koid

Co-authored-by: Sanjay Chouksey <sanjayc@google.com>
2020-07-28 16:32:17 -07:00
skia-flutter-autoroll
aa7369e262 Roll Fuchsia Linux SDK from 747AFt_Hq... to ETPOTPepP... (flutter/engine#20091) 2020-07-28 14:11:02 -07:00
Jenn Magder
42f5ce74d8 Save current screenshot as attachment in scenarios test (flutter/engine#20090) 2020-07-28 13:57:24 -07:00
Adlai Holler
e5614964f4 Use the GrDirectContext factories instead of deprecated GrContext ones (flutter/engine#19962)
This is part of a larger effort to expose the difference between GrDirectContext,
which runs on the GPU thread and can directly perform operations like uploading
textures, and GrRecordingContext, which can only queue up work to be delivered
to the GrDirectContext later.
2020-07-28 13:32:09 -07:00
Yuqian Li
d026bc360e Add purge-persistent-cache (flutter/engine#20013)
For https://github.com/flutter/flutter/issues/39526
2020-07-28 10:29:59 -07:00
nturgut
8a56925414 [a11y-web] Semantics fix (flutter/engine#19898)
* fixinf enable semantics

* fix unit tests

* fix indentation

* addressing reviewer comments

* fix comment

* make commnt starts upper case

* fix grammar in comment

* Add one more comment
2020-07-28 10:29:02 -07:00
LongCatIsLooong
cfb0e1570f Add autofill save for iOS and Android (flutter/engine#18643) 2020-07-28 10:23:55 -07:00
chunhtai
23fb7c08c6 fix FlutterViewUpdateCustomAccessibilityActions uses correct string list (flutter/engine#19623)
* fix FlutterViewUpdateCustomAccessibilityActions uses correct string list

* add test to ci

* format

* add license file

* fix test

* fix lint
2020-07-28 09:49:59 -07:00
skia-flutter-autoroll
d4730057bc Roll Skia from b65d72be24c7 to 6007f3bd6f36 (2 revisions) (flutter/engine#20081) 2020-07-28 01:11:01 -07:00
skia-flutter-autoroll
3e12b5e8ef Roll Skia from 8513867ced39 to b65d72be24c7 (45 revisions) (flutter/engine#20080) 2020-07-27 23:46:02 -07:00
skia-flutter-autoroll
76d94c45a1 Roll Fuchsia Linux SDK from vzpWHX5jS... to 747AFt_Hq... (flutter/engine#20078) 2020-07-27 22:11:02 -07:00
nturgut
81f2d37070 re-enable integration tests. increase sdk version. (flutter/engine#20075) 2020-07-27 19:37:47 -07:00
nturgut
f491fb0126 both trees are red, stop running integration tests (flutter/engine#20060) 2020-07-27 11:15:56 -07:00
stuartmorgan
cd66f501cb Fix invalid selection handling in text plugins (flutter/engine#19899)
The Windows, Linux, and GLFW embeddings (which all share a common code
ancestry) pass TextInput.setEditingState selection base and extents
straight through to the shared text model class. The model expects those
values to be valid, but the framework sends -1/-1 for "invalid"
selections, which happen for some empty text cases (e.g.,
TextFieldController.clear()).

This translates those invalid selection values to an empty selection at
the start of the string, as expected by the model.

Fixes https://github.com/flutter/flutter/issues/59140
2020-07-27 11:00:02 -07:00
nturgut
bf4cd9d73d Add a todo to felt (PR to rerun the tree) (flutter/engine#20025) 2020-07-25 21:12:15 -07:00
Jason Simmons
775070bf96 Upgrade the analyzer package to version 0.39.15 for Dart 2.10 support (flutter/engine#20024) 2020-07-24 18:26:43 -07:00
Jason Simmons
13530ba813 Disable the web SDK API conformance test until the analyzer is updated for Dart 2.10 (flutter/engine#20023) 2020-07-24 17:01:57 -07:00
Jason Simmons
99192706be Add Dart 2.10 annotations to the web engine sources (flutter/engine#20019) 2020-07-24 15:56:17 -07:00
Jonah Williams
cd10bc80ba fix gclient runhooks for windows (flutter/engine#20014)
* fix gclient runhooks for windows
2020-07-24 13:22:24 -07:00
Jonah Williams
b6aadb0406 [null-safety] fix real type failures in web engine (flutter/engine#20010)
remove extra null checks
2020-07-24 12:37:35 -07:00
Jonah Williams
a71b077bc9 remove usage of dartdev command (flutter/engine#20011)
* remove usage of dartdev command so that gclient runhooks can re-generate package_config.json
2020-07-24 12:22:45 -07:00
skia-flutter-autoroll
b38a395da1 Roll Skia from 809a99819e70 to 8513867ced39 (6 revisions) (flutter/engine#20009) 2020-07-24 11:56:01 -07:00
Siva
4f1710e807 Manual merge of Dart a3815b6590...24c7666def (flutter/engine#19967)
* Manual merge or Dart into flutter a3815b6590...24c7666def

dart-lang/sdk@24c7666def Update tests that have the current version number hardcoded
dart-lang/sdk@f88ce7aef5 Increase Dart version to 2.10

* Update language version.

* Update license.

* Hpdate language version.

* Update license.
2020-07-24 11:00:34 -07:00
nturgut
fe01de71bf Address platform changes in the integration tests. (flutter/engine#20008) 2020-07-24 10:52:57 -07:00
skia-flutter-autoroll
c2ddf19398 Roll Skia from c8bc99ff6a8a to 809a99819e70 (2 revisions) (flutter/engine#20004) 2020-07-24 10:36:02 -07:00
skia-flutter-autoroll
3a27258ed1 Roll Fuchsia Linux SDK from FYoGW-y7o... to vzpWHX5jS... (flutter/engine#20002) 2020-07-24 09:31:01 -07:00
skia-flutter-autoroll
b44286bd61 Roll Skia from a75dc33a677f to c8bc99ff6a8a (4 revisions) (flutter/engine#20001) 2020-07-24 09:16:01 -07:00
skia-flutter-autoroll
9a82a49556 Roll Skia from 33419346946d to a75dc33a677f (6 revisions) (flutter/engine#20000) 2020-07-24 07:51:02 -07:00
skia-flutter-autoroll
ce5bf8d860 Roll Skia from f617b4d9c2b8 to 33419346946d (1 revision) (flutter/engine#19999) 2020-07-24 06:31:02 -07:00
skia-flutter-autoroll
0c4550c782 Roll Skia from 9eea916c05aa to f617b4d9c2b8 (1 revision) (flutter/engine#19994) 2020-07-24 00:21:02 -07:00
skia-flutter-autoroll
00a5270d35 Roll Skia from 024d745fcc62 to 9eea916c05aa (4 revisions) (flutter/engine#19992) 2020-07-23 23:01:01 -07:00
Emmanuel Garcia
da28c5954a bool SubmitFrame -> void SubmitFrame (flutter/engine#18984) 2020-07-23 16:16:02 -07:00
Todd Volkert
f13417b37a Add support for playing alert sound on MacOS (flutter/engine#19970)
flutter/flutter#62143
2020-07-23 14:00:13 -07:00
skia-flutter-autoroll
0bb6caa97d Roll Fuchsia Linux SDK from ms0pkbUq8... to FYoGW-y7o... (flutter/engine#19984) 2020-07-23 13:26:02 -07:00
Emmanuel Garcia
b7345a4242 Remove android view from the Mutator stack (flutter/engine#19972) 2020-07-23 10:50:15 -07:00
skia-flutter-autoroll
b7985364f8 Roll Skia from b25e0650ddd8 to 024d745fcc62 (1 revision) (flutter/engine#19978) 2020-07-23 09:26:02 -07:00
Felipe Archondo
6cdf2e8d43 fix and re-enable SessionConnection unit tests (flutter/engine#19812)
[fuchsia] fix and re-enable SessionConnection unittests

This change waits until Scenic is initialized before beginning the test
logic. This should fix the issue where the test starts running before or
during Scenic startup.
2020-07-23 12:15:07 -04:00
skia-flutter-autoroll
2b897cfa53 Roll Skia from 446b974be827 to b25e0650ddd8 (1 revision) (flutter/engine#19977) 2020-07-23 08:06:01 -07:00
skia-flutter-autoroll
c854721531 Roll Skia from b8fe9093351f to 446b974be827 (1 revision) (flutter/engine#19976) 2020-07-23 06:46:02 -07:00
skia-flutter-autoroll
7cf60de711 Roll Skia from abd75556630d to b8fe9093351f (2 revisions) (flutter/engine#19975) 2020-07-23 00:16:02 -07:00