10758 Commits

Author SHA1 Message Date
KyleWong
49ef4adad3 Fix a crash when UILaunchStoryboardName is not specified in Info.plist (#6234)
Some developers might prefer launch images.
2018-09-12 21:08:01 -07:00
skia-flutter-autoroll
2a433bc685
Roll src/third_party/skia 34e5e1b387f5..76bba35cbaa4 (2 commits) (#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
0c28a093ae
Roll src/third_party/skia 858f648bdae3..34e5e1b387f5 (8 commits) (#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
513f8fbae7
Roll src/third_party/skia 16322637c477..858f648bdae3 (7 commits) (#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
9a7d7215ae
Roll src/third_party/skia 44215505623b..16322637c477 (10 commits) (#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
Michael Goderbauer
12315736f9
Roll buildroot to c2764d3620d792e71301dff9a66866029ed200f0 (#6237) 2018-09-12 17:13:53 +02:00
Brian Osman
1e622d24d9
Update to newer Skia font API (#6236)
This function now takes an sk_sp
2018-09-12 10:47:29 -04:00
skia-flutter-autoroll
87b4af095c
Roll src/third_party/skia e70aed7066c6..44215505623b (1 commits) (#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
6f459e2f10
Revert "Reapply "Some cleanups enabled by removing support for Dart 1" (#6216)" (#6232)
This reverts commit e3133e0e3f7cbbd57fa930c11f3640561d691eba.
2018-09-12 12:07:20 +02:00
skia-flutter-autoroll
0ded891881
Roll src/third_party/skia 1b5ece0f06f4..e70aed7066c6 (1 commits) (#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
40573274f2
Roll src/third_party/skia bd6595544171..1b5ece0f06f4 (22 commits) (#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
838eb3d481
Improve performance of performance overlay by caching. (#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
7ac3345c65
Remove root_surface_transformation from PaintContext (#6213)
It should be sufficient to provide the matrix to preroll.
2018-09-11 15:29:08 -07:00
Aart Bik
565a19489a
Flutter roll for Dart. (#6227)
Changes included in this roll:

05ccfa8502 [VM] Reduce size of monomorphic entries in AOT on ARM/ARM64 & use smaller tail-calls in various places
805c92cf32 Add @TypeArguments as a valid type for BoundVariable.value
3af0db2f97 fix my name in .mailmap
0eee800e1b Report INCONSISTENT_METHOD_INHERITANCE for mixins.
c7960df357 Generate analyzer error codes from messages.yaml
e2fdd57664 Clarify ambiguous definition of constant interpolated string expressions.
24493c2f54 Add support for dartdevk to read Analyzer summaries into Kernel format
d32c8e4793 Generate error code index from "index:" field in messages.yaml
d0a5a4c22b Convert summarize_const_expr.dart to triple-slash comment style.
d32f524bb3 Fix NamespaceBuilder._addPublicNames for mixins.
aa003d4f8e [infra] Update checked in SDKs to 2.1.0-dev.4.0
7fa80d8200 Remove unused error codes
ae2f75abec Report CompileTimeErrorCode.MIXIN_APPLICATION_NO_CONCRETE_SUPER_INVOKED_MEMBER.
cbfc78f5b2 Parse mixin declarations as if they were classes
d97823b704 Revert "[VM] Add new SymbolConstant to package:kernel/ast.dart"
b6c98976d5 Report CompileTimeErrorCode.RECURSIVE_INTERFACE_INHERITANCE for mixins.
3ddc9bb329 Add a doc comment for String.compare
9281748a35 Check for conflicting static and instance members in mixins.
3346632ad3 Report CompileTimeErrorCode.EXTENDS_NON_CLASS for mixins.
f649a1f3cc Add a missing error message (issue 34412)
63fbfcc69a Translate InvalidInlineFunctionType to ParserErrorCode.INVALID_INLINE_FUNCTION_TYPE.
2018-09-11 15:21:31 -07:00
Michael Goderbauer
9a173a8dc8
Roll buldroot to a11c4fd9fcc7ad84f465d74461421f3ec790fb99 (#6224) 2018-09-11 18:15:07 +02:00
Michael Goderbauer
51b26f6347
Revert "Roll buildroot to eba79bb6db1b50a98ab8ce39def287f7d332a5b8 (#6215)" (#6223)
This reverts commit 35ddf873aeed64f17f9bd4e3002fc1df75ff4495.

Buildbots are hanging while generating treemaps with LTO enabled.
2018-09-11 18:01:39 +02:00
skia-flutter-autoroll
7be4462cff
Roll src/third_party/skia 2bf7a7bcc67f..bd6595544171 (4 commits) (#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
54fe12bc45
Roll src/third_party/skia 82bf31003c66..2bf7a7bcc67f (1 commits) (#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
Michael Goderbauer
35ddf873ae
Roll buildroot to eba79bb6db1b50a98ab8ce39def287f7d332a5b8 (#6215)
Enables LTO for android.
2018-09-11 11:22:52 +02:00
skia-flutter-autoroll
6ed00a8688
Roll src/third_party/skia 5518e65d90d7..82bf31003c66 (1 commits) (#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
8d9e20c021
Roll src/third_party/skia 3c4d533d8ebd..5518e65d90d7 (1 commits) (#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
8f39cac12c
Roll src/third_party/skia 7891994e89a3..3c4d533d8ebd (1 commits) (#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
e3133e0e3f
Reapply "Some cleanups enabled by removing support for Dart 1." (#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
1fb01f3350
Roll src/third_party/skia a2bc1ca21bbc..7891994e89a3 (9 commits) (#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
Michael Goderbauer
f19ee56e69
Roll freetype2 to 6581fd3e9c8645f01c0d51e4f53893f5391f2bf3 (#6214) 2018-09-10 23:36:14 +02:00
Ryan Macnak
e65beb89da
Roll Dart to ef720983530e04819b6fda0659ed7a3fdb190060. (#6212) 2018-09-10 14:30:55 -07:00
skia-flutter-autoroll
d52e5cca03
Roll src/third_party/skia cd9d074578e0..a2bc1ca21bbc (8 commits) (#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
269880b761
Roll src/third_party/skia 40c7c64572bc..cd9d074578e0 (6 commits) (#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
1770f88548
Remove mention of Garnet/Topaz from license (#6209)
Thanks, Chinmay
2018-09-08 23:09:57 -07:00
skia-flutter-autoroll
5c1a826eec
Roll src/third_party/skia a3dc329d1db1..40c7c64572bc (1 commits) (#6208)
Auto-roller completed checks. Merging.
2018-09-08 20:53:51 -04:00
skia-flutter-autoroll
bf3c224197
Roll src/third_party/skia 2810c856dfa2..a3dc329d1db1 (1 commits) (#6206)
Auto-roller completed checks. Merging.
2018-09-07 22:37:51 -04:00
Chinmay Garde
b9523318ca
Allow embedders to specify a custom GL proc address resolver. (#6204)
This updates the embedder API but introduces no breaking ABI/API
changes.
2018-09-07 18:25:38 -07:00
Ryan Macnak
bf96dbed38
Revert "Some cleanups enabled by removing support for Dart. (#5621)" (#6205)
This reverts commit 4c2448d1591a5fab033de3885ad34d1fdf5474f1.
2018-09-07 17:39:51 -07:00
skia-flutter-autoroll
335811560b
Roll src/third_party/skia 094b3eaf479c..2810c856dfa2 (6 commits) (#6203)
Auto-roller completed checks. Merging.
2018-09-07 19:11:51 -04:00
Ryan Macnak
4c2448d159
Some cleanups enabled by removing support for Dart. (#5621)
- Switch core snapshot to Dart 2 and remove support for loading platform.dill.
 - Remove support for loading script snapshots.
 - Remove support for loading source.
 - Remove settings and fix names to reflect the above.
 - Remove support for loading the service isolate from source.
2018-09-07 15:44:46 -07:00
Ben Konyi
e27a2e955b
Dart SDK roll for 2018/09/07 (#6201) 2018-09-07 14:45:13 -07:00
Gary Qian
93dac2a88d
Always save canvas and correctly pass antialias boolean in ClipRects. (#6199) 2018-09-07 14:02:39 -07:00
skia-flutter-autoroll
16c56afb09
Roll src/third_party/skia 300b6197e344..094b3eaf479c (17 commits) (#6200)
Auto-roller completed checks. Merging.
2018-09-07 15:52:51 -04:00
Jonah Williams
2af72eb2cc
Don't map iOS reduce motion to disabled animations (#6194) 2018-09-07 11:20:44 -07:00
Jonah Williams
687cf08c70
Add option to invert paint colors to be used for smart invert accessibility on iOS (#6176) 2018-09-07 10:22:07 -07:00
Jason Simmons
85d47fb03c
Accept file URIs as parameters in the RunInView service RPC (#6191)
See https://github.com/flutter/flutter/issues/21348
2018-09-07 09:34:45 -07:00
skia-flutter-autoroll
5a19d7633a
Roll src/third_party/skia 0b80e62a14ae..300b6197e344 (9 commits) (#6198)
Auto-roller completed checks. Merging.
2018-09-07 12:26:51 -04:00
skia-flutter-autoroll
f33615c152
Roll src/third_party/skia b090b2b26803..0b80e62a14ae (2 commits) (#6197)
Auto-roller completed checks. Merging.
2018-09-07 08:59:51 -04:00
Ben Konyi
75f6bdfd41
Revert "Dart SDK roll for 2018/09/06 (#6189)" (#6192)
This reverts commit f02fc8c1068619dd2911a3e8bf95f8d43b8d276c.
2018-09-06 19:09:30 -07:00
skia-flutter-autoroll
b09563b2ec
Roll src/third_party/skia 106d04e907c1..b090b2b26803 (1 commits) (#6193)
Auto-roller completed checks. Merging.
2018-09-06 21:51:51 -04:00
Eric
e164e83a85 Reset the raster cache when the compositor context is created. (#6150) 2018-09-06 17:11:17 -07:00
Ben Konyi
f02fc8c106
Dart SDK roll for 2018/09/06 (#6189) 2018-09-06 15:52:04 -07:00
Michael Goderbauer
58a1894a1c
Update to latest clang (#6174)
* Roll buildroot to be483cb1cd3a9c4313b2e534034d23a05c3d849e
* Rolls buildtools to c1408453246f0475547b6fe634c2f3dad71c6457
2018-09-06 15:29:04 -07:00
skia-flutter-autoroll
9b297b3b51
Roll src/third_party/skia a9564d6dae1c..106d04e907c1 (7 commits) (#6190)
Auto-roller completed checks. Merging.
2018-09-06 18:15:52 -04:00
liyuqian
e70d0e1b7c
Always serialize fonts during skp capturing (#6160)
This fixes flutter/flutter#20788
2018-09-06 13:44:47 -07:00