Commit Graph

4155 Commits

Author SHA1 Message Date
Mehmet Fidanboylu
c43e79d938 Don't use unix or win namespaces (flutter/engine#6277) 2018-09-18 19:43:26 -07:00
Jason Simmons
56fdcb7dbd Return null instead of throwing if an instance method is passed to PluginUtilities.getCallbackHandle (flutter/engine#6260) 2018-09-18 17:07:03 -07:00
skia-flutter-autoroll
b0efc4ca06 Roll src/third_party/skia 060e992ef5b8..1d6281d4bb47 (34 commits) (flutter/engine#6274)
https://skia.googlesource.com/skia.git/+log/060e992ef5b8..1d6281d4bb47


Created with:
  gclient setdep -r src/third_party/skia@1d6281d4bb47

The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
2018-09-18 11:42:17 -04:00
sjindel-google
8d180f0bb2 Remove entries from dart_vm_entry_points.txt and use annotations (flutter/engine#6226)
The `dart_vm_entry_points.txt` file is now deprecated in favor of annotations.
Support for parsing and generating the entry-points files will be removed from Dart shortly.
2018-09-18 10:56:26 +02:00
Michael Klimushyn
b23b36ad34 Update test .gitignore (flutter/engine#6272)
`testing/dart/android/` and `testing/dart/ios` both look like generated
directories created after each `run_tests` execution.
2018-09-17 17:10:30 -07:00
Zachary Anderson
d22b813220 [fuchsia] Fixes for the Fuchsia build (flutter/engine#6273) 2018-09-17 15:42:42 -07:00
Jason Simmons
ea656290b1 Ensure that Layer::AutoSaveLayer objects are not immediately destructed (flutter/engine#6264)
Fixes https://github.com/flutter/flutter/issues/20859
2018-09-17 11:43:41 -07:00
Jason Simmons
fe75ce3702 Fix the frontend_server test (flutter/engine#6261) 2018-09-17 10:07:47 -07:00
Jason Simmons
a7c7554259 Update engine tests for Dart 2 compilation and language changes (flutter/engine#6262) 2018-09-17 09:28:11 -07:00
skia-flutter-autoroll
a03e9c98b3 Roll src/third_party/skia 098c1355bf70..060e992ef5b8 (1 commits) (flutter/engine#6269)
https://skia.googlesource.com/skia.git/+log/098c1355bf70..060e992ef5b8


Created with:
  gclient setdep -r src/third_party/skia@060e992ef5b8

The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
2018-09-17 06:35:17 -04:00
skia-flutter-autoroll
d2251d2e77 Roll src/third_party/skia 840debe9c748..098c1355bf70 (1 commits) (flutter/engine#6268)
https://skia.googlesource.com/skia.git/+log/840debe9c748..098c1355bf70


Created with:
  gclient setdep -r src/third_party/skia@098c1355bf70

The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
2018-09-16 04:56:17 -04:00
skia-flutter-autoroll
a140431f52 Roll src/third_party/skia 8e73f4b6bbef..840debe9c748 (1 commits) (flutter/engine#6267)
https://skia.googlesource.com/skia.git/+log/8e73f4b6bbef..840debe9c748


Created with:
  gclient setdep -r src/third_party/skia@840debe9c748

The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
2018-09-15 12:56:17 -04:00
skia-flutter-autoroll
322561f07e Roll src/third_party/skia afebe1614e5e..8e73f4b6bbef (1 commits) (flutter/engine#6265)
https://skia.googlesource.com/skia.git/+log/afebe1614e5e..8e73f4b6bbef


Created with:
  gclient setdep -r src/third_party/skia@8e73f4b6bbef

The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
2018-09-15 01:22:17 -04:00
skia-flutter-autoroll
9cb9e52b99 Roll src/third_party/skia 7b617a7fc85d..afebe1614e5e (8 commits) (flutter/engine#6258)
https://skia.googlesource.com/skia.git/+log/7b617a7fc85d..afebe1614e5e


Created with:
  gclient setdep -r src/third_party/skia@afebe1614e5e

The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
2018-09-14 18:48:17 -04:00
liyuqian
2db3d26f4a Remove LayerBuilder and DefaultLayerBuilder (flutter/engine#6256)
This essentially reverts https://github.com/flutter/engine/pull/4197/
as no one is (or soon will be) implementing an alternative LayerBuilder.
Let's just put everything in SceneBuilder to reduce the YAGNI
(you aren't gonna need it) smell. This will also make retained rendering
API changes much easier.
2018-09-14 15:13:00 -07:00
skia-flutter-autoroll
56012119d3 Roll src/third_party/skia 7724d3f4949b..7b617a7fc85d (6 commits) (flutter/engine#6255)
https://skia.googlesource.com/skia.git/+log/7724d3f4949b..7b617a7fc85d


Created with:
  gclient setdep -r src/third_party/skia@7b617a7fc85d

The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
2018-09-14 15:23:17 -04:00
Jason Simmons
d84092681b Update test and license scripts for Dart SDK 2.1.0 (flutter/engine#6254) 2018-09-14 11:29:51 -07:00
Ryan Macnak
a6d25b895c Reapply "Some cleanups enabled by removing support for Dart 1" (flutter/engine#6250)
Following fixes in dart-lang/sdk@91cbb57cd5
2018-09-14 09:36:13 -07:00
Jonah Williams
b4198127e3 update live region to trigger on label change, remove manual trigger (flutter/engine#6248) 2018-09-14 09:10:59 -07:00
skia-flutter-autoroll
62266d8440 Roll src/third_party/skia 66261f1ac2b7..7724d3f4949b (3 commits) (flutter/engine#6252)
https://skia.googlesource.com/skia.git/+log/66261f1ac2b7..7724d3f4949b


Created with:
  gclient setdep -r src/third_party/skia@7724d3f4949b

The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
2018-09-14 11:56:18 -04:00
skia-flutter-autoroll
4cfc54ec76 Roll src/third_party/skia 637c06aec7b1..66261f1ac2b7 (29 commits) (flutter/engine#6251)
https://skia.googlesource.com/skia.git/+log/637c06aec7b1..66261f1ac2b7


Created with:
  gclient setdep -r src/third_party/skia@66261f1ac2b7

The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
2018-09-14 08:32:17 -04:00
skia-flutter-autoroll
ba3eb2ac0a Roll src/third_party/skia 46a5f6c28a34..637c06aec7b1 (1 commits) (flutter/engine#6246)
https://skia.googlesource.com/skia.git/+log/46a5f6c28a34..637c06aec7b1

Created with:
  gclient setdep -r src/third_party/skia@637c06aec7b1

The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
2018-09-14 08:09:49 -04:00
Jonah Williams
b258e126f3 Add scrollIndex and scrollChildren to semantics, add Android implementation (flutter/engine#6239) 2018-09-13 10:28:27 -07:00
Michael Goderbauer
8236d4cc0a Prepare for stripping and dsyming Flutter.framework (flutter/engine#6247) 2018-09-13 18:49:54 +02:00
skia-flutter-autoroll
5fc6b1eacf Roll src/third_party/skia 76bba35cbaa4..46a5f6c28a34 (1 commits) (flutter/engine#6244)
https://skia.googlesource.com/skia.git/+log/76bba35cbaa4..46a5f6c28a34


Created with:
  gclient setdep -r src/third_party/skia@46a5f6c28a34

The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
2018-09-13 02:22:18 -04:00
KyleWong
60ac4f0fe3 Fix a crash when UILaunchStoryboardName is not specified in Info.plist (flutter/engine#6234)
Some developers might prefer launch images.
2018-09-12 21:08:01 -07:00
skia-flutter-autoroll
65f6093433 Roll src/third_party/skia 34e5e1b387f5..76bba35cbaa4 (2 commits) (flutter/engine#6243)
https://skia.googlesource.com/skia.git/+log/34e5e1b387f5..76bba35cbaa4


Created with:
  gclient setdep -r src/third_party/skia@76bba35cbaa4

The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
2018-09-12 22:39:17 -04:00
skia-flutter-autoroll
ebf32e41d1 Roll src/third_party/skia 858f648bdae3..34e5e1b387f5 (8 commits) (flutter/engine#6241)
https://skia.googlesource.com/skia.git/+log/858f648bdae3..34e5e1b387f5


Created with:
  gclient setdep -r src/third_party/skia@34e5e1b387f5

The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
2018-09-12 19:15:17 -04:00
skia-flutter-autoroll
749bd6164c Roll src/third_party/skia 16322637c477..858f648bdae3 (7 commits) (flutter/engine#6240)
https://skia.googlesource.com/skia.git/+log/16322637c477..858f648bdae3


Created with:
  gclient setdep -r src/third_party/skia@858f648bdae3

The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
2018-09-12 15:51:17 -04:00
skia-flutter-autoroll
6d4c16b96e Roll src/third_party/skia 44215505623b..16322637c477 (10 commits) (flutter/engine#6238)
https://skia.googlesource.com/skia.git/+log/44215505623b..16322637c477


Created with:
  gclient setdep -r src/third_party/skia@16322637c477

The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
2018-09-12 12:33:18 -04:00
Brian Osman
ac8e6f763f Update to newer Skia font API (flutter/engine#6236)
This function now takes an sk_sp
2018-09-12 10:47:29 -04:00
skia-flutter-autoroll
c6495888b8 Roll src/third_party/skia e70aed7066c6..44215505623b (1 commits) (flutter/engine#6235)
https://skia.googlesource.com/skia.git/+log/e70aed7066c6..44215505623b


Created with:
  gclient setdep -r src/third_party/skia@44215505623b

The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
2018-09-12 09:08:18 -04:00
Michael Goderbauer
d6ba11b0c1 Revert "Reapply "Some cleanups enabled by removing support for Dart 1" (#6216)" (flutter/engine#6232)
This reverts commit 88aac22299.
2018-09-12 12:07:20 +02:00
skia-flutter-autoroll
3929de1a39 Roll src/third_party/skia 1b5ece0f06f4..e70aed7066c6 (1 commits) (flutter/engine#6231)
https://skia.googlesource.com/skia.git/+log/1b5ece0f06f4..e70aed7066c6


Created with:
  gclient setdep -r src/third_party/skia@e70aed7066c6

The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
2018-09-12 00:03:17 -04:00
skia-flutter-autoroll
41923ab17a Roll src/third_party/skia bd6595544171..1b5ece0f06f4 (22 commits) (flutter/engine#6229)
https://skia.googlesource.com/skia.git/+log/bd6595544171..1b5ece0f06f4


Created with:
  gclient setdep -r src/third_party/skia@1b5ece0f06f4

The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
2018-09-11 19:29:18 -04:00
Gary Qian
c6d0a2117a Improve performance of performance overlay by caching. (flutter/engine#6225)
Cache a SkSurface with previously drawn shapes so that we do not need to draw them again in future frames.

On Nexus 5X test device, old render time for just the overlay was 1.3ms-3.0ms and this version improves to 0.9ms-1.3ms running flutter gallery in profile mode.
2018-09-11 16:13:23 -07:00
liyuqian
1e470cc27b Remove root_surface_transformation from PaintContext (flutter/engine#6213)
It should be sufficient to provide the matrix to preroll.
2018-09-11 15:29:08 -07:00
skia-flutter-autoroll
5325badd67 Roll src/third_party/skia 2bf7a7bcc67f..bd6595544171 (4 commits) (flutter/engine#6222)
https://skia.googlesource.com/skia.git/+log/2bf7a7bcc67f..bd6595544171


Created with:
  gclient setdep -r src/third_party/skia@bd6595544171

The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
2018-09-11 10:56:17 -04:00
skia-flutter-autoroll
a1ff9ede53 Roll src/third_party/skia 82bf31003c66..2bf7a7bcc67f (1 commits) (flutter/engine#6221)
https://skia.googlesource.com/skia.git/+log/82bf31003c66..2bf7a7bcc67f


Created with:
  gclient setdep -r src/third_party/skia@2bf7a7bcc67f

The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
2018-09-11 07:32:18 -04:00
skia-flutter-autoroll
aead8716e6 Roll src/third_party/skia 5518e65d90d7..82bf31003c66 (1 commits) (flutter/engine#6220)
https://skia.googlesource.com/skia.git/+log/5518e65d90d7..82bf31003c66


Created with:
  gclient setdep -r src/third_party/skia@82bf31003c66

The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
2018-09-11 04:08:17 -04:00
skia-flutter-autoroll
def31e9125 Roll src/third_party/skia 3c4d533d8ebd..5518e65d90d7 (1 commits) (flutter/engine#6219)
https://skia.googlesource.com/skia.git/+log/3c4d533d8ebd..5518e65d90d7


Created with:
  gclient setdep -r src/third_party/skia@5518e65d90d7

The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
2018-09-11 00:44:17 -04:00
skia-flutter-autoroll
4b0f6b51d7 Roll src/third_party/skia 7891994e89a3..3c4d533d8ebd (1 commits) (flutter/engine#6218)
https://skia.googlesource.com/skia.git/+log/7891994e89a3..3c4d533d8ebd


Created with:
  gclient setdep -r src/third_party/skia@3c4d533d8ebd

The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
2018-09-10 21:19:17 -04:00
Ryan Macnak
88aac22299 Reapply "Some cleanups enabled by removing support for Dart 1." (flutter/engine#6216)
- Add missing Dart 2 flags to gen_snapshot invocation.
 - Disable brittle service test.
2018-09-10 17:03:54 -07:00
skia-flutter-autoroll
57ca56f16f Roll src/third_party/skia a2bc1ca21bbc..7891994e89a3 (9 commits) (flutter/engine#6217)
https://skia.googlesource.com/skia.git/+log/a2bc1ca21bbc..7891994e89a3


Created with:
  gclient setdep -r src/third_party/skia@7891994e89a3

The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
2018-09-10 17:54:17 -04:00
Ryan Macnak
1b76565c81 Roll Dart to ef720983530e04819b6fda0659ed7a3fdb190060. (flutter/engine#6212) 2018-09-10 14:30:55 -07:00
skia-flutter-autoroll
ad2d66ef88 Roll src/third_party/skia cd9d074578e0..a2bc1ca21bbc (8 commits) (flutter/engine#6211)
https://skia.googlesource.com/skia.git/+log/cd9d074578e0..a2bc1ca21bbc


Created with:
  gclient setdep -r src/third_party/skia@a2bc1ca21bbc

The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
2018-09-10 14:36:17 -04:00
skia-flutter-autoroll
ef9291a488 Roll src/third_party/skia 40c7c64572bc..cd9d074578e0 (6 commits) (flutter/engine#6210)
https://skia.googlesource.com/skia.git/+log/40c7c64572bc..cd9d074578e0


Created with:
  gclient setdep -r src/third_party/skia@cd9d074578e0

The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
2018-09-10 11:12:46 -04:00
Joshua Seaton
ef8670a086 Remove mention of Garnet/Topaz from license (flutter/engine#6209)
Thanks, Chinmay
2018-09-08 23:09:57 -07:00
skia-flutter-autoroll
8a07f03531 Roll src/third_party/skia a3dc329d1db1..40c7c64572bc (1 commits) (flutter/engine#6208)
Auto-roller completed checks. Merging.
2018-09-08 20:53:51 -04:00
skia-flutter-autoroll
43e0560114 Roll src/third_party/skia 2810c856dfa2..a3dc329d1db1 (1 commits) (flutter/engine#6206)
Auto-roller completed checks. Merging.
2018-09-07 22:37:51 -04:00