4239 Commits

Author SHA1 Message Date
Michael Goderbauer
53c7767a56 Make verify_exports fail on failures again (flutter/engine#6379)
It is now working properly on the bots.
2018-09-28 10:47:48 -07:00
skia-flutter-autoroll
f5db83c692 Roll src/third_party/skia f88f49d2a52e..87311c6e565f (7 commits) (flutter/engine#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
2cac5ae837 Roll src/third_party/skia 10d12834c8db..f88f49d2a52e (1 commits) (flutter/engine#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
7f44b24a82 Roll src/third_party/skia d004e0b55c4a..10d12834c8db (1 commits) (flutter/engine#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
12981679ba make sure we dont set live regionin api level < 18 (flutter/engine#6375) 2018-09-27 23:24:54 -07:00
Michael Goderbauer
9fbb7677c8 Skip non-existing libflutters for symbol check (flutter/engine#6374) 2018-09-27 23:00:10 -07:00
Michael Goderbauer
c32ef44788 Add more debug loging to symbol verification script (flutter/engine#6372) 2018-09-27 21:51:09 -07:00
skia-flutter-autoroll
16a79777d7 Roll src/third_party/skia b726c89ff8a8..d004e0b55c4a (1 commits) (flutter/engine#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
fe046b8eb6 Use nm from buildtools (flutter/engine#6371) 2018-09-27 17:36:23 -07:00
Chinmay Garde
2c9de2127a Update observatory-port default behavior description. (flutter/engine#6365) 2018-09-27 17:18:11 -07:00
liyuqian
4436df105f Remove cull_rects_ from SceneBuilder (flutter/engine#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
a069c1a48a Roll src/third_party/skia 656cefe65d62..b726c89ff8a8 (8 commits) (flutter/engine#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
96f1a01edb Roll Dart to version 7f9a9feae181573cca609fd1b8760d7992176699 (flutter/engine#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
a702b138be Add debug info to figure out why the bots are unhappy (flutter/engine#6369) 2018-09-27 16:27:03 -07:00
liyuqian
74a8fa9807 Add missing binding for pushOffset (flutter/engine#6367) 2018-09-27 16:21:46 -07:00
Kirill Nikolaev
9d6b7c41e3 Document that all MethodChannel callbacks must be called on the main thread. (flutter/engine#6245)
This further addresses https://github.com/flutter/flutter/issues/14568.
2018-09-27 15:48:29 -07:00
Michael Goderbauer
fdd399f16e Script to verify exported symbols on release binaries (flutter/engine#6363) 2018-09-28 00:23:01 +02:00
skia-flutter-autoroll
b74d85137e Roll src/third_party/skia ab3144c3abb9..656cefe65d62 (11 commits) (flutter/engine#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
b9694948cb Add pushOffset to SceneBuilder (flutter/engine#6349)
For https://github.com/flutter/flutter/pull/21619#discussion_r220390088
2018-09-27 11:48:27 -07:00
liyuqian
54d47ebc1d Change log level from ERROR to WARNING (flutter/engine#6361)
So tool_tests-windows won't fail.
2018-09-27 11:28:58 -07:00
skia-flutter-autoroll
1f0c086a58 Roll src/third_party/skia 227d4e10276c..ab3144c3abb9 (11 commits) (flutter/engine#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
fc8c5df800 Do not export libdart symbols (flutter/engine#6337) 2018-09-27 18:19:22 +02:00
Dan Field
db97bea01f SystemNavigator.pop can pop w/o UINavigationController (flutter/engine#6341)
* SystemNavigator.pop can pop w/o UINavigationController
2018-09-27 08:57:30 -07:00
skia-flutter-autoroll
74f279e6ad Roll src/third_party/skia b3e48afc936d..227d4e10276c (1 commits) (flutter/engine#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
10ac9806e7 Roll src/third_party/skia cfe1264d7465..b3e48afc936d (3 commits) (flutter/engine#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
045a313d33 Expose push/popRoute on FlutterViewController (flutter/engine#6347) 2018-09-26 22:14:04 -07:00
skia-flutter-autoroll
d4182cc993 Roll src/third_party/skia 5ea41fc89b26..cfe1264d7465 (1 commits) (flutter/engine#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
Chinmay Garde
b755091371 Dont make any binaries specify an X11 dependency. (flutter/engine#6353) 2018-09-26 18:15:30 -07:00
KyleWong
716cb093b5 V0.8.2 fix compile problem with xcode10 (flutter/engine#6339)
* Fix a compilation problem when  using iPhoneOS12.0sdk(Xcode10).
2018-09-26 17:00:28 -07:00
skia-flutter-autoroll
c5c7ddab53 Roll src/third_party/skia 5767fc042834..5ea41fc89b26 (3 commits) (flutter/engine#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
bbce11388f Perform persistent cache stores on the IO thread outside the frame workload. (flutter/engine#6350) 2018-09-26 16:33:30 -07:00
Chinmay Garde
74c44fa72a Wire up the Skia persistent GPU related artifacts cache. (flutter/engine#6278)
Also teaches FML to create files and directories.
2018-09-26 14:54:09 -07:00
skia-flutter-autoroll
e02ba7472a Roll src/third_party/skia 17282da3aa94..5767fc042834 (8 commits) (flutter/engine#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
b1b2a1cc3f Add support for counter timeline traces from the engine. (flutter/engine#6315) 2018-09-26 13:26:23 -07:00
Ben Konyi
1adb13ee86 Fixed IsolateNameServer documentation (flutter/engine#6344)
We were using `//` instead of `///` so docs were not being generated.
2018-09-26 10:11:06 -07:00
skia-flutter-autoroll
18bd6f5b2a Roll src/third_party/skia bdf1431686c2..17282da3aa94 (4 commits) (flutter/engine#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
d893448de5 Roll src/third_party/skia c05302bc84da..bdf1431686c2 (1 commits) (flutter/engine#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
8a17178f42 Roll src/third_party/skia 5457141b011e..c05302bc84da (1 commits) (flutter/engine#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
a854ed8780 Pass on the new unsafe-package-serialization option (flutter/engine#6331) 2018-09-26 08:34:49 +02:00
skia-flutter-autoroll
ccc6f2a66f Roll src/third_party/skia bd03b54cb98d..5457141b011e (1 commits) (flutter/engine#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
991b330bbf Roll src/third_party/skia f18c297cfb74..bd03b54cb98d (1 commits) (flutter/engine#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
7a2829e5f8 Roll src/third_party/skia 7ffa40cedbc4..f18c297cfb74 (6 commits) (flutter/engine#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
c9592ddb8c Implement restore functions on Android and iOS (flutter/engine#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
de504c819f Roll src/third_party/skia 4ef464cd3c2e..7ffa40cedbc4 (10 commits) (flutter/engine#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
skia-flutter-autoroll
29a0d137d2 Roll src/third_party/skia e514fa0f1a6c..4ef464cd3c2e (1 commits) (flutter/engine#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
skia-flutter-autoroll
d5069b3bc7 Roll src/third_party/skia a85f3a138cbc..e514fa0f1a6c (1 commits) (flutter/engine#6328)
https://skia.googlesource.com/skia.git/+log/a85f3a138cbc..e514fa0f1a6c


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

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-24 22:07:17 -04:00
skia-flutter-autoroll
c10d829cb2 Roll src/third_party/skia 45239cb84d1d..a85f3a138cbc (7 commits) (flutter/engine#6327)
https://skia.googlesource.com/skia.git/+log/45239cb84d1d..a85f3a138cbc


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

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-24 18:43:35 -04:00
Dan Field
1df2685196 Format for #6324 (flutter/engine#6326)
Format code from previous patch
2018-09-24 18:42:04 -04:00
Dan Field
89eeaf461e Engine::Run returns enum: success, failure, or isolate already running (flutter/engine#6324)
* If isolate is already running, return true

* Use shell::Engine::RunStatus as result of Engine::Run
2018-09-24 18:01:22 -04:00
skia-flutter-autoroll
0a87cbc84b Roll src/third_party/skia a9adb6f03525..45239cb84d1d (9 commits) (flutter/engine#6323)
https://skia.googlesource.com/skia.git/+log/a9adb6f03525..45239cb84d1d


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

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-24 15:18:55 -04:00