Ben Konyi
b7c947df5d
Roll src/third_party/dart 02a8b015ad..98c13ba18f (5 commits) ( #14280 )
...
dart-lang/sdk@98c13ba18f [vm/precomp] Reduce arm-32 code size in BoxInt64Instr
dart-lang/sdk@37b6b86b90 [infra] Change the name of the num_chunks attribute sent to pubsub.
dart-lang/sdk@a846098c18 [vm] Enable ELF loader to read snapshots from memory without any backing file.
dart-lang/sdk@bbd850eac8 Tweak the CHANGELOG for 2.7.0.
dart-lang/sdk@9456316b51 ErrorReporter should know isNonNullableByDefault.
2019-12-10 13:28:20 -08:00
Jason Simmons
b7d4278b4f
Create separate objects for isolate state and isolate group state ( #14268 )
...
Isolate data may need to be deleted on the same thread where it was allocated.
In particular, the task observer set up in the UIDartState ctor must be removed
from the same message loop where it was added.
The engine had been using the same DartIsolate object as the root isolate data
and as the isolate group data. This object would be deleted when the isolate
group was shut down. However, group shutdown may occur on a thread associated
with a secondary isolate. When this happens, cleanup of any state tied to the
root isolate's thread will fail.
This change adds a DartIsolateGroupData object holding state that is common
among all isolates in a group. DartIsolateGroupData can be deleted on any
thread.
See https://github.com/flutter/flutter/issues/45578
2019-12-10 10:34:50 -08:00
skia-flutter-autoroll
721fb5bc72
Roll src/third_party/skia ab26643258ad..732c49739fa5 (1 commits) ( #14279 )
...
https://skia.googlesource.com/skia.git/+log/ab26643258ad..732c49739fa5
git log ab26643258ad..732c49739fa5 --date=short --first-parent --format='%ad %ae %s'
2019-12-10 nifong@google.com Return image address in image info so it can be shown in dropdown.
Created with:
gclient setdep -r src/third_party/skia@732c49739fa5
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 djsollen@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: djsollen@google.com
2019-12-10 10:43:17 -05:00
Ben Konyi
ed6830edf3
Roll src/third_party/dart 8b8894648f..02a8b015ad (26 commits) ( #14278 )
...
dart-lang/sdk@02a8b015ad Migrate corelib tests starting with "j" to "q" to NNBD.
dart-lang/sdk@617933c3c1 [vm, gc] As a debugging aid, remember the previous object during heap iteration.
dart-lang/sdk@964c9d8c20 [dart2js] new-rti: debug print of named type variable miss
dart-lang/sdk@7974f3f899 [dartdevc] Reduce the number of SDK libraries in the platform
dart-lang/sdk@b296d55c55 Issue 39709. Disable implicit 'call' tear-off for nullable objects.
dart-lang/sdk@ded753a397 Use 'isNonNullableByDefault' as the flag name everywhere.
dart-lang/sdk@86723cd5b1 Remove unused private methods and explicit 'new'.
dart-lang/sdk@108a80bd0d NNBD: Mark some good tests as passing; add FailingTests for some GitHub issues
dart-lang/sdk@2015c55277 [dartdevc] Remove ability to run analyzer based DDC
dart-lang/sdk@2a1fadb66c [dart2js] types_propagation - handle HAsCheckSimple
dart-lang/sdk@20ec71d447 [vm/compiler] Fix TypeTestingStub -> SubtypeTestCache fallback code if dst_type = TypeParameter
dart-lang/sdk@1aeff32c14 NNBD migrator: record type information in TypeName type arguments
dart-lang/sdk@a17884aff0 [vm] Fix late final local variables in AST mode
dart-lang/sdk@991e55f6ad NNBD Migrator: Fix generic super initializers
dart-lang/sdk@9605cca5a6 Make a method public that is overridden in a subclass
dart-lang/sdk@55f86c13cb [dartfuzz] Fix infinite recursion
dart-lang/sdk@de0e432ef1 Create an abstract layer to customize querying element types.
dart-lang/sdk@5f7177db84 Handle two non-operators as if they were operators to prevent a failure when assertions are enabled
dart-lang/sdk@22fef10a59 [nnbd_migration] suppress fewer upstream exact nullable nodes
dart-lang/sdk@b37f391f34 [VM/nnbd] Make runtimeType return a non-nullable type when the NNBD experiment is enabled.
dart-lang/sdk@bafd4e8dc6 Issue 39668. Use 'read type' to check dead '??='.
dart-lang/sdk@8894b88467 [VM/nnbd] Implement syntactic type equality.
dart-lang/sdk@cb94390c63 [infra] Improve efficiency of cloning the Flutter repositories
dart-lang/sdk@42799b66b6 Add support for unmanaged packages to trial_migration.
dart-lang/sdk@304eb2cb7b [test] Remove extra / in dartdevc nndb test suite runner.
dart-lang/sdk@16e7647c86 [ VM / dart:typed_data ] Fixed issue where null could be passed for simd types in AOT
2019-12-10 06:43:40 -08:00
skia-flutter-autoroll
140818a715
Roll fuchsia/sdk/core/linux-amd64 from Zkpa_... to nqJnP... ( #14274 )
...
Roll fuchsia/sdk/core/linux-amd64 from Zkpa_... to nqJnP...
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-12-10 02:38:11 -05:00
skia-flutter-autoroll
571c9991d0
Roll src/third_party/skia e56cc054dbae..ab26643258ad (3 commits) ( #14273 )
...
https://skia.googlesource.com/skia.git/+log/e56cc054dbae..ab26643258ad
git log e56cc054dbae..ab26643258ad --date=short --first-parent --format='%ad %ae %s'
2019-12-10 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 4e96c2bed379..ffcaa57570c0 (398 commits)
2019-12-10 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 27c89d2b5c56..f60da87424a4 (8 commits)
2019-12-10 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
Created with:
gclient setdep -r src/third_party/skia@ab26643258ad
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 djsollen@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: djsollen@google.com
2019-12-10 01:59:59 -05:00
skia-flutter-autoroll
12bf95fd49
Roll src/third_party/skia 095d2468a075..e56cc054dbae (4 commits) ( #14270 )
...
https://skia.googlesource.com/skia.git/+log/095d2468a075..e56cc054dbae
git log 095d2468a075..e56cc054dbae --date=short --first-parent --format='%ad %ae %s'
2019-12-10 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-12-10 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-12-09 jlavrova@google.com Fixing the fix for memory leak
2019-12-09 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
Created with:
gclient setdep -r src/third_party/skia@e56cc054dbae
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 djsollen@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: djsollen@google.com
2019-12-09 21:58:23 -05:00
Harry Terkelsen
434f6f9c87
Add support for platform views in the CanvasKit backend ( #14263 )
...
* Add support for platform views in the CanvasKit backend
* Respond to comments
* Update license file
2019-12-09 17:59:50 -08:00
skia-flutter-autoroll
b6bb57d014
Roll src/third_party/skia c937bc50250d..095d2468a075 (7 commits) ( #14269 )
...
https://skia.googlesource.com/skia.git/+log/c937bc50250d..095d2468a075
git log c937bc50250d..095d2468a075 --date=short --first-parent --format='%ad %ae %s'
2019-12-09 bsalomon@google.com GrTextureDomain: Go back to doing vector impl when modes are the same
2019-12-09 jlavrova@google.com Small changes
2019-12-09 halcanary@google.com skparagraph: fix another leak
2019-12-09 herb@google.com Pass SkGlyphRunList to GrTextBlob::Make
2019-12-09 herb@google.com Cleanup GrTextBlob management code
2019-12-09 jvanverth@google.com Add persistent shader cache support to Metal.
2019-12-09 halcanary@google.com skparagraph: fix leak
Created with:
gclient setdep -r src/third_party/skia@095d2468a075
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 djsollen@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: djsollen@google.com
2019-12-09 18:00:33 -05:00
Ben Konyi
b9080c92b9
Roll src/third_party/dart 7fcaafbb3e..8b8894648f (1 commits) ( #14266 )
...
dart-lang/sdk@8b8894648f [vm] Fix Meteor regression in "[vm] Enable multiple entry-points for unoptimized calls."
2019-12-09 13:16:43 -08:00
skia-flutter-autoroll
5e346c425c
Roll src/third_party/skia f0148c4881df..c937bc50250d (11 commits) ( #14262 )
...
https://skia.googlesource.com/skia.git/+log/f0148c4881df..c937bc50250d
git log f0148c4881df..c937bc50250d --date=short --first-parent --format='%ad %ae %s'
2019-12-09 brianosman@google.com Improvements to uniform handling in runtime SkSL
2019-12-09 halcanary@google.com [minor] fix definition with different parameter names
2019-12-09 kjlubick@google.com [canvaskit] roll to 0.10.0
2019-12-09 herb@google.com Remove the CACHE_SANITY_CHECK system.
2019-12-09 bsalomon@google.com Add testCompile function to SkRuntimeColorFilterFactory for Chrome test
2019-12-09 fmalita@chromium.org [skottie] Explicit seek(0) in tools
2019-12-09 bsalomon@google.com Support mirror-repeat in GrTextureDomain
2019-12-09 mtklein@google.com lift Wno-class-memaccess
2019-12-09 mtklein@google.com mark SkMD5->SkUUID copy as sane
2019-12-09 kjlubick@google.com [canvaskit] Expose SkShader combiners
2019-12-09 nigeltao@google.com Add SK_WUFFS_FAVORS_PERFORMANCE_OVER_ADDITIONAL_MEMORY_SAFETY option
Created with:
gclient setdep -r src/third_party/skia@c937bc50250d
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 djsollen@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: djsollen@google.com
2019-12-09 13:59:07 -05:00
skia-flutter-autoroll
3b100d77b1
Roll fuchsia/sdk/core/linux-amd64 from 2Nav3... to Zkpa_... ( #14261 )
...
Roll fuchsia/sdk/core/linux-amd64 from 2Nav3... to Zkpa_...
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-12-09 13:44:25 -05:00
Ben Konyi
562fb8fc8e
Roll src/third_party/dart a9c77229c2..7fcaafbb3e (88 commits) ( #14260 )
...
dart-lang/sdk@7fcaafbb3e [infra] Move IE registry settings from Puppet to the test runner
dart-lang/sdk@de11b7b373 [cfe] Implement legacy erasure
dart-lang/sdk@168cf90131 [vm] Make ELF loader Fuchsia compatible.
dart-lang/sdk@db525fe0f9 [kernel] Remove old unused 'method call' transformer
dart-lang/sdk@dd7499dd22 Revert "[infra] Try to handle failing to restore the crash resource limit instead."
dart-lang/sdk@ffd757640d Duplicate kernel package's graph.dart in analyzer, and prepare to publish 0.39.2+1.
dart-lang/sdk@eb862ca54d [dartdevc] Revert change to libraries.yaml to fix analyzer test bot
dart-lang/sdk@9f2be5cadf Move tests for 6 more diagnostic codes to the diagnostics/ directory
dart-lang/sdk@159c6da02a Add test for a @required field formal
dart-lang/sdk@bd8da4757e [vm/ffi] Remove simulator code
dart-lang/sdk@52dc7690ef Issue 39667. Use flow analysis in IfElement.
dart-lang/sdk@c17aff87e1 Restore skipping all dynamic type arguments in DartType.displayName
dart-lang/sdk@acac2d8d63 NNBD preview: Extract Dart page styles into their own file
dart-lang/sdk@c31db57c97 [dartfuzz] Add support for simple recursion
dart-lang/sdk@942c58f32d [dartdevc] Fix build errors in runtime patch files
dart-lang/sdk@98da22a11f [observatory] Display process-wide memory usage with heap snapshots.
dart-lang/sdk@f024d9dcce NullabilityEliminator - Never to Null*, remove required from formal parameters.
dart-lang/sdk@310c2eb5c4 Display target file name as link text
dart-lang/sdk@80aa5fda4b [observatory] Account for external size in the "Classes (table)" and "Classes (treemap)" views.
dart-lang/sdk@b92cd2cb95 Deprecate DartType.displayName, use getDisplayString() instead.
dart-lang/sdk@0939101320 When reporting unused elements, do not count a CommentReference as usage
dart-lang/sdk@70750329af [nnbd_migration] use animation/delay to make tooltips easier to use
dart-lang/sdk@afdc8caca8 [dartdevc] Finishing migration of dart:_interceptors and dart:_runtime.
dart-lang/sdk@84cc410c7e NNBD preview: move navigation; clean up styles
dart-lang/sdk@4c442cd73a [dart2js] Remove `treatAsDynamic`.
dart-lang/sdk@de53a2c33c [vm] Fix late local variables in AST mode
dart-lang/sdk@6267a8194e [ VM / dart:io ] Fix issue where SIGPROF is disabled in processes spawned via Process on POSIX
dart-lang/sdk@16bc1806ea (html) remove type parameter from callback argument
dart-lang/sdk@652926bbaf Deprecate Element.getAncestor, replacing it with methods matching those in AstNode
dart-lang/sdk@dfa32032fd Add scaffolding to trial_migration for more package sources.
dart-lang/sdk@d85eccb186 Prepare to publish analyzer 0.39.2.
dart-lang/sdk@a455e099bb Ignore _printEvent as an unused element
dart-lang/sdk@3281a4ab7f Move tests for 10 diagnostic codes to diagnostics/ files
dart-lang/sdk@4b21941d33 Fix prefer_iterable_wheretype in analyzer.
dart-lang/sdk@7bf088e4dd [release] Prepare the CHANGELOG for 2.7.0
dart-lang/sdk@54e1c16c1c Fix empty_catches in analyzer.
dart-lang/sdk@54b7543c55 Fix unnecessary_const in analyzer.
dart-lang/sdk@80a400297a [cfe] Add initial version of support for nonfunction-type-aliases
dart-lang/sdk@97c2ca5ff1 [cfe] Use valid static types and file offsets in collections transformation
dart-lang/sdk@daa400bada [sdk] Fix all uses of the view() constructor to always use offsetInBytes.
dart-lang/sdk@0dc6d59d52 [CFE] Fix crash caused by name clash of loadLibrary tearoff method
dart-lang/sdk@0bca6aaf10 Fix avoid_return_types_on_setters in analyzer.
dart-lang/sdk@e11cf75bd9 [dart2js] Propagate kernel variance to emit annotations in RTI table.
dart-lang/sdk@364dd8936b Fix unnecessary_new in analyzer.
dart-lang/sdk@723baf767f [analyzer] fix an npe in fix_internal.dart:2171
dart-lang/sdk@5adff879e3 Widen the SDK constraint on dart_internal to include 2.7.0.
dart-lang/sdk@eee20b4e60 Fix prefer_equal_for_default_values in analyzer.
dart-lang/sdk@f772b572c8 Fix curly_braces_in_flow_control_structures lint.
dart-lang/sdk@bf7f27a2c5 Remove comment about inlining constants.
dart-lang/sdk@b99599bae1 More cleanup of the loader code.
dart-lang/sdk@a3953b607d linter 0.1.105
dart-lang/sdk@41d8b9ee63 NNBD Migrator: Handle super redirecting initializers
dart-lang/sdk@baf1afa902 [dartdevc] Opt in dart:collection patch file for NNBD support
dart-lang/sdk@845fccc337 Issue 35818. Use getDisplayString() in _ElementWriter.
dart-lang/sdk@e20ff1e054 [vm] Prevent late fields from being unboxed
dart-lang/sdk@7ac3f3e904 NNBD migrator: Visit metadata on top-level functions
dart-lang/sdk@eba38af5d1 Add DartType.getDisplayString()
dart-lang/sdk@f7aff739bd Fix Isolate.packageRoot to account for the fact that it returns a Future.
dart-lang/sdk@1ff20f1e24 Rename "inv_cse_licm.dart" to "inv_cse_licm_test.dart".
dart-lang/sdk@7fcff7e87f Allow passing the sdk root for analysis to trial_migration.
dart-lang/sdk@929877c822 [gardening] Fix gen_kernel path on Windows for product_aot_kernel_test.dart.
dart-lang/sdk@bef857b6cb Fix dart:collection analysis errors in NNBD fork
dart-lang/sdk@88e26cd5d9 [dartdevc] Fix DDK sourcemap tests to use the right version of the SDK
dart-lang/sdk@1d4c45d2d0 Re-land "[vm/cfe] Elaborate for-in statements during async transform"
dart-lang/sdk@47a9ebea76 [cfe] Make API of as-instance-of and legacy LUB/GLB library-specific
dart-lang/sdk@ae14121ce7 [benchmark] Test addition of the whole d8 directory to builds.
dart-lang/sdk@e4e3f3fbc4 [cfe] Handle for-in on type variables in TypeEnvironment.forInElementType
dart-lang/sdk@c1565a7e64 [SDK] Cleans up a few unused functions in core_types.dart.
dart-lang/sdk@225682f868 [infra] Try to handle failing to restore the crash resource limit instead.
dart-lang/sdk@1a41670ed0 [infra] Temporarily disable exception for invalid core pattern
dart-lang/sdk@47383da053 Update LUB for Null vs star.
dart-lang/sdk@5ff9a2ed37 Cleanup the loader code to remove some unused pieces.
dart-lang/sdk@b8dbaaa527 [dartfuzz] Fix infinite recursion in call methods
dart-lang/sdk@6dc48ab999 [dartdevc] Destructure optional positional parameters
dart-lang/sdk@53bbe6c88c [dart2js] Added variance support for static subtype checking.
dart-lang/sdk@f56b0f6907 [vm/aot/tfa] Whole-program constant propagation
dart-lang/sdk@9929b53c71 [vm, gc] Allow old-space collections for allocations during safepoints.
dart-lang/sdk@a4bac1fb10 [dartdevc] Migrating dart:_js_helper and dart:_interceptors to NNBD.
dart-lang/sdk@2bb60763c3 Fix remove_type_annotation fix/assist to work with for loops (issue 39628)
dart-lang/sdk@c52acadd15 [vm/ffi] Split up some tests/ffi into vmspecific and non-vmspecific
dart-lang/sdk@1bbbc9f599 [vm/aot] Check in test to ensure in PRODUCT mode we don't retain any code in dart:vmservice_io/dart:_vmservice
dart-lang/sdk@eec49f34c4 Always truncate thread names on linux to 15 chars (16 with the null terminator).
dart-lang/sdk@28fc03709d NNBD preview: Improve details for overridden nullable parameter types
dart-lang/sdk@1c2ad7e2e1 [vm/aot] Remove assertion around committing object pool into GOP.
dart-lang/sdk@60afc24502 [infra] Convert some multi-tests to the new static error framework
dart-lang/sdk@b0155a72a7 [vm/ffi] Add script to extract existing positive ffi tests into bundle to be used for flutter/flutter integration test
dart-lang/sdk@f9327d3bac [SDK] Adds --lazy-async-stack support for async*.
dart-lang/sdk@42a4442521 [cfe] Handle promotion of Null to Never
2019-12-09 09:22:33 -08:00
skia-flutter-autoroll
d9f856510d
Roll src/third_party/skia 9910d829ad18..f0148c4881df (1 commits) ( #14258 )
...
https://skia.googlesource.com/skia.git/+log/9910d829ad18..f0148c4881df
git log 9910d829ad18..f0148c4881df --date=short --first-parent --format='%ad %ae %s'
2019-12-09 nigeltao@google.com Release SkWuffsCodec two-pass memory earlier
Created with:
gclient setdep -r src/third_party/skia@f0148c4881df
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 djsollen@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: djsollen@google.com
2019-12-09 09:57:26 -05:00
skia-flutter-autoroll
4beaa696fc
Roll src/third_party/skia b60ec7f98b08..9910d829ad18 (3 commits) ( #14257 )
...
https://skia.googlesource.com/skia.git/+log/b60ec7f98b08..9910d829ad18
git log b60ec7f98b08..9910d829ad18 --date=short --first-parent --format='%ad %ae %s'
2019-12-09 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 11e6944ec5a8..27c89d2b5c56 (9 commits)
2019-12-09 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader b9f03f47d5f5..31916f494c2e (7 commits)
2019-12-09 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 36a639fc2d93..4e96c2bed379 (454 commits)
Created with:
gclient setdep -r src/third_party/skia@9910d829ad18
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 djsollen@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: djsollen@google.com
2019-12-09 01:40:58 -05:00
skia-flutter-autoroll
ff6fa47659
Roll src/third_party/skia 274a766baf2f..b60ec7f98b08 (9 commits) ( #14256 )
...
https://skia.googlesource.com/skia.git/+log/274a766baf2f..b60ec7f98b08
git log 274a766baf2f..b60ec7f98b08 --date=short --first-parent --format='%ad %ae %s'
2019-12-08 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update SKP version
2019-12-06 herb@google.com Fix fix chrome build bots
2019-12-06 bungeman@google.com Protect against invalid text.
2019-12-06 herb@google.com Change from std to skstd for aligned_union_t
2019-12-06 herb@google.com Turn GrTextBlob vertices into actual structs
2019-12-06 jvanverth@google.com Fix typo in box-plane test.
2019-12-06 brianosman@google.com Switch to float vertex colors for wide color vertex attribs
2019-12-06 michaelludwig@google.com Avoid implicit conversion back to int
2019-12-06 kjlubick@google.com [canvaskit] Add _RTShaderFactory for demos
Created with:
gclient setdep -r src/third_party/skia@b60ec7f98b08
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 djsollen@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: djsollen@google.com
2019-12-08 21:43:24 -05:00
Andy Weiss
5b870a218f
Add support for setting window size limits for glfw ( #13415 )
...
Add a function to the window which calls the glfw function for fixing
the size limits of the window. This can then be called after window
creation.
2019-12-08 13:58:58 -08:00
skia-flutter-autoroll
e7b69ced2e
Roll src/third_party/skia 24ee4e0341fd..274a766baf2f (8 commits) ( #14159 )
...
https://skia.googlesource.com/skia.git/+log/24ee4e0341fd..274a766baf2f
git log 24ee4e0341fd..274a766baf2f --date=short --first-parent --format='%ad %ae %s'
2019-12-06 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-12-06 michaelludwig@google.com Merge consecutive entries that share proxy in bulk texture op
2019-12-06 mtklein@google.com simplify GrCCPerFlushResources::recordCopyPathInstance
2019-12-06 jsimmons@google.com Get baselines from cached default metrics if the text is empty
2019-12-06 robertphillips@google.com Add storage of programInfos to GrRecordingContext and SkDDL
2019-12-06 herb@google.com WS: reorder GrTextBlob struct and move all methods to .cpp
2019-12-06 robertphillips@google.com Pull creation of GrPipeline explicitly into the Ops' onExecute methods
2019-12-06 mtklein@google.com don't memset TriangulationVertex
Created with:
gclient setdep -r src/third_party/skia@274a766baf2f
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 bsalomon@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: bsalomon@google.com
2019-12-06 15:16:02 -05:00
skia-flutter-autoroll
5f6fa92a8f
Roll src/third_party/skia 46e2d8d4a1ae..24ee4e0341fd (2 commits) ( #14157 )
...
https://skia.googlesource.com/skia.git/+log/46e2d8d4a1ae..24ee4e0341fd
git log 46e2d8d4a1ae..24ee4e0341fd --date=short --first-parent --format='%ad %ae %s'
2019-12-06 bungeman@google.com Add feature support to shaper.
2019-12-06 nigeltao@google.com Allow one-pass SkWuffsCodec decoding
Created with:
gclient setdep -r src/third_party/skia@24ee4e0341fd
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 bsalomon@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: bsalomon@google.com
2019-12-06 11:14:07 -05:00
skia-flutter-autoroll
b1d4f88ae2
Roll src/third_party/skia aa4f7f55829d..46e2d8d4a1ae (1 commits) ( #14156 )
...
https://skia.googlesource.com/skia.git/+log/aa4f7f55829d..46e2d8d4a1ae
git log aa4f7f55829d..46e2d8d4a1ae --date=short --first-parent --format='%ad %ae %s'
2019-12-06 borenet@google.com [infra] Use "mod download" and "install", not "get" in chrome_release_branch
Created with:
gclient setdep -r src/third_party/skia@46e2d8d4a1ae
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 bsalomon@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: bsalomon@google.com
2019-12-06 07:13:49 -05:00
skia-flutter-autoroll
fd240d0d53
Roll src/third_party/skia 3e01360677b2..aa4f7f55829d (3 commits) ( #14153 )
...
https://skia.googlesource.com/skia.git/+log/3e01360677b2..aa4f7f55829d
git log 3e01360677b2..aa4f7f55829d --date=short --first-parent --format='%ad %ae %s'
2019-12-06 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src a25cc4cdcd47..36a639fc2d93 (535 commits)
2019-12-06 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader dee5b5f3cf3f..b9f03f47d5f5 (14 commits)
2019-12-06 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 5f857839b9ec..11e6944ec5a8 (8 commits)
Created with:
gclient setdep -r src/third_party/skia@aa4f7f55829d
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 bsalomon@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: bsalomon@google.com
2019-12-06 02:35:49 -05:00
skia-flutter-autoroll
6ebfa3ba55
Roll src/third_party/skia cc92b27c78a0..3e01360677b2 (2 commits) ( #14152 )
...
https://skia.googlesource.com/skia.git/+log/cc92b27c78a0..3e01360677b2
git log cc92b27c78a0..3e01360677b2 --date=short --first-parent --format='%ad %ae %s'
2019-12-06 mtklein@google.com GCC gets worried when we memset Stats
2019-12-05 reed@google.com fix make_path to not care about param-eval-order
Created with:
gclient setdep -r src/third_party/skia@3e01360677b2
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 bsalomon@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: bsalomon@google.com
2019-12-05 22:31:45 -05:00
Filip Filmar
29998f07fa
Configures ICU to load the timezone data ( #13952 )
...
The timezone data in Fuchsia is at a fixed path. This will have the
flutter runner attempt to load it and log, but not fail if loading
does not work out.
Added two tests
(1) Shows that the specific TZ data version loaded takes effect after
initialization
(2) Shows that when TZ data files are absent the initialization
continues.
2019-12-05 17:32:55 -08:00
skia-flutter-autoroll
3ad666248c
Roll src/third_party/skia 0af13b3caf03..cc92b27c78a0 (26 commits) ( #14151 )
...
https://skia.googlesource.com/skia.git/+log/0af13b3caf03..cc92b27c78a0
git log 0af13b3caf03..cc92b27c78a0 --date=short --first-parent --format='%ad %ae %s'
2019-12-05 fmalita@chromium.org [skottie] Optionally-deferred single-frame image loading
2019-12-05 mtklein@google.com stifle GCC warning
2019-12-05 hcm@google.com Update release notes files
2019-12-05 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-12-05 egdaniel@google.com Have GrLatticeOp use GrSurfaceProxyView.
2019-12-05 mtklein@google.com upgrade SkMiniRecorder to c++11
2019-12-05 brianosman@google.com Particles: Remove play-position thing, simplify mouse tracking
2019-12-05 bsalomon@google.com Revert "Remove most of GrConfig.h"
2019-12-05 reed@google.com clip paths in perspective (as needed)
2019-12-05 herb@google.com Have direct mask glyphs happen after SDFT
2019-12-05 mtklein@google.com more "SkScalerContextRec is bytes"
2019-12-05 bsalomon@google.com Remove most of GrConfig.h
2019-12-05 mtklein@google.com tell GCC copying into SkScalerContextRect is safe
2019-12-05 mtklein@google.com stifle GCC warnings in Sk4px
2019-12-05 robertphillips@google.com Add mutex to guard GrSkSLFPFactoryCache accesses
2019-12-05 michaelludwig@google.com Help MSVC pack GrTextureOps bitfields
2019-12-05 mtklein@google.com Stifle GCC false positive
2019-12-05 mtklein@google.com clearing fFlags is redundant here
2019-12-05 reed@google.com show perspective bug (need for clipping)
2019-12-05 mtklein@google.com GCC 8 reminds us, don't memcpy() sk_sp
2019-12-05 bsalomon@google.com Some changes to GrYUVToRGBEffect.
2019-12-05 reed@google.com move perspective-clipper into SkPathPriv
2019-12-05 benjaminwagner@google.com Add additional Mac Metal jobs
2019-12-05 hcm@google.com Update Skia milestone to 81
2019-12-05 egdaniel@google.com Always destroy resources instead of simply "abandoning" them in Vulkan backend.
2019-12-05 fmalita@chromium.org [skottie] Fix precomposed camera sizing
Created with:
gclient setdep -r src/third_party/skia@cc92b27c78a0
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 bsalomon@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: bsalomon@google.com
2019-12-05 18:30:32 -05:00
skia-flutter-autoroll
d323f84afe
Roll src/third_party/skia f5542b6aa307..0af13b3caf03 (1 commits) ( #14143 )
...
https://skia.googlesource.com/skia.git/+log/f5542b6aa307..0af13b3caf03
git log f5542b6aa307..0af13b3caf03 --date=short --first-parent --format='%ad %ae %s'
2019-12-05 kjlubick@google.com [canvaskit] update shaping example to have emoji
Created with:
gclient setdep -r src/third_party/skia@0af13b3caf03
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 bsalomon@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: bsalomon@google.com
2019-12-05 14:28:42 -05:00
skia-flutter-autoroll
8f095cd1f3
Roll src/third_party/skia 0af32fdf5fea..f5542b6aa307 (4 commits) ( #14141 )
...
https://skia.googlesource.com/skia.git/+log/0af32fdf5fea..f5542b6aa307
git log 0af32fdf5fea..f5542b6aa307 --date=short --first-parent --format='%ad %ae %s'
2019-12-05 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader bbd0694f9ab2..dee5b5f3cf3f (4 commits)
2019-12-05 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src d02b0cb4d389..a25cc4cdcd47 (492 commits)
2019-12-05 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 249cb200173f..5f857839b9ec (14 commits)
2019-12-05 michaelludwig@google.com Revert "Specialize inset/outset/reset based on known quad type"
Created with:
gclient setdep -r src/third_party/skia@f5542b6aa307
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 bsalomon@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: bsalomon@google.com
2019-12-05 03:36:09 -05:00
skia-flutter-autoroll
ee4c2a53c7
Roll src/third_party/skia 6344c2937997..0af32fdf5fea (12 commits) ( #14139 )
...
https://skia.googlesource.com/skia.git/+log/6344c2937997..0af32fdf5fea
git log 6344c2937997..0af32fdf5fea --date=short --first-parent --format='%ad %ae %s'
2019-12-04 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-12-04 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-12-04 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-12-04 michaelludwig@google.com Reduce GrTextureOp size
2019-12-04 michaelludwig@google.com Specialize inset/outset/reset based on known quad type
2019-12-04 mtklein@google.com flip on a bunch of GCC warnings
2019-12-04 herb@google.com Specialize vertex size for GrTextBlob
2019-12-04 mtklein@google.com work around GCC 8 mips release bug?
2019-12-04 herb@google.com Remove legacy CPU glyph drawing code
2019-12-04 herb@google.com Make fInitialViewMatrix const in GrTextBlob
2019-12-04 halcanary@google.com experimental/skottie_ios: fix some objc errors
2019-12-04 robertphillips@google.com Add helper functions to AAHairlineOp
Created with:
gclient setdep -r src/third_party/skia@0af32fdf5fea
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 bsalomon@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: bsalomon@google.com
2019-12-04 22:56:47 -05:00
David Worsham
d117ac979c
Wire up Opacity on Fuchsia, round 2 ( #14024 )
...
* Remove erroneous ChildView opacity
* Wire frame metrics through contexts
* Maintain layer stack inside of SceneBuilder
* Remove EnsureSingleChild
* Centralize system-composite and elevation logic
* Wire up OpacityLayer to Scenic
2019-12-04 19:29:31 -08:00
skia-flutter-autoroll
79599036de
Roll src/third_party/skia ccca30aad770..6344c2937997 (13 commits) ( #14133 )
...
https://skia.googlesource.com/skia.git/+log/ccca30aad770..6344c2937997
git log ccca30aad770..6344c2937997 --date=short --first-parent --format='%ad %ae %s'
2019-12-04 reed@google.com some cleanups for halfplanes
2019-12-04 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-12-04 egdaniel@google.com Remove unneeded abandon/release check in GrGpuResource message processing.
2019-12-04 bsalomon@google.com Remove SkSize& SkSize::operator=(const SkISize&)
2019-12-04 halcanary@google.com SkQP: model-creation improvements
2019-12-04 mtklein@google.com work around GCC false positive warning?
2019-12-04 egdaniel@google.com Handle failures in submission of vulkan command buffers.
2019-12-04 mtklein@google.com replace SkIRect[1] with SkIRect
2019-12-04 bsalomon@google.com Fix for 420/422 chroma subsampling of odd dimension images when converting from YUV to RGB on GPU.
2019-12-04 reed@google.com Reland "remove legacy SkPath enum guards"
2019-12-04 robertphillips@google.com Add onPrePrepareDraws to GrFillRectOp
2019-12-04 mtklein@google.com simpler tmp arrays in GrGLPath
2019-12-04 senorblanco@chromium.org Update dawn.h -> webgpu.h, dawn_cpp.h -> webgpu_cpp.h.
Created with:
gclient setdep -r src/third_party/skia@6344c2937997
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 bsalomon@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: bsalomon@google.com
2019-12-04 18:56:59 -05:00
Ben Konyi
65b126b71a
Roll src/third_party/dart 413867d678..a9c77229c2 (1 commits) ( #14130 )
...
dart-lang/sdk@a9c77229c2 [vm/compiler] Avoid undefined behavior in range analysis shift operation
2019-12-04 10:19:27 -08:00
skia-flutter-autoroll
fbc049be89
Roll src/third_party/skia 75368c3a0290..ccca30aad770 (12 commits) ( #14129 )
...
https://skia.googlesource.com/skia.git/+log/75368c3a0290..ccca30aad770
git log 75368c3a0290..ccca30aad770 --date=short --first-parent --format='%ad %ae %s'
2019-12-04 rosasco@google.com Notes on how to build SKQP for Fuchsia.
2019-12-04 reed@google.com Revert "remove legacy SkPath enum guards"
2019-12-04 thomasanderson@chromium.org Always check for GL_ARB_sync
2019-12-04 borenet@google.com [infra] Auto-submit the CL to update supported branch configs
2019-12-04 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src bd8110e59b6b..d02b0cb4d389 (540 commits)
2019-12-04 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader b64fbfec4dcd..bbd0694f9ab2 (3 commits)
2019-12-04 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 fb40d231c3e2..249cb200173f (15 commits)
2019-12-04 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-12-03 herb@google.com Make GrTextBlob initial position const
2019-12-03 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-12-03 reed@google.com remove legacy SkPath enum guards
2019-12-03 herb@google.com Start cleanup of GrTextBlob
Created with:
gclient setdep -r src/third_party/skia@ccca30aad770
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 bsalomon@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: bsalomon@google.com
2019-12-04 11:12:29 -05:00
Ben Konyi
1cdfc99314
Roll src/third_party/dart 19fc1016da..2a13b1fe26 (6 commits) ( #14107 )
...
dart-lang/sdk@2a13b1fe26 Reland "[dartdevc] Break dart:_debugger dependency on dart:html"
dart-lang/sdk@48573044b3 Replace helper methods in AbstractTypeSystemTest with ElementsTypesMixin.
dart-lang/sdk@7a911ce3f1 [ package:vm_service ] Fix issue where an exception could be thrown if remote service protocl version was older than that supported by package:vm_service
dart-lang/sdk@f4e44dd705 [vm] Make kernel buffers live exactly as long as their derived views.
dart-lang/sdk@5ecfd7058a Drop fallback to looser as check
dart-lang/sdk@9c220059a1 Implement DOWN for FunctionType(s) with NNBD rules.
2019-12-03 22:20:02 -08:00
chunhtai
3e6d6bc612
add pointer data santizing in flutter web engine ( #14082 )
2019-12-03 18:41:36 -08:00
Ben Konyi
90e28c027c
Roll src/third_party/dart 89e31069e8..19fc1016da (6 commits) ( #14093 )
...
dart-lang/sdk@19fc1016da [dart:core] BREAKING CHANGE: Fix analysis errors in NNBD fork
dart-lang/sdk@6c42984383 Update dartdoc to 0.29.2.
dart-lang/sdk@1ebf5cfb39 Fix false positive UNUSED_FIELD on extensions
dart-lang/sdk@b7094364fe [vm] Re-add late field initializer code
dart-lang/sdk@441a17d1f9 [cfe] Fix flow analysis for type parameter promotion, initializers, switch continue and for loops
dart-lang/sdk@9719f75ef3 Add InvalidLanguageVersionOverride Hint; fixes #37504
2019-12-03 16:23:47 -08:00
David Worsham
2fc1e1bce1
Relanding: Add Flow unittests and fixtures ( #14091 )
2019-12-03 14:33:02 -08:00
skia-flutter-autoroll
77d104d842
Roll src/third_party/skia 49e564e5e02c..75368c3a0290 (23 commits) ( #14090 )
...
https://skia.googlesource.com/skia.git/+log/49e564e5e02c..75368c3a0290
git log 49e564e5e02c..75368c3a0290 --date=short --first-parent --format='%ad %ae %s'
2019-12-03 fmalita@chromium.org [skottie] Deferred image frame resolution
2019-12-03 brianosman@google.com Particles: Do a cleanup/standardization pass on the API
2019-12-03 herb@google.com Replace some std::tie with auto []
2019-12-03 michaelludwig@google.com Reorg helper functions in prep for function pointer caching
2019-12-03 herb@google.com Don't draw strikes that are too small
2019-12-03 mtklein@google.com remove SkColorSpaceXformSteps::Required
2019-12-03 kjlubick@google.com [skottieWASM] make sure we are using CPU or GPU correctly
2019-12-03 fmalita@chromium.org Reland "[skottie] Remove defensive seek(0) from Animation ctor"
2019-12-03 mtklein@google.com replace CSXformSteps::Required() in GrSurfaceContext
2019-12-03 mtklein@google.com Fix sprite blitter choice logic
2019-12-03 mtklein@google.com replace CSXformSteps::Required() in SkShader
2019-12-03 mtklein@google.com add friendly new ctor for xform steps
2019-12-03 jvanverth@google.com Some more tweaks to perspective path clipping
2019-12-03 fmalita@chromium.org Revert "[skottie] Remove defensive seek(0) from Animation ctor"
2019-12-03 mtklein@google.com Revert "replace SkColorSpaceXformSteps::Required()"
2019-12-03 fmalita@chromium.org [skottie] Remove defensive seek(0) from Animation ctor
2019-12-03 mtklein@google.com Fix some GCC warnings.
2019-12-03 reed@google.com remove legacy next from iter
2019-12-03 kjlubick@google.com [canvaskit] Add test and extern for MakeImage
2019-12-03 brianosman@google.com Particles: SkImageBinding to allow sampling an image from script
2019-12-03 brianosman@google.com Particles: Better integration for ResourceProvider
2019-12-03 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 8a4500482e8d..bd8110e59b6b (424 commits)
2019-12-03 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 ea0dcd4bda18..fb40d231c3e2 (10 commits)
Created with:
gclient setdep -r src/third_party/skia@75368c3a0290
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 bsalomon@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: bsalomon@google.com
2019-12-03 16:50:19 -05:00
Ben Konyi
b1d00c998d
Roll src/third_party/dart a4d799c402..89e31069e8 (14 commits) ( #14089 )
...
dart-lang/sdk@89e31069e8 Revert "[vm/cfe] Elaborate for-in statements during async transform"
dart-lang/sdk@f922ed0962 [vm/concurrency] Update IsolateSpawnMemory benchmark
dart-lang/sdk@f7941eb850 [cfe] Handle break/continue in flow analysis
dart-lang/sdk@175ceca1fa Bump pub version in DEPS
dart-lang/sdk@0dc58fdcea Format long lines in shared_type_tests.
dart-lang/sdk@2de9b45c8f Update isFunctionSubtypeOf() to NNBD spec.
dart-lang/sdk@980b7ace7d Implement DOWN with NNBD rules.
dart-lang/sdk@b050a59d3b (dart2js) merge inferrer-engine interface and implementation
dart-lang/sdk@1103d9fdb5 (dart2js): seal-in members used only within the inferrer_engine class
dart-lang/sdk@aa56cd39a3 (dart2js): rename 'assignments' to 'inputs' in global analysis
dart-lang/sdk@198fde2342 Fix language_2/nnbd/syntax/null_assertion_ambiguous_test
dart-lang/sdk@e25744c44e [dartfuzz] Adding support for callable classes
dart-lang/sdk@fe64ce38e8 [vm] Fix late static fields (both non-final and final) in AST mode
dart-lang/sdk@284f662022 Migrate the corelib_2/ tests starting with "e" through "i".
2019-12-03 13:20:49 -08:00
liyuqian
84bf72917c
Revert PRs to unblock David and Jim's work ( #14088 )
...
* Revert "Add flow test fixtures and tests (#13986 )"
This reverts commit 620f5281b819f304e8e9e945222e26b17b087cc3.
* Revert "Dynamically determine whether to use offscreen surface based on need (#13976 )"
This reverts commit a86ef946563b020108320bbfb974bf7343284fd3.
2019-12-03 12:02:37 -08:00
skia-flutter-autoroll
36dc3b5a51
Roll src/third_party/skia 2792515dab7c..49e564e5e02c (28 commits) ( #14084 )
...
https://skia.googlesource.com/skia.git/+log/2792515dab7c..49e564e5e02c
git log 2792515dab7c..49e564e5e02c --date=short --first-parent --format='%ad %ae %s'
2019-12-03 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-12-03 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-12-02 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-12-02 rosasco@google.com skqp CIPD upload infra for Fuchsia
2019-12-02 mtklein@google.com remove T*/void* union in SkTArray
2019-12-02 mtklein@google.com tweak for GCC, memcpy() -> for-loop
2019-12-02 mtklein@google.com remove pointless tests
2019-12-02 egdaniel@google.com Update GrSwizzle to only store key and not string.
2019-12-02 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-12-02 bsalomon@google.com This is a reland of GrDomainEffect with significant changes:
2019-12-02 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-12-02 michaelludwig@google.com Compare textureType separately from backend format
2019-12-02 stani@google.com Expose SkRuntimeShaderFactory class to clients
2019-12-02 jlavrova@google.com A new API call on Paragraph: a number of unresolved glyphs
2019-12-02 mtklein@google.com replace SkColorSpaceXformSteps::Required()
2019-12-02 reed@google.com Reland "fix sense of ifdef for deprecated method"
2019-12-02 reed@google.com Revert "fix sense of ifdef for deprecated method"
2019-12-02 reed@google.com fix sense of ifdef for deprecated method
2019-12-02 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src c8e3617e402d..8a4500482e8d (272 commits)
2019-12-02 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 bc82fb14aab4..ea0dcd4bda18 (7 commits)
2019-12-02 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader fb7ca1d5aca5..b64fbfec4dcd (3 commits)
2019-12-01 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update SKP version
2019-11-29 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-11-29 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-11-29 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 43fc40aebfd8..c8e3617e402d (252 commits)
2019-11-29 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 fc3ec57ddf27..bc82fb14aab4 (9 commits)
2019-11-29 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader d6e903bdc9ef..fb7ca1d5aca5 (13 commits)
2019-11-29 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
Created with:
gclient setdep -r src/third_party/skia@49e564e5e02c
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 bsalomon@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: bsalomon@google.com
2019-12-03 12:49:59 -05:00
David Worsham
620f5281b8
Add flow test fixtures and tests ( #13986 )
2019-12-03 09:43:02 -08:00
Ben Konyi
a9f595fa40
Roll src/third_party/dart e4344a568f..a4d799c402 (7 commits) ( #14083 )
...
dart-lang/sdk@a4d799c402 Migrate corelib/ tests starting with b-d to NNBD.
dart-lang/sdk@18a9b29687 Add a repro for issue #39609
dart-lang/sdk@ec28bf1fd1 [analyzer] refactor the vm status section in the analyzer diagnostics page
dart-lang/sdk@bf69257c5f [dart:io] socket profiler in dart:io
dart-lang/sdk@1392d61c9b [infra] Modify 2.7.0 make_version hack so that it also works on other branches
dart-lang/sdk@4fe27fd444 Report an error when 'await' is used in the initializer of a late local variable.
dart-lang/sdk@6305276184 Remove deprecated 'byteStore' and 'fileContentOverlay' parameters.
2019-12-03 09:38:22 -08:00
skia-flutter-autoroll
0bf6c7429a
Roll src/third_party/skia e8c96d8e6116..2792515dab7c (1 commits) ( #14069 )
...
https://skia.googlesource.com/skia.git/+log/e8c96d8e6116..2792515dab7c
git log e8c96d8e6116..2792515dab7c --date=short --first-parent --format='%ad %ae %s'
2019-11-28 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
Created with:
gclient setdep -r src/third_party/skia@2792515dab7c
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 bungeman@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: bungeman@google.com
2019-12-02 18:38:35 -05:00
skia-flutter-autoroll
81c7e61745
Roll fuchsia/sdk/core/linux-amd64 from mSEnz... to 2Nav3... ( #14067 )
...
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-12-02 12:50:57 -08:00
Ben Konyi
9cda1eb978
Roll src/third_party/dart 077795b3e5..3f32196958 (29 commits) ( #14072 )
...
dart-lang/sdk@3f32196958 Make LateInitialziationError abstract and uninstantiable.
dart-lang/sdk@5013ce6e5d [cfe] Use correct types and errors in late lowering
dart-lang/sdk@46a5f35da7 [infra] Bump VERSION to 2.8.0
dart-lang/sdk@97d6ac21d5 [CFE] Spell check on kernel src; presubmit on kernel & _fe_analyzer_shared
dart-lang/sdk@1454a67e09 [cfe] Don't use multiple null-aware guards in opt-out
dart-lang/sdk@12d9bedb33 [CFE] Let spell checker report all reported words at the end
dart-lang/sdk@88630cc235 Move real resolveConstructors from ClassBuilderImpl to SourceClassBuilder
dart-lang/sdk@05406716bd [infra] Add count of test result messages sent to Pub/Sub
dart-lang/sdk@c1d21c368a Move a few methods from ClassBuilderImpl to SourceClassBuilder
dart-lang/sdk@1c3468a646 [kernel] Remove Library.isExternal
dart-lang/sdk@3557973a75 Move 5 verifier classes out of resolver.dart, into their own libraries.
dart-lang/sdk@3de7487a2c Report an error for 'late final' fields in classes with const constructors.
dart-lang/sdk@59d3a2d143 Unify the names of two codes for documentation purposes
dart-lang/sdk@0a575d8681 Unify two diagnostics into instantiate_abstract_class
dart-lang/sdk@7707c2a84c Issue 39563. Expression body always exists.
dart-lang/sdk@c6326de855 Improve the highlight region for variable_type_mismatch diagnostic
dart-lang/sdk@f7549f6dd7 [cfe] Test suites runner: improve format of timing information
dart-lang/sdk@de36aa0f1a [dartfuzz] Temporarily disable Float32x4.reciprocal() and Float32x4.reciprocalSqrt()
dart-lang/sdk@59c41f21d6 [vm/compiler] Avoid dead global pool entries due to bailouts
dart-lang/sdk@63333deed6 [vm/cfe] Elaborate for-in statements during async transform
dart-lang/sdk@5b31b1e26d Improve the selection range when reporting that an invoked constructor is not marked as const
dart-lang/sdk@46c042a118 Improve a diagnostic message by unwrapping Future (issue 39561)
dart-lang/sdk@078806851c [vm] Use static type of captured variables.
dart-lang/sdk@47ce35faf8 [benchmark] Exclude large front end tests and fix tensorflow exclusion.
dart-lang/sdk@27bdabe02e [SDK] Stop injecting <async gap> when async hasn't yielded yet.
dart-lang/sdk@8023accf3f [vm/ffi] Fix source information in generated AST nodes - part 2
dart-lang/sdk@f9cedb6813 [vm/ffi] Fix source information in generated AST nodes
dart-lang/sdk@4d95ec1360 [vm] Enable multiple entry-points for unoptimized calls.
dart-lang/sdk@659b32ffc8 [cfe] Handle chained null shorting and null aware if-null set
2019-12-02 11:07:33 -08:00
Ben Konyi
407eb42057
Roll src/third_party/dart 73fdf19b56..077795b3e5 (15 commits) ( #14068 )
...
dart-lang/sdk@077795b3e5 [co19] Add .gitignore to new co19 directory
dart-lang/sdk@8d874a5bd8 [cfe] Avoid cascading errors from part versioning mismatch
dart-lang/sdk@cd229de42b [cfe] Increase unit test suites time out to 15 minutes
dart-lang/sdk@4ba61bbbbc Fix exception in ML ranking (issue 39537)
dart-lang/sdk@1069289aeb [ package:vm_service ] Raise an RPCError exception instead of a String exception for in-flight requests that have been canceled via VmService.dispose
dart-lang/sdk@3204295ce1 [analyzer] send the plugin name with crash reports
dart-lang/sdk@507bdd583c Revert "[ VM / Service ] Add --object-id-ring-size to unblock UX studies for memory profiling"
dart-lang/sdk@98d1e99986 Relax UP for required named parameters.
dart-lang/sdk@764c07ec38 [vm] Fix late_modifier_final_field_test in AST mode
dart-lang/sdk@0bbcf079f3 Issue 39532. Support for question mark in typedef generic function type.
dart-lang/sdk@6f8fa3cbb3 Fix an NPE when using ml without available suggestions (issue 39535)
dart-lang/sdk@a17809ad18 [kernel] Add TypeEnvironment.forInElementType
dart-lang/sdk@ba222dac23 [vm] Fix late_modifier_non_final_field_test in AST mode
dart-lang/sdk@e56857fcce Stop using FeatureSet in TypeSystem.
dart-lang/sdk@eddfaff322 Issue 39509. Support for configurable imports in AnalysisDriver.
2019-12-02 10:11:46 -08:00
skia-flutter-autoroll
fea39c45b7
Roll src/third_party/skia 73beaaa48fcc..e8c96d8e6116 (4 commits) ( #14066 )
...
https://skia.googlesource.com/skia.git/+log/73beaaa48fcc..e8c96d8e6116
git log 73beaaa48fcc..e8c96d8e6116 --date=short --first-parent --format='%ad %ae %s'
2019-11-28 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 c373dfd84194..fc3ec57ddf27 (13 commits)
2019-11-28 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src c493edcc78ba..43fc40aebfd8 (368 commits)
2019-11-28 herb@google.com Reland "Naive CPU large emoji"
2019-11-28 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 663dcefa22ea..d6e903bdc9ef (4 commits)
Created with:
gclient setdep -r src/third_party/skia@e8c96d8e6116
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 bungeman@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: bungeman@google.com
2019-11-28 07:43:05 -05:00
skia-flutter-autoroll
8672e79af8
Roll src/third_party/skia c96f5108df28..73beaaa48fcc (2 commits) ( #14065 )
...
https://skia.googlesource.com/skia.git/+log/c96f5108df28..73beaaa48fcc
git log c96f5108df28..73beaaa48fcc --date=short --first-parent --format='%ad %ae %s'
2019-11-27 benjaminwagner@google.com [infra] Upgrade Radeon driver
2019-11-27 benjaminwagner@google.com [infra] Update Win10 in Skolo
Created with:
gclient setdep -r src/third_party/skia@73beaaa48fcc
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 bungeman@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: bungeman@google.com
2019-11-27 20:54:49 -05:00
Ben Konyi
0fc7867ae5
Roll src/third_party/dart 96e7a4ff30..73fdf19b56 (3 commits) ( #14063 )
...
dart-lang/sdk@73fdf19b56 [dart2js] Add variance table to RTI and updated subtyping wrt variance.
dart-lang/sdk@58dde43b5e [analysis_server] don't create futures for stalled plugins.
dart-lang/sdk@5aa86eb123 [vm/concurrency] Run all isolate related tests with/without enabling isolate groups
2019-11-27 15:46:04 -08:00
Jim Graham
a86ef94656
Dynamically determine whether to use offscreen surface based on need ( #13976 )
...
Only use an offscreen surface on iOS if a layer which reads back from the destination surface, such as BackdropFilter, is present.
2019-11-27 15:01:25 -08:00
skia-flutter-autoroll
7a7118d0ad
Roll src/third_party/skia 861ac61cb1a9..c96f5108df28 (10 commits) ( #14059 )
...
https://skia.googlesource.com/skia.git/+log/861ac61cb1a9..c96f5108df28
git log 861ac61cb1a9..c96f5108df28 --date=short --first-parent --format='%ad %ae %s'
2019-11-27 bungeman@google.com Reland "Replace CGFontCreate with CTFontManagerCreate."
2019-11-27 brianosman@google.com Add particle entry points to externs.js to fix missing symbols
2019-11-27 bsalomon@google.com Changes to GrCoordTransform and local coords
2019-11-27 bungeman@google.com Revert "Replace CGFontCreate with CTFontManagerCreate."
2019-11-27 bungeman@google.com Replace CGFontCreate with CTFontManagerCreate.
2019-11-27 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-11-27 herb@google.com Cleanup unit test output
2019-11-27 bsalomon@google.com Fix final-dtor-non-final-class warning on GrDDLContext
2019-11-27 brianosman@google.com Use ResourceProvider in particles
2019-11-27 bungeman@google.com Fix housekeeper bot with some gn format.
Created with:
gclient setdep -r src/third_party/skia@c96f5108df28
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 bungeman@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: bungeman@google.com
2019-11-27 15:45:59 -05:00