Jonah Williams
180adcbef0
make engine, ui, and sdk rewriter inputs of dill construction ( #11554 )
2019-08-27 18:24:42 -07:00
Dan Field
4ceaafc0a8
Make Skia cache size channel respond with a value ( #11550 )
2019-08-27 17:52:35 -07:00
Ben Konyi
85810f8840
Roll src/third_party/dart f17d0563fa..2bc0f49c00 (10 commits)
...
dart-lang/sdk@2bc0f49c00 [vm, gc] Add timeline event for growth policy updates.
dart-lang/sdk@86ad613bf7 [vm/fuzzer] Enable package:pedantic analysis options
dart-lang/sdk@0328e8a7b6 sort ForwardingListener and ForwardingTestListener
dart-lang/sdk@aeb5e732fd split endClass/Mixin/ExtensionFactoryMethod event
dart-lang/sdk@e5b0ff494b Adding an offset field to TokenDetails to return token offset as part of listTokenDetails
dart-lang/sdk@35f8a8bf00 Gracefully degrade when FunctionTypeAlias uses FieldFormalParameter.
dart-lang/sdk@78bd2bbaca [test] Re-enable background compilation in debug mode.
dart-lang/sdk@f2ab9478ee [vm/bytecode] Avoid extra DebugCheck in variable declaration
dart-lang/sdk@10c212f910 Make package:expect NNBD agnostic
dart-lang/sdk@d61daa79d3 Add more specific warnings to analyzer for @required on parameters
2019-08-27 16:07:55 -07:00
Maurice Parrish
ccdadb1dac
Add check to enable metal for import ( #11537 )
2019-08-27 14:47:14 -07:00
P.Y. Laligand
aba340af5c
Update label of Fuchsia FIDL targets. ( #11514 )
2019-08-27 13:54:38 -07:00
Ben Konyi
f93b9cbff1
Roll src/third_party/dart 4015a79210..f17d0563fa (5 commits)
...
dart-lang/sdk@f17d0563fa split class/mixin/extension member parsing
dart-lang/sdk@d2ad7d1f91 [dartdevc] support compile-only/run-only on ddb tool
dart-lang/sdk@d44ada3c52 [vm] Remove constant evaluator calls in the VM and bytecode generator.
dart-lang/sdk@497765f59f [vm] Move VM constant patching before constant evaluation.
dart-lang/sdk@a6596cfd40 [cfe] Allow backend target to specify extra libraries to be indexed.
2019-08-27 12:59:31 -07:00
Dan Field
77882ece4a
Optionally strip bitcode when creating ios framework ( #11530 )
2019-08-27 12:34:23 -07:00
Dan Field
0cfee1f677
Bitcode only for release ( #11520 )
2019-08-27 11:25:59 -07:00
Dan Field
bb25e5c013
Strip bitcode from gen_snapshot ( #11528 )
2019-08-27 11:19:07 -07:00
Chris Bracken
37a4af0ca8
Reuse texture cache in ios_external_texture_gl ( #11524 )
...
In current implementation, external texture data flow is a
producer-consumer model. When painting external texture, it always asks
registered external texture object to produce new CVPixelBuffer, then
transforms it to texture. `MarkNewFrameAvailable` function is ignored.
This commit changes the dataflow. Now ios_external_texture_gl caches
previous opengl texture, if no new frame are available, it do not
`copyPixelBuffer` method, just uses cached opengl texture to draw.
This is a re-land of flutter/engine#9806 , which was previously reverted
in flutter/engine#11522 .
2019-08-27 11:03:24 -07:00
skia-flutter-autoroll
3ab68dd882
Roll src/third_party/skia 4b5d65561943..6064ecf7e993 (1 commits) ( #11500 )
...
https://skia.googlesource.com/skia.git/+log/4b5d65561943..6064ecf7e993
git log 4b5d65561943..6064ecf7e993 --date=short --no-merges --format='%ad %ae %s'
2019-08-27 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
Created with:
gclient setdep -r src/third_party/skia@6064ecf7e993
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 stani@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=stani@google.com
2019-08-27 13:40:24 -04:00
Michael Klimushyn
0287144fa3
Assert that the JUnit tests are running on Java 8 ( #11466 )
2019-08-27 10:38:52 -07:00
Ben Konyi
a59539992b
Roll src/third_party/dart e878bdafe9..4015a79210 (15 commits)
...
dart-lang/sdk@4015a79210 [kernel] Fixes to binary.md
dart-lang/sdk@bbbd6cdbcb Migration: update trial_migration.dart to show exceptions per package.
dart-lang/sdk@c604e58a9b Migration: add support for dynamic method dispatches.
dart-lang/sdk@c7ac27bf50 [vm/ffi] Refactor and fix pipeline for force-optimized code.
dart-lang/sdk@71f1a615f4 [dart2js] Handle non-identifier characters in member names
dart-lang/sdk@7c6cab995a [vm] Adds Update method to hash maps.
dart-lang/sdk@e7614adedb [cfe] Add Windows work-around for git diff in expectation testing
dart-lang/sdk@7dbf8eed3b [cfe] Support sharding in pkg/testing tests
dart-lang/sdk@6c67280e44 [vm] Move C-string-based hash maps to hash_map.h.
dart-lang/sdk@4a01dc1341 [vm/compiler] Remove load_invalidation_gen logic
dart-lang/sdk@202340f550 Reland "[dartdevc] Remove explicit calls of the constant evaluator in DDC."
dart-lang/sdk@21cf0f5f90 [cfe] Clean out all uses of expired flags.
dart-lang/sdk@a7b470f51f [cfe] Fix use of ExtensionBuilder.target
dart-lang/sdk@fda435a056 [CFE] Add more incremental compiler compiler test
dart-lang/sdk@c6cd0c4890 Rename SourceLibraryBuilder to LibraryBuilder and move it up.
2019-08-27 10:38:22 -07:00
Chris Bracken
bf7796611d
Revert "Reuse texture cache in ios_external_texture_gl. ( #9806 )" ( #11522 )
...
Broke iOS builds:
../../flutter/shell/platform/darwin/ios/ios_external_texture_gl.mm:56:28: error: out-of-line definition of 'NeedUpdateTexture' does not match any declaration in 'flutter::IOSExternalTextureGL'
bool IOSExternalTextureGL::NeedUpdateTexture(bool freeze) {
^~~~~~~~~~~~~~~~~
This reverts commit 94b31749436e23bef0596f48bdf63e682670486c.
2019-08-27 09:39:48 -07:00
LiuJiLong
94b3174943
Reuse texture cache in ios_external_texture_gl. ( #9806 )
...
In current implementation, external texture data flow is a producer-consumer model. When painting external texture, it always asks registered external texture object to produce new CVPixelBuffer, then transforms it to texture. `MarkNewFrameAvailable` function is ignored. This commit changes the dataflow. Now ios_external_texture_gl caches previous opengl texture, if no new frame are available, it do not `copyPixelBuffer` method, just uses cached opengl texture to draw.
2019-08-27 02:00:09 -07:00
Chris Bracken
4d7ea15cae
Roll third_party/benchmark to a779ffce872b4c811beef482e18bd0b63626aa42 ( #11492 )
...
Picks up a single change: Add trailing newline at EOF
This complies with Fuchsia's default_warnings config, which contains
"-Wnewline-eof".
2019-08-27 00:55:27 -07:00
Chris Bracken
92c63e848a
Ensure trailing newline before EOF in C++ sources ( #11489 )
...
In generated text fixture location lookup code:
When the second argument to write_file() is a list, it is written one
item per line to the path specified by the first argument. This ensures
that we emit a trailing newline at EOF to comply with -Wnewline-eof.
Elsewhere:
Lack of a newline at EOF was undefined behaviour prior to C++11. The
Fuchsia tree sets -Wnewline-eof in its buildroot, so we plan to do the
same. This cleans up remaining first-party C++ sources that don't
include a trailing newline.
2019-08-27 00:13:00 -07:00
skia-flutter-autoroll
1ed1ee7c2a
Roll src/third_party/skia 3c8f9cb45dde..4b5d65561943 (5 commits) ( #11486 )
...
https://skia.googlesource.com/skia.git/+log/3c8f9cb45dde..4b5d65561943
git log 3c8f9cb45dde..4b5d65561943 --date=short --no-merges --format='%ad %ae %s'
2019-08-27 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go deps
2019-08-27 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 3c6b2e1613c8..57ad1e1287dd (8 commits)
2019-08-27 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 26bef9371198..31c682b20741 (361 commits)
2019-08-27 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader d6dc4b7e4533..605f863173b6 (4 commits)
2019-08-27 khushalsagar@chromium.org gpu: Update GrGLCaps usage of fTextureRectangle with chromium.
Created with:
gclient setdep -r src/third_party/skia@4b5d65561943
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 stani@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=stani@google.com
2019-08-27 02:20:57 -04:00
Dan Field
3aed2ed245
Roll buildroot to 58d85da77cf1d5c668d185570fa8ed3d2e1a1ab5 ( #11483 )
2019-08-26 22:19:38 -07:00
Ben Konyi
635c410d1c
Roll src/third_party/dart 69c6bea18f..e878bdafe9 (10 commits)
...
dart-lang/sdk@e878bdafe9 [vm/bytecode] Add DebugCheck to stop at return statement before executing finally blocks
dart-lang/sdk@6db6a0ce67 [vm/bytecode] Capture :controller_stream variable in async* functions
dart-lang/sdk@b6897ea094 Stop using resolutionMap in analyzer and analysis_server.
dart-lang/sdk@91de97f7e6 [nnbd_migration] Unwrap handles and remove handle assertion.
dart-lang/sdk@da4e6eb6e3 [vm/bytecode] Correct source positions for for-in statements
dart-lang/sdk@a7666c4fac Identifiers with ExtensionElement don't have types.
dart-lang/sdk@605709ac31 Fix _isDynamicExpression() in DartUnitHighlightsComputer2.
dart-lang/sdk@a2c7e7ce3e Migration: implement post-dominator analysis of `??` operations.
dart-lang/sdk@c1dbceda67 Migration: Test a complex example of flow analysis integration.
dart-lang/sdk@0c3a1a986f Migration: integrate flow analysis of try/catch/finally statements.
2019-08-26 21:56:34 -07:00
Chris Bracken
bf86d08102
Add missing newline at EOF ( #11473 )
...
This was required by the C++ spec pre-C++11 and still gets picked up in
the Fuchsia tree due to -Wnewline-eof. It fixes:
../../third_party/flutter/lib/ui/text/line_metrics.h:75:47: error: no newline at end of file [-Werror,-Wnewline-eof]
#endif // FLUTTER_LIB_UI_TEXT_LINE_METRICS_H_
2019-08-26 21:11:57 -07:00
skia-flutter-autoroll
d8e997c4e4
Roll src/third_party/skia 30cd12e81488..3c8f9cb45dde (1 commits) ( #11472 )
...
https://skia.googlesource.com/skia.git/+log/30cd12e81488..3c8f9cb45dde
git log 30cd12e81488..3c8f9cb45dde --date=short --no-merges --format='%ad %ae %s'
2019-08-27 fmalita@chromium.org [skottie] Harden motion blur
Created with:
gclient setdep -r src/third_party/skia@3c8f9cb45dde
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 stani@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=stani@google.com
2019-08-26 22:39:12 -04:00
Ben Konyi
a4c627ea54
Roll src/third_party/dart c91da3fa26..69c6bea18f (12 commits)
...
dart-lang/sdk@69c6bea18f [ fuzzer ] Fixed analysis warnings in dartfuzz, enabled analysis as part of bot checks
dart-lang/sdk@6f2c3977cc [cfe] Add available extensions to Scope.
dart-lang/sdk@a00a8df2d9 [vm/bytecode] Correct source positions for switch cases
dart-lang/sdk@7b2e879858 Migration: integrate flow analysis of switch statements.
dart-lang/sdk@e18ebb610b Set relevance tags for constructors.
dart-lang/sdk@64a42600ea [vm/compiler] Avoid unnessary checks on 64-bit
dart-lang/sdk@a5c961d50b [vm/fuzzer] Simple class hierarchies
dart-lang/sdk@67d8bb4c24 Add 'Rename Extension Member' refactoring.
dart-lang/sdk@b8cb25c96f Flow analysis: shift responsibility for handling final fall-through to FlowAnalysis.
dart-lang/sdk@cebb64f249 [vm/compiler] Avoid deopt for non-clamping typed data
dart-lang/sdk@9b46abc4ad Restore removed error codes to unbreak angular
dart-lang/sdk@ece4f273ea [vm/fuzzer] Randomly add deterministic flag
2019-08-26 19:09:20 -07:00
xster
fd25f80a1d
make it possible to disable debug symbols stripping ( #11265 )
2019-08-26 16:53:00 -07:00
Ben Konyi
59e14bc5f6
Roll src/third_party/dart 43417df9c7..c91da3fa26 (12 commits)
...
dart-lang/sdk@c91da3fa26 [vm/fuzzer] renable stacktrace stress test on FFI
dart-lang/sdk@9a817c722b Add tests for extension method setter/getter basename shadowing.
dart-lang/sdk@4210112bfd [vm/debugger] Increase verbosity of --verbose-debug when setting breakpoints.
dart-lang/sdk@969c01f02c Remove unused methods from DeclarationResolver.
dart-lang/sdk@da66bf6f77 Issue 37951. Identify widgets in IfElement and ForElement.
dart-lang/sdk@2011b6fa6b Flow analysis: refactor and unit test switch statement logic.
dart-lang/sdk@e0c37247a2 Migration: integrate flow analysis of logical not expressions
dart-lang/sdk@48f8454960 [vm] Force raw variables created during scope building to be on the stack
dart-lang/sdk@103a43dd73 [cfe] Towards deprecating Builder.target
dart-lang/sdk@06150f4d2c Migration: fix some tests of assertion behavior.
dart-lang/sdk@9c761e1531 Migration: integrate flow analysis of if-null (`??`) expressions.
dart-lang/sdk@1f17242a4f [infra] Remove non-essential test expectations from dart2js status files
2019-08-26 16:06:26 -07:00
skia-flutter-autoroll
330d144aae
Roll src/third_party/skia 464eb78e444b..30cd12e81488 (8 commits) ( #11459 )
...
https://skia.googlesource.com/skia.git/+log/464eb78e444b..30cd12e81488
git log 464eb78e444b..30cd12e81488 --date=short --no-merges --format='%ad %ae %s'
2019-08-26 herb@google.com Track RemoteStrikes to send using pointers instead of descriptors
2019-08-26 csmartdalton@google.com Revert "Initiate MSAA resolves during DAG generation"
2019-08-26 skia-autoroll@skia-public.iam.gserviceaccount.com Roll skia/third_party/skcms ce4270691346..684790252fe2 (1 commits)
2019-08-26 senorblanco@chromium.org Dawn: update for GrGpuCommandBuffer -> GrOpsRenderPass change.
2019-08-26 herb@google.com Fix include path in spirv-tools build
2019-08-26 michaelludwig@google.com Make image filter virtuals private where possible
2019-08-26 chz@google.com heif: Update to actual frame duration when the frame is decoded
2019-08-26 csmartdalton@google.com Initiate MSAA resolves during DAG generation
Created with:
gclient setdep -r src/third_party/skia@30cd12e81488
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 stani@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=stani@google.com
2019-08-26 18:54:29 -04:00
Gary Qian
9f1eab2f1f
Expose LineMetrics in dart:ui ( #10670 )
2019-08-26 13:40:22 -07:00
Dan Field
eb92b09568
Roll buildroot and update gn script for bitcode_marker ( #11449 )
2019-08-26 12:58:14 -07:00
skia-flutter-autoroll
fe68717ef8
Roll src/third_party/skia d617d5d29ca5..464eb78e444b (10 commits) ( #11444 )
...
https://skia.googlesource.com/skia.git/+log/d617d5d29ca5..464eb78e444b
git log d617d5d29ca5..464eb78e444b --date=short --no-merges --format='%ad %ae %s'
2019-08-26 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-08-26 mtklein@google.com remove MSRTC bots and GN support
2019-08-26 senorblanco@chromium.org Reland "Update DEPS: roll spirv-tools and spirv-headers."
2019-08-26 stani@google.com Revert "Update DEPS: roll spirv-tools and spirv-headers."
2019-08-26 bungeman@google.com Basic changes to get XPS drawing text.
2019-08-26 michaelludwig@google.com Define Usage and image+origin wrapper for image filters
2019-08-26 fmalita@chromium.org Add a colortype conversion bench
2019-08-26 egdaniel@google.com Remove GrGpuTextureCommandBuffer class and rename to GrOpsRenderPass.
2019-08-26 reed@google.com remove unneeded noemptycheck variants of intersect
2019-08-26 herb@google.com Rename SkGlyphCacheState -> RemoteStrike
Created with:
gclient setdep -r src/third_party/skia@464eb78e444b
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 stani@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=stani@google.com
2019-08-26 15:10:38 -04:00
skia-flutter-autoroll
1f5d6dad4e
Roll fuchsia/clang/mac-amd64 from RDjN2... to CGYQg... ( #11442 )
...
Roll fuchsia/clang/mac-amd64 from RDjN2... to CGYQg...
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-toolchain-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-08-26 14:57:03 -04:00
Tong Mu
ba1a303ae2
Patch buttons for chromebook touchpad ( #11420 )
...
Changes irregular events of touchpad scrolling on Chromebook to have buttons: 1.
2019-08-26 11:49:55 -07:00
Amir Hardon
a34f9a811c
Skip empty platform view overlays. ( #11427 )
...
This change sets up a "spying canvas" to try and detect empty canvases.
When using platform views with a custom embedder, if a platform view
overlay canvas is known to be empty we skip creating a compositor layer
for that overlay.
2019-08-26 11:40:49 -07:00
Qxyat
11e3ade157
Release _ongoingTouches when FlutterViewController dealloc ( #11049 )
2019-08-26 10:49:54 -07:00
skia-flutter-autoroll
b10282eb18
Roll src/third_party/skia ba57aa2b4a60..d617d5d29ca5 (1 commits) ( #11439 )
...
https://skia.googlesource.com/skia.git/+log/ba57aa2b4a60..d617d5d29ca5
git log ba57aa2b4a60..d617d5d29ca5 --date=short --no-merges --format='%ad %ae %s'
2019-08-26 senorblanco@chromium.org Update DEPS: roll spirv-tools and spirv-headers.
Created with:
gclient setdep -r src/third_party/skia@d617d5d29ca5
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.
Bug: None
TBR=stani@google.com
2019-08-26 11:26:32 -04:00
Yegor
f38913b7c7
sync Flutter Web engine to the latest ( #11421 )
...
* sync Flutter Web engine to the latest
2019-08-26 08:16:09 -07:00
Ben Konyi
82fcf32554
Roll src/third_party/dart 524f78e6cb..43417df9c7 (4 commits)
...
dart-lang/sdk@43417df9c7 [vm/ffi] Fix crashes on stacktraces and debugging with force-optimized frames.
dart-lang/sdk@53883c6044 Best static error test failure output on crashes and unspecified errors.
dart-lang/sdk@1f875a61bb [kernel] Crash less when dumping partial dill file
dart-lang/sdk@ab54ea60e5 [vm/compiler] Add the framework for the IL deserializer.
2019-08-26 07:04:59 -07:00
skia-flutter-autoroll
cdc38e2cee
Roll src/third_party/skia 27afcf5d12c0..ba57aa2b4a60 (4 commits) ( #11437 )
...
https://skia.googlesource.com/skia.git/+log/27afcf5d12c0..ba57aa2b4a60
git log 27afcf5d12c0..ba57aa2b4a60 --date=short --no-merges --format='%ad %ae %s'
2019-08-26 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go deps
2019-08-26 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 17f26865c8cc..3c6b2e1613c8 (17 commits)
2019-08-26 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src edb7520e0ea4..26bef9371198 (465 commits)
2019-08-26 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 115cfe7a1b32..d6dc4b7e4533 (1 commits)
Created with:
gclient setdep -r src/third_party/skia@ba57aa2b4a60
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.
Bug: None
TBR=stani@google.com
2019-08-26 03:16:29 -04:00
skia-flutter-autoroll
e7e3d78fa3
Roll src/third_party/skia 92b33354ddac..27afcf5d12c0 (1 commits) ( #11435 )
...
https://skia.googlesource.com/skia.git/+log/92b33354ddac..27afcf5d12c0
git log 92b33354ddac..27afcf5d12c0 --date=short --no-merges --format='%ad %ae %s'
2019-08-25 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
Created with:
gclient setdep -r src/third_party/skia@27afcf5d12c0
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.
Bug: None
TBR=stani@google.com
2019-08-25 23:36:37 -04:00
Dan Field
d4932ba714
update method for skia ( #11436 )
2019-08-25 20:06:12 -07:00
skia-flutter-autoroll
ceeedab1f9
Roll src/third_party/skia e4f1cd644aa9..92b33354ddac (1 commits) ( #11434 )
...
https://skia.googlesource.com/skia.git/+log/e4f1cd644aa9..92b33354ddac
git log e4f1cd644aa9..92b33354ddac --date=short --no-merges --format='%ad %ae %s'
2019-08-25 reed@google.com more rect api simplifications
Created with:
gclient setdep -r src/third_party/skia@92b33354ddac
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.
Bug: None
TBR=stani@google.com
2019-08-25 09:33:48 -04:00
skia-flutter-autoroll
dabbcb17ef
Roll src/third_party/skia 46129a94cdf7..e4f1cd644aa9 (1 commits) ( #11433 )
...
https://skia.googlesource.com/skia.git/+log/46129a94cdf7..e4f1cd644aa9
git log 46129a94cdf7..e4f1cd644aa9 --date=short --no-merges --format='%ad %ae %s'
2019-08-25 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update SKP version
Created with:
gclient setdep -r src/third_party/skia@e4f1cd644aa9
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.
Bug: None
TBR=stani@google.com
2019-08-25 05:51:12 -04:00
skia-flutter-autoroll
9cc05c519a
Roll src/third_party/skia 87b57d083321..46129a94cdf7 (1 commits) ( #11432 )
...
https://skia.googlesource.com/skia.git/+log/87b57d083321..46129a94cdf7
git log 87b57d083321..46129a94cdf7 --date=short --no-merges --format='%ad %ae %s'
2019-08-25 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go deps
Created with:
gclient setdep -r src/third_party/skia@46129a94cdf7
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.
Bug: None
TBR=stani@google.com
2019-08-25 02:07:53 -04:00
liyuqian
4d83ef8c7f
Support non-60 refresh rate on PerformanceOverlay ( #11419 )
...
So we can get the correct graph on 90fps/120fps devices :)
See https://github.com/flutter/flutter/issues/37888
2019-08-24 15:22:52 -07:00
skia-flutter-autoroll
a1afc114ed
Roll src/third_party/skia 11e185078e5c..87b57d083321 (1 commits) ( #11430 )
...
https://skia.googlesource.com/skia.git/+log/11e185078e5c..87b57d083321
git log 11e185078e5c..87b57d083321 --date=short --no-merges --format='%ad %ae %s'
2019-08-24 jcgregorio@google.com Revert "Add HOME env variable to cloudbuild so vpython can move forward."
Created with:
gclient setdep -r src/third_party/skia@87b57d083321
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.
Bug: None
TBR=egdaniel@google.com
2019-08-24 09:17:20 -04:00
skia-flutter-autoroll
e6e932bb12
Roll src/third_party/skia 69365b66613f..11e185078e5c (1 commits) ( #11429 )
...
https://skia.googlesource.com/skia.git/+log/69365b66613f..11e185078e5c
git log 69365b66613f..11e185078e5c --date=short --no-merges --format='%ad %ae %s'
2019-08-24 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go deps
Created with:
gclient setdep -r src/third_party/skia@11e185078e5c
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.
Bug: None
TBR=egdaniel@google.com
2019-08-24 02:04:08 -04:00
Ben Konyi
deca2c0da8
Roll src/third_party/dart 9ce9b437cb..524f78e6cb (8 commits) ( #11428 )
...
dart-lang/sdk@524f78e6cb [vm/bytecode] Fix symbols for private parameter names
dart-lang/sdk@41981f4192 [vm/bytecode] Ensure top-level class is loaded when querying library annotations
dart-lang/sdk@2bd46ba1cf [vm/fuzzer] Add dart option --use-slow-path
dart-lang/sdk@3f8c533fcb [ package:vm_service ] Swallow exceptions from streamCancel in service_test_common
dart-lang/sdk@75b4090c35 Migration: integrate flow analysis for `throw` and `rethrow`.
dart-lang/sdk@6199ac949f Migration: post-dominator logic for catch clauses.
dart-lang/sdk@72ba7461d0 [dart2js] Emit 'getIsolateTag' when 'allowInterop' is invoked.
dart-lang/sdk@2cadb9d184 [nnbd_migration] Handle untyped list literal expressions.
2019-08-23 22:04:54 -07:00
Ben Konyi
50dcbd8826
Roll src/third_party/dart ef07c76302..9ce9b437cb (3 commits)
...
dart-lang/sdk@9ce9b437cb [vm/fuzzer] Advocate use of new collection features
dart-lang/sdk@67b2b09b97 [ package:vm_service ] Started porting Observatory tests to run with package:vm_service
dart-lang/sdk@23dae9cca3 Make package:meta NNBD agnostic
2019-08-23 19:03:03 -07:00
skia-flutter-autoroll
b0947fd74e
Roll src/third_party/skia e8a2c8053daa..69365b66613f (3 commits) ( #11425 )
...
https://skia.googlesource.com/skia.git/+log/e8a2c8053daa..69365b66613f
git log e8a2c8053daa..69365b66613f --date=short --no-merges --format='%ad %ae %s'
2019-08-23 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-08-23 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-08-23 jcgregorio@google.com Add HOME env variable to cloudbuild so vpython can move forward.
Created with:
gclient setdep -r src/third_party/skia@69365b66613f
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.
Bug: None
TBR=egdaniel@google.com
2019-08-23 18:30:43 -07:00
skia-flutter-autoroll
f741e0de06
Roll fuchsia/clang/mac-amd64 from NRiBy... to RDjN2... ( #11424 )
...
Roll fuchsia/clang/mac-amd64 from NRiBy... to RDjN2...
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-mac-toolchain-flutter-engine
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.
2019-08-23 20:40:41 -04:00
Jim Graham
00b72a1475
Add tracing of the number of frames in flight in the pipeline. ( #11423 )
2019-08-23 16:50:03 -07:00