9167 Commits

Author SHA1 Message Date
Dan Field
4f155f04a9 LTO fuchsia binaries (flutter/engine#11883) 2019-09-05 14:30:28 -07:00
Emmanuel Garcia
f3c62c4603 Add @Keep annotation (flutter/engine#11893) 2019-09-05 13:23:04 -07:00
Ben Konyi
2755f8cb4c Roll src/third_party/dart d0218d4771..be66176534 (11 commits)
dart-lang/sdk@be66176534 [vm/linux] Don't expose symbols from statically-linked libc++.
dart-lang/sdk@ec6c6542a2 [dartdevc] escape all identifiers
dart-lang/sdk@92ed74e5f1 Reland "[vm] support zoneID for http"
dart-lang/sdk@7d0266a604 [vm/compiler] Fix use of enum value as bool in serializer.
dart-lang/sdk@6512f5563d Revert "Revert "Add dart2native tool for building either an aot file or a stand-alone executable.""
dart-lang/sdk@b31566b297 [nit] Adds missing newlines to error prints.
dart-lang/sdk@34004f7f6b [cfe] Support modular compilation of extensions
dart-lang/sdk@28af740e83 [cfe] Follow-up fixes
dart-lang/sdk@06ae3402d7 [cfe] Support F-bounded extensions and type variable shadowing
dart-lang/sdk@4525105db9 [vm/compiler] Add support for more instructions to deserializer.
dart-lang/sdk@7c8c197559 [vm/compiler] More work on the IL serializer.
2019-09-05 13:05:12 -07:00
Shi-Hao Hong
19b98ba9f2 Incorporate View.setSystemGestureExclusionRects code review feedback from #11441 (flutter/engine#11804)
* Improve variable naming and javadoc for setSystemGestureExclusionRects

* Remove variables from setSystemGestureExclusionRects tests

* Split test for two behaviors into two separate tests for setSystemGestureExclusionRects success case
2019-09-05 12:53:41 -07:00
shoryukenn
6c4a184169 Support build windows release/profile embedding builds (flutter/engine#11475)
Fixes missing symbol errors in Windows release and profile builds due to different lookup approach on Windows.

Fixes https://github.com/flutter/flutter/issues/32746
2019-09-05 11:28:30 -07:00
skia-flutter-autoroll
ccb8e6e492 Roll src/third_party/skia e784f75beb20..adecf4b6d5fe (6 commits) (flutter/engine#11900)
https://skia.googlesource.com/skia.git/+log/e784f75beb20..adecf4b6d5fe

git log e784f75beb20..adecf4b6d5fe --date=short --no-merges --format='%ad %ae %s'
2019-09-05 ethannicholas@google.com switched SkSL interpreter over to threaded code
2019-09-05 rmistry@google.com Allow PRIVATE_SKPS_GS to be empty in assets/skp/create.py
2019-09-05 michaelludwig@google.com Avoid use of SkMatrixImageFilter to handle CTM for backdrop filtering
2019-09-05 csmartdalton@google.com Rename GrGLIRect to GrNativeRect
2019-09-05 csmartdalton@google.com Clean up GrGLIRect
2019-09-05 bsalomon@google.com Fix profile width check in GrRectBlurEffect.

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

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/skia-flutter-autoroll
Please CC jlavrova@google.com on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

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

Bug: None
TBR=jlavrova@google.com
2019-09-05 14:25:56 -04:00
xster
12e8ba8313 remove extra redundant channels setup in iOS embedding engine (flutter/engine#11886) 2019-09-05 11:13:04 -07:00
liyuqian
df4c16f947 Revert "Add a BroadcastStream to FrameTiming (#11041)" (flutter/engine#11841)
This reverts commit 226c44ba3c24cd89b4e47d0ce59b21ac7af6946e.

Reason for revert: Stream is considered a bad API: https://github.com/flutter/engine/pull/11041#issuecomment-526892247
2019-09-05 10:41:55 -07:00
skia-flutter-autoroll
f4637f6d70 Roll fuchsia/sdk/core/linux-amd64 from OmqaW... to Z7PSg... (flutter/engine#11898)
Roll fuchsia/sdk/core/linux-amd64 from OmqaW... to Z7PSg...

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
Please CC  on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
2019-09-05 13:02:46 -04:00
skia-flutter-autoroll
5e806a5973 Roll fuchsia/sdk/core/mac-amd64 from S-f_C... to -AQkJ... (flutter/engine#11897)
Roll fuchsia/sdk/core/mac-amd64 from S-f_C... to -AQkJ...

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/fuchsia-mac-sdk-flutter-engine
Please CC  on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
2019-09-05 12:26:22 -04:00
skia-flutter-autoroll
1491427c2f Roll src/third_party/skia b0e2347fedfc..e784f75beb20 (1 commits) (flutter/engine#11896)
https://skia.googlesource.com/skia.git/+log/b0e2347fedfc..e784f75beb20

git log b0e2347fedfc..e784f75beb20 --date=short --no-merges --format='%ad %ae %s'
2019-09-05 jvanverth@google.com Reland "Add launch screen to iOS apps"

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

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/skia-flutter-autoroll
Please CC jlavrova@google.com on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

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

Bug: None
TBR=jlavrova@google.com
2019-09-05 10:43:22 -04:00
Ben Konyi
925331adf4 Roll src/third_party/dart 6eed35b60d..d0218d4771 (5 commits)
dart-lang/sdk@d0218d4771 [vm] Add runtime/.clang-tidy file
dart-lang/sdk@dfcc31baf3 Add test for getter/setter conflicts with extension members.
dart-lang/sdk@d6af8654e5 Update ffi.dart to add preview disclaimer
dart-lang/sdk@269af100f9 [infra] With multiple test results, use the first instead of the last in createResultsMap
dart-lang/sdk@4122034ada [kernel] Make accept methods generic
2019-09-05 07:03:05 -07:00
skia-flutter-autoroll
7688f1be48 Roll src/third_party/skia 97218352addb..b0e2347fedfc (4 commits) (flutter/engine#11894)
https://skia.googlesource.com/skia.git/+log/97218352addb..b0e2347fedfc

git log 97218352addb..b0e2347fedfc --date=short --no-merges --format='%ad %ae %s'
2019-09-05 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go deps
2019-09-05 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 a1bf69967a32..0c35e0f44dbd (5 commits)
2019-09-05 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 248662b1b84a..e96090c328fe (514 commits)
2019-09-05 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader fbc146e97f30..cf0e2fe12289 (2 commits)

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

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/skia-flutter-autoroll
Please CC jlavrova@google.com on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

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

Bug: None
TBR=jlavrova@google.com
2019-09-05 02:15:37 -04:00
Ben Konyi
a93671a5cc Roll src/third_party/dart 67bb2b7819..6eed35b60d (18 commits)
dart-lang/sdk@6eed35b60d Analyze null-aware index expression reads.
dart-lang/sdk@15c1487874 [vm/bytecode] Allow breakpoint on rethrow; mark closures as debuggable or not.
dart-lang/sdk@7cfedd9a6f Run dartfmt --fix on pkg/smith.
dart-lang/sdk@05b7c55e8f Revert "[vm] support zoneID for http"
dart-lang/sdk@8cad4a2146 Revert "bump up ABI version to fix red abi bot"
dart-lang/sdk@bfd0190bf0 Update dartdoc rev in DEPS, fix for break in api doc generation
dart-lang/sdk@b6b4a3d2ca [vm/benchmark] Cleanup Isolates benchmark
dart-lang/sdk@57314a7e2f Add fixes to create getters in extensions
dart-lang/sdk@fc88ba0ab0 [pkg:vm_service] add an onDone future to VmService
dart-lang/sdk@6be60a76e4 [vm/compiler] fix missing unbox code
dart-lang/sdk@c0e327ea85 [vm] Add runtime/.clang-tidy and run clang-tidy in parallel (via dart script)
dart-lang/sdk@a931a457f0 [nnbd_migration] support untyped set & map literals
dart-lang/sdk@ea5f0db671 [vm/bytecode] Load bytecode class declaration when referencing class from type in AST
dart-lang/sdk@c5e618b3da bump up ABI version to fix red abi bot
dart-lang/sdk@bbe6624074 [vm/fuzzer] Enable control-flow collections, cleanup
dart-lang/sdk@0e7e8eb07e Flow analysis: rework tests
dart-lang/sdk@079ff845a5 Sort tests in flow_analysis_test.dart
dart-lang/sdk@9df2b2d25f Resolution tests for IndexExpression.
2019-09-04 22:03:01 -07:00
skia-flutter-autoroll
fead51acc4 Roll fuchsia/sdk/core/linux-amd64 from LKWtB... to OmqaW... (flutter/engine#11891)
Roll fuchsia/sdk/core/linux-amd64 from LKWtB... to OmqaW...

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
Please CC  on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
2019-09-05 00:25:41 -04:00
skia-flutter-autoroll
29b5fa2c70 Roll fuchsia/sdk/core/mac-amd64 from m-hNV... to S-f_C... (flutter/engine#11889)
Roll fuchsia/sdk/core/mac-amd64 from m-hNV... to S-f_C...

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/fuchsia-mac-sdk-flutter-engine
Please CC  on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
2019-09-04 23:58:17 -04:00
skia-flutter-autoroll
62e2d429d6 Roll src/third_party/skia 166751ef578a..97218352addb (1 commits) (flutter/engine#11888)
https://skia.googlesource.com/skia.git/+log/166751ef578a..97218352addb

git log 166751ef578a..97218352addb --date=short --no-merges --format='%ad %ae %s'
2019-09-04 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).

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

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/skia-flutter-autoroll
Please CC jlavrova@google.com on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

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

Bug: None
TBR=jlavrova@google.com
2019-09-04 22:34:45 -04:00
Ben Konyi
ffea634448 Roll src/third_party/dart 08132661a6..67bb2b7819 (4 commits)
dart-lang/sdk@67bb2b7819 [vm, compiler] Consistently use CallTargets instead of ICData or MegamorphicCache.
dart-lang/sdk@efe256cf6c Update dartdoc in the SDK to 0.28.5
dart-lang/sdk@a6ea4037bd Migration: handle static method invocations properly.
dart-lang/sdk@8a0b0220e9 Migration: fix two minor bugs in the computation of class hierarchy decorations.
2019-09-04 19:05:08 -07:00
Francisco Magdaleno
d00cb9e09e Finish plumbing message responses on method channels (flutter/engine#11877) 2019-09-04 16:17:10 -07:00
Ben Konyi
88cb53c231 Roll src/third_party/dart c3db2e3ee0..08132661a6 (2 commits)
dart-lang/sdk@08132661a6 [vm/ffi] Unhide FFI docs.
dart-lang/sdk@43a7408129 Turn on summary2.
2019-09-04 16:02:50 -07:00
James Clarke
d1fa9b5f40 [Windows] Address #36422 by adding a context for async resource uploading (flutter/engine#11828)
Add a context for async resource uploading.

Fixes flutter/flutter#36422
2019-09-04 15:52:12 -07:00
skia-flutter-autoroll
d9335c59c7 Roll src/third_party/skia e7366841663b..166751ef578a (7 commits) (flutter/engine#11881)
https://skia.googlesource.com/skia.git/+log/e7366841663b..166751ef578a

git log e7366841663b..166751ef578a --date=short --no-merges --format='%ad %ae %s'
2019-09-04 jlavrova@google.com Fix for the build
2019-09-04 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-09-04 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-09-04 jlavrova@google.com Reshuffling bidi regions + empty text sizes + some font resolution bugs
2019-09-04 jvanverth@google.com Revert "Add launch screen to iOS apps"
2019-09-04 halcanary@google.com experimental: minimal_ios_mtl_skia_app
2019-09-04 jvanverth@google.com Add launch screen to iOS apps

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

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/skia-flutter-autoroll
Please CC jlavrova@google.com on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

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

Bug: None
TBR=jlavrova@google.com
2019-09-04 18:51:04 -04:00
Mouad Debbar
04095305ed Handle new navigation platform messages (flutter/engine#11880) 2019-09-04 15:13:24 -07:00
Shi-Hao Hong
a4cb86d72d Android 10+ View.getSystemGestureExclusionRects (flutter/engine#11451)
* SystemGesture.getSystemGestureExclusionRects

* Add getSystemExclusionRects unit tests
2019-09-04 15:13:02 -07:00
Core
570279a848 Fix deleting Thai vowel bug on iOS (skip string range sanitization) (flutter/engine#11807) 2019-09-04 13:19:53 -07:00
Ben Konyi
746caab55b Roll src/third_party/dart 4bd13a74d9..c3db2e3ee0 (4 commits)
dart-lang/sdk@c3db2e3ee0 [vm] support zoneID for http
dart-lang/sdk@39b60a636c Flow analysis: inline _removePromotedAll at the call site.
dart-lang/sdk@c73df64c94 Flow analysis: move tracking of definite assignment into VariableModel class.
dart-lang/sdk@ec62b1a242 new fix: MAKE_VARIABLE_NOT_FINAL
2019-09-04 13:03:49 -07:00
skia-flutter-autoroll
9a73342d4d Roll src/third_party/skia c2dc9c864844..e7366841663b (2 commits) (flutter/engine#11878)
https://skia.googlesource.com/skia.git/+log/c2dc9c864844..e7366841663b

git log c2dc9c864844..e7366841663b --date=short --no-merges --format='%ad %ae %s'
2019-09-04 bsalomon@google.com Go back to rect blur profile textures.
2019-09-04 halcanary@google.com Revert "experimental/minimal_ios_mtl_skia_app"

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

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/skia-flutter-autoroll
Please CC jlavrova@google.com on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

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

Bug: None
TBR=jlavrova@google.com
2019-09-04 15:09:24 -04:00
Kaushik Iska
a541c52ab9 [flutter_runner] Add common libs to the test far (flutter/engine#11875)
* [flutter_runner] Add common libs to the test far

* Add flutter runner test build as part of CI
2019-09-04 11:17:25 -07:00
Ben Konyi
416fd9c903 Roll src/third_party/dart fd27e795ba..4bd13a74d9 (5 commits)
dart-lang/sdk@4bd13a74d9 [kernel] Better error on empty input
dart-lang/sdk@0a669419eb [kernel/CFE] Verify binary.md tags/version against tag.dart and against the VM
dart-lang/sdk@9a3680c0ef [vm] Fix presubmit script to only invoke clang-tidy if there are any .h/.cc files
dart-lang/sdk@a1949cd835 [sdk] Removes gen_snapshot.lib from copy_dartaotruntime.
dart-lang/sdk@6c4fbc11b8 [gardening] Fix recently added assertion, ensuring that instructions in JIT have deopt id if they throw
2019-09-04 10:14:15 -07:00
Alexander Aprelev
41241f202f Provide dart vm initalize isolate callback so that children isolates belong to parent's isolate group. (flutter/engine#9888)
* Provide dart vm initalize isolate callback so that children isolates belong to parent's isolate group.

Without this callback each child isolate is created as a separate isolate group, and Dart VM won't be able to provide performance savings for spawning of those.
2019-09-04 10:10:25 -07:00
stuartmorgan
fa82f9abf1 Add style guide and formatting information (flutter/engine#11669)
Updates CONTRIBUTING.md with style guide links for the engine languages, as well as a note about auto-formatting.
2019-09-04 09:39:34 -07:00
skia-flutter-autoroll
82648f7f87 Roll fuchsia/sdk/core/linux-amd64 from BR_-u... to LKWtB... (flutter/engine#11874)
Roll fuchsia/sdk/core/linux-amd64 from BR_-u... to LKWtB...

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
Please CC  on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
2019-09-04 11:47:36 -04:00
skia-flutter-autoroll
6ae7ee0e3b Roll fuchsia/sdk/core/mac-amd64 from dRCdb... to m-hNV... (flutter/engine#11873)
Roll fuchsia/sdk/core/mac-amd64 from dRCdb... to m-hNV...

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/fuchsia-mac-sdk-flutter-engine
Please CC  on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
2019-09-04 11:32:53 -04:00
skia-flutter-autoroll
2a09ec669b Roll src/third_party/skia 77743492418e..c2dc9c864844 (22 commits) (flutter/engine#11872)
https://skia.googlesource.com/skia.git/+log/77743492418e..c2dc9c864844

git log 77743492418e..c2dc9c864844 --date=short --no-merges --format='%ad %ae %s'
2019-09-04 halcanary@google.com experimental/minimal_ios_mtl_skia_app
2019-09-04 fmalita@chromium.org [svgcanvas] Refactor clipping
2019-09-04 halcanary@google.com gn: try again to fix fuchsia
2019-09-04 fmalita@chromium.org [sksg] Fix mask/context overrides interaction
2019-09-04 halcanary@google.com gn: try to fix flutter roll
2019-09-04 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go deps
2019-09-04 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 31b524cf60b7..a1bf69967a32 (8 commits)
2019-09-04 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 920100cd4246..fbc146e97f30 (6 commits)
2019-09-04 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 050ceed1f1d7..248662b1b84a (455 commits)
2019-09-04 bungeman@google.com [pdf] Disable default width calculation.
2019-09-03 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-09-03 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-09-03 brianosman@google.com Move SkSL caching out of GR_TEST_UTILS, trim persistent cache options
2019-09-03 reed@google.com update gm to better show the unclipped layers
2019-09-03 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-09-03 jvanverth@google.com Fix argument path for dsymutil
2019-09-03 brianosman@google.com Remove GrGLProgram cache stats, remove spurious declarations/includes
2019-09-03 halcanary@google.com gn: move all skia_* declare_args to skia.gni
2019-09-03 egdaniel@google.com Track all sampled textures in GrOpsTask and pass them to GrOpsRenderPass.
2019-09-03 bungeman@google.com [pdf] Only compute needed advances.
2019-09-03 kjlubick@google.com [canvaskit] Add rrect support
2019-09-03 reed@google.com update test to allow dumping images

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

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/skia-flutter-autoroll
Please CC jlavrova@google.com on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

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

Bug: None
TBR=jlavrova@google.com
2019-09-04 11:25:01 -04:00
Kaushik Iska
03060ea88e Add a sample unit test target to flutter runner (flutter/engine#11847) 2019-09-04 07:58:52 -07:00
Kaushik Iska
92367955cd Support building standalone far packages with autogenerating manigests (flutter/engine#11849)
Also makes package_dir support testonly mode
2019-09-04 07:23:58 -07:00
Ben Konyi
7a4684ef4d Roll src/third_party/dart 622747502e..fd27e795ba (9 commits)
dart-lang/sdk@fd27e795ba [CFE] Skip more failing (web) flutter test on bot flutter-frontend
dart-lang/sdk@201addc553 [typo] SUPPORT_TIMLINE -> SUPPORT_TIMELINE in dart.cc
dart-lang/sdk@e4a1085b45 [infra] status file clean up tool: add flag to also remove non-essential expectations in lines with comments
dart-lang/sdk@1f2316adc5 [vm] Add clang-tidy PRESUBMIT.py check on linux, flag implicit-to-bool conversions
dart-lang/sdk@5e549b3d21 Update CHANGELOG.md
dart-lang/sdk@1946d9d7a0 [dart2js] Add tests for issue 37724
dart-lang/sdk@f2789f74fc [infra] Remove non-essential test expectations with comments from pkg status file
dart-lang/sdk@a01dd3655f [CFE] Let compile platform include more required libraries"
dart-lang/sdk@35c011c030 Update meta docs to consider mixins and static extensions
2019-09-04 07:02:05 -07:00
Ben Konyi
7d0347bc22 Roll src/third_party/dart 54fdd559d8..622747502e (1 commits)
dart-lang/sdk@622747502e [vm/interpreter] Enforce consistent interpreter/compiler unboxing view
2019-09-03 22:02:46 -07:00
skia-flutter-autoroll
c886d47822 Roll fuchsia/sdk/core/linux-amd64 from KqidK... to BR_-u... (flutter/engine#11845)
Roll fuchsia/sdk/core/linux-amd64 from KqidK... to BR_-u...

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
Please CC  on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
2019-09-03 23:07:57 -04:00
skia-flutter-autoroll
ae7ec128c1 Roll src/third_party/skia 452ce044f0db..77743492418e (12 commits) (flutter/engine#11837)
https://skia.googlesource.com/skia.git/+log/452ce044f0db..77743492418e

git log 452ce044f0db..77743492418e --date=short --no-merges --format='%ad %ae %s'
2019-09-03 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-09-03 bsalomon@google.com Add parens to assert
2019-09-03 egdaniel@google.com Comment out assert in onClear in GrVkOpsRenderPass.
2019-09-03 fmalita@chromium.org [svgcanvas] Skip redundant clip-rule attributes
2019-09-03 fmalita@chromium.org [skottie] Clean up TextAdapter
2019-09-03 fmalita@chromium.org [skottie] Plumb square selector "smoothness" prop
2019-09-03 robertphillips@google.com Remove maxCount resource cache limit
2019-09-03 bsalomon@google.com Make GrSurfaceProxy constructors take arg that determines participation in GrResourceAllocator.
2019-09-03 benjaminwagner@google.com [gn] Add pool for dsymutil
2019-09-03 jvanverth@google.com Get Metal running on iOS viewer.
2019-09-03 benjaminwagner@google.com [gn] Move dsymutil from link command to a separate action
2019-09-03 brianosman@google.com Particles: Change effect lifetime logic to work like particles

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

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/skia-flutter-autoroll
Please CC jlavrova@google.com on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

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

Bug: None
TBR=jlavrova@google.com
2019-09-03 23:06:24 -04:00
skia-flutter-autoroll
43ab5e157a Roll fuchsia/sdk/core/mac-amd64 from -kKi5... to dRCdb... (flutter/engine#11840)
Roll fuchsia/sdk/core/mac-amd64 from -kKi5... to dRCdb...

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/fuchsia-mac-sdk-flutter-engine
Please CC  on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
2019-09-03 23:04:57 -04:00
Ben Konyi
c320163b49 Roll src/third_party/dart 36985859e4..54fdd559d8 (65 commits)
dart-lang/sdk@54fdd559d8 Revert "Add dart2native tool for building either an aot file or a stand-alone executable."
dart-lang/sdk@1dfba01a3e [ VM ] Don't check if an interpreted frame is marked for lazy deopt
dart-lang/sdk@8e63413fff [vm/bytecode] Explicitly mark _Closure._hash as nullable.
dart-lang/sdk@cc0c86f1e0 [vm] Don't execute Dart code to get hashes during reload.
dart-lang/sdk@a5ca7e9177 [vm/fuzzer] Fix loading of FFI C-library
dart-lang/sdk@5db9c6f6cd [vm/fuzzer] Separate iteration limit
dart-lang/sdk@6bcf67a6a2 Move isLate to VariableElement.
dart-lang/sdk@b8ab1d8b7a [vm/jit] All instructions which may throw need a deopt-id.
dart-lang/sdk@067f45c7c7 Flow analysis: move misplaced test.
dart-lang/sdk@c9a75cbbc9 Flow analysis: fix crash in for_conditionBegin.
dart-lang/sdk@a07f0dc40f Remove an unused parameter
dart-lang/sdk@ab8e70addd [cfe] Handle implicit extension access inference
dart-lang/sdk@946e7e3913 Issue 37005. Use FunctionType to get parameters.
dart-lang/sdk@67ac9cf52c Don't report ASSIGNMENT_TO_FINAL or ASSIGNMENT_TO_FINAL_LOCAL for late variables.
dart-lang/sdk@cb0abfef47 [vm/fuzzer] Avoid recursive assignments in foreach
dart-lang/sdk@da502f85a7 add assist association for curly_braces_in_flow_control_structures
dart-lang/sdk@0a272400ec [vm/aot] Use object identity for enqueued_functions_ and functions_to_retain_.
dart-lang/sdk@5999cd9838 [vm/compiler] Account for phis in the successor block when merging blocks
dart-lang/sdk@d92ffcb771 Change where we decide that unnamed extensions are private
dart-lang/sdk@233b4a71ca Deprecate some unnecessarily duplicated error codes
dart-lang/sdk@6e64750d85 Tweak LSP symbol kind for extensions
dart-lang/sdk@54b95f1c8b Revert "[SDK] Remove dart:profiler library which has been deprecated since Dart 1.2"
dart-lang/sdk@8ee22c246e [cfe] Update the api for nullability on TypeParameterTypes
dart-lang/sdk@c50621a560 [cfe] Infer type arguments for explicit extension application
dart-lang/sdk@9f57cf71d7 Add a blacklist to spelling tests; spell-check all packages and sdk with blacklist
dart-lang/sdk@f5839de1ec [cfe] Set named mixin application flag on DillClassBuilder.
dart-lang/sdk@72e8bdc56b Revert "[vm/ffi] Implement FFI callbacks on AOT for ELF and Asm snapshots (excl. blobs)."
dart-lang/sdk@ecbea5a58e [vm/ffi] Implement FFI callbacks on AOT for ELF and Asm snapshots (excl. blobs).
dart-lang/sdk@a6141ff5c9 Add dart2native tool for building either an aot file or a stand-alone executable.
dart-lang/sdk@af9e298391 Reland "Use identical as shortcut in equality checks"
dart-lang/sdk@d2e99c4935 [vm/compiler] Continued work on the IL serializer.
dart-lang/sdk@8fb0152af8 Revert "Use identical as shortcut in equality checks"
dart-lang/sdk@00d14e7dd1 [CFE] Always start constant evaluation error where we are asked to evaluate
dart-lang/sdk@6705a135e5 Clean up 'Extract Local' refactoring.
dart-lang/sdk@fe3fc9ed15 Don't use FunctionType.typeArguments in EdgeBuilder.
dart-lang/sdk@3cffdaa01e Fix crash in LSP documentSymbols for extension classes
dart-lang/sdk@97b1c64efb [kernel] Recursively number constants, avoid swallowing exceptions
dart-lang/sdk@4b5893f9cf Use identical as shortcut in equality checks
dart-lang/sdk@72908edb6d [CFE] Add strong tests for errors reported at 'wrong' place
dart-lang/sdk@5bf51b4c25 [CFE] Skip failing flutter test on bot flutter-frontend
dart-lang/sdk@b6880f76b0 [CFE] Add failing incremental compiler tests wrt re-issuing errors
dart-lang/sdk@1400ab4136 [CFE] Language versioning max/default also setable via compiler options
dart-lang/sdk@29ca4e670a [infra] Remove non-essential test expectations with comments from analyzer status files
dart-lang/sdk@ed55695f6b [infra] Remove non-essential test expectations with comments from kernel status files
dart-lang/sdk@e193f502f9 [infra] Remove non-essential test expectations with comments from devc status files
dart-lang/sdk@b158490fb2 [infra] Add precomp-android-arm64 builder to the test matrix
dart-lang/sdk@f401628f0d Remove an unused import
dart-lang/sdk@c21642f732 Remove unnecessary awaits in AssistProcessor
dart-lang/sdk@2c69db7351 [observatory] Visualize class size and ownership data as tree maps.
dart-lang/sdk@041a0e4bff fixes for prefer_const_constructors
dart-lang/sdk@d258ca96b0 [fuzzer/vm] Simple mixins
dart-lang/sdk@a2228905b5 [VM/runtime] Add some asserts and remove reference to String::MakeExternal from comments as this method does not exist anymore.
dart-lang/sdk@12c94c04d3 [vm/isolates] Introduce isolate [transferable] benchmark.
dart-lang/sdk@fc3fb37b6e Fix for 'static late' fields.
dart-lang/sdk@c1d887a8c4 Migration: Handle reference to methods and getters defined on `Object`.
dart-lang/sdk@27cb6b0988 Remove unnecessary awaits in the fix processor
dart-lang/sdk@a900a65ab7 Add AnalysisOptions.isLintEnabled(name)
dart-lang/sdk@fd9df1adc2 Migration: handle generic functions in already-migrated code.
dart-lang/sdk@5190274ed2 Extract LintNames into services/linter/lint_names.dart
dart-lang/sdk@8468f1435c [vm/fuzzer] Produce FFI testcases only sometimes
dart-lang/sdk@1f9ef866a5 [vm/debugger] Properly handle 'force-optimized' functions in debugger.
dart-lang/sdk@5da853060c [vm/bytecode] Move prologue CheckStack opcode after closure context is copied.
dart-lang/sdk@b1edcc4de9 Take 'prefer_final_locals' lint into account in 'Extract Local' refactoring.
dart-lang/sdk@b6ad76845e Extensions imported via a prefix are not in scope
dart-lang/sdk@c324228c10 Support for ServerService.LOG and 'server.log' notification.
2019-09-03 20:02:19 -07:00
Chinmay Garde
4d78ea99f6 Minor tweaks to the Doxygen theme. (flutter/engine#11576) 2019-09-03 22:27:14 -04:00
Matt Carroll
f7035552b3 Updated API usage in scenario app by deleting unnecessary method. (flutter/engine#11844) 2019-09-03 19:25:54 -07:00
Gary Qian
ffb4d48627 Fix RTL justification alignment with newline (flutter/engine#11842) 2019-09-03 16:42:53 -07:00
Matt Carroll
bebb5d2b5b Rename first frame method and notify FlutterActivity when full drawn (#38714 #36796). (flutter/engine#11357) 2019-09-03 15:49:53 -07:00
skia-flutter-autoroll
24e14aebd5 Roll src/third_party/skia 8050d94ae227..452ce044f0db (1 commits) (flutter/engine#11834)
https://skia.googlesource.com/skia.git/+log/8050d94ae227..452ce044f0db

git log 8050d94ae227..452ce044f0db --date=short --no-merges --format='%ad %ae %s'
2019-09-03 halcanary@google.com iOS toolchain: no -soname for is_component_build=true

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

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/skia-flutter-autoroll
Please CC jlavrova@google.com on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

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

Bug: None
TBR=jlavrova@google.com
2019-09-03 10:19:51 -04:00
skia-flutter-autoroll
813fd240ff Roll fuchsia/sdk/core/linux-amd64 from a8wlq... to KqidK... (flutter/engine#11833)
Roll fuchsia/sdk/core/linux-amd64 from a8wlq... to KqidK...

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
Please CC  on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
2019-09-03 07:14:34 -04:00
skia-flutter-autoroll
e813598511 Roll fuchsia/sdk/core/mac-amd64 from pVy4h... to -kKi5... (flutter/engine#11832)
Roll fuchsia/sdk/core/mac-amd64 from pVy4h... to -kKi5...

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/fuchsia-mac-sdk-flutter-engine
Please CC  on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
2019-09-03 05:12:38 -04:00
skia-flutter-autoroll
3fa69f6dd6 Roll src/third_party/skia 033c4014b788..8050d94ae227 (2 commits) (flutter/engine#11831)
https://skia.googlesource.com/skia.git/+log/033c4014b788..8050d94ae227

git log 033c4014b788..8050d94ae227 --date=short --no-merges --format='%ad %ae %s'
2019-09-03 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go deps
2019-09-03 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 791ad7b8774a..31b524cf60b7 (9 commits)

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

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/skia-flutter-autoroll
Please CC jlavrova@google.com on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

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

Bug: None
TBR=jlavrova@google.com
2019-09-03 05:01:46 -04:00