Gary Qian
075c5b0f61
Track fallback font names as a vector instead of a set. ( #12426 )
2019-09-24 20:10:40 -04:00
skia-flutter-autoroll
013ae3e5b9
Roll src/third_party/skia 6f62412c9203..f050422f3285 (12 commits) ( #12433 )
...
https://skia.googlesource.com/skia.git/+log/6f62412c9203..f050422f3285
git log 6f62412c9203..f050422f3285 --date=short --no-merges --format='%ad %ae %s'
2019-09-24 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-09-24 robertphillips@google.com Add check_mipmaps subtest to BackendAllocation test
2019-09-24 brianosman@google.com SkSL: Support bitwise negation on unsigned integers
2019-09-24 brianosman@google.com When precompiling SkSL, avoid the need to re-link
2019-09-24 nihohit@gmail.com Compile CanvasKit without -fPIC, for latest emscripten compatibility.
2019-09-24 nihohit@gmail.com Add comment explaining that using mirrors might break git cl.
2019-09-24 fmalita@chromium.org [skottie] Tweak skottie_tool --threads meaning
2019-09-24 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-09-24 fmalita@chromium.org [skottie] Multi-threaded skottie_tool
2019-09-24 brianosman@google.com GrGLProgramBuilder cleanup
2019-09-24 robertphillips@google.com Remove compressed format support from the GrGpu::createBackendTexture code path
2019-09-24 bsalomon@google.com Remove workarounds for osmesa
Created with:
gclient setdep -r src/third_party/skia@f050422f3285
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-09-24 18:42:29 -04:00
Ben Konyi
fdcf87743b
Roll src/third_party/dart 164335a4a6..c2e0f7ee06 (9 commits)
...
dart-lang/sdk@c2e0f7ee06 Update analyzer expectations from undefined in two tests.
dart-lang/sdk@22b32075b1 [vm/jit] Check type arguments against bounds in closures.
dart-lang/sdk@fc56445218 Remove EngineTestCase.getGetter()/getMethod().
dart-lang/sdk@de2e16d39d Add gni files to the html, js, and js_util packages in support of adding them to the flutter sdk.
dart-lang/sdk@362ef8e67c [vm/aot] Add a custom ELF loader in dart_precompiled_runtime.
dart-lang/sdk@c195896c84 Remove many uses of EngineTestCase.findNode()
dart-lang/sdk@5a84f09a26 Remove EngineTestCase.findSimpleIdentifier()
dart-lang/sdk@11fa3e0e2b Don't extent EngineTestCase where possible.
dart-lang/sdk@3878118e37 Rename to visitNamedTypeBuilder() for consistency.
2019-09-24 15:13:00 -07:00
skia-flutter-autoroll
5399ad3455
Roll fuchsia/sdk/core/linux-amd64 from uVOaI... to dmzjj... ( #12429 )
...
Roll fuchsia/sdk/core/linux-amd64 from uVOaI... to dmzjj...
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
Please CC on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
2019-09-24 17:54:32 -04:00
skia-flutter-autoroll
e1c656cba0
Roll fuchsia/sdk/core/mac-amd64 from SkwL2... to rEYHD... ( #12427 )
...
Roll fuchsia/sdk/core/mac-amd64 from SkwL2... to rEYHD...
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/fuchsia-mac-sdk-flutter-engine
Please CC on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
2019-09-24 17:32:40 -04:00
skia-flutter-autoroll
1d8eb2c79d
Roll src/third_party/skia f07a36341330..6f62412c9203 (8 commits) ( #12424 )
...
https://skia.googlesource.com/skia.git/+log/f07a36341330..6f62412c9203
git log f07a36341330..6f62412c9203 --date=short --no-merges --format='%ad %ae %s'
2019-09-24 ethannicholas@google.com Fixed integer divide / remainder in sksl interpreter
2019-09-24 robertphillips@google.com Fix accessing off end of pixmap for R16G16_float in SSE2/SSE4.1 mode
2019-09-24 scroggo@google.com Move is_orientation_marker into its own file
2019-09-24 robertphillips@google.com Clean up cruft left over from addition GrGpu::createBackendTexture chokepoint
2019-09-24 jvanverth@google.com Remove MoltenVK configs from the bots.
2019-09-24 nigeltao@google.com Enable Codec_GifInterlacedTruncated test for Wuffs
2019-09-24 reed@google.com support gpu for skottie2movie
2019-09-24 brianosman@google.com Interpreter: Add bitwise shift operators
Created with:
gclient setdep -r src/third_party/skia@6f62412c9203
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-09-24 14:52:55 -04:00
Ben Konyi
18aa6c938c
Roll src/third_party/dart dccbb236a9..164335a4a6 (8 commits)
...
dart-lang/sdk@164335a4a6 [cfe/vm] prefer_final in pkg/vm/lib/transformations/ffi
dart-lang/sdk@c2a32fe534 [cfe/vm] Enable prefer_final lints in pkg/vm
dart-lang/sdk@9afc3a9894 [SDK] Fixes flags for dart2native.
dart-lang/sdk@cc7baf9bf5 [CFE] Fix of crash etc in error messages wrt formal parameters
dart-lang/sdk@98d94e7efc [CFE] Reproduction of crash etc in error messages wrt formal parameters
dart-lang/sdk@1b03bc34c8 [CFE] Cleanup incremental_load_from_dill_test yamls
dart-lang/sdk@fdda2729c3 [CFE] Fix crash when mixin application has mixin application super from dill
dart-lang/sdk@0e8b94feb8 [vm/compiler] Add snapshot-serialized constant pool.
2019-09-24 10:14:04 -07:00
skia-flutter-autoroll
63a1d6ba63
Roll src/third_party/skia 867ab81687fc..f07a36341330 (1 commits) ( #12421 )
...
https://skia.googlesource.com/skia.git/+log/867ab81687fc..f07a36341330
git log 867ab81687fc..f07a36341330 --date=short --no-merges --format='%ad %ae %s'
2019-09-24 herb@google.com Limit sigma for software blurs
Created with:
gclient setdep -r src/third_party/skia@f07a36341330
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-09-24 10:49:54 -04:00
Ben Konyi
a600109e9d
Roll src/third_party/dart d53d355c6c..dccbb236a9 (16 commits)
...
dart-lang/sdk@dccbb236a9 [DDC/bazel/frontend] Fix same library in old and new dill
dart-lang/sdk@c71ee4b0c9 [cfe] Report override errors at the class in which the override takes place.
dart-lang/sdk@175fc6edff [cfe] Use original name in extension method errors.
dart-lang/sdk@b7ad248209 [cfe] Handle annotations on extension members
dart-lang/sdk@bf76e4b49c [cfe] Handle complex extension setters
dart-lang/sdk@2b3541da57 [cfe] Make IfNullJudgment an internal expression
dart-lang/sdk@2777806901 [cfe] Handle dynamic invocation
dart-lang/sdk@18e4f6ba8d [cfe] Handle conflicting extension and extension member names
dart-lang/sdk@2be1d090ca [cfe] Correctly resolve extension properties in face of getter/setter conflict
dart-lang/sdk@71896d5586 [cfe] Support implicit this access to extension methods in extensions
dart-lang/sdk@25166af3ea [cfe] Remove SyntheticExpressionJudgment
dart-lang/sdk@037b9052d2 [cfe] Handle compound assignment on explicit extension application
dart-lang/sdk@bdd432f427 [cfe] Handle if-null assignment on explicit extension application
dart-lang/sdk@a2a155afd1 [cfe] Refactor null-aware if-null and compound assignments
dart-lang/sdk@9203453183 [infra] Remove non-essential test expectations with comments from dart2js status files
dart-lang/sdk@e6092d54ae Resolve / report errors for extension overrides and index expressions.
2019-09-24 07:04:45 -07:00
skia-flutter-autoroll
c1b134487d
Roll fuchsia/sdk/core/linux-amd64 from NY2A5... to uVOaI... ( #12419 )
...
Roll fuchsia/sdk/core/linux-amd64 from NY2A5... to uVOaI...
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
Please CC on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
2019-09-24 05:06:09 -04:00
skia-flutter-autoroll
4e29673467
Roll fuchsia/sdk/core/mac-amd64 from kgFwg... to SkwL2... ( #12418 )
...
Roll fuchsia/sdk/core/mac-amd64 from kgFwg... to SkwL2...
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/fuchsia-mac-sdk-flutter-engine
Please CC on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
2019-09-24 04:56:21 -04:00
skia-flutter-autoroll
86d1452baf
Roll src/third_party/skia c096654fa7c6..867ab81687fc (4 commits) ( #12417 )
...
https://skia.googlesource.com/skia.git/+log/c096654fa7c6..867ab81687fc
git log c096654fa7c6..867ab81687fc --date=short --no-merges --format='%ad %ae %s'
2019-09-24 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 a905cbcdc21b..6d625bfe6e8a (3 commits)
2019-09-24 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go deps
2019-09-24 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 82de2e611e32..a76152f4e4ce (372 commits)
2019-09-24 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 1f89f58faeb8..e3a5983705da (1 commits)
Created with:
gclient setdep -r src/third_party/skia@867ab81687fc
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-09-24 04:49:45 -04:00
Ben Konyi
953ac71749
Roll src/third_party/dart acac9ab11b..d53d355c6c (12 commits)
...
dart-lang/sdk@d53d355c6c Add subscript operator to extension method setter/getter tests.
dart-lang/sdk@d012dfc7a6 Removing 'webkit' prefix, as most modern web browsers will accept 'RTCPeerConnection'
dart-lang/sdk@3edcf8f959 [vm/bytecode] Split AST and bytecode platform dill files
dart-lang/sdk@dbe8f6a9df Revert "[build] Rely on default host os TARGET_OS unless cross-compiling."
dart-lang/sdk@4895185b1e Fix NPE when extension override is invoked without a call method (issue 38505)
dart-lang/sdk@381d808686 Add UNDEFINED_EXTENSION_OPERATOR.
dart-lang/sdk@863694b7eb bump to linter 0.1.98
dart-lang/sdk@bb879969dd Fix some dart sdk documentation issues
dart-lang/sdk@326c00c6d7 [vm/fuzzer] Reduce number of methods per class
dart-lang/sdk@a6cc7b94c7 Reland "[dartdevc] fix for const / overridden fields"
dart-lang/sdk@4167867bb2 [build] Rely on default host os TARGET_OS unless cross-compiling.
dart-lang/sdk@9cc7ec8916 [vm/aot] Do not devirtualize calls with mismatching number of type arguments
2019-09-23 22:09:37 -07:00
skia-flutter-autoroll
10e46e3b71
Roll src/third_party/skia b4b1005d485f..c096654fa7c6 (1 commits) ( #12415 )
...
https://skia.googlesource.com/skia.git/+log/b4b1005d485f..c096654fa7c6
git log b4b1005d485f..c096654fa7c6 --date=short --no-merges --format='%ad %ae %s'
2019-09-24 csmartdalton@google.com ccpr: Don't assign inverse fill types to fan tessellations
Created with:
gclient setdep -r src/third_party/skia@c096654fa7c6
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-09-24 00:59:41 -04:00
skia-flutter-autoroll
1521b78a60
Roll src/third_party/skia b3542d95da65..b4b1005d485f (6 commits) ( #12414 )
...
https://skia.googlesource.com/skia.git/+log/b3542d95da65..b4b1005d485f
git log b3542d95da65..b4b1005d485f --date=short --no-merges --format='%ad %ae %s'
2019-09-23 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-09-23 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-09-23 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 8be7a4c7f738..a905cbcdc21b (5 commits)
2019-09-23 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-09-23 csmartdalton@google.com Abolish absClear
2019-09-23 jvanverth@google.com Use safe computation for adding up YUVASizeInfo total bytes
Created with:
gclient setdep -r src/third_party/skia@b4b1005d485f
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-09-23 21:11:50 -04:00
Jonas Uekötter
d2c1514084
Write MINIMAL_SDK to exception message ( #11345 )
...
This changes writes the required and current Android SDK level to the exception message. This enables Crash Reporting tools to capture more information about this crash.
2019-09-23 17:20:26 -07:00
Francisco Magdaleno
035c9dbfcf
Track "mouse leave" event ( #12363 )
2019-09-23 16:44:44 -07:00
Ben Konyi
5b8d7df2e0
Roll src/third_party/dart 77ff89b223..acac9ab11b (6 commits)
...
dart-lang/sdk@acac9ab11b Issue 37608. Use instantiated FunctionType for tear-off(s).
dart-lang/sdk@dbefc6c165 Issue 33300. Don't append bounds for TypeParameterType.
dart-lang/sdk@7d436b0815 Update DDC to avoid calling '.type', create legacy types instead.
dart-lang/sdk@b4e631550f Support for UnknownInferredType in type algebra.
dart-lang/sdk@87a369f1d2 Add syntax highlighting to instrumentation_renderer
dart-lang/sdk@0b7a78d0a6 [SDK] Adds dart2native --verbose.
2019-09-23 16:07:17 -07:00
Mouad Debbar
fdff0787ed
Don't send pointer events when the framework isn't ready yet ( #12403 )
2019-09-23 15:43:49 -07:00
Alexander Aprelev
5f3b749e92
Update test to verify that secondary isolate gets shutdown before root isolate exits. ( #12342 )
...
* Update secondary-isolate-launch test to verify that secondary isolate gets shutdown before root isolate exits.
* ci/format.sh
2019-09-23 14:29:00 -07:00
skia-flutter-autoroll
7e087ab85f
Roll src/third_party/skia 57ef68077574..b3542d95da65 (12 commits) ( #12409 )
...
https://skia.googlesource.com/skia.git/+log/57ef68077574..b3542d95da65
git log 57ef68077574..b3542d95da65 --date=short --no-merges --format='%ad %ae %s'
2019-09-23 scroggo@google.com Rename SkOrientationMarker.cpp
2019-09-23 egdaniel@google.com Fix TEST_BUILDER name in perf recipe.
2019-09-23 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-09-23 brianosman@google.com Minor SkSL cleanup
2019-09-23 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-09-23 nigeltao@google.com Update Wuffs version
2019-09-23 egdaniel@google.com Remove Vulkan Nexus5x bot.
2019-09-23 bsalomon@google.com Make GrGpuResource ref counting atomic.
2019-09-23 fmalita@chromium.org [skottie] Fix motion blur asserts
2019-09-23 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-09-23 brianosman@google.com Interpreter: Add bitwise operators
2019-09-23 ethannicholas@google.com SkSL interpreter now properly short-circuits boolean operators
Created with:
gclient setdep -r src/third_party/skia@b3542d95da65
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-09-23 17:23:49 -04:00
Ben Konyi
6ae52bcc73
Update --dart-vm-flags whitelist to include --write-service-info and --sample-buffer-duration ( #12395 )
...
These flags were recently added and are safe to pass through to the VM
for development.
2019-09-23 13:28:42 -07:00
chunhtai
aadd5a346b
Add system font change listener for windows ( #12276 )
...
* Add windows font change logic
* update
* fix comment
2019-09-23 13:23:46 -07:00
skia-flutter-autoroll
eea7dd45cd
Roll fuchsia/sdk/core/mac-amd64 from xPX7p... to kgFwg... ( #12405 )
...
Roll fuchsia/sdk/core/mac-amd64 from xPX7p... to kgFwg...
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/fuchsia-mac-sdk-flutter-engine
Please CC on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
2019-09-23 16:23:40 -04:00
Gary Qian
21b456d52b
Check for index bounds in RTL handling for trailing whitespace runs. ( #12336 )
...
* Check for special case index out of bounds condition for leading space
* Add TODO
* Rework to pass tests
* More robust check for leading
* Minor adjustment
* Fix order bug
* Do not modify for leading space
* Fix test value
* Condition
2019-09-24 04:21:35 +08:00
skia-flutter-autoroll
4ea0cf3a1a
Roll fuchsia/sdk/core/linux-amd64 from F-g18... to NY2A5... ( #12407 )
...
Roll fuchsia/sdk/core/linux-amd64 from F-g18... to NY2A5...
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
Please CC on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
2019-09-23 16:21:20 -04:00
Ben Konyi
04dc7d081a
Roll src/third_party/dart f546362691..77ff89b223 (6 commits)
...
dart-lang/sdk@77ff89b223 [vm] disallow breakpoint on non-debuggable library
dart-lang/sdk@8d487b4fdc [kernel] Recover TypeParameter.variance while deserializing
dart-lang/sdk@c719d02753 [kernel] Add function to compute variance of typedef type parameters
dart-lang/sdk@3779122bed [kernel] Don't preserve typedefType in terms with free variables
dart-lang/sdk@4d9db7b22f [fasta] Account for variance of type parameters in instantiate-to-bound
dart-lang/sdk@9505a1b87f [fasta] Add variance field to type parameters
2019-09-23 13:19:52 -07:00
Nurhan Turgut
e822414322
Updating text field location in IOS as a pre-work for spellcheck ( #12192 )
...
* enabling spellcheck for text editing
* Finalize location changes in IOS. IOS is ready for spellcheck now. Disable spellcheck since we realized some tag/autocomplete transfer from Framework is necessary for complete spellcheck implementation.
* Remove todo since this PR fixes the updated location issue for IOS too. All browsers are supported now.
* Adding boolean flags to make conditions more readable. Fixing typos.
* Fixing unit tests. Addressing github PR comments.
2019-09-23 12:36:39 -07:00
Chinmay Garde
72ca6035b7
Roll buildroot and remove toolchain prefix. ( #12324 )
2019-09-23 11:29:13 -07:00
Ben Konyi
ca5642cad9
Roll src/third_party/dart 94dd49cdb6..f546362691 (1 commits)
...
dart-lang/sdk@f546362691 [SDK] Adds dart2exe to create standalone executables.
2019-09-23 10:20:05 -07:00
skia-flutter-autoroll
e7fd442410
Roll src/third_party/skia ab52a7a53db6..57ef68077574 (3 commits) ( #12396 )
...
https://skia.googlesource.com/skia.git/+log/ab52a7a53db6..57ef68077574
git log ab52a7a53db6..57ef68077574 --date=short --no-merges --format='%ad %ae %s'
2019-09-23 robertphillips@google.com Create a GrGpu::createBackendTexture choke point
2019-09-23 bsalomon@google.com Remove a few GrSurfaceProxy::config() usages
2019-09-23 brianosman@google.com Roll third_party/externals/angle2 6c4ff5ddab07..8be7a4c7f738 (12 commits)
Created with:
gclient setdep -r src/third_party/skia@57ef68077574
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-09-23 12:52:10 -04:00
Jaime Blasco
111a340b93
[Web] Implement dark mode support for web ( #12335 )
2019-09-23 09:42:20 -07:00
Ben Konyi
cdc4c30c81
Roll src/third_party/dart 07f0bc0144..94dd49cdb6 (3 commits)
...
dart-lang/sdk@94dd49cdb6 [cfe] Add NullCheck expression node
dart-lang/sdk@96f1abdaca [pkg/testing] Replace top-level logging functions with an interface.
dart-lang/sdk@209180d280 Treat the case that the reported error location has length 0
2019-09-23 07:12:34 -07:00
skia-flutter-autoroll
1223900ac3
Roll src/third_party/skia 776d81525e7c..ab52a7a53db6 (1 commits) ( #12393 )
...
https://skia.googlesource.com/skia.git/+log/776d81525e7c..ab52a7a53db6
git log 776d81525e7c..ab52a7a53db6 --date=short --no-merges --format='%ad %ae %s'
2019-09-23 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
Created with:
gclient setdep -r src/third_party/skia@ab52a7a53db6
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-09-23 09:04:02 -04:00
skia-flutter-autoroll
f72e8f3204
Roll src/third_party/skia 5b4c0ee19b74..776d81525e7c (1 commits) ( #12392 )
...
https://skia.googlesource.com/skia.git/+log/5b4c0ee19b74..776d81525e7c
git log 5b4c0ee19b74..776d81525e7c --date=short --no-merges --format='%ad %ae %s'
2019-09-23 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 3243c3b11405..82de2e611e32 (463 commits)
Created with:
gclient setdep -r src/third_party/skia@776d81525e7c
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-09-23 05:11:06 -04:00
Ben Konyi
a1c4825e01
Roll src/third_party/dart 60c2bb9f5b..07f0bc0144 (7 commits)
...
dart-lang/sdk@07f0bc0144 [vm/bytecode] More fixes for AOT compilation from bytecode
dart-lang/sdk@a683a5822f Consider '[]' and '[]=' as having the same base name '[]' for extensions.
dart-lang/sdk@73eb0ee4ae Mark pkg/modular_test/test/memory_pipeline_test slow (to compile) on dart2js
dart-lang/sdk@4c74b486af Re-adding dart sdk version comment
dart-lang/sdk@6066271811 Don't use Element.type in analyzer_plugin.
dart-lang/sdk@ad52d12953 [dart2js] New RTI: Don't try to instantiate a null function.
dart-lang/sdk@e2adba804b [vm, compiler] Further reduce alignment of Instructions.
2019-09-23 01:15:34 -07:00
skia-flutter-autoroll
44c431e037
Roll src/third_party/skia b4d60b5eda31..5b4c0ee19b74 (1 commits) ( #12390 )
...
https://skia.googlesource.com/skia.git/+log/b4d60b5eda31..5b4c0ee19b74
git log b4d60b5eda31..5b4c0ee19b74 --date=short --no-merges --format='%ad %ae %s'
2019-09-23 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader b6fa949c4539..1f89f58faeb8 (5 commits)
Created with:
gclient setdep -r src/third_party/skia@5b4c0ee19b74
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-09-23 01:23:00 -04:00
skia-flutter-autoroll
06f698b289
Roll src/third_party/skia bd67d0035a80..b4d60b5eda31 (7 commits) ( #12389 )
...
https://skia.googlesource.com/skia.git/+log/bd67d0035a80..b4d60b5eda31
git log bd67d0035a80..b4d60b5eda31 --date=short --no-merges --format='%ad %ae %s'
2019-09-22 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-09-22 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update SKP version
2019-09-22 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go deps
2019-09-22 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-09-21 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-09-21 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go deps
2019-09-21 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
Created with:
gclient setdep -r src/third_party/skia@b4d60b5eda31
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-09-22 21:08:08 -04:00
skia-flutter-autoroll
63b86770b6
Roll src/third_party/skia 942d69fa9d5f..bd67d0035a80 (1 commits) ( #12382 )
...
https://skia.googlesource.com/skia.git/+log/942d69fa9d5f..bd67d0035a80
git log 942d69fa9d5f..bd67d0035a80 --date=short --no-merges --format='%ad %ae %s'
2019-09-20 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
Created with:
gclient setdep -r src/third_party/skia@bd67d0035a80
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 brianosman@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=brianosman@google.com
2019-09-22 15:40:45 -04:00
Yegor
94368ac0ec
Add macOS testing support ( #12383 )
...
- Add support for macOS in `felt test`
- Set viewport so it does not depend on real device pixel density
2019-09-22 11:49:44 -07:00
Ben Konyi
e7291442b1
Roll src/third_party/dart ff0e8f8035..60c2bb9f5b (5 commits)
...
dart-lang/sdk@60c2bb9f5b [vm/fuzzer] Disable controlflow collections
dart-lang/sdk@7e68a0c95e Copy changes from f057e25 to sdk_nnbd.
dart-lang/sdk@a42a2412b4 [dart2js] Add JS-interop classes as supertypes of JavaScriptObject.
dart-lang/sdk@dd948188f7 [dart2js] Implement type relations for AnyType.
dart-lang/sdk@43cacafb51 Revert "[dartdevc] fix for const / overridden fields"
2019-09-20 19:11:09 -07:00
Ben Konyi
cd0330e6e0
Roll src/third_party/dart 70a1e8e090..ff0e8f8035 (18 commits)
...
dart-lang/sdk@ff0e8f8035 Make extension methods more readable on dart2js stacktraces
dart-lang/sdk@3f8c7e5fa2 [cfe] Refactor local and read-only compound assignments
dart-lang/sdk@771e0f7d32 [cfe] Refactor local and read-only if null assignments
dart-lang/sdk@5997ea4d73 [cfe] Make buildSimpleRead and buildAssignment abstract
dart-lang/sdk@68b1a2e7bd [cfe] Refactor super index access
dart-lang/sdk@1e24146dab [cfe] Refactor this indexed access
dart-lang/sdk@729099cc5b [ VM ] Update embedding API to perform Platform initialization
dart-lang/sdk@2cebdaae2c Update MockSdk to support unsafe_html lint.
dart-lang/sdk@125ed45eff [vm] Fix ResolveDynamicAnyArgs to avoid returning incorrect method extractor
dart-lang/sdk@db035f39cf Remove some uses of 'type' and substitute2() it types.
dart-lang/sdk@56913c2555 Changing val to accommodate double values
dart-lang/sdk@2b4a84efd0 Revert "[vm/compiler] Drop redundant initializing stores of null"
dart-lang/sdk@ff778d1cb4 [bazel] Sort certain things when compiling in incremental mode (take 2)
dart-lang/sdk@96b8401cfc [vm/compiler] Drop redundant initializing stores of null
dart-lang/sdk@8b4d89e03c [gardening] Mark FFI tests on Android as slow
dart-lang/sdk@2b16ae1b54 [gardening] Fix unguarded uses of CompileType::ToSExpression.
dart-lang/sdk@469863ded7 Fix bug in static extension member test.
dart-lang/sdk@99713209c4 [CFE] Fix issue with cached calculations and recording dependencies
2019-09-20 16:09:05 -07:00
skia-flutter-autoroll
46be1ff6f0
Roll src/third_party/skia 2e29ab5b03aa..942d69fa9d5f (6 commits) ( #12378 )
...
https://skia.googlesource.com/skia.git/+log/2e29ab5b03aa..942d69fa9d5f
git log 2e29ab5b03aa..942d69fa9d5f --date=short --no-merges --format='%ad %ae %s'
2019-09-20 ethannicholas@google.com Revert "Fixed GLSL ES compilation error in GLTestAtlasTextRenderer"
2019-09-20 ethannicholas@google.com Fixed GLSL ES compilation error in GLTestAtlasTextRenderer
2019-09-20 bsalomon@google.com Check for scratch textures in GrResourceProvider.
2019-09-20 kjlubick@google.com [canvaskit] add support for SkAnimatedImage
2019-09-20 brianosman@google.com Use makeRenderTargetContextWithFallback when creating devices for layers
2019-09-20 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
Created with:
gclient setdep -r src/third_party/skia@942d69fa9d5f
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 brianosman@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=brianosman@google.com
2019-09-20 15:33:45 -07:00
Yegor
d5820e956e
Store screenshot test output as Cirrus artifacts; do fuzzy comparison of non-matching screenshot pixels ( #12274 )
...
- Store screenshot test output as Cirrus artifacts
- Do fuzzy comparison of non-matching screenshot pixels
- Make screenshot tests fail on Cirrus
2019-09-20 14:46:00 -07:00
gaaclarke
933f83e303
Added unit tests for method channels. ( #12373 )
...
Added unit tests for method channels.
2019-09-20 14:25:56 -07:00
Jason Simmons
48bb77c4df
Roll Wuffs to 0.2.0-alpha.47 ( #12376 )
2019-09-20 13:03:31 -07:00
Dan Field
819a9f5898
Sync dart_runner ( #12375 )
2019-09-20 12:58:08 -07:00
skia-flutter-autoroll
0fce74f86c
Roll src/third_party/skia ffdc3e668061..2e29ab5b03aa (12 commits) ( #12374 )
...
https://skia.googlesource.com/skia.git/+log/ffdc3e668061..2e29ab5b03aa
git log ffdc3e668061..2e29ab5b03aa --date=short --no-merges --format='%ad %ae %s'
2019-09-20 brianosman@google.com added support for user-defined functions to GrSKSLFP
2019-09-20 robertphillips@google.com Remove a usage of GrPixelConfig in SkGpuBlurUtils::GaussianBlur (take 2)
2019-09-20 ethannicholas@google.com Revert "added support for SkSL unpremul function"
2019-09-20 vasilyt@chromium.org Added missed ETC2 case to GrVkFormatColorTypePairIsValid
2019-09-20 reed@google.com call Graphics Init() to get faster asm
2019-09-20 brianosman@google.com Reland "Use saveLayer-determined CT in SkGpuDevice::onCreateDevice"
2019-09-20 ethannicholas@google.com regenerated fragment processors to make bot happy
2019-09-20 brianosman@google.com Revert "Use saveLayer-determined CT in SkGpuDevice::onCreateDevice"
2019-09-20 nifong@google.com Added functions supporting a resource view for images in the debugger.
2019-09-20 brianosman@google.com Use saveLayer-determined CT in SkGpuDevice::onCreateDevice
2019-09-20 brianosman@google.com Run gn format
2019-09-20 brianosman@google.com Use 64 bit shift to make MSVC happy
Created with:
gclient setdep -r src/third_party/skia@2e29ab5b03aa
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 brianosman@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=brianosman@google.com
2019-09-20 14:10:16 -04:00
Ben Konyi
1aff3f82d6
Roll src/third_party/dart 7c1821c4aa..70a1e8e090 (52 commits)
...
dart-lang/sdk@70a1e8e090 [cfe] Fix handling of access on type variables with dynamic bound
dart-lang/sdk@5645cc64f5 [vm/compiler] Fix mismatches in early round trip.
dart-lang/sdk@36c3eccc11 [CFE] Fix issue with exports and recording dependencies
dart-lang/sdk@fae7d07fbc [ VM / Profiler ] Add --sample-buffer-duration flag to specify sample buffer size
dart-lang/sdk@7367b6f192 fix for MISSING_CONST_FINAL_VAR_OR_TYPE
dart-lang/sdk@0051da7f55 [nnbd] change modular nnbd test to enable non-nullable for sdk
dart-lang/sdk@65078b5ee8 Stop using DynamicElementImpl/NeverElementImpl.type getter/setter.
dart-lang/sdk@07922810b2 Remove writes to TypeParameterElement.type.
dart-lang/sdk@8d2045f336 Remove ResolutionEraser.
dart-lang/sdk@4c666569b5 Reland "[fuchsia] migrate from ioctls to FIDL"
dart-lang/sdk@97346ff476 Initial migration i13n HTML output
dart-lang/sdk@fd7e337dd6 [vm] Update wasmer and resolve a TODO.
dart-lang/sdk@5aafee5196 [vm/fuzzer] Fix Analyser
dart-lang/sdk@9cea50c0ca Use Substitution for type arguments validation.
dart-lang/sdk@b26636925d [vm, compiler] Reduce alignment of Instructions and remove some debugging trap instructions.
dart-lang/sdk@dcd5cd13fb Prepare to publish analyzer version 0.38.3.
dart-lang/sdk@ccd19cd94d [vm/fuzzer] Decrease collection size
dart-lang/sdk@e88057fe04 Add non-NNBD language version marker on all sdk_nnbd files.
dart-lang/sdk@34253ce388 [dart2js] New RTI: Treat JavaScriptFunction as subtype of all function types.
dart-lang/sdk@544915e0c1 [vm/bytecode] Initial support for AOT compilation from bytecode
dart-lang/sdk@b2a9dc16ec [vm/fuzzer] Allow no recursion within collections
dart-lang/sdk@f8f54c883b check for existing asserts before suggesting to add one
dart-lang/sdk@892386ad22 Don't use ClassElement.type many places in analyzer.
dart-lang/sdk@9ed45651a9 [cfe] Refactor super expressions
dart-lang/sdk@5081eb15ee [cfe] Refactor handling of static if-null assignment
dart-lang/sdk@f018ce0355 [cfe] Refactor handling of static get/set/compound
dart-lang/sdk@dc211c3f9d [cfe] Refactoring handling of compound index set
dart-lang/sdk@604f443285 [cfe] Refactor handling of if-null index assignment
dart-lang/sdk@54c2dd737f [cfe] Refactor handling of index and index-set
dart-lang/sdk@c7a083ee5a [cfe] Refactor handling of ++/--
dart-lang/sdk@c2f35df918 [cfe] Refactor handling of compound local/property assignment
dart-lang/sdk@40d75d733b [cfe] Refactor if-null and null-aware property access
dart-lang/sdk@342b48bd27 Remove unused import
dart-lang/sdk@396fec7cfb Use DriverResolutionTest directly, without ResolutionTest mixins.
dart-lang/sdk@000de948fa add test for 38091
dart-lang/sdk@596bd5b61c [dartdevc] Add modular NNBD test
dart-lang/sdk@f6883ff726 Don't use ClassElement.type in summary2.
dart-lang/sdk@9da8472e2d Don't use ClassElement.type in nnbd_migration.
dart-lang/sdk@f7472249a2 Remove EnumMemberBuilder.
dart-lang/sdk@605384dbe7 Migration: Add `nullability_migration_impl_test.dart` to test_all
dart-lang/sdk@6e4794a584 [kernel] Clone all co-defined type parameters before visiting them.
dart-lang/sdk@31996aa24f [vm/bytecode] Enable bytecode compiler by default in Dart SDK
dart-lang/sdk@23def0da02 Migration: add support for assert initializers.
dart-lang/sdk@8ffe04bcf7 Migration: integrate flow analysis for "is" checks.
dart-lang/sdk@a85b7cef95 Migration: Add support for for-each loop variables.
dart-lang/sdk@3fa2bbf202 [cfe] Fix incorrect const contexts.
dart-lang/sdk@515a597710 [cfe] Remove Class.rawType
dart-lang/sdk@b0f7cba35e [VM] Kernel service dill should not include full paths
dart-lang/sdk@cdcec63569 [bazel] Sort certain things when compiling in incremental mode
dart-lang/sdk@37111633be [DDK] SDK should not contain full paths
dart-lang/sdk@740c72e251 [kernel] Mark class as non-dirty after computeCanonicalNames is run
dart-lang/sdk@2a94546f94 Fix flutter-frontend bot and future problems in flutter HHH bot
2019-09-20 09:45:57 -07:00
David Iglesias
b875c7a5ff
Add web engine screenshot (scuba) tests ( #12353 )
...
* Import all golden files and tests from internal repo.
* Adapt test files to new screenshot API, and tweak some settings.
(Check PR to see individual changes to each file)
Fixes https://github.com/flutter/flutter/issues/40975
2019-09-20 09:00:55 -07:00