Yegor
5db8fe0da7
null-annotate lerp.dart, annotations.dart, channel_buffers.dart, hash_codes.dart ( flutter/engine#18348 )
2020-05-13 16:35:22 -07:00
Jason Simmons
91f67b420c
Move FlutterLoader disk I/O to a background thread to comply with Android strict mode ( flutter/engine#18241 )
2020-05-13 14:17:03 -07:00
Robert Ancell
5e242e26b4
Add guards on FlValue methods to check for NULL values ( flutter/engine#18226 )
2020-05-14 09:02:51 +12:00
skia-flutter-autoroll
9b5208133e
Roll src/third_party/skia 056d543c91e0..71903997254f (7 commits) ( flutter/engine#18350 )
2020-05-13 13:57:04 -07:00
Emmanuel Garcia
15e32296f2
Fix scenario platform view tests on Android ( flutter/engine#18332 )
2020-05-13 13:33:38 -07:00
skia-flutter-autoroll
526959978c
Roll src/third_party/skia 3ebadcc98eab..056d543c91e0 (8 commits) ( flutter/engine#18344 )
2020-05-13 11:52:02 -07:00
Jason Simmons
879bb46204
[web] Represent CSS identity transforms as 'none' instead of null ( flutter/engine#18288 )
2020-05-13 11:47:03 -07:00
Kaushik Iska
3f2ced919d
Revert "Re-enable Fuchsia tests ( #18342 )" ( flutter/engine#18345 )
...
This reverts commit 8a8fe6e81f6163b934cbcbd4750f0e6dc018176a.
2020-05-13 10:21:25 -07:00
Kaushik Iska
8a8fe6e81f
Re-enable Fuchsia tests ( flutter/engine#18342 )
...
Co-authored-by: Kaushik Iska <kaushikiska@google.com>
2020-05-13 09:21:34 -07:00
Ferhat
fd8bfdf626
[web] Fix paragraph positioning ( flutter/engine#18329 )
...
* Fix text positioning
* Update golden locks
2020-05-13 09:09:18 -07:00
Chris Yang
a2b17f2993
Always keep thread merged when there are platform views. ( flutter/engine#18245 )
2020-05-13 08:53:46 -07:00
Kaushik Iska
31d2a40029
Completely disable paving the device on Fuchsia ( flutter/engine#18340 )
2020-05-13 07:42:22 -07:00
skia-flutter-autoroll
b7b23ffc17
Roll src/third_party/skia 3d2c41b773f6..3ebadcc98eab (14 commits) ( flutter/engine#18333 )
2020-05-13 07:27:04 -07:00
Robert Ancell
33d8ec80b3
Use 'message' as the parameter name in FlMessageCodec::encode_message ( flutter/engine#18253 )
...
This is more consistent with the Dart code.
2020-05-13 16:55:20 +12:00
Kaushik Iska
627585f58f
Disable all fuchsia tests temporarily ( flutter/engine#18326 )
2020-05-12 17:31:50 -07:00
Kaushik Iska
b7e69d849a
Disable flow tests on Fuchsia ( flutter/engine#18323 )
2020-05-12 16:36:42 -07:00
Kaushik Iska
85724df40c
Temporarily disabling the fuchsia shell, runtime tests ( flutter/engine#18319 )
...
see: https://github.com/flutter/flutter/issues/57061
2020-05-12 15:57:36 -07:00
Kaushik Iska
eaa27c483b
[fuchsia] Disable failing physical shape layer tests ( flutter/engine#18308 )
...
See: fxb/52028
2020-05-12 12:34:21 -07:00
skia-flutter-autoroll
e116821a9c
Roll src/third_party/skia 4e9cfe7691dd..3d2c41b773f6 (1 commits) ( flutter/engine#18296 )
2020-05-12 07:25:07 -07:00
skia-flutter-autoroll
4945327070
Roll src/third_party/skia 36bda05b2199..4e9cfe7691dd (4 commits) ( flutter/engine#18292 )
2020-05-12 00:55:03 -07:00
skia-flutter-autoroll
56c83397f7
Roll src/third_party/skia dd1de25896e9..36bda05b2199 (1 commits) ( flutter/engine#18291 )
2020-05-11 23:20:03 -07:00
LongCatIsLooong
1723142b9d
add new keyboard types and missing autofill hints ( flutter/engine#18202 )
2020-05-11 19:41:46 -07:00
skia-flutter-autoroll
6ae9cbdfe2
Roll src/fuchsia/sdk/linux from oDp5y... to TZN85... ( flutter/engine#18287 )
2020-05-11 19:40:02 -07:00
Robert Ancell
c617e2ecf5
Add FlStandardMessageCodec ( flutter/engine#18213 )
2020-05-12 11:09:21 +12:00
skia-flutter-autoroll
78532ca46e
Roll src/third_party/skia 518fd4d9d09d..dd1de25896e9 (2 commits) ( flutter/engine#18282 )
2020-05-11 15:35:03 -07:00
Robert Ancell
4058392714
Fix incorrect declaration of FlBinaryCodec ( flutter/engine#18283 )
2020-05-12 09:58:47 +12:00
Kaushik Iska
1acb5d4817
Fix latest_frame_target_time race ( flutter/engine#18279 )
...
There are some cases where onAnimatorDraw gets called before
onAnimatorBeginFrame, in these cases we need to update the
latest_frame_target_time to be the target time for the current frame.
This manifested as an issue in release mode Android builds:
https://firebase.corp.google.com/project/flutter-infra/testlab/histories/bh.27c33c672e9b01f2/matrices/4903344583855476919/executions/bs.ee4f6f7ad8671a34
2020-05-11 14:52:22 -07:00
Robert Ancell
b518809f2d
Use the term 'handler' for registering callbacks. ( flutter/engine#18269 )
...
This is the term used in the Dart code and which callback is more commonly used
in GLib matching the Dart code will make developers life easier.
2020-05-12 09:01:10 +12:00
Robert Ancell
3e58d628c5
Fix grammar in FlBinaryCodec/FlStringCodec descriptions ( flutter/engine#18268 )
2020-05-12 09:00:36 +12:00
Chris Yang
d01fc45249
refactor the task_runner and task_runner_checker ( flutter/engine#18238 )
2020-05-11 13:58:08 -07:00
skia-flutter-autoroll
c354d2168a
Roll src/third_party/skia c74db7998b4e..518fd4d9d09d (1 commits) ( flutter/engine#18278 )
2020-05-11 13:50:01 -07:00
skia-flutter-autoroll
7fff89ea9f
Roll src/third_party/skia 21be4f215d0b..c74db7998b4e (2 commits) ( flutter/engine#18277 )
2020-05-11 12:15:04 -07:00
skia-flutter-autoroll
9f4a62aebe
Roll src/third_party/skia 83c6626946d0..21be4f215d0b (5 commits) ( flutter/engine#18275 )
2020-05-11 10:45:03 -07:00
skia-flutter-autoroll
473cb651d2
Roll src/third_party/skia d7a5b59b1ef0..83c6626946d0 (5 commits) ( flutter/engine#18274 )
2020-05-11 09:15:01 -07:00
skia-flutter-autoroll
6f919a6074
Roll src/third_party/skia ceb39212fece..d7a5b59b1ef0 (5 commits) ( flutter/engine#18273 )
2020-05-11 07:50:02 -07:00
skia-flutter-autoroll
0390cea5fa
Roll src/third_party/skia 0b535555ed5d..ceb39212fece (1 commits) ( flutter/engine#18271 )
2020-05-11 06:20:02 -07:00
skia-flutter-autoroll
f4fb64a03f
Roll src/fuchsia/sdk/linux from iJ5zT... to oDp5y... ( flutter/engine#18265 )
2020-05-11 06:10:03 -07:00
Marcus Tomlinson
7d5268265e
Add new FlutterEngineAOTData argument to FlutterProjectArgs ( flutter/engine#18146 )
...
Added a new `FlutterEngineAOTData` argument to `FlutterProjectArgs`. Embedders can instantiate and destroy this object via the new `FlutterEngineCreateAOTData` and `FlutterEngineCollectAOTData` methods provided.
If an embedder provides more than one source of AOT data to `FlutterEngineInitialize` or `FlutterEngineRun` (e.g. snapshots as well as `FlutterEngineAOTData`), the engine will error out.
Resolves: https://github.com/flutter/flutter/issues/50778
2020-05-10 10:24:56 -07:00
skia-flutter-autoroll
4f857fbd46
Roll src/third_party/skia 2b688a65c1df..0b535555ed5d (1 commits) ( flutter/engine#18264 )
2020-05-10 03:14:02 -07:00
skia-flutter-autoroll
b63ce4e9ef
Roll src/third_party/skia bf1904fd4898..2b688a65c1df (3 commits) ( flutter/engine#18263 )
2020-05-10 00:19:02 -07:00
skia-flutter-autoroll
6c45315254
Roll src/fuchsia/sdk/linux from c1q_S... to iJ5zT... ( flutter/engine#18261 )
2020-05-09 22:44:03 -07:00
Jason Simmons
9c611e4cb0
Restore the call to initConfig in FlutterLoader ( flutter/engine#18257 )
...
This was accidentally removed in https://github.com/flutter/engine/pull/18182
2020-05-09 11:49:11 -07:00
liyuqian
e91baef192
Restore integer snapping on OpacityLayer ( flutter/engine#18255 )
...
This fixes https://github.com/flutter/flutter/issues/56722
2020-05-09 11:29:37 -07:00
Emmanuel Garcia
a9b1a8bd6a
Add support for screenshot testing in the scenario app on Android ( flutter/engine#18115 )
2020-05-09 10:34:55 -07:00
Gary Qian
7b4b9dea11
Add fullscreen padding workarounds to v2 android embedding ( flutter/engine#18193 )
2020-05-09 04:31:27 -07:00
skia-flutter-autoroll
74b8c8b13e
Roll src/third_party/skia 6913d1bb1d7a..bf1904fd4898 (3 commits) ( flutter/engine#18243 )
2020-05-08 16:29:02 -07:00
Kaushik Iska
1785bb19b0
Revert "Remove pipeline in favor of layer tree holder ( #17688 )" ( flutter/engine#18242 )
2020-05-08 16:09:02 -07:00
Ferhat
f880264846
Add fontFeatures and decorationThickness to textstyle ( flutter/engine#18235 )
2020-05-08 15:20:38 -07:00
skia-flutter-autoroll
4cf4078af1
Roll src/third_party/skia 7359165e660c..6913d1bb1d7a (1 commits) ( flutter/engine#18237 )
2020-05-08 14:44:01 -07:00
Nurhan Turgut
56ec0f7f63
skip font loading tests for safari ( flutter/engine#18232 )
2020-05-08 13:30:13 -07:00