skia-flutter-autoroll
a653bd8b4f
Roll fuchsia/sdk/core/mac-amd64 from 5t09i... to esDH2... ( #14493 )
...
Roll fuchsia/sdk/core/mac-amd64 from 5t09i... to esDH2...
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-12-14 01:12:59 -05:00
skia-flutter-autoroll
cbe0e6c1e2
Roll src/third_party/skia cd9ad409a90d..cf0e3c63fd22 (1 commits) ( #14495 )
...
https://skia.googlesource.com/skia.git/+log/cd9ad409a90d..cf0e3c63fd22
git log cd9ad409a90d..cf0e3c63fd22 --date=short --first-parent --format='%ad %ae %s'
2019-12-14 reed@google.com remove dead code around old SkPath enums
Created with:
gclient setdep -r src/third_party/skia@cf0e3c63fd22
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-14 01:08:46 -05:00
skia-flutter-autoroll
3e3eb9c0a0
Roll src/third_party/dart 83eeab1e63d9..6c99171686be (5 commits) ( #14492 )
...
https://dart.googlesource.com/sdk.git/+log/83eeab1e63d9..6c99171686be
git log 83eeab1e63d9..6c99171686be --date=short --first-parent --format='%ad %ae %s'
2019-12-14 scheglov@google.com Report CompileTimeErrorCode.EXPORT_LEGACY_SYMBOL
2019-12-14 asiva@google.com [SDK/BUILD] Pass --enable-experiment=non-nullable to the gen_kernel when it is used to compile the sdk tools.
2019-12-14 srawlins@google.com Highlight line that is targeted; fix some linking
2019-12-14 srujzs@google.com Change Future lists to use dynamic
2019-12-14 srawlins@google.com Fix pedantic 0.9 lints around collection literals and spreads
Created with:
gclient setdep -r src/third_party/dart@6c99171686be
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/dart-sdk-flutter-engine
Please CC dart-vm-team@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: dart-vm-team@google.com
2019-12-14 01:06:05 -05:00
skia-flutter-autoroll
3c85b828e3
Roll fuchsia/sdk/core/linux-amd64 from QZVxo... to q0tup... ( #14494 )
...
Roll fuchsia/sdk/core/linux-amd64 from QZVxo... to q0tup...
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-14 01:02:38 -05:00
skia-flutter-autoroll
b43d3fe38d
Roll src/third_party/skia ea47b0e65802..cd9ad409a90d (7 commits) ( #14490 )
...
https://skia.googlesource.com/skia.git/+log/ea47b0e65802..cd9ad409a90d
git log ea47b0e65802..cd9ad409a90d --date=short --first-parent --format='%ad %ae %s'
2019-12-13 herb@google.com More cleanup on GrStrikeCache
2019-12-13 brianosman@google.com Remove all layout(ctype=...) from runtime SkSKL
2019-12-13 herb@google.com Use SkTHashTable in GrTextStrike
2019-12-13 herb@google.com Revert "Remove unused fields from GrTextBlobKey"
2019-12-13 herb@google.com Convert GrStrikeCache to sk_sp<GrTextStrike>
2019-12-13 herb@google.com switch to SkPoint for the idea of drawingOrigin
2019-12-13 herb@google.com Convert GrStrikeCache to use SkTHashTable
Created with:
gclient setdep -r src/third_party/skia@cd9ad409a90d
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-13 20:32:31 -05:00
Chinmay Garde
f05832153b
Allow embedders to post Dart objects on send ports from the native side. ( #14477 )
...
This is a non-breaking addition to the stable Flutter Embedder API and exposes a
subset of the functionality provided by Dart_PostCObject API in a stable and
tested manner to custom embedder implementations.
Send port acquisition can currently be done as described in the unit-test but
there may be opportunities to extend this API in the future to access ports more
easily or create ports from the native side.
The following capabilities of the the Dart_PostCObject API are explicitly NOT
exposed:
* Object arrays: This allows callers to create complex object graphs but only
using the primitives specified in the native API. I could find no current use
case for this and would have made the implementation a lot more complex. This
is something we can add in the future if necessary however.
* Capabilities and ports: Again no use cases and I honestly I didn’t understand
how to use capabilities. If needed, these can be added at a later point by
appending to the union.
Fixes https://github.com/flutter/flutter/issues/46624
Fixes b/145982720
2019-12-13 17:28:21 -08:00
skia-flutter-autoroll
2026b83d74
Roll src/third_party/dart 8ad8abfb7463..83eeab1e63d9 (13 commits) ( #14488 )
...
https://dart.googlesource.com/sdk.git/+log/8ad8abfb7463..83eeab1e63d9
git log 8ad8abfb7463..83eeab1e63d9 --date=short --first-parent --format='%ad %ae %s'
2019-12-13 rmacnak@google.com Miscellaneous documentation updates.
2019-12-13 brianwilkerson@google.com Remove preview from dartfix api in favor of opening the preview automatically
2019-12-13 rnystrom@google.com Small script to track NNBD test migration progress and estimate.
2019-12-13 sra@google.com [dart2js] Make repeated 'usedAsVariable' tests faster
2019-12-13 srujzs@google.com Change type MediaDeviceInfo to dynamic in Future
2019-12-13 srujzs@google.com Add test to enumerate media devices
2019-12-13 scheglov@google.com Replace using \n with multiline strings.
2019-12-13 bkonyi@google.com [ dartfuzz ] Output Dart SDK revision to logs during fuzz testing
2019-12-13 sigmund@google.com Whitelist all packages in the .packages file as opt-out from nnbd.
2019-12-13 fizaaluthra@google.com [dartfuzz] Refactoring gen_api_table.dart
2019-12-13 scheglov@google.com Remove NameFilter.
2019-12-13 scheglov@google.com Remove JavaSystemIO.
2019-12-13 liama@google.com [vm] Enable nnbd experiment when building the SDK with --nnbd
Created with:
gclient setdep -r src/third_party/dart@83eeab1e63d9
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/dart-sdk-flutter-engine
Please CC dart-vm-team@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: dart-vm-team@google.com
2019-12-13 20:04:17 -05:00
Yegor
6c71f89fb5
Introduce an auto-deletable SkiaObject; make SkPaint a SkiaObject ( #14486 )
...
* Introduce `SkiaObject` an object that's backed by Skia C++ objects that need to be explicitly deleted.
* Automatically delete `SkiaObject`s at the end of frame.
* Make `SkPaint` a `SkiaObject`.
Because `SkiaObject`s are deleted at the end of the frame, the object can be reused as many times as necessary within the frame. `SkPaint` in particular is a fairly expensive object. Reusing this object, for example, on `drawRRect` drops the canvas paint time by 30%.
2019-12-13 15:42:04 -08:00
Chinmay Garde
03f45a1edd
Verify embedders can convert clip rects from mutation stack into surface space. ( #14483 )
...
Add a test to verify behavior discussed in b/143612326
2019-12-13 15:28:01 -08:00
Nurhan Turgut
19124783ce
adding firefox unit tests to font loading ( #14487 )
2019-12-13 15:26:19 -08:00
Jason Simmons
d6172fdcfa
libtxt: cache fallback fonts found by a Minikin font collection ( #14482 )
...
If a new fallback font is discovered during paragraph layout, the fallback
font cache in txt::FontCollection will use that font in future layouts.
However, that cache is not available if the new fallback font needs to be
used for other characters within the current layout. This PR adds a cache
to minikin::FontCollection and checks whether fonts in the cache can handle
a character before calling the fallback font provider.
See https://github.com/flutter/engine/pull/13257
2019-12-13 15:18:37 -08:00
Mouad Debbar
00cbfd3f70
[web] Remove Paragraph._lines which isn't necessary anymore ( #14485 )
2019-12-13 15:08:17 -08:00
Mouad Debbar
35adf37ce1
[web] Implement Paragraph.getLineBoundary ( #14479 )
2019-12-13 13:53:55 -08:00
skia-flutter-autoroll
47c1dde9cc
Roll src/third_party/skia d0840ecf5831..ea47b0e65802 (9 commits) ( #14481 )
...
https://skia.googlesource.com/skia.git/+log/d0840ecf5831..ea47b0e65802
git log d0840ecf5831..ea47b0e65802 --date=short --first-parent --format='%ad %ae %s'
2019-12-13 skia-autoroll@skia-public.iam.gserviceaccount.com Roll skia/third_party/skcms cd31cb38833c..ec78f685becd (1 commits)
2019-12-13 herb@google.com More viewMatrix renaming
2019-12-13 nifong@google.com Remove an uncessary and unused parameter for partially generating the JSON command list
2019-12-13 mtklein@google.com workaround?
2019-12-13 kjlubick@google.com [infra] Update go to 1.13.5
2019-12-13 bungeman@google.com Add more variation support on Mac.
2019-12-13 herb@google.com Rename viewMatrix to drawMatrix, initialMatrix, or currentMatrix
2019-12-13 bsalomon@google.com Support clipRegion on GPU backend
2019-12-13 egdaniel@google.com Store GrSurfaceProxyView on SkImage.
Created with:
gclient setdep -r src/third_party/skia@ea47b0e65802
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-13 15:52:27 -05:00
skia-flutter-autoroll
c2600574f8
Roll src/third_party/dart fe9f30c3896e..8ad8abfb7463 (19 commits) ( #14480 )
...
https://dart.googlesource.com/sdk.git/+log/fe9f30c3896e..8ad8abfb7463
git log fe9f30c3896e..8ad8abfb7463 --date=short --first-parent --format='%ad %ae %s'
2019-12-13 sigmund@google.com Enable strong/weak strict checking in ddc runtime from the test runner
2019-12-13 rmacnak@google.com [vm, gc] Flatten promotion allocations.
2019-12-13 brianwilkerson@google.com Update the server protocol to not require a port number
2019-12-13 sstrickl@google.com [vm/compiler] During DCE, remove PushArguments of non-live definitions.
2019-12-13 sra@google.com [dart2js] new-rti: Put sourceInformation on more nodes
2019-12-13 sra@google.com [dart2js] avoid empty statement in single-unit output
2019-12-13 brianwilkerson@google.com Add newly reviewed diagnostic docs
2019-12-13 markzipan@google.com [dartdevc] Cleaning up analysis errors.
2019-12-13 johnniwinther@google.com [cfe] Implement nnbd-top-merge
2019-12-13 nshahan@google.com [dartdevc] Remove dead code that handles functions in asserts
2019-12-13 nshahan@google.com [dartdevc] Actually use the libraries from the NNBD fork of the SDK
2019-12-13 srawlins@google.com NNBD Preview is a single-page application.
2019-12-13 zichangguo@google.com Revert "[dart:io] RawSocketOption.fromInt should follow the same endian as host"
2019-12-13 scheglov@google.com Remove DevCompilerResynthesizerBuilder from analyzer.
2019-12-13 kustermann@google.com Reland "[vm/compiler] Fix TypeTestingStub -> SubtypeTestCache fallback code if dst_type = TypeParameter"
2019-12-13 sstrickl@google.com [vm] Weaken dwarf_stack_trace expected stack trace.
2019-12-13 johnniwinther@google.com [cfe] Add weak mode testing
2019-12-13 sigurdm@google.com Bump pub version
2019-12-13 scheglov@google.com Stop supporting _sdkext, look for _embedder.yaml only in sky_engine package.
Created with:
gclient setdep -r src/third_party/dart@8ad8abfb7463
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/dart-sdk-flutter-engine
Please CC dart-vm-team@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: dart-vm-team@google.com
2019-12-13 15:37:48 -05:00
Jason Simmons
bdd4e4d948
Do not assume that createTypeface is called before getStyle in the AssetManagerFontStyleSet ( #14343 )
2019-12-13 09:23:08 -08:00
skia-flutter-autoroll
1377ef6808
Roll src/third_party/skia c514e7d9be6e..d0840ecf5831 (18 commits) ( #14478 )
...
https://skia.googlesource.com/skia.git/+log/c514e7d9be6e..d0840ecf5831
git log c514e7d9be6e..d0840ecf5831 --date=short --first-parent --format='%ad %ae %s'
2019-12-13 michaelludwig@google.com Provide record time allocator to onCombineIfPossible()
2019-12-13 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 6381d7f14805..1d77542f5681 (8 commits)
2019-12-13 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 07958d452f93..ebb0bec91552 (4 commits)
2019-12-13 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 636138928516..d11c17148d1a (358 commits)
2019-12-13 skia-autoroll@skia-public.iam.gserviceaccount.com Roll skia/third_party/skcms 5855011aeee5..cd31cb38833c (1 commits)
2019-12-13 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-12-12 skia-autoroll@skia-public.iam.gserviceaccount.com Roll skia/third_party/skcms e7b14532d922..5855011aeee5 (1 commits)
2019-12-12 herb@google.com Add filter to SkTHashTable and SkTHashMap
2019-12-12 skia-autoroll@skia-public.iam.gserviceaccount.com Roll skia/third_party/skcms 7240f337e5d6..e7b14532d922 (1 commits)
2019-12-12 mtklein@google.com use std::make_unique
2019-12-12 skia-autoroll@skia-public.iam.gserviceaccount.com Roll skia/third_party/skcms 4e9ed5892c00..7240f337e5d6 (1 commits)
2019-12-12 fmalita@chromium.org [skottie] Cascading track matte support
2019-12-12 skia-autoroll@skia-public.iam.gserviceaccount.com Roll skia/third_party/skcms 04c7f4ea275f..4e9ed5892c00 (1 commits)
2019-12-12 bsalomon@google.com Make Gr[Op]MemoryPool allocate itself into its initial block.
2019-12-12 reed@google.com perform perspective clip by default
2019-12-12 skia-autoroll@skia-public.iam.gserviceaccount.com Roll skia/third_party/skcms 2e1ffb61f677..04c7f4ea275f (1 commits)
2019-12-12 michaelludwig@google.com Reland "Detach op memory pool from recording context"
2019-12-12 skia-autoroll@skia-public.iam.gserviceaccount.com Roll skia/third_party/skcms 64374756e037..2e1ffb61f677 (1 commits)
Created with:
gclient setdep -r src/third_party/skia@d0840ecf5831
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-13 11:45:24 -05:00
skia-flutter-autoroll
4a28c68601
Roll fuchsia/sdk/core/mac-amd64 from SlgE8... to 5t09i... ( #14476 )
...
Roll fuchsia/sdk/core/mac-amd64 from SlgE8... to 5t09i...
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-12-13 11:42:19 -05:00
skia-flutter-autoroll
b616dcd5df
Roll fuchsia/sdk/core/linux-amd64 from sBbWo... to QZVxo... ( #14473 )
...
Roll fuchsia/sdk/core/linux-amd64 from sBbWo... to QZVxo...
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-13 11:37:18 -05:00
skia-flutter-autoroll
4ca54fe2c4
Roll src/third_party/dart c561a9eacc1b..fe9f30c3896e (7 commits) ( #14475 )
...
https://dart.googlesource.com/sdk.git/+log/c561a9eacc1b..fe9f30c3896e
git log c561a9eacc1b..fe9f30c3896e --date=short --first-parent --format='%ad %ae %s'
2019-12-13 gityuan@gmail.com [timeline] support vm events available to systrace
2019-12-13 srujzs@google.com Skip all html tests for d8
2019-12-13 rnystrom@google.com Turn the Dart 2.0 migration tool into an NNBD migration tool.
2019-12-12 scheglov@google.com Stop setting AST properties for DDC.
2019-12-12 zichangguo@google.com [dart:io] RawSocketOption.fromInt should follow the same endian as host
2019-12-12 zichangguo@google.com [vm/debugger] --trace-debugger-stacktrace prints async causal stack trace
2019-12-12 rnystrom@google.com Move NNBD tests (language_2/nnbd) to new NNBD test directory.
Created with:
gclient setdep -r src/third_party/dart@fe9f30c3896e
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/dart-sdk-flutter-engine
Please CC dart-vm-team@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: dart-vm-team@google.com
2019-12-13 11:33:37 -05:00
Nurhan Turgut
7922bc80e9
[web] adding firefox unit tests to font loading ( #14467 )
...
* adding firefox unit tests to font loading
* reviewer suggestions
2019-12-13 07:28:27 -08:00
Kaushik Iska
e65b4901fa
[animator] Pass target frametime for Window.onBeginFrame ( #14318 )
...
This gives us a time closer to when the frame will be rendered on
screen.
Fixes: https://github.com/flutter/flutter/issues/10850
2019-12-12 15:03:27 -08:00
skia-flutter-autoroll
8d62a7c805
Roll src/third_party/dart 45db29709547..c561a9eacc1b (14 commits) ( #14471 )
...
https://dart.googlesource.com/sdk.git/+log/45db29709547..c561a9eacc1b
git log 45db29709547..c561a9eacc1b --date=short --first-parent --format='%ad %ae %s'
2019-12-12 nshahan@google.com [dartdevc] Delete the legacy version of DDC
2019-12-12 scheglov@google.com Issue 39752. Fix for promoting TypeParameterType twice.
2019-12-12 mfairhurst@google.com [nnbd_migration] Return simple LUB node for LUB(T, T) for type parameter type T
2019-12-12 mfairhurst@google.com [nnbd_migration] handle LUB(A<T>, B<T>)
2019-12-12 mfairhurst@google.com [nnbd_migration] handle LUB(null, T) for type parameters
2019-12-12 mfairhurst@google.com [nnbd_migration] Handle LUB(null, Function)
2019-12-12 mfairhurst@google.com [nnbd_migration] Assert GLB(null, S) cannot produce C<T>
2019-12-12 mfairhurst@google.com [nnbd_migration] Handle LUB(null, C<A, B, ..., Z>)
2019-12-12 sigmund@google.com (dart2js): escape names when creating tearoff closures
2019-12-12 scheglov@google.com Remove ResolverProvider, and its using for fileResolverProvider / packageResolverProvider.
2019-12-12 dantup@google.com Add explicit type to generated LSP classes == operators
2019-12-12 dantup@google.com Add a publishOutline notification to the LSP server
2019-12-12 sstrickl@google.com [vm] Add docs for DWARF stack traces and related tools/libraries.
2019-12-12 scheglov@google.com Fix TODO in lint/analysis.dart
Created with:
gclient setdep -r src/third_party/dart@c561a9eacc1b
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/dart-sdk-flutter-engine
Please CC dart-vm-team@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: dart-vm-team@google.com
2019-12-12 17:53:05 -05:00
Miguel
94654dbe63
[fuchsia] Add diagnostics directory to the set of remote dirs ( #14470 )
2019-12-12 14:50:49 -08:00
Jason Simmons
ef64becdd8
Roll fuchsia/sdk/core/linux-amd64 from 9wKTl... to sBbWo... ( #14461 )
2019-12-12 14:29:46 -08:00
Kaushik Iska
e0e0ac0a68
[testing] Make vsync waiters pluggable in shell_unittests ( #14463 )
...
This makes it so that the platform views can be passed
an arbitraty CreateVsyncWaiter callback that lets us inject
a vsync waiter other than just the simulated monotonic vsync waiter
that currently exists.
2019-12-12 14:15:36 -08:00
Chinmay Garde
181ad4e18f
Use futures to images used for comparison with fixtures in embedder unit-tests. ( #14465 )
...
This earlier pattern was to use callbacks with latching.
2019-12-12 14:07:53 -08:00
Yegor
18c89f1cf6
[web][refactor] Split html and canvaskit classes more ( #14320 )
...
* Split surface and canvaskit classes more
* fix licenses
* address comments
2019-12-12 13:20:49 -08:00
Kaushik Iska
ffbe2a40e7
[testing] Move test vsync waiters to their own TUs ( #14456 )
...
This move makes it easier to add more vsync waiters.
2019-12-12 12:27:56 -08:00
skia-flutter-autoroll
0c24f3d019
Roll src/third_party/skia 51b99659ed82..c514e7d9be6e (13 commits) ( #14457 )
...
https://skia.googlesource.com/skia.git/+log/51b99659ed82..c514e7d9be6e
git log 51b99659ed82..c514e7d9be6e --date=short --first-parent --format='%ad %ae %s'
2019-12-12 herb@google.com Move the GrGlyph* and vertex data onto the arena alloc.
2019-12-12 halcanary@google.com BUILD.gn: Fix formatting.
2019-12-12 nifong@google.com Parse android layer annotations in debugger, play back layers
2019-12-12 djsollen@google.com Revert "Detach op memory pool from recording context"
2019-12-12 mtklein@google.com don't create out of range enums
2019-12-12 robertphillips@google.com Add compression to Mock backend
2019-12-12 michaelludwig@google.com Detach op memory pool from recording context
2019-12-12 paraboul@gmail.com Use absolute sigma instead of clamping to 0 in SkDropShadowImageFilter.
2019-12-12 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src cf2545c5111b..636138928516 (444 commits)
2019-12-12 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 d6053daa6203..6381d7f14805 (11 commits)
2019-12-12 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 50211670b4bf..07958d452f93 (11 commits)
2019-12-12 robertphillips@google.com Reland "Update FragmentProcessor TextureSampler to hold an GrSurfaceProxyView."
2019-12-12 robertphillips@google.com Revert "Update FragmentProcessor TextureSampler to hold an GrSurfaceProxyView."
Created with:
gclient setdep -r src/third_party/skia@c514e7d9be6e
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-12 14:52:49 -05:00
Chris Bracken
4275b4976c
Fix type in build_fuchsia_artifacts ( #14452 )
...
Pakcage -> Package. Spotted while running over the CIPD package build
with someone.
2019-12-12 11:32:32 -08:00
Nurhan Turgut
f650bcaf77
Refactoring text editing. Strategy pattern is used to handle different browser/operating system and a11y behavior. ( #14131 )
...
* adding the default text editing strategy
* [DRAFT] Refactoring text editing. Strategy pattern is used to handle different browser/operating system and a11y behaviour. Unit tests are missing. Documentation needs updating.
* addressing PR comments
* addressing PR comments. Fixing documentation
* fixing persistenttextediting element which is used in a11y mode
* removing texteditingelement and using texteditingstrategy from hybridtextediting. fixing the unit tests. fixing comments
* fix unit tests
* add todos for firefox tests
* fixing chrome/android a11y issue
2019-12-12 11:18:02 -08:00
skia-flutter-autoroll
d8edfea033
Roll src/third_party/dart d9fa37e85d5c..45db29709547 (48 commits) ( #14453 )
...
https://dart.googlesource.com/sdk.git/+log/d9fa37e85d5c..45db29709547
git log d9fa37e85d5c..45db29709547 --date=short --first-parent --format='%ad %ae %s'
2019-12-12 victor.agnez@hotmail.com [vm/precomp] Reduce arm32 code size for BoxInt64Instr
2019-12-12 sstrickl@google.com [vm] De-obfuscate function and file names in DWARF sections.
2019-12-12 scheglov@google.com Remove Packages from SourceFactory.
2019-12-12 dacoharkes@google.com [vm/ffi] Split up function_callbacks_test
2019-12-12 whesse@google.com [infra] Add script to read builder status from Firestore
2019-12-12 whesse@google.com Reland "Reland "[infra] Add failing test to test CI systems and approvals workflow""
2019-12-12 sstrickl@google.com [vm/compiler] Add --save-debugging-info flag to gen_snapshot.
2019-12-12 johnniwinther@google.com [cfe] Refactor for-in loops to handle flow analysis
2019-12-12 dacoharkes@google.com [vm/ffi] Fix asan test expectations
2019-12-12 athom@google.com [test] Fix import in exact_selector_test
2019-12-12 dmitryas@google.com [cfe] Implement NNBD-aware lower / upper bound algorithms
2019-12-12 dacoharkes@google.com [samples/ffi] Native resource lifetime management
2019-12-12 netroby@users.noreply.github.com Fixed #39679 make sqlite ffi sample run success
2019-12-12 jensj@google.com [parser] Allow ?? after Type?
2019-12-12 jensj@google.com [parser] Allow '?.' and '?.[' after '!'
2019-12-12 fizaaluthra@google.com [dartfuzz] Add flag for displaying output divergence details
2019-12-12 rmacnak@google.com [vm, arm64] Fix heap corruption in PushArrayOfArguments.
2019-12-12 srawlins@google.com NNBD preview: Rip out static preview; only server preview
2019-12-12 srawlins@google.com Connect g/setters which override fields (w/ implicit g/setters)
2019-12-12 fizaaluthra@google.com [dartfuzz] Re-enabling Int32x4
2019-12-11 sigmund@google.com fix nnbd bots: build step broke when tests were moved
2019-12-11 scheglov@google.com Packages configuration abstraction on top of .packages or package_config.json files.
2019-12-11 fishythefish@google.com [dart2js] Remove bad assert from runtime_types_new.
2019-12-11 gityuan@gmail.com [timeline] Add support for timeline asynchronous events in android platform trace
2019-12-11 alexmarkov@google.com Reland "[vm/compiler] Dead code elimination"
2019-12-11 rnystrom@google.com Move files under language_2 into subdirectories.
2019-12-11 rmacnak@google.com [vm] Initialize the handle vtable table during VM initialization instead of during class registration in each isolate's initialization.
2019-12-11 pquitslund@google.com bump to linter 0.1.106
2019-12-11 rmacnak@google.com [vm] Reduce frame size for the functions with the largest frame sizes.
2019-12-11 rmacnak@google.com [build] Use separate out directories for each sanitizer.
2019-12-11 brianwilkerson@google.com Update dartfix to display urls and wait when run in preview mode
2019-12-11 scheglov@google.com Implement NORM.
2019-12-11 alexmarkov@google.com [vm/test] Fix vm/dart/product_aot_kernel_test for bytecode
2019-12-11 alexmarkov@google.com [vm/ffi_test] Fix ClobberAndCall helper on Windows
2019-12-11 scheglov@google.com Implement parsing for package_config.json files in analyzer.
2019-12-11 scheglov@google.com Extract nullability TypeSystem tests.
2019-12-11 srawlins@google.com Remove duplicate 'DEFAULT_VALUE_IN_FUNCTION_TYPE_ALIAS' already reported by fasta
2019-12-11 paulberry@google.com Create null-aware companion methods for ElementTypeProvider.
2019-12-11 brianwilkerson@google.com Start sending urls for preview mode from server to dartfix
2019-12-11 brianwilkerson@google.com Prepare to publish analysis_server_client so that dartfix can use the new API
2019-12-11 srawlins@google.com NNBD preview: improve details of where a nullable value is 'assigned'
2019-12-11 athom@google.com [infra] Update checked-in SDKs to 2.8.0-dev.0.0
2019-12-11 jensj@google.com [CFE] Fix bug in DebugStack
2019-12-11 whesse@google.com Revert "Reland "[infra] Add failing test to test CI systems and approvals workflow""
2019-12-11 athom@google.com [co19] Run co19 nnbd tests on analyzer-nnbd
2019-12-11 sstrickl@google.com [vm] Remove the unchecked entry point offset field from RawInstructions.
2019-12-11 athom@google.com [release] Merge the two 2.7.0 sections in the changelog
2019-12-11 whesse@google.com Reland "[infra] Add failing test to test CI systems and approvals workflow"
Created with:
gclient setdep -r src/third_party/dart@45db29709547
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/dart-sdk-flutter-engine
Please CC dart-vm-team@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: dart-vm-team@google.com
2019-12-12 14:08:51 -05:00
Alexander Aprelev
0081e8c516
Remove unused _TypeNone enum field. ( #14440 )
...
* Remove unused field
* Similarly remove _TypeNone from web_ui
2019-12-12 09:43:44 -08:00
skia-flutter-autoroll
48ba39c569
Roll fuchsia/sdk/core/mac-amd64 from otkJA... to SlgE8... ( #14407 )
...
Roll fuchsia/sdk/core/mac-amd64 from otkJA... to SlgE8...
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-12-12 10:57:37 -05:00
Justin McCandless
a7b6ee58a2
Smart quote/dash configuration support in iOS ( #13863 )
...
Support for UITextSmartDashesType and UITextSmartQuotesType in iOS
2019-12-12 10:54:31 -05:00
skia-flutter-autoroll
97634d2efa
Roll src/third_party/skia 826484f2631f..51b99659ed82 (2 commits) ( #14405 )
...
https://skia.googlesource.com/skia.git/+log/826484f2631f..51b99659ed82
git log 826484f2631f..51b99659ed82 --date=short --first-parent --format='%ad %ae %s'
2019-12-12 herb@google.com Remove unused fields from GrTextBlobKey
2019-12-12 benjaminwagner@google.com Format public.bzl
Created with:
gclient setdep -r src/third_party/skia@51b99659ed82
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-12 10:51:26 -05:00
Nathan Rogers
1ce85bec2f
[flutter_runner] Enable Skia tracing by default on Fuchsia ( #13457 )
...
Since Flutter tracing is wired up to Fuchsia system level tracing (and
that includes Skia tracing within Flutter), it makes more sense to
enable Skia tracing by default on Fuchsia, and to control Flutter Skia
tracing, rely on whether Fuchsia system tracing is enabled, in progress,
and contains the "skia" category.
2019-12-11 21:03:12 -08:00
skia-flutter-autoroll
897ce34bc6
Roll src/third_party/skia 3517aa7b14ad..826484f2631f (18 commits) ( #14375 )
...
https://skia.googlesource.com/skia.git/+log/3517aa7b14ad..826484f2631f
git log 3517aa7b14ad..826484f2631f --date=short --first-parent --format='%ad %ae %s'
2019-12-12 egdaniel@google.com Always report SkImage_Gpu subclasses as being texture backed.
2019-12-12 egdaniel@google.com Revert "When converting runtime SkSL to FP SkSL, use default settings"
2019-12-12 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-12-11 brianosman@google.com When converting runtime SkSL to FP SkSL, use default settings
2019-12-11 egdaniel@google.com Update FragmentProcessor TextureSampler to hold an GrSurfaceProxyView.
2019-12-11 jvanverth@google.com Change PerspectiveClip to clip directly to half plane.
2019-12-11 jvanverth@google.com Adjust cache key for Metal persistent cache.
2019-12-11 skia-autoroll@skia-public.iam.gserviceaccount.com Roll skia/third_party/skcms ef3043bd8110..64374756e037 (1 commits)
2019-12-11 nifong@google.com Fix audit trail visualization bugs
2019-12-11 fmalita@chromium.org [skottie] Invert effect support
2019-12-11 halcanary@google.com experimental/skottie_ios/SkottieUiView
2019-12-11 csmartdalton@google.com Suppress allocation warnings for tests that induce them intentionally
2019-12-11 mtklein@google.com add SK_CPU_LIMIT_AVX
2019-12-11 halcanary@google.com public.bzl: add metal_objc_srcs()
2019-12-11 fmalita@chromium.org [skottie] Add SkottieSlide frame rate UI option
2019-12-11 halcanary@google.com Roll third_party/externals/libgifcodec ed218be1..38d9c73f (2 commits)
2019-12-11 herb@google.com Remove unused buffer call for SkGlyphRunPaint
2019-12-11 mtklein@google.com roll clang to 9.0
Created with:
gclient setdep -r src/third_party/skia@826484f2631f
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-11 23:39:22 -05:00
Kaushik Iska
9bafb3cd3c
[tests] Use distinct begin and end times ( #14361 )
2019-12-11 17:23:49 -08:00
xster
fc8cafb3c6
objcdoc fix for some ambiguity ( #14367 )
2019-12-11 16:43:22 -08:00
Wu Zhong
9e4c6ad40c
Fix CGMutablePathRef memory leaks when the path is invalid. ( #14275 )
2019-12-11 15:52:29 -08:00
Gityuan
9dc23b8be8
Fix missing API stream when record event in systrace ( #14323 )
2019-12-11 15:51:47 -08:00
Gityuan
d698d96cea
Fix missing timeline event of flutter engine's startup time ( #14319 )
...
Fixes https://github.com/flutter/flutter/issues/46744
2019-12-11 15:40:23 -08:00
Chinmay Garde
0a40f3d784
Assert that arc end caps on canvases with root surface transformations are drawn correctly. ( #14359 )
...
Verifies that the Skia commit https://skia-review.googlesource.com/c/skia/+/259174 has been pulled into the engine. This should have happened in the roll https://github.com/flutter/engine/pull/14345 .
Fixes https://github.com/flutter/flutter/issues/46691
Fixes b/142280381
2019-12-11 15:17:34 -08:00
Jim Graham
85953615eb
Conditionally use offscreen root surface only when needed
...
Currently helps primarily on iOS when no BackdropFilter is present by lowering energy usage
2019-12-11 15:10:55 -08:00
Dwayne Slater
80d80ff6e6
Add ability to control dithering on Paint ( #13868 )
2019-12-11 14:53:50 -08:00
Alexander Aprelev
2713225a6e
Remove duplicate and outdated src/third_party/dart/tools/sdks entry from DEPS. ( #14340 )
...
* Drop duplicate entry
2019-12-11 14:28:00 -08:00
skia-flutter-autoroll
3ebb7b426a
Roll src/third_party/skia 75799967be60..3517aa7b14ad (3 commits) ( #14345 )
...
https://skia.googlesource.com/skia.git/+log/75799967be60..3517aa7b14ad
git log 75799967be60..3517aa7b14ad --date=short --first-parent --format='%ad %ae %s'
2019-12-11 bsalomon@google.com Fix stroked arcs for mirror matrices.
2019-12-11 benjaminwagner@google.com Update iOS provisioning profile.
2019-12-11 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src ffcaa57570c0..cf2545c5111b (466 commits)
Created with:
gclient setdep -r src/third_party/skia@3517aa7b14ad
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-11 14:15:45 -08:00
Kaushik Iska
fb9dfe0fb6
[fuchsia] Move async_get_default_dispatcher include to the header ( #14351 )
2019-12-11 13:40:38 -08:00