18200 Commits

Author SHA1 Message Date
skia-flutter-autoroll
2ebd3dbf7b
Roll Skia from 3b6b7478421b to fe02dd1ee6cb (5 revisions) (#19248) 2020-06-23 15:28:03 -07:00
nturgut
3fcf5463b9
Run IOS unit tests on LUCI (#19141)
* change the version of simulator. luci bots only has 13.0

* skip failing pointer binding tests

* skip path_metrics (canvaskit) and a method from surface_test

* fix analyzer errors

* remove extra added touch event context test

* removing left overs for screenshot debugging

* apply reviewers suggestion for skipping tests
2020-06-23 15:22:01 -07:00
skia-flutter-autoroll
88cc61e7ec
Roll Skia from 7f9aa5a2c609 to 3b6b7478421b (7 revisions) (#19246) 2020-06-23 13:28:02 -07:00
skia-flutter-autoroll
c5a62a6c83
Roll Fuchsia Linux SDK from RGOLO... to 3lfit... (#19243) 2020-06-23 13:23:03 -07:00
skia-flutter-autoroll
8c99d53bf6
Roll Dart SDK from 5a6c1e515849 to 6b630c3719bd (7 revisions) (#19247) 2020-06-23 13:18:02 -07:00
Jason Simmons
2b6c71c4d3
Reland "Implement PlatformViewsController.createOverlaySurface" (#19245) 2020-06-23 12:03:02 -07:00
Chris Bracken
10dfcc0318
Remove cbracken from reviewer auto-assign (#19244) 2020-06-23 11:58:02 -07:00
Jason Simmons
d023b66f43
Fix the return type of CreateContext (#19223) 2020-06-23 11:53:02 -07:00
skia-flutter-autoroll
d369e09f2f
Roll Skia from 044e8bc8c2da to 7f9aa5a2c609 (2 revisions) (#19240) 2020-06-23 11:33:02 -07:00
Anna Gringauze
ee4d641e3f
Added experimental-emit-debug-metadata flag to flutter frontend server (#19168)
- Added a --experimental--emit-debug-metadata flag to Flutter frontend server
- False by default
- Passed to the frontend server in the SDK
   - Introduced in change https://dart-review.googlesource.com/c/sdk/+/150181
2020-06-23 10:08:35 -07:00
Emmanuel Garcia
57d1333999
Use public accessor and move keep annotation (#19232)
Fixes an issue introduced in https://github.com/flutter/engine/pull/19221 where
accessing a private field is causing a crash in release mode.

Logs: https://console.firebase.google.com/project/flutter-infra/testlab/histories/bh.60bf482010a9daf5/matrices/8495138397166466033
2020-06-23 09:38:58 -07:00
skia-flutter-autoroll
bbe7503f32
Roll Skia from e7ad8c0d3be3 to 044e8bc8c2da (4 revisions) (#19239) 2020-06-23 09:23:02 -07:00
skia-flutter-autoroll
99ef01e53b
Roll Dart SDK from 912ae8230fb7 to 5a6c1e515849 (6 revisions) (#19238) 2020-06-23 08:48:01 -07:00
skia-flutter-autoroll
4986f25c08
Roll Skia from 2bf27f21f8d1 to e7ad8c0d3be3 (4 revisions) (#19237) 2020-06-23 08:03:05 -07:00
skia-flutter-autoroll
dd539c9806
Roll Skia from c2f46c16ab67 to 2bf27f21f8d1 (1 revision) (#19236) 2020-06-23 06:43:05 -07:00
skia-flutter-autoroll
0b7eeebf53
Roll Dart SDK from d2628a71067d to 912ae8230fb7 (6 revisions) (#19235) 2020-06-23 04:18:02 -07:00
skia-flutter-autoroll
0c3c332530
Roll Fuchsia Mac SDK from LRcV-... to MvXLH... (#19234) 2020-06-23 02:33:02 -07:00
skia-flutter-autoroll
9c7c6b1487
Roll Skia from fc2534692b97 to c2f46c16ab67 (2 revisions) (#19233) 2020-06-23 00:28:01 -07:00
skia-flutter-autoroll
796533810c
Roll Dart SDK from 2d22e4ca26ef to d2628a71067d (3 revisions) (#19231) 2020-06-22 23:48:02 -07:00
skia-flutter-autoroll
210d7b47dc
Roll Skia from b444943db27d to fc2534692b97 (1 revision) (#19230) 2020-06-22 23:08:01 -07:00
skia-flutter-autoroll
f1095d6b02
Roll Fuchsia Linux SDK from oldar... to RGOLO... (#19229) 2020-06-22 22:23:01 -07:00
Emmanuel Garcia
a8635a42d8
Revert "Implement PlatformViewsController.createOverlaySurface (#19226)" (#19228)
This reverts commit 2bf51b374d4782e03fd8e1b2252ab36a5b825b2b.
2020-06-22 20:30:32 -07:00
Jason Simmons
2bf51b374d
Implement PlatformViewsController.createOverlaySurface (#19226) 2020-06-22 19:21:26 -07:00
skia-flutter-autoroll
0f497892ea
Roll Dart SDK from d872aea6a645 to 2d22e4ca26ef (14 revisions) (#19227) 2020-06-22 19:18:02 -07:00
skia-flutter-autoroll
a4197d6310
Roll Skia from 6dd62cbdfa1c to b444943db27d (1 revision) (#19225) 2020-06-22 18:23:03 -07:00
skia-flutter-autoroll
2cb544dba7
Roll Skia from 3cf3d92b56fd to 6dd62cbdfa1c (4 revisions) (#19222) 2020-06-22 17:03:09 -07:00
Jason Simmons
639e2c6450
JNI glue for calling PlatformViewsController.createOverlaySurface (#19221) 2020-06-22 16:28:04 -07:00
Chris Yang
5b1b59a34d
Reland "Add GetBoundingRectAfterMutations to EmbeddedViewParams to calculate the final bounding rect for platform view #19170" (#19212) 2020-06-22 15:10:02 -07:00
Filip Filmar
2a5053f299
[fuchsia] Adds --targets arg for build_fuchsia_artifacts.py (#19109)
The Fuchsia artifact builder didn't allow the end user to add more
packages to build for Fuchsia.  The current default is building only
the platform-specific packages; but packages like
`flutter/shell/common:shell_tests` are also defined for Fuchsia but
not compiled by default.

This change makes it less of a hassle to compile such packages.
2020-06-22 14:51:57 -07:00
Maurice Parrish
1913040ebe
Creates a new RenderMode for FlutterView (#19143) 2020-06-22 14:40:00 -07:00
skia-flutter-autoroll
a188779b28
Roll Skia from abe2375dfb06 to 3cf3d92b56fd (5 revisions) (#19218) 2020-06-22 14:23:05 -07:00
skia-flutter-autoroll
f978e499fe
Roll Fuchsia Mac SDK from thz2_... to LRcV-... (#19217) 2020-06-22 13:28:03 -07:00
skia-flutter-autoroll
363bf8aec9
Roll Dart SDK from cc5df58bd229 to d872aea6a645 (8 revisions) (#19216) 2020-06-22 13:18:04 -07:00
nturgut
683cc1594d
Enable firefox integration tests (#19164)
* firefox integration tests enable

* addressing reviewer comments
2020-06-22 13:16:57 -07:00
skia-flutter-autoroll
6e62a53f17
Roll Skia from 956ec8a8bcdd to abe2375dfb06 (5 revisions) (#19215) 2020-06-22 13:03:04 -07:00
LongCatIsLooong
db4801c1e8
[iOS] text input methods to only call updateEditState once (#19161) 2020-06-22 09:37:29 -07:00
Ferhat
f16a16eaf6
Fix fonts.clear exception in IE11 (#19180) 2020-06-22 09:24:31 -07:00
skia-flutter-autoroll
50cd3e6d80
Roll Fuchsia Linux SDK from gaCdq... to oldar... (#19209) 2020-06-22 09:03:04 -07:00
skia-flutter-autoroll
4eff119a71
Roll Skia from 50daeddf396f to 956ec8a8bcdd (5 revisions) (#19208) 2020-06-22 08:18:03 -07:00
skia-flutter-autoroll
ed66266f96
Roll Dart SDK from 9fcac032b669 to cc5df58bd229 (22 revisions) (#19207) 2020-06-22 06:58:03 -07:00
Brian Osman
9cecc5f115
Revert "Add GetBoundingRectAfterMutations to EmbeddedViewParams to calculate the final bounding rect for platform view (#19170)" (#19204)
This reverts commit f5c315fe56f5fa67503ffbc9282edc086921aaa3.
2020-06-22 07:30:59 -04:00
Chris Yang
f5c315fe56
Add GetBoundingRectAfterMutations to EmbeddedViewParams to calculate the final bounding rect for platform view (#19170) 2020-06-21 21:01:53 -07:00
skia-flutter-autoroll
f8b00eb960
Roll Fuchsia Linux SDK from subm1... to gaCdq... (#19195) 2020-06-21 16:28:03 -07:00
skia-flutter-autoroll
a9f51ae0b3
Roll Fuchsia Mac SDK from hY212... to thz2_... (#19194) 2020-06-21 16:03:02 -07:00
skia-flutter-autoroll
a267f0bc5e
Roll Skia from dc3b8f94f587 to 50daeddf396f (1 revision) (#19193) 2020-06-21 14:53:02 -07:00
skia-flutter-autoroll
367c28cdf2
Roll Fuchsia Linux SDK from g6RIO... to subm1... (#19190) 2020-06-21 03:08:01 -07:00
skia-flutter-autoroll
147f4ea35d
Roll Fuchsia Mac SDK from hlLdJ... to hY212... (#19189) 2020-06-21 02:58:02 -07:00
skia-flutter-autoroll
12b456fd3d
Roll Skia from 9eb89bac85e1 to dc3b8f94f587 (2 revisions) (#19187) 2020-06-20 15:03:02 -07:00
skia-flutter-autoroll
33f922e18b
Roll Fuchsia Mac SDK from 68PYO... to hlLdJ... (#19184) 2020-06-20 13:53:04 -07:00
skia-flutter-autoroll
a425e26280
Roll Fuchsia Linux SDK from 7tx5F... to g6RIO... (#19182) 2020-06-20 13:48:02 -07:00