9693 Commits

Author SHA1 Message Date
skia-flutter-autoroll
5ceceeb343 Roll src/third_party/skia 5592f2485aaa..b88fe292b55b (12 commits) (flutter/engine#18407) 2020-05-14 19:52:01 -07:00
Jason Simmons
79c859b7f0 Manual Dart roll to 95e11bc2d30f7c1b9c49a4fc97a44c4b32fe66d8 (flutter/engine#18398) 2020-05-14 19:47:02 -07:00
Kaushik Iska
834cfb021e Add ocmock to iOS unit tests xcode project (flutter/engine#18396) 2020-05-14 19:42:02 -07:00
Yegor
ec93eba11d null-annotate compositing.dart (flutter/engine#18351) 2020-05-14 19:16:28 -07:00
godofredoc
a823e647fd Disable flow tests. (flutter/engine#18405)
seems like flow tests are leaving devices in a bad state.
2020-05-14 19:04:10 -07:00
Yegor
d453fcdd34 release previous canvas when picture is not painted (flutter/engine#18404) 2020-05-14 18:25:13 -07:00
Ferhat
9722cce7a6 [web] Remap cupertino fonts to -apple-system (flutter/engine#18388)
* Remap cupertino fonts to -apple-system
* Update text tests for fallback checks
2020-05-14 17:22:34 -07:00
nturgut
2521c9191b [web] change viewinsets instead of physical size for keyboard (flutter/engine#18328)
* changing viewInsets instead of physicalSize during text editing on mobile devices

* fix indentation

* fixing rotation issues. recalculating insets after physical size change. addressing reviewer comments

* make ui.windowpadding abstract. adding windowpadding implementation to engine.
2020-05-14 16:59:31 -07:00
Chris Bracken
a4edc3a287 null-annotate lib/ui/pointer.dart (flutter/engine#18354) 2020-05-14 15:17:29 -07:00
Chris Bracken
ccec586083 null-annotate lib/ui/plugins.dart (flutter/engine#18353) 2020-05-14 15:16:28 -07:00
Chris Bracken
f35f0d4cbe null-annotate lib/ui/isolate_name_server.dart (flutter/engine#18352) 2020-05-14 15:15:05 -07:00
skia-flutter-autoroll
12e362d6c9 Roll src/third_party/skia 79c5674a4ca1..5592f2485aaa (3 commits) (flutter/engine#18393) 2020-05-14 15:12:01 -07:00
godofredoc
32382161fd Re-enable Fuchsia tests (flutter/engine#18392)
This reverts commit 3f2ced919df85b318ca2261af82130b64c0f4e63.
2020-05-14 14:56:14 -07:00
Robert Ancell
2167ccdded Fix incorrect header for #FlBasicMessageChannel::respond (flutter/engine#18365) 2020-05-15 09:19:00 +12:00
skia-flutter-autoroll
5dce12793f Roll src/third_party/skia 39ec60aa8348..79c5674a4ca1 (3 commits) (flutter/engine#18389) 2020-05-14 13:07:03 -07:00
Kaushik Iska
0219ee95d8 Remove pipeline in favor of layer tree holder (flutter/engine#18285)
go/flutter-pipeline-improvements for more details.
2020-05-14 10:46:14 -07:00
skia-flutter-autoroll
fe9e1c5e86 Roll src/third_party/skia 5b2ede3d0d44..39ec60aa8348 (5 commits) (flutter/engine#18384) 2020-05-14 10:12:04 -07:00
Chris Bracken
07cdd1a2f1 Delete unused decode UTF-8, JSON functions (flutter/engine#18360)
These were added in 44ec9e55c9fb38dd8f94ebee3a19190472087c2c for use in
_handleNavigationMessage. That function was deleted in
0dd69f7b077bcde683df73f00a90ecacaa08df28, but the support methods were
left in the code. `// ignore: unused` annotations were added to all
private native entry points by dnfield (to work around what is arguably
a bug) in 2eae3feaafe2e95158d6b596acdfdbf346f60d98, and were applied to
these two methods, I suspect unintentionally.

In any case, they appear entirely unused at present.
2020-05-14 09:12:28 -07:00
skia-flutter-autoroll
3957b694b9 Roll src/third_party/skia 7156db260239..5b2ede3d0d44 (8 commits) (flutter/engine#18380) 2020-05-14 06:52:05 -07:00
skia-flutter-autoroll
c4eed5efb5 Roll src/third_party/skia 6c3db04c8b03..7156db260239 (4 commits) (flutter/engine#18370) 2020-05-13 21:27:04 -07:00
Robert Ancell
4433a1162a Add FlJsonMessageCodec (flutter/engine#18221) 2020-05-14 13:49:40 +12:00
skia-flutter-autoroll
6f0c7ff0c6 Roll src/third_party/skia 71903997254f..6c3db04c8b03 (9 commits) (flutter/engine#18361) 2020-05-13 18:42:04 -07:00
Robert Ancell
e244dcbddf Add FlBasicMessageChannel (flutter/engine#18189) 2020-05-14 12:09:32 +12:00
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