7822 Commits

Author SHA1 Message Date
skia-flutter-autoroll
812a2bdc04 Roll src/third_party/skia f62e575bab08..65e49ba51b03 (10 commits) (flutter/engine#9147)
https://skia.googlesource.com/skia.git
/%2Blog/f62e575bab08..65e49ba51b03

git log f62e575bab086650d9340152e20009c3749eca5d..65e49ba51b0308fb92ad7887c84e2f65bb46ba82 --date=short --no-merges --format=%ad %ae %s
2019-05-30 ethannicholas@google.com added support for SkMatrix44 ctype
2019-05-30 jvanverth@google.com Added AutoreleasePool for managing pool memory in testing apps.
2019-05-30 reed@google.com share tiny bit of code for std language iter
2019-05-30 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-05-30 reed@google.com free formatctx when we're done
2019-05-30 robertphillips@google.com Revert "Clean update ETC1 data utilities"
2019-05-30 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-05-30 michaelludwig@google.com Remove old GrFillRectOp factories
2019-05-30 robertphillips@google.com Clean update ETC1 data utilities
2019-05-30 fmalita@chromium.org [skottie] Shaper: fission glyphs into separate fragments when needed

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 (kjlubick@google.com), and stop
the roller if necessary.
2019-05-30 17:01:36 -04:00
Jason Simmons
833ee537b7 Suppress an unchecked cast warning in ShimPluginRegistry (flutter/engine#9145) 2019-05-30 13:10:03 -07:00
Ben Konyi
55d14499e1 Roll src/third_party/dart 39ec9fc4f3..445a23a9bc (4 commits)
445a23a9bc first cut extension methods test
13ff60ec02 Use Substitution for typeAfterSubstitution with summary2.
dad211bfca Store offset for ConstructorDeclaration.
47ed7f737a Resolve default values in mixin method parameters.
2019-05-30 12:49:43 -07:00
skia-flutter-autoroll
6fd518e34a Roll src/third_party/skia 69aaee0ff927..f62e575bab08 (11 commits) (flutter/engine#9142)
https://skia.googlesource.com/skia.git
/%2Blog/69aaee0ff927..f62e575bab08

git log 69aaee0ff92748ac763e66a8b586592927841cb4..f62e575bab086650d9340152e20009c3749eca5d --date=short --no-merges --format=%ad %ae %s
2019-05-30 robertphillips@google.com Use GrVkImage utilities in GrVkGpu::createTestingOnlyVkImage
2019-05-30 halcanary@google.com SkPDF: implement kDecal image shader TileMode
2019-05-30 halcanary@google.com SkPDF: MakeShader uses Color4f
2019-05-30 bungeman@google.com Correct shaper assert around iterator fonts.
2019-05-30 reed@google.com support assets for skottie2movie
2019-05-29 herb@google.com Collapse the SkTextInterceptsIter into base class
2019-05-28 brianosman@google.com Interpreter: Elide dup/pop around stores
2019-05-29 bungeman@google.com Add trivial implemenations of shaper run iterators.
2019-05-30 rmistry@google.com Add new G3 compile try bot
2019-05-30 rmistry@google.com Add recipe for triggering and waiting for G3 compile tasks
2019-05-29 rmistry@google.com Script to trigger and wait for G3 compile tasks

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 (kjlubick@google.com), and stop
the roller if necessary.
2019-05-30 13:25:48 -04:00
stuartmorgan
03ec25fb58 Fix type mismatches in C++ standard codec (flutter/engine#9112)
There were some implicit casts in the standard codec implementation that
didn't show up on Linux, but do on Windows.
2019-05-30 10:17:08 -07:00
Ben Konyi
ebbbc7fd9e Roll src/third_party/dart fee615c5a5..39ec9fc4f3 (46 commits)
39ec9fc4f3 Revert "[cfe] Build some annotations during outlining"
1df5fb3d57 [cfe] Build some annotations during outlining
0325ba4b4a Update test framework to uniformly use NNBD in type strings
2958e80671 Refactor to conditional and spread elements
5352c67478 Tweaks for 'Import Library' quick fixes to better reflect the expected behavior.
2ef2eb14d5 Fix FixesTest on Windows.
475d68527c Add types on overridden method signatures
0739387b05 [vm] Account for DBC32 when deciding between 32-bit and 64-bit ELF.
436c8d8a79 [gardening] Remove flutter patch as the original cl was indeed identified as a culprit and will be reverted.
c9ace73ffb CHANGELOG entry for covariance in super-interfaces.
d99d83ea09 Add ddc modular test suite and single test
ebe6146781 [gardening] Fix patch name so it matches dart sdk hash.
2268c65cbe First subtyping rules for nullable types
19a8886a8a [gardening] Attempt to troubleshoot failing hhh buildbot.
dd5530a73e [dartdevc] make ImmutableSet private
4c9bf5479f Extract generic runner logic, now dart2js modular test is mostly dart2js specific
2492d40829 [vm/disassembler] Remove redundant assert.
76750c58f2 Issue 35553. Report WRONG_TYPE_PARAMETER_VARIANCE_IN_SUPERINTERFACE.
98a4dba4b3 Update Element.appendTo to more closely match Dart syntax
694699c6e4 [dartdevc] Improve NSM errors when making dynamic calls
a332c414f1 Switch server to using DeclarationsTracker for 'Import Library' quick fixes.
d74d49e748 Convert more diagnostic tests to include location
1b95819e3d [dartdevc] Train ddc on dill file instead of analyzer summary
fca2c82be0 Add support for cancelling requests in LSP server
47e63b0eee [dartdevc] encode part file metadata
d5405d06f4 [cfe] Allow local const variables as annotations.
0d0f01a7b7 Add new AOT build steps to deb package build script.
182d55dfda [dart2js] Add support for BabelJS to test.py
b1d3a212a7 Fill references to dynamic/Naver in LinkedElementFactory.
d9dccc3b0f Pass in no_git_hash option to utils.py when computing version
f9bf379ae1 Move BOOLEAN_CONVERSION_CHECK to separate HInstruction
2e51423c3d Convert the way function types are displayed to better match the syntax of Dart
da3ead02c1 Issue 3446. Recurse into attributes to find children widgets.
9556a95038 Fix string->bytes encoding in overlay_file_system
fc17a90bed assist for sorting child properties last
b0a11c9d25 [vm] Fix kernel list loader so that files are relative to the list.
96c2d3c303 [dartdevc] enable testing of ddc internals
554f9db768 [ VM / Service ] Made Logging event and LogRecord public
46ae4c5f0a [ VM ] Removed tests that are no longer valid as of Dart 2.0.
c35f53fab0 [dart:io,fuchsia] Change namespace setup failure from ASSERTs to FATALs
af93ebcf4c [vm] Direct generation of ELF shared libraries.
834587a78c [dartdevc] fix import/export declarations for es6 to add extension
d06592b532 [dartdevc] Add details to failed assertion messages
cca2bb317e [ dart:developer ] Exposed `reason`, `errorCode`, and `errorDetail` getters in `ServiceExtensionResult`.
03781b9402 Build also summary2 in build mode.
4c32cddef8 [vm/ffi] Fix ffi trampoline class finalization - fix test on android
2019-05-30 09:19:18 -07:00
Chris Yang
1020a201ca Dynamically add certain iOS AppDelegate methods. (flutter/engine#8843) 2019-05-30 09:06:49 -07:00
skia-flutter-autoroll
97a78c9af0 Roll src/third_party/skia 2f0f5fb37d74..69aaee0ff927 (2 commits) (flutter/engine#9138)
https://skia.googlesource.com/skia.git
/%2Blog/2f0f5fb37d74..69aaee0ff927

git log 2f0f5fb37d743733286ae31b10b6ca6cc668b673..69aaee0ff92748ac763e66a8b586592927841cb4 --date=short --no-merges --format=%ad %ae %s
2019-05-30 reed@google.com Revert "Compare pixels for TypefaceWithNoPaths test"
2019-05-30 hcm@google.com Update Skia milestone to 77

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 (kjlubick@google.com), and stop
the roller if necessary.
2019-05-30 08:18:20 -04:00
skia-flutter-autoroll
097ba78c82 Roll src/third_party/skia 859f7108a5af..2f0f5fb37d74 (2 commits) (flutter/engine#9137)
https://skia.googlesource.com/skia.git
/%2Blog/859f7108a5af..2f0f5fb37d74

git log 859f7108a5af0106d5e87795a8219d1db996b08a..2f0f5fb37d743733286ae31b10b6ca6cc668b673 --date=short --no-merges --format=%ad %ae %s
2019-05-30 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 ded5f903261a..172e5d373fad (11 commits)
2019-05-30 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src b3e0873d64ad..97d3c9084977 (529 commits)

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 (kjlubick@google.com), and stop
the roller if necessary.
2019-05-30 04:30:45 -04:00
Alexander Aprelev
56216cf152 Roll buildroot to pick up fixed create_updated_flutter.deps.py (flutter/engine#9129)
* Roll buildroot to pick up fixed create_updated_flutter.deps.py

* Fix hash
2019-05-29 22:25:57 -07:00
skia-flutter-autoroll
06372655b4 Roll src/third_party/skia 1013ecfb3421..859f7108a5af (19 commits) (flutter/engine#9136)
https://skia.googlesource.com/skia.git
/%2Blog/1013ecfb3421..859f7108a5af

git log 1013ecfb342137428750aa30867e1bce4116be74..859f7108a5af0106d5e87795a8219d1db996b08a --date=short --no-merges --format=%ad %ae %s
2019-05-30 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader ca8e3d7c153e..37bc82ac64f5 (11 commits)
2019-05-29 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-05-29 fmalita@chromium.org [skottie] Add a Shaper line buffer
2019-05-29 brianosman@google.com Fix divide by zero in interpreter test
2019-05-29 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-05-29 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-05-29 egdaniel@google.com Reland "Remove call to copy in GrcontextPriv read/write pixel calls."
2019-05-29 brianosman@google.com Interpreter: Matrix/Vector multiplication
2019-05-29 brianosman@google.com Interpreter: Support component-wise ops for matrices
2019-05-29 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-05-29 reed@google.com rm dead code
2019-05-29 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-05-29 herb@google.com Compare pixels for TypefaceWithNoPaths test
2019-05-29 michaelludwig@google.com Make stencilRect() in GrRTCPriv more flexible.
2019-05-29 brianosman@google.com Avoid SkTMax in sksl
2019-05-29 robertphillips@google.com Use GrGLGpu::createTextureImpl from w/in GrGLGpu::createBackendTexture
2019-05-29 reed@google.com simplify api to make encoder, use swscale for faster rgb->yuv
2019-05-29 brianosman@google.com Interpreter: Fix vector/matrix equality and inequality
2019-05-28 bsalomon@google.com Specialize GrBicubicEffet for 1d kernel.

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 (kjlubick@google.com), and stop
the roller if necessary.
2019-05-30 01:00:51 -04:00
Matt Carroll
85c5d57ca8 New Plugin API PR5: Integrates plugin lifecycle control with FlutterFragment. (flutter/engine#9083) 2019-05-29 20:46:07 -07:00
Matt Carroll
f21942ddcc Implemented Log proxy that only logs in BuildConfig.DEBUG (#25391). (flutter/engine#9122) 2019-05-29 20:19:29 -07:00
Dan Field
542be40698 Reduce pipeline depth when GPU and Platform are same thread (flutter/engine#9132) 2019-05-29 19:45:02 -07:00
Kaushik Iska
780b9e0918 Change the virtual display size restriction to warning (flutter/engine#9110)
* Change the virtual display size restriction to warning

- Fixes: https://github.com/flutter/flutter/issues/33290

- This is so we don't block usecases where users show the platform
  view partially.

- https://github.com/flutter/flutter/issues/31990 should address this
  issue more broadly.

* Fix error message
2019-05-30 08:07:41 +05:30
Matt Carroll
99e54871e8 Add plugin shim to facilitate old plugins in new embedding (#33478). (flutter/engine#9120) 2019-05-29 18:39:15 -07:00
Matt Carroll
ad4706f1bc Added support for transparent FlutterActivitys (#32740). (flutter/engine#9115) 2019-05-29 18:34:53 -07:00
skia-flutter-autoroll
797e4e7cad Roll src/third_party/skia 29e013deb476..1013ecfb3421 (3 commits) (flutter/engine#9130)
https://skia.googlesource.com/skia.git
/%2Blog/29e013deb476..1013ecfb3421

git log 29e013deb476758a29196cc49b95b60206c72f40..1013ecfb342137428750aa30867e1bce4116be74 --date=short --no-merges --format=%ad %ae %s
2019-05-29 egdaniel@google.com Revert "Remove call to copy in GrcontextPriv read/write pixel calls."
2019-05-29 senorblanco@chromium.org GrTessellator: fix event creation for dead boundary edges.
2019-05-29 egdaniel@google.com Remove call to copy in GrcontextPriv read/write pixel calls.

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 (kjlubick@google.com), and stop
the roller if necessary.
2019-05-29 21:31:10 -04:00
Chinmay Garde
1f5b1ed7ad Revert "Roll src/third_party/dart fee615c5a5..d5405d06f4 (21 commits) (#9127)" (flutter/engine#9135)
This reverts commit 67711efcafa454450513d2d639850041eb7276ad.
2019-05-29 17:45:15 -07:00
Jason Simmons
9397cd4316 Revert "Use track-widget-creation transformer included in the sdk. (#9085)" (flutter/engine#9134)
This reverts commit 03d5bb8f53de789c0d821e2733ef179875629a10.

With this change applied, test/widgets/widget_inspector_test.dart is failing
when run by the dev/bots/test.dart script in the framework tree.
2019-05-29 17:40:28 -07:00
Ben Konyi
67711efcaf Roll src/third_party/dart fee615c5a5..d5405d06f4 (21 commits) (flutter/engine#9127)
d5405d06f4 [cfe] Allow local const variables as annotations.
0d0f01a7b7 Add new AOT build steps to deb package build script.
182d55dfda [dart2js] Add support for BabelJS to test.py
b1d3a212a7 Fill references to dynamic/Naver in LinkedElementFactory.
d9dccc3b0f Pass in no_git_hash option to utils.py when computing version
f9bf379ae1 Move BOOLEAN_CONVERSION_CHECK to separate HInstruction
2e51423c3d Convert the way function types are displayed to better match the syntax of Dart
da3ead02c1 Issue 3446. Recurse into attributes to find children widgets.
9556a95038 Fix string->bytes encoding in overlay_file_system
fc17a90bed assist for sorting child properties last
b0a11c9d25 [vm] Fix kernel list loader so that files are relative to the list.
96c2d3c303 [dartdevc] enable testing of ddc internals
554f9db768 [ VM / Service ] Made Logging event and LogRecord public
46ae4c5f0a [ VM ] Removed tests that are no longer valid as of Dart 2.0.
c35f53fab0 [dart:io,fuchsia] Change namespace setup failure from ASSERTs to FATALs
af93ebcf4c [vm] Direct generation of ELF shared libraries.
834587a78c [dartdevc] fix import/export declarations for es6 to add extension
d06592b532 [dartdevc] Add details to failed assertion messages
cca2bb317e [ dart:developer ] Exposed `reason`, `errorCode`, and `errorDetail` getters in `ServiceExtensionResult`.
03781b9402 Build also summary2 in build mode.
4c32cddef8 [vm/ffi] Fix ffi trampoline class finalization - fix test on android
2019-05-29 09:42:07 -07:00
skia-flutter-autoroll
7de22b7526 Roll src/third_party/skia 633db4db7672..29e013deb476 (3 commits) (flutter/engine#9128)
https://skia.googlesource.com/skia.git
/%2Blog/633db4db7672..29e013deb476

git log 633db4db7672fd55b48ba1073256853e00f18d8c..29e013deb476758a29196cc49b95b60206c72f40 --date=short --no-merges --format=%ad %ae %s
2019-05-28 brianosman@google.com Interpreter: Fix construction of Matrices
2019-05-28 bsalomon@google.com Change async rescale and read GM to test diff number of x/y bicubic steps
2019-05-28 herb@google.com Move source space fallback strike calculations to SkStrikeSpecStorage

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 (kjlubick@google.com), and stop
the roller if necessary.
2019-05-29 10:22:55 -04:00
skia-flutter-autoroll
dbc017a518 Roll src/third_party/skia 25b63f91b3b4..633db4db7672 (4 commits) (flutter/engine#9125)
https://skia.googlesource.com/skia.git
/%2Blog/25b63f91b3b4..633db4db7672

git log 25b63f91b3b4de4c951408bca5154063811626c4..633db4db7672fd55b48ba1073256853e00f18d8c --date=short --no-merges --format=%ad %ae %s
2019-05-29 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 3fe06eb3aaaf..ded5f903261a (12 commits)
2019-05-28 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-05-29 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src a4545bae034e..b3e0873d64ad (467 commits)
2019-05-29 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 710fcd517ea4..ca8e3d7c153e (23 commits)

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 (kjlubick@google.com), and stop
the roller if necessary.
2019-05-29 04:40:23 -04:00
skia-flutter-autoroll
6fc0942921 Roll src/third_party/skia 8f88b2da05d5..25b63f91b3b4 (2 commits) (flutter/engine#9121)
https://skia.googlesource.com/skia.git
/%2Blog/8f88b2da05d5..25b63f91b3b4

git log 8f88b2da05d542620a7e5d97aec917714b5cf8fc..25b63f91b3b4de4c951408bca5154063811626c4 --date=short --no-merges --format=%ad %ae %s
2019-05-22 herb@google.com Remove getGlyphIDAdvance() from SkStrike's API
2019-05-28 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).

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 (kjlubick@google.com), and stop
the roller if necessary.
2019-05-29 01:11:11 -04:00
Chinmay Garde
cb00aac583 Allow specifying both Dart and non-Dart fixtures in engine unit-tests. (flutter/engine#9113)
* Allow specifying both Dart and non-Dart fixtures in engine unittests.

This fixes numerous issues in the way in which fixtures were managed
in the engine unit-tests.

* Instead of only being able to specify Dart fixtures, unit-tests may specify
  non-Dart fixtures as well. These are simply copied over to the fixtures
  directory known to the unit-test at runtime.
* An issue where numerous Dart files could be given to the kernel snapshotter
  has been addressed. It was anticipated that such a (legal) invocation to the
  kernel snapshotter would produce a snapshot with the contents of all the Dart
  files added to the root library. This is incorrect and the behavior in this
  case is undefined.
* Dart files referenced by the main Dart file are correctly tracked via a
  depfile.
* The snapshotter arguments have been cleaned up to get rid of unused
  arguments (`—strong`) and  the use of the VM product mode argument has been
  corrected to no longer depend on the Flutter product mode.
2019-05-28 19:11:47 -07:00
skia-flutter-autoroll
79dae7ef9d Roll src/third_party/skia 1f02e8488551..8f88b2da05d5 (3 commits) (flutter/engine#9116)
https://skia.googlesource.com/skia.git
/%2Blog/1f02e8488551..8f88b2da05d5

git log 1f02e8488551c43d3497fba9a3b0896aafc2c9cf..8f88b2da05d542620a7e5d97aec917714b5cf8fc --date=short --no-merges --format=%ad %ae %s
2019-05-28 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-05-28 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-05-28 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).

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 (kjlubick@google.com), and stop
the roller if necessary.
2019-05-28 21:36:04 -04:00
Gary Qian
f0de8cc15e Remove outdated TODOs (flutter/engine#9114) 2019-05-28 17:06:57 -07:00
Ben Konyi
29bba5ab9f Roll src/third_party/dart 50b0d85804..fee615c5a5 (4 commits)
fee615c5a5 consolidate multiple modifier error codes
6aee4f390b Make analyzer's File.readAsBytesSync() impls return Uint8List
2878bfde6c [vm/ffi] Fix ffi trampoline class finalization
85c28b804d Check LSP support for workspace/applyEdit before giving CodeActions that require it
2019-05-28 16:01:58 -07:00
Kate Lovett
e94a3d9d2e Removing unused imports (flutter/engine#9108) 2019-05-28 15:16:33 -07:00
skia-flutter-autoroll
61bbf3cdcf Roll src/third_party/skia d04aaa3a841a..1f02e8488551 (8 commits) (flutter/engine#9109)
https://skia.googlesource.com/skia.git
/%2Blog/d04aaa3a841a..1f02e8488551

git log d04aaa3a841abd570f21b1780f2ae65dc1d1ebac..1f02e8488551c43d3497fba9a3b0896aafc2c9cf --date=short --no-merges --format=%ad %ae %s
2019-05-28 fmalita@chromium.org [skottie] Add support for more font weights
2019-05-28 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-05-28 reed@google.com skia helper for encoding video
2019-05-22 herb@google.com Use bulk advances in SkPDFEmitType1Font
2019-05-28 herb@google.com Replace SkStrikeSpec with SkStrikeSpecStorage
2019-05-28 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (nontrivial).
2019-05-28 michaelludwig@google.com Use color analysis opts only if XP keeps the color FPs
2019-05-28 fmalita@chromium.org [skottie] Support multiple text fragments

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 (kjlubick@google.com), and stop
the roller if necessary.
2019-05-28 18:05:28 -04:00
Jonah Williams
6a11211e12 Add checks to constructors and add missing constructor members (flutter/engine#9106) 2019-05-28 13:37:15 -07:00
Chinmay Garde
5efe381d1d Fix unopt variants of profile and release builds. (flutter/engine#9107)
This fixes a regression I introduced in https://github.com/flutter/engine/pull/8869 while preparing the buildroot for Fuchsia.
2019-05-28 12:42:53 -07:00
KyleWong
cb46fb503f Better help message. (flutter/engine#9097) 2019-05-28 12:33:30 -07:00
Chinmay Garde
f496331a07 Forward custom IDE flags to GN. (flutter/engine#9023) 2019-05-28 12:21:58 -07:00
skia-flutter-autoroll
2562de9d03 Roll src/third_party/skia 176b214f91bc..d04aaa3a841a (7 commits) (flutter/engine#9105)
https://skia.googlesource.com/skia.git
/%2Blog/176b214f91bc..d04aaa3a841a

git log 176b214f91bc1ce302621f5796bfd7a72d5b3f5d..d04aaa3a841abd570f21b1780f2ae65dc1d1ebac --date=short --no-merges --format=%ad %ae %s
2019-05-28 halcanary@google.com PDF example
2019-05-28 michaelludwig@google.com Reland "Update GrRTC to use GrFillRectOp::MakeGeneric"
2019-05-28 halcanary@google.com experimental/editor: minor change
2019-05-22 herb@google.com Call bulk advances in SkPDFMakeCIDGlyphWidthsArray
2019-05-28 robertphillips@google.com Use sk_memset* in GrFillBufferWithColor
2019-05-28 skia-autoroll@skia-public.iam.gserviceaccount.com Roll skia/third_party/skcms feba95f66c08..ca5b4470be98 (1 commits)
2019-05-28 skia-autoroll@skia-public.iam.gserviceaccount.com Roll skia/third_party/skcms 5b8149aaf52b..feba95f66c08 (1 commits)

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 (kjlubick@google.com), and stop
the roller if necessary.
2019-05-28 14:16:58 -04:00
Ben Konyi
10e7277a84 Roll src/third_party/dart ec4d48e241..50b0d85804 (87 commits)
50b0d85804 [vm/ffi] Observatory support for FFI
db599d4005 [vm/ffi] Fix GC crash in SimDBC
39dbaecfc1 Remove tests relying on contravariant uses of varaibles in supertypes
e6e2020fb2 [fasta] Allow only covariant uses of type parameters in supertypes
527c165426 Deprecate 'abstract' setter in elements, replace with 'isAbstract'.
d368bb8ecd Make some fields in LinkedNode informative.
e4362612b0 Add support for dynamic registration for LSP
969038934a [compiler] Fix EmitTestAndCall for a complete call of a Smi method.
3a2bc9b8e7 Updated pub client
c67b9f2331 [compiler] Fix EmitTestAndCall for a complete call of a Smi method.
b3a06c1933 [dart:_http] Fix http_cookie_date_test.dart compile errors.
1025c5bebb [DDC] Only inline textually small constants.
25033cee32 [CFE] Control inlining of const variables from backend.
afc54e23e3 [vm/ffi] FFI callbacks on ARM64.
0a5e5995e8 [vm/ffi] FFI callbacks on IA32.
ae944a68ed [Incremental compiler] Only re-check package-uris if base-uri changed
d911d9b5ff Cleanup "libraries" field in DillTarget when their invalidated
eb131c3d68 [kernel worker] Don't do unnecessary computeCanonicalNames
ec3cd7ffe0 Workaround for dartbug.com/36983 also when not in incremental compiler
e19bcb9411 [vm/ffi] Fix Google3 build
bd39cca700 [compiler] Mark each variable stored on entry to catch block.
0e5ebcaa96 Add InlineData and InlineDataCache
508a9fa6b0 Work-around called-once imprecision
bd078896f8 [vm/ffi] Remove use of private symbols from ffi_test_functions.cc
21b74fdf79 [dart2js] Update expectation file after BigInt fix in core lib.
735669190e [corelib BigInt] Fix implementation of BigInt.modInverse (fixes issue #37008).
5b200ea3dc remove unused import
70bd05e662 Stop ignoring runtime cast failures on function types.
eff6e95385 Improve code generation for variant classes.
03e415a4e8 Update the hover 'containingLibraryName' to not include the 'file:///' prefix.
4979a51a9c Add information about existing imports to completion response.
e43d81af5f Folders containing overlayed files should exist even if they do not exist on disk
e42d4a1d89 fix missing returns in lambdas
baa721ba23 Add an sdk module to the modular_test pipeline
64ed4bf664 Changes to bazel worker to support modular testing.
fc6954f084 [dartdevc] self hosting tests
f4f2c77d4a improve missing body error messages
ec1ddcdb83 improve extension message missing body error message
9081f28fbb [analyzer] fix a copy paste doc issue and 2 unused imports
3c34c8fa2f Fix type substitution of "star" types.
77f2603052 [dartdevc] preliminary nnbd support
0e5d18f281 Ensure that nullability promotion of the `Null` type yields `Never`.
5278d4059a Sort non_nullable_test.dart
0fb0185df0 [cfe] Extract field initializer tokens from the token stream
b53162d82b [build] Link with dl library on linux by default.
10692669e3 [cfe] Add flags for new experimental features
052272d998 Avoid dependency on file system order in modular_test/loader_test
d7054690ab [vm/compiler] Partially revert "Replace LoadClassId for known cids."
c20802ce16 [cfe] Introduce a Kernel annotation builder
eca6c8953f Allow `async` as an identifier everywhere.
dbd70dd214 [cfe] Simplify metadata builders
9f9f10ad97 Use cached serialization of source-information
4ff89f880d Move registrations on OutputUnitData to the impact transformer
7580e77ef2 Support modular code generation
225a301637 [vm/ffi] Re-land "[vm/ffi] FFI callbacks on X64."
edadc9c881 Add support for caching results of shared modules.
8208e872f8 Refactor summary IDL generator.
22c086fbe5 Remove unsafe uses of TypeImpl.withNullability (use TypeSystem instead).
aa785d938b [dart/vm] Fix erroneous claim on "temp" Q7
704446d159 Disable implicit casts but keep dynamic casts when NNBD enabled
49262365dc [vm] Do expensive kernel metadata verification only once per kernel
cc2fac57f3 Remove HBoolify
dfbc3923e4 add default CompilerContext in analysis server
1ffcccd9cc add extension method header parser recovery
db367542b3 [vm/kernel] Fix uninitialized variables in kernel_translation_helper.h
c4d691064a Remove unused methods from LinkedUnitContext.
5822645e66 Support for 'Wrap with Xyz' for expressions in ExpressionFunctionBody.
4b7c05f2ce Remove LinkedNodeVariablesDeclaration.
6e1f628f19 Outline the StackZone's Zone
cd2188f2f5 DAS change in hover behavior- the containingLibraryName now returns the URI of the containing library instead of the (possibly non-existent) library name
4fc86d726f Fix some lints in LSP tests
d4e2d78a94 [vm] Partially disable 5393ce7d35729e6a6b89e6e9316e99c15a8e3639.
338b74a52c [vm/ffi] Align stack frame when entering and exiting safe point
7bbd8ea29d Introduce a representation of the type `Never?`.
28f701982b Add diagnostic location info to more tests
70a0c86a4a Update pub client reference
cbd4391747 [vm/compiler] Forward the ByteData constructor length argument.
1993669102 Clean up examples in analyzer docs that were using deprecated APIs and add a test to catch future breakages
14b1d2feb8 [infra] Make deflaking optional in test.dart
181aeb30e7 Don't use OneShotInterceptorData during codegen and remove SuperMemberData
d92341be08 first cut parse extension methods
df95340f0c [dart:_http] Fix parsing of empty cookies and double quotes.
b316210d94 [vm/compiler] Speed up the compiler part which deals with kernel reading up in DEBUG mode
0c891451a8 cleanup parser forwarding and test listeners
6edefda065 cleanup token rewriter and clients
4ccf7b865e Don't set type for StringLiteral(s) in directives.
caac50d7ff [dartdevc] Fix metalet regression
2019-05-28 08:28:05 -07:00
skia-flutter-autoroll
b22e8f8908 Roll src/third_party/skia 213aa46af167..176b214f91bc (2 commits) (flutter/engine#9100)
https://skia.googlesource.com/skia.git
/%2Blog/213aa46af167..176b214f91bc

git log 213aa46af167261b39803290294a53a77cbbd21d..176b214f91bc1ce302621f5796bfd7a72d5b3f5d --date=short --no-merges --format=%ad %ae %s
2019-05-28 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-05-24 bsalomon@google.com Define SK_GL in Flutter.

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 (kjlubick@google.com), and stop
the roller if necessary.
2019-05-28 10:48:04 -04:00
skia-flutter-autoroll
8bc7c920bf Roll src/third_party/skia 7730d7cb8fb2..213aa46af167 (3 commits) (flutter/engine#9098)
https://skia.googlesource.com/skia.git
/%2Blog/7730d7cb8fb2..213aa46af167

git log 7730d7cb8fb220fd6f54e91b4ca4def7d68302cc..213aa46af167261b39803290294a53a77cbbd21d --date=short --no-merges --format=%ad %ae %s
2019-05-28 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 40757b28bdc8..3fe06eb3aaaf (4 commits)
2019-05-28 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 5e9441a25484..710fcd517ea4 (3 commits)
2019-05-28 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 017b02e115dd..a4545bae034e (176 commits)

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 (kjlubick@google.com), and stop
the roller if necessary.
2019-05-28 03:28:43 -04:00
skia-flutter-autoroll
c2e047bbfe Roll src/third_party/skia de7e074e8190..7730d7cb8fb2 (2 commits) (flutter/engine#9096)
https://skia.googlesource.com/skia.git
/%2Blog/de7e074e8190..7730d7cb8fb2

git log de7e074e819037b80c1c432217683ddf979b963c..7730d7cb8fb220fd6f54e91b4ca4def7d68302cc --date=short --no-merges --format=%ad %ae %s
2019-05-28 jvanverth@google.com Revert "Change Metal to not take ownership of objects"
2019-05-27 michaelludwig@google.com Revert "Update GrRTC to use GrFillRectOp::MakeGeneric"

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 (kjlubick@google.com), and stop
the roller if necessary.
2019-05-27 23:59:20 -04:00
skia-flutter-autoroll
c67edf0289 Roll src/third_party/skia f06b6d5469a5..de7e074e8190 (1 commits) (flutter/engine#9094)
https://skia.googlesource.com/skia.git
/%2Blog/f06b6d5469a5..de7e074e8190

git log f06b6d5469a505bb5ce3d823a8362b5ffa5a24dc..de7e074e819037b80c1c432217683ddf979b963c --date=short --no-merges --format=%ad %ae %s
2019-05-26 fmalita@chromium.org [skottie] Shaper::VAlign::kResizeToFit should also scale line height

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 (kjlubick@google.com), and stop
the roller if necessary.
2019-05-27 11:42:50 -04:00
skia-flutter-autoroll
2aba311a46 Roll src/third_party/skia 7e5a64f517e4..f06b6d5469a5 (2 commits) (flutter/engine#9093)
https://skia.googlesource.com/skia.git
/%2Blog/7e5a64f517e4..f06b6d5469a5

git log 7e5a64f517e46d4e136b9acc90bc7ae0aee854f3..f06b6d5469a505bb5ce3d823a8362b5ffa5a24dc --date=short --no-merges --format=%ad %ae %s
2019-05-27 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 e794ddc8a662..40757b28bdc8 (6 commits)
2019-05-27 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 778c5dab5f92..017b02e115dd (514 commits)

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 (kjlubick@google.com), and stop
the roller if necessary.
2019-05-27 04:55:43 -04:00
skia-flutter-autoroll
3789a0b42e Roll src/third_party/skia dc01a84ae098..7e5a64f517e4 (1 commits) (flutter/engine#9092)
https://skia.googlesource.com/skia.git
/%2Blog/dc01a84ae098..7e5a64f517e4

git log dc01a84ae09838cf084e3e17f253d72a995ffd8c..7e5a64f517e46d4e136b9acc90bc7ae0aee854f3 --date=short --no-merges --format=%ad %ae %s
2019-05-27 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 8a2441d37d80..5e9441a25484 (4 commits)

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 (kjlubick@google.com), and stop
the roller if necessary.
2019-05-27 01:25:40 -04:00
Mehmet Fidanboylu
d0b8eba0af Fix internal break since listing contents can return null (flutter/engine#9078) 2019-05-26 20:07:13 -07:00
skia-flutter-autoroll
4c2dd170b2 Roll src/third_party/skia f33c95cd6f55..dc01a84ae098 (3 commits) (flutter/engine#9091)
https://skia.googlesource.com/skia.git
/%2Blog/f33c95cd6f55..dc01a84ae098

git log f33c95cd6f55537cc13eb1e62267f0c2fd32ca11..dc01a84ae09838cf084e3e17f253d72a995ffd8c --date=short --no-merges --format=%ad %ae %s
2019-05-26 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update SKP version
2019-05-24 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-05-24 ccameron@chromium.org Change Metal to not take ownership of objects

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 (kjlubick@google.com), and stop
the roller if necessary.
2019-05-26 05:33:20 -04:00
stuartmorgan
f0c950fb04 Rename macOS FLEPlugin* to FlutterPlugin* (flutter/engine#9074)
As another step toward aligning the macOS plugin API with the iOS plugin
API, and with its final form, rename the plugin-related classes from
FLEPlugin* to FlutterPlugin*. This makes the names of the clasess the
same between iOS and macOS. Eventually they should actually merge, with
annotations/ifdefs for platform differences, but for now since the macOS
version uses the same method names and is simply a subset of the iOS
APIs (with one to-be-stabilized method that is macOS-specific) doing the
merge later won't be a breaking change.

Doing this now allows for building out plugin tooling and plugin
implementations on macOS without creating a growing body of code that
will experience a breaking change later.

See:
https://github.com/flutter/flutter/issues/31735
https://github.com/flutter/flutter/issues/32718
2019-05-25 20:45:00 -04:00
Chris Bracken
8150bff997 Apply minor cleanups to Android embedding (flutter/engine#9088)
Eliminate an unused import, add missing @Override annotations, and
eliminate an unused logger.
2019-05-25 15:45:14 -07:00
Chris Bracken
7cdc09e0b2 Removed outdated deprecation comments (flutter/engine#9087)
In breaking change flutter/engine#4487, a typo was fixed in our Android
APIs correcting RequestPermissionResult to RequestPermissionsResult
(note the 's' on Permissions) for consistency with the Android SDK.

Various tombstone comments were left to help guide developers in the
right direction. These comments were slated for removal in March of
2018; at over a year later, we can probably safely remove them.
2019-05-25 15:02:52 -07:00
Chris Bracken
f7fe97bf24 Delete BSDiff sources (flutter/engine#9086)
BSDiff is no longer used as of flutter/engine#8663. This removes the
unused Java import and sources.
2019-05-25 13:49:28 -07:00
Chris Bracken
21fd6fb32a Correct typos, adopt US spellings (flutter/engine#9081)
Corects a bnuch of typeos throughout teh engien codebsae. Also makes
a couple minor Commonwealth -> US spelling adjustments for consistency
with the rest of Flutter's codebase.

Made use of `misspell` tool:
https://github.com/client9/misspell
2019-05-25 13:14:46 -07:00
Terry Lucas
03d5bb8f53 Use track-widget-creation transformer included in the sdk. (flutter/engine#9085)
This improves performance as the version in the SDK is able to work more
incrementally and avoids creating an expensive ClassHierarchy.
There is now no measureable performance difference with the option so the
kernel transformer can be enabled by default.
2019-05-25 06:38:51 -07:00