10880 Commits

Author SHA1 Message Date
Michael Goderbauer
277c895111
Make verify_exports fail on failures again (#6379)
It is now working properly on the bots.
2018-09-28 10:47:48 -07:00
skia-flutter-autoroll
c0f7c7da7d
Roll src/third_party/skia f88f49d2a52e..87311c6e565f (7 commits) (#6378)
https://skia.googlesource.com/skia.git/+log/f88f49d2a52e..87311c6e565f


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

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-28 11:53:18 -04:00
skia-flutter-autoroll
51de09c7e0
Roll src/third_party/skia 10d12834c8db..f88f49d2a52e (1 commits) (#6377)
https://skia.googlesource.com/skia.git/+log/10d12834c8db..f88f49d2a52e


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

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-28 08:29:18 -04:00
skia-flutter-autoroll
c0b44bc202
Roll src/third_party/skia d004e0b55c4a..10d12834c8db (1 commits) (#6376)
https://skia.googlesource.com/skia.git/+log/d004e0b55c4a..10d12834c8db


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

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-28 05:04:18 -04:00
Jonah Williams
77c30caddf
make sure we dont set live regionin api level < 18 (#6375) 2018-09-27 23:24:54 -07:00
Michael Goderbauer
7dc6b3a8ee
Skip non-existing libflutters for symbol check (#6374) 2018-09-27 23:00:10 -07:00
Michael Goderbauer
0cd9ee372f
Add more debug loging to symbol verification script (#6372) 2018-09-27 21:51:09 -07:00
skia-flutter-autoroll
fcb3c519b2
Roll src/third_party/skia b726c89ff8a8..d004e0b55c4a (1 commits) (#6373)
https://skia.googlesource.com/skia.git/+log/b726c89ff8a8..d004e0b55c4a


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

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-27 23:24:17 -04:00
Michael Goderbauer
5e3d786d07
Use nm from buildtools (#6371) 2018-09-27 17:36:23 -07:00
Chinmay Garde
9ae1c14c35
Update observatory-port default behavior description. (#6365) 2018-09-27 17:18:11 -07:00
liyuqian
5550fdbc22
Remove cull_rects_ from SceneBuilder (#6352)
Skia should already have such optimizations based on a much more
accurate clip stack. As we move to the retained rendering, SceneBuilder
would be much harder to maintain such cull_rects_ stack so let's just
remove them.

No significant performance change is measured locally on Moto G4 with
flutter_gallery transition perf test and complex_layout scroll perf
test.
2018-09-27 17:09:26 -07:00
skia-flutter-autoroll
75e404f39e
Roll src/third_party/skia 656cefe65d62..b726c89ff8a8 (8 commits) (#6370)
https://skia.googlesource.com/skia.git/+log/656cefe65d62..b726c89ff8a8


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

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-27 20:00:17 -04:00
Siva
2a22019a8d
Roll Dart to version 7f9a9feae181573cca609fd1b8760d7992176699 (#6366)
* Roll Dart to version 7f9a9feae181573cca609fd1b8760d7992176699

This contains the following commits:

7f9a9feae1 [vm, service] Rename 'invoke' parameter 'receiverId' to 'targetId'.
fa3d8fa567 Don't check for the file presence in transitive sets when we are just creating it.
6f3de544ed [ VM / Hot Reload ] Fixed tests which were crashing periodically. Fixes issue #34599
e811b29788 [vm, gc] Restore growth policy when concurrent marking is not enabled.
0518b334ba Address comments
7c46a28505 Update convert class to mixin assist to remove "abstract"
06744c68b2 Pull reporting for unimplemented inherited members, and declared abstract members from ErrorVerifier.
45c7e4365c Update dartfix to apply changes to file rather than displaying them
9ad59bada2 [dartdevc] fix #34358, int to double conversion for literals
edddc0ba58 Generate source changes for converting class to mixin
2742a5d558 [Gardening] Update test status
d9de98e164 [VM] Delete some dead code in gen_snapshot.cc
51b8fc7bb0 AwaitExpression.precedence => 14
2390b3605f Create a package for shared diagnostics
629d76eb46 Simple dartfix that suggests class to be converted to mixins
8a2cfd8613 Implement InheritanceManager2.getMember() and use it in some places.
71eaf3209b Fix broken 'fasta testing sdk'.
d79f7493b3 Test that type parameters of typedefs are properly bounds checked.
b36f4fffc4 Allow multiple analyzer codes
82b3501c3c Fix supermixin handling in dart2js
c9b05d3f1f Allow super calls in mixin declarations
225b8d5075 Specialize Object properties in static type computation
4a58112a7c Move kernel_impact.dart from ssa/ to kernel/
aaf3b709e6 [release] Prepare changelog for 2.1.0-dev.6.0
e9c949372e Remove unused parts of J/K*Env classes
4659cb9480 Fully split JsToElementMap and KernelToElementMap
a617700b17 Removes code that has become redundant since 98a9adf.
7c54fab8a5 Adjust status files.
76470aca47 [VM] use coresnapshot when initializing an Isolate

* Address review comments.
2018-09-27 16:55:44 -07:00
Michael Goderbauer
0fa159a264
Add debug info to figure out why the bots are unhappy (#6369) 2018-09-27 16:27:03 -07:00
liyuqian
e031ccef7d
Add missing binding for pushOffset (#6367) 2018-09-27 16:21:46 -07:00
Michael Goderbauer
8176f4d3c4
Roll buildroot to 96d2493887daabe6877142caa8504a2f964b0e7e (#6364)
This enables LTO on Android
2018-09-28 00:55:39 +02:00
Kirill Nikolaev
27f77cbef5 Document that all MethodChannel callbacks must be called on the main thread. (#6245)
This further addresses https://github.com/flutter/flutter/issues/14568.
2018-09-27 15:48:29 -07:00
Michael Goderbauer
e6c173392a
Script to verify exported symbols on release binaries (#6363) 2018-09-28 00:23:01 +02:00
skia-flutter-autoroll
d80c1de7b5
Roll src/third_party/skia ab3144c3abb9..656cefe65d62 (11 commits) (#6362)
https://skia.googlesource.com/skia.git/+log/ab3144c3abb9..656cefe65d62


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

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-27 16:09:17 -04:00
liyuqian
edf6249e07
Add pushOffset to SceneBuilder (#6349)
For https://github.com/flutter/flutter/pull/21619#discussion_r220390088
2018-09-27 11:48:27 -07:00
liyuqian
3a01f39568
Change log level from ERROR to WARNING (#6361)
So tool_tests-windows won't fail.
2018-09-27 11:28:58 -07:00
skia-flutter-autoroll
5ae4708452
Roll src/third_party/skia 227d4e10276c..ab3144c3abb9 (11 commits) (#6360)
https://skia.googlesource.com/skia.git/+log/227d4e10276c..ab3144c3abb9


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

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-27 12:45:17 -04:00
Michael Goderbauer
763627fff5
Do not export libdart symbols (#6337) 2018-09-27 18:19:22 +02:00
Dan Field
3052dbd79b
SystemNavigator.pop can pop w/o UINavigationController (#6341)
* SystemNavigator.pop can pop w/o UINavigationController
2018-09-27 08:57:30 -07:00
skia-flutter-autoroll
0c096f798c
Roll src/third_party/skia b3e48afc936d..227d4e10276c (1 commits) (#6359)
https://skia.googlesource.com/skia.git/+log/b3e48afc936d..227d4e10276c


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

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-27 09:27:18 -04:00
skia-flutter-autoroll
b8c2a17a15
Roll src/third_party/skia cfe1264d7465..b3e48afc936d (3 commits) (#6356)
https://skia.googlesource.com/skia.git/+log/cfe1264d7465..b3e48afc936d


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

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-27 02:38:17 -04:00
Dan Field
c589b312a9
Expose push/popRoute on FlutterViewController (#6347) 2018-09-26 22:14:04 -07:00
skia-flutter-autoroll
075b3fcca8
Roll src/third_party/skia 5ea41fc89b26..cfe1264d7465 (1 commits) (#6355)
https://skia.googlesource.com/skia.git/+log/5ea41fc89b26..cfe1264d7465


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

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-26 23:13:35 -04:00
Siva
2dd9b99aa6
Roll Dart to version 808ed6238b9262660e31ea826f7aea6cfa3a3493 (#6354)
Includes the following changes:
808ed6238b [vm, compiler] Make register allocator instead of assembler put the write barrier value into a fixed register.
2f25dcda16 [vm] Remove script snapshots.
5d10974a89 [vm/bytecode] Use _simpleInstanceOf for certain 'is' checks in bytecode
9cc251c78b [vm/test] Fix process_stderr_test.
0f5968945c [vm/aot] Do not tree shake type arguments used in constant instances
99daccc0dd Handle FunctionExpressionInvocation when creating summaries.
d673847bd8 [dartdevc] add --kernel option, deprecate bin/dartdevk
79d639a3a8 [VM interpreter/bytecode] Modify argument order for AssertAssignable bytecode.
9fb3ff1f1a Extract InheritanceManager2.
d9fb4b03a6 [vm/compiler] Fix recent regressions due to inaccurate type merging
dcad8fe895 In analyzer/FE comparison, compare the return types of function types.
3c4c62d79a Reland "[VM] Dart_Initialize no longer crashes after Dart_Cleanup"
e31f9fc55f Track front end errors.
15c64b4b77 [vm/aot] Remove 'rounds' from precompiler
e7d71bedf5 [toolchain] Update Windows VS toolchain to current Chromium one.
0262530e1f Clarify code that checks for analyzer/FE differences.
5940ba21d2 [benchmark] Add gen_kernel_bytecode.dill to try_benchmarks.sh
bbfd4025c3 Fix copyright date in new test
4dcd8392fc Allow super invocations find members in supertypes of old style mixins.
a0ff5f8b3f Add stub implementation for analysis server edit.dartfix
0808d29b4e Update spec of potentially constant and compile-time constant expressions.
d8c32ae010 [vm] Add a reload test that checks that types are finalized.
cf055d6b88 [vm] Fix isolate reload tests so that they can pass kernel files for isolate reload.
429bca8e65 Make `Uri.parse` accept `[` and `]` in path, query and fragment.
b01f461280 Add product mode macos dart executable to fileset for running tests
e05f1fc32d Adjusted superclasses to make a mixin application superclass abstract
b480089a1a Fix updateExpectations in expression test
4816b607a5 Eliminate checked mode and production mode
c22b2efb48 Verify that mixin constraints can't be satisfied by the application (or named class) itself.
98a9adf696 Make constructor function types conform with the specification.
a3aa0c18fb Improve messages involving empty cycles
48d1b5e64b Improve diagnostics with anonymous jump targets
c38eab4fa9 [infra] Remove Dart 1 builders from the CQ (Part II)
e17a5965d1 [gardening] Update product dartk test status.
efe76b272d [gardening] Update product dartk test status.
1a29217509 Remove empty statements
1c8d65c49b fix #32785, implement typedef equality in dartdevc
20fa7815f0 Add @pragma('dart2js:noInline') and @pragma('dart2js:tryInline')
b1a54154f8 Check that implicit type arguments satisfy bounds.
3b511b9439 [dartdevc] improve compile time of kernel backend
c7383b5caf Revert "[VM runtime] Store Smi instance type in type test cache when using the interpreter."
d1a3eaaa99 Add flag to control symbol visibility of libdart
86430cb46a [vm] Extend AppJIT capability of gen_snapshot.
f81709c3e3 [vm/aot] Use field types inferred in TFA and remove inference in precompiler.cc
e7fc155457 [gardening] Adjust product kernel test status
b3b947d9a6 bump to linter 0.1.64
c9bcfe877b [vm] Fix byte displacement printing in x86 disassembler
ded73cdd08 Revert "[dart2js] Simplify noInline / tryInline annotations"
2c82a400e8 Signal a static error when invoking a non-function (issue 34320)
34425a870e [vm] Set implicit function accessor when the functions are created
8bae3a1cfd [dart2js] Simplify noInline / tryInline annotations
8ff692acf4 [infra] Remove Dart 1 builders from the CQ (Part I)
9185294e7a Reland: Implement inheritance/override checks from the spec.
c23a9815ec Stop setting element model supertypes in TypeResolverVisitor when using new driver.
17b3310400 Resolve bounds for type parameters of generic type alias.
c624f8b0a9 First cut dartfix protocol
2018-09-26 18:59:03 -07:00
Chinmay Garde
5b799381f4
Dont make any binaries specify an X11 dependency. (#6353) 2018-09-26 18:15:30 -07:00
KyleWong
309ac4e1be V0.8.2 fix compile problem with xcode10 (#6339)
* Fix a compilation problem when  using iPhoneOS12.0sdk(Xcode10).
2018-09-26 17:00:28 -07:00
skia-flutter-autoroll
26fdd1e4fa
Roll src/third_party/skia 5767fc042834..5ea41fc89b26 (3 commits) (#6351)
https://skia.googlesource.com/skia.git/+log/5767fc042834..5ea41fc89b26


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

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-26 19:48:17 -04:00
Chinmay Garde
cc44ca5d04
Perform persistent cache stores on the IO thread outside the frame workload. (#6350) 2018-09-26 16:33:30 -07:00
Chinmay Garde
f2a3df97e2
Wire up the Skia persistent GPU related artifacts cache. (#6278)
Also teaches FML to create files and directories.
2018-09-26 14:54:09 -07:00
skia-flutter-autoroll
9d4b80a60c
Roll src/third_party/skia 17282da3aa94..5767fc042834 (8 commits) (#6348)
https://skia.googlesource.com/skia.git/+log/17282da3aa94..5767fc042834


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

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-26 16:29:58 -04:00
Chinmay Garde
ef98dcb11f
Add support for counter timeline traces from the engine. (#6315) 2018-09-26 13:26:23 -07:00
Alexander Aprelev
a961e96d17
Roll buildroot to pick up updated vs toolchain. (#6346) 2018-09-26 10:32:19 -07:00
Ben Konyi
d6bb59978d
Fixed IsolateNameServer documentation (#6344)
We were using `//` instead of `///` so docs were not being generated.
2018-09-26 10:11:06 -07:00
skia-flutter-autoroll
0c854ac018
Roll src/third_party/skia bdf1431686c2..17282da3aa94 (4 commits) (#6345)
https://skia.googlesource.com/skia.git/+log/bdf1431686c2..17282da3aa94


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

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-26 13:05:17 -04:00
skia-flutter-autoroll
e394ea1dd7
Roll src/third_party/skia c05302bc84da..bdf1431686c2 (1 commits) (#6343)
https://skia.googlesource.com/skia.git/+log/c05302bc84da..bdf1431686c2


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

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-26 09:44:18 -04:00
skia-flutter-autoroll
bcdfc2312c
Roll src/third_party/skia 5457141b011e..c05302bc84da (1 commits) (#6342)
https://skia.googlesource.com/skia.git/+log/5457141b011e..c05302bc84da


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

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-26 06:20:18 -04:00
jensjoha
a861f37f79
Pass on the new unsafe-package-serialization option (#6331) 2018-09-26 08:34:49 +02:00
skia-flutter-autoroll
5e77a1e46d
Roll src/third_party/skia bd03b54cb98d..5457141b011e (1 commits) (#6340)
https://skia.googlesource.com/skia.git/+log/bd03b54cb98d..5457141b011e


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

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-26 00:08:17 -04:00
skia-flutter-autoroll
6332db875c
Roll src/third_party/skia f18c297cfb74..bd03b54cb98d (1 commits) (#6338)
https://skia.googlesource.com/skia.git/+log/f18c297cfb74..bd03b54cb98d


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

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-25 20:44:36 -04:00
skia-flutter-autoroll
a08bc52e81
Roll src/third_party/skia 7ffa40cedbc4..f18c297cfb74 (6 commits) (#6336)
https://skia.googlesource.com/skia.git/+log/7ffa40cedbc4..f18c297cfb74


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

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-25 17:26:18 -04:00
Gary Qian
8247ce26ba
Implement restore functions on Android and iOS (#6322)
This will not be active on the Framework until https://github.com/flutter/flutter/pull/22221 lands.
2018-09-25 13:46:38 -07:00
skia-flutter-autoroll
2ead5c06cc
Roll src/third_party/skia 4ef464cd3c2e..7ffa40cedbc4 (10 commits) (#6334)
https://skia.googlesource.com/skia.git/+log/4ef464cd3c2e..7ffa40cedbc4


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

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-25 14:00:18 -04:00
Alexander Aprelev
38a646e14c
[buildroot] Roll buildroot to pick up updated created_updated_flutter_deps.py (#6333) 2018-09-25 10:33:53 -07:00
Aart Bik
4b5be9b1f5
Roll Dart to 4cf2d3990bac1f1df2f524899e1560a3683f3133 (#6332)
Included CLs:

4cf2d3990b [VM runtime] Store Smi instance type in type test cache when using the interpreter.
a6b1a99f4c Make mixins abstract by default
ab305f2f26 Recover from duplicated declarations
4e32a356e0 Ignore synthetic elements created by the parser
fc04f56430 [infra] Remove deleted Dart 1 builders (app/precomp) from the test matrix
8477dc2131 Update status after 570fd5a7884
1652850381 Compute static types during impact computation
b4341f02db Remove unneeded method rti need
570fd5a788 Error on re-export, export and import of libraries with same name.
4b312b2b8c Support multiple superclasses in the mixin `on` clause.
8debb4e9db [fuchsia] Add zx_vmo_replace_as_executable calls
d34337aa2d Ignore noSuchMethod() for the purpose of searching concrete member implementations.
b6284b41e3 Revert "[VM] Dart_Initialize no longer crashes after Dart_Cleanup"
94481adbd4 [vm] Only include debugger/profiler slots in RawCode in product mode.
519ee905f9 [VM] Dart_Initialize no longer crashes after Dart_Cleanup
53497549ab [vm] Specialize 'new List()' on kernel AST
afd4cc9d1a [vm/tfa] Infer concrete class of int literals in TFA
a4d48f49e7 [vm/tfa] Infer concrete class of string literals in TFA
9106228a55 [vm, dwarf] Set default_is_stmt to true for compatability with dsymutil.
6ce0dc0006 dartfix stub implementation
e4eb2437b8 Look into superclassConstraints while searching for a member in interfaces.
95d37b0921 Revert "Implement inheritance/override checks from the spec."
355c73d4ee [VM] Remove support for option --no-preview-dart-2
95b8a19a20 Mixin declarations don't have supertype, fix isMoreSpecificThan().
e9586a5d14 [vm] Update workaround for Android Kernel bug (b089d4f).
ef7d144bc7 Add regression test for issue 34392.
56f6c52d58 large_class_declaration_test is slow now.
0ac3b8fff9 [fuchsia] Add missing vm:entry-point annotation
19e844ed5b [dart/fuzzing] Use current directory as SDK top (by default)
58e44c1400 Don't use ClassElementImpl for now in override checking.
62d154f6a3 [vm/bytecode] Record null-initialized fields in bytecode
70cc34df21 Custom format errors and exceptions to show traces
95831136b4 Fix NPE when accessing superclass
836a1d7a88 Implement inheritance/override checks from the spec.
d07039782a Remove redundant resolution
dba8b37d38 [vm] Benchmark for reading kernel bytecode
2018-09-25 10:33:40 -07:00
skia-flutter-autoroll
5d19c87955
Roll src/third_party/skia e514fa0f1a6c..4ef464cd3c2e (1 commits) (#6329)
https://skia.googlesource.com/skia.git/+log/e514fa0f1a6c..4ef464cd3c2e


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

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-25 01:34:18 -04:00