Michael Klimushyn
603d401fc2
Add working Robolectric tests ( flutter/engine#9954 )
...
`gclient sync` now grabs Robolectric, JUnit, and their transitive
runtime dependencies. They're being stored in a new CIPD package,
`flutter/android/robolectric_bundle`.
`shell/platform/android/BUILD.gn` has a new target for building the
tests, `robolectric_tests`. `testing/run_tests.py` has been extended to
build and run the new target. Runs the android tests under
"build_and_test_android" on CI.
This also adds some very simple sample tests to start with and a README
to the java tests directory.
2019-07-23 09:06:19 -07:00
Justin McCandless
1b87854bf5
Add support for Android's visible password input type ( flutter/engine#9999 )
...
For framework PR https://github.com/flutter/flutter/issues/31738
2019-07-23 07:57:39 -07:00
stuartmorgan
1299da0e74
Add a macro for prefixing embedder.h symbols ( flutter/engine#9851 )
...
embedder.h is a C API, so has no namespace, and only uses 'Flutter' as a
prefix for most symbol names. This creates potential collisions with
other code; for instance, FlutterEngine is the name of a type in
embedder.h, but also an ObjC class in the iOS Flutter API.
This adds a macro that can be set to prefix symbol names, allowing
clients (notably, the macOS embedding) to adjust the names used by the
embedding API internally without breaking ABI or API compatibility for
the standard engine build.
Currently the macro is only applied to FlutterEngine, since that's the
symbol that is currently at issue, but it can be expanded to other
symbols in the future.
2019-07-23 05:48:48 -07:00
skia-flutter-autoroll
bc4058cb43
Roll src/third_party/skia 6dc14ded91ea..00c680d2bb7c (10 commits) ( flutter/engine#10011 )
...
https://skia.googlesource.com/skia.git
/compare/6dc14ded91ea..00c680d2bb7c
git log 6dc14ded91ea72c9b7bb8c89453c377be3236c89..00c680d2bb7c4f86e0d075b3e6bf0eb4b32fb433 --date=short --no-merges --format=%ad %ae %s
2019-07-22 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-07-22 rmistry@google.com Fix G3 compile bot
2019-07-22 mtklein@google.com let JIT code hoist when possible
2019-07-22 csmartdalton@google.com ccpr: Unblacklist Radeon in MSAA mode
2019-07-22 reed@google.com Reland "hide drawlooper from paint"
2019-07-22 ethannicholas@google.com fixed SkSL handling of constant arrays
2019-07-22 mtklein@google.com move hoist analysis back into Builder
2019-07-22 fmalita@chromium.org [skottie-wasm-perf] Don't redraw unchanged frames
2019-07-22 fmalita@chromium.org [canvaskit] Return damage rect from ManagedAnimation::seek()
2019-07-22 borenet@google.com Fix Lua DEPS
The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff (borenet@google.com ), and stop
the roller if necessary.
2019-07-22 18:23:20 -04:00
Kaushik Iska
06c01b48d3
CopyFiles is still used. ( flutter/engine#10012 )
2019-07-22 14:56:13 -07:00
skia-flutter-autoroll
12d876bd6c
Roll fuchsia/sdk/core/linux-amd64 from tY_fod_tTCLft3FAUUxCP_HdLIahaJJK4WCXOA7nNGQC to M5an7VPM8DiCcNcKe6J0CkAtLk8X9oMeJUqGOrZATIsC ( flutter/engine#10008 )
...
Roll fuchsia/sdk/core/linux-amd64 from tY_fod_tTCLft3FAUUxCP_HdLIahaJJK4WCXOA7nNGQC to M5an7VPM8DiCcNcKe6J0CkAtLk8X9oMeJUqGOrZATIsC
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
2019-07-22 17:09:35 -04:00
Matt Carroll
342ba41f9c
Android Embedding Refactor PR36: Add splash screen support. ( flutter/engine#9525 )
2019-07-22 14:01:34 -07:00
Kaushik Iska
4989a8919d
[fuchsia] Use GatherArtifacts to create the requisite dir structure ( flutter/engine#10004 )
...
* [fuchsia] Create command to gather fuchsia artifacts
- We will use this gathered artifacts to create the
directory tree that we will package to a far.
- Currently this is not used anywhere, we will use it
as such:
1. Build all the fuchsia artifacts
2. Gather the artifacts to a directory
3. Use `pm` to package up the directory into a far.
* reformat files
* commit chromium style
* [fuchsia] Use the directory format that fuchsia expects
* Farify the artifacts
* Create far archives and have tmp artifact dir
2019-07-22 13:59:46 -07:00
Jason Simmons
8be5805dff
Exit flutter_tester with an error code on an unhandled exception ( flutter/engine#9932 )
2019-07-22 12:06:34 -07:00
Jason Simmons
b48ddc3d9c
Declare a copy of the enable_bitcode flag within the Flutter build scripts for use in Fuchsia builds ( flutter/engine#10003 )
...
enable_bitcode is defined in build/toolchain/clang.gni, which exists in the
Flutter buildroot but not in the Fuchsia source tree.
2019-07-22 12:06:16 -07:00
skia-flutter-autoroll
ee4401d9f0
Roll src/third_party/skia ebab03ffbffb..6dc14ded91ea (6 commits) ( flutter/engine#10005 )
...
https://skia.googlesource.com/skia.git
/compare/ebab03ffbffb..6dc14ded91ea
git log ebab03ffbffbab2bc61bd125af407961e71e18e4..6dc14ded91ea72c9b7bb8c89453c377be3236c89 --date=short --no-merges --format=%ad %ae %s
2019-07-22 robertphillips@google.com Revert "hide drawlooper from paint"
2019-07-22 fmalita@chromium.org [skottie] Expose SG inval controller on seek()
2019-07-22 reed@google.com hide drawlooper from paint
2019-07-22 csmartdalton@google.com ccpr: Disable msaa backend on PowerVR
2019-07-22 senorblanco@chromium.org Update to Dawn ToT.
2019-07-18 enne@chromium.org Add API for glyph cache read failures
The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff (borenet@google.com ), and stop
the roller if necessary.
2019-07-22 14:21:53 -04:00
Francisco Magdaleno
4833061af2
[macos] Add reply to binary messenger ( flutter/engine#9953 )
...
* Add reply to binary messenger
* Address comments
* Formatting
* Address comments
2019-07-22 11:08:08 -07:00
Ian Hickson
1aa2f5db62
Clean up cirrus.yml file a little ( flutter/engine#9958 )
2019-07-22 10:51:19 -07:00
Ben Konyi
62e50d3191
Roll src/third_party/dart a089199b93..fedd74669a (8 commits) ( flutter/engine#10001 )
...
dart-lang/sdk@fedd74669a [vm/bytecode] Support multiple entry points when compiling from bytecode
dart-lang/sdk@9cd47ac2e6 [dart2js] new-rti: Generate correct $signature functions for closures
dart-lang/sdk@ebc180be95 [dart/vm] Fix bug on missed exception in AOT
dart-lang/sdk@1014272f3b Extent 'alignment' property, copy from Align, virtual Container.
dart-lang/sdk@75f6822c70 fix for unnamed extensions
dart-lang/sdk@3756fa6964 [vm] Fix remaining AssemblyImageWriter issues for simarm_x64
dart-lang/sdk@1ddb120eaa [vm/bytecode] Improve bytecode debugger.
dart-lang/sdk@4fc387f27e Update doc the generator to convert code blocks
2019-07-22 10:39:30 -07:00
skia-flutter-autoroll
5d04e3ea0b
Roll fuchsia/sdk/core/linux-amd64 from FBDZ1EXEOcpLsJY4a5JRok5wPvXm5SURbJw1V7lpfKUC to tY_fod_tTCLft3FAUUxCP_HdLIahaJJK4WCXOA7nNGQC ( flutter/engine#10000 )
...
Roll fuchsia/sdk/core/linux-amd64 from FBDZ1EXEOcpLsJY4a5JRok5wPvXm5SURbJw1V7lpfKUC to tY_fod_tTCLft3FAUUxCP_HdLIahaJJK4WCXOA7nNGQC
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
2019-07-22 13:37:58 -04:00
Kaushik Iska
a87eccfaeb
[luci] Reference the right fuchsia CIPD and upload only once ( flutter/engine#9998 )
...
* [luci] Reference the right fuchsia CIPD and upload only once
Also only upload is os is linux
* copy cipd
2019-07-22 10:05:57 -07:00
skia-flutter-autoroll
8644de9b07
Roll src/third_party/skia 7c01208e7800..ebab03ffbffb (1 commits) ( flutter/engine#9997 )
...
https://skia.googlesource.com/skia.git
/compare/7c01208e7800..ebab03ffbffb
git log 7c01208e7800c3b2d0eab77340957f6333f938cc..ebab03ffbffbab2bc61bd125af407961e71e18e4 --date=short --no-merges --format=%ad %ae %s
2019-07-22 robertphillips@google.com Add Ganesh support for LUM16F (take 2)
The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff (borenet@google.com ), and stop
the roller if necessary.
2019-07-22 10:45:38 -04:00
skia-flutter-autoroll
6e07dce6d6
Roll fuchsia/sdk/core/linux-amd64 from Kxwo4klJ1u6vmb1zw43v_h5lyPM-BvaHEdTQpXJCfakC to FBDZ1EXEOcpLsJY4a5JRok5wPvXm5SURbJw1V7lpfKUC ( flutter/engine#9996 )
...
Roll fuchsia/sdk/core/linux-amd64 from Kxwo4klJ1u6vmb1zw43v_h5lyPM-BvaHEdTQpXJCfakC to FBDZ1EXEOcpLsJY4a5JRok5wPvXm5SURbJw1V7lpfKUC
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
2019-07-22 08:32:04 -04:00
skia-flutter-autoroll
70e1996f46
Roll src/third_party/skia ba35d079524b..7c01208e7800 (1 commits) ( flutter/engine#9995 )
...
https://skia.googlesource.com/skia.git
/compare/ba35d079524b..7c01208e7800
git log ba35d079524b5330380c0468cf47a6bb3664f011..7c01208e7800c3b2d0eab77340957f6333f938cc --date=short --no-merges --format=%ad %ae %s
2019-07-22 csmartdalton@google.com Temporarily disable MSAA CCPR on AMD and QC
The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff (borenet@google.com ), and stop
the roller if necessary.
2019-07-22 05:54:24 -04:00
skia-flutter-autoroll
790c0aa0b2
Roll fuchsia/sdk/core/linux-amd64 from LzAZ73b7HYPMtDJnxjnYwMBuiVP6TsVmWIQb9xud4MEC to Kxwo4klJ1u6vmb1zw43v_h5lyPM-BvaHEdTQpXJCfakC ( flutter/engine#9994 )
...
Roll fuchsia/sdk/core/linux-amd64 from LzAZ73b7HYPMtDJnxjnYwMBuiVP6TsVmWIQb9xud4MEC to Kxwo4klJ1u6vmb1zw43v_h5lyPM-BvaHEdTQpXJCfakC
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
2019-07-22 04:53:43 -04:00
skia-flutter-autoroll
36d40e782a
Roll src/third_party/skia 056bdda97a83..ba35d079524b (5 commits) ( flutter/engine#9992 )
...
https://skia.googlesource.com/skia.git
/compare/056bdda97a83..ba35d079524b
git log 056bdda97a8353d2dc30510b07211271359ba0b1..ba35d079524b5330380c0468cf47a6bb3664f011 --date=short --no-merges --format=%ad %ae %s
2019-07-22 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 6a02f06dfd4e..9ec3f51d11d9 (12 commits)
2019-07-22 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader ee98b422d004..ec63fbe9c453 (5 commits)
2019-07-22 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src e02114c8fa90..5c3e9d87e194 (477 commits)
2019-07-21 csmartdalton@google.com ccpr: Fix debug counters for stencil resolve instances
2019-07-20 reed@google.com simplify how we call apply
The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff (borenet@google.com ), and stop
the roller if necessary.
2019-07-22 02:17:04 -04:00
skia-flutter-autoroll
e4fe14d192
Roll fuchsia/sdk/core/linux-amd64 from 3y8oGujcy9aTj2lCGSzNVsho-P-bpHKb232KAEfVeUkC to LzAZ73b7HYPMtDJnxjnYwMBuiVP6TsVmWIQb9xud4MEC ( flutter/engine#9990 )
...
Roll fuchsia/sdk/core/linux-amd64 from 3y8oGujcy9aTj2lCGSzNVsho-P-bpHKb232KAEfVeUkC to LzAZ73b7HYPMtDJnxjnYwMBuiVP6TsVmWIQb9xud4MEC
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
2019-07-22 01:21:45 -04:00
Chinmay Garde
bf99f0bcc3
Update GN to git_revision:152c5144ceed9592c20f0c8fd55769646077569b ( flutter/engine#9987 )
...
The previous version was about 9 months old. The new version has useful updates. In my specific case, “friend” targets for tests.
2019-07-21 21:33:14 -07:00
skia-flutter-autoroll
a504704bc1
Roll fuchsia/sdk/core/linux-amd64 from XblLr-Z5sgUUhC-LBbHZvqPJ6_WU8TvGqp0iWXzqs7sC to 3y8oGujcy9aTj2lCGSzNVsho-P-bpHKb232KAEfVeUkC ( flutter/engine#9982 )
...
Roll fuchsia/sdk/core/linux-amd64 from XblLr-Z5sgUUhC-LBbHZvqPJ6_WU8TvGqp0iWXzqs7sC to 3y8oGujcy9aTj2lCGSzNVsho-P-bpHKb232KAEfVeUkC
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
2019-07-21 18:55:02 -04:00
skia-flutter-autoroll
ca6dbb19f0
Roll fuchsia/sdk/core/linux-amd64 from NyebqfNgs14SKX5MfRRJqlYDx_SmsA0-9Y44MvmZF4cC to XblLr-Z5sgUUhC-LBbHZvqPJ6_WU8TvGqp0iWXzqs7sC ( flutter/engine#9981 )
...
Roll fuchsia/sdk/core/linux-amd64 from NyebqfNgs14SKX5MfRRJqlYDx_SmsA0-9Y44MvmZF4cC to XblLr-Z5sgUUhC-LBbHZvqPJ6_WU8TvGqp0iWXzqs7sC
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
2019-07-21 15:18:43 -04:00
skia-flutter-autoroll
9753e4b73e
Roll fuchsia/sdk/core/linux-amd64 from Xq3lmEx3UuShBJaeiufLR-fHSqxgbKzbPVFP4OwI6tYC to NyebqfNgs14SKX5MfRRJqlYDx_SmsA0-9Y44MvmZF4cC ( flutter/engine#9980 )
...
Roll fuchsia/sdk/core/linux-amd64 from Xq3lmEx3UuShBJaeiufLR-fHSqxgbKzbPVFP4OwI6tYC to NyebqfNgs14SKX5MfRRJqlYDx_SmsA0-9Y44MvmZF4cC
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
2019-07-21 11:46:05 -04:00
skia-flutter-autoroll
90dea39e10
Roll fuchsia/sdk/core/linux-amd64 from aS7wbI2Khbg1tZ8OnisA3S1_MkmHezyAxHTYXPPjlaIC to Xq3lmEx3UuShBJaeiufLR-fHSqxgbKzbPVFP4OwI6tYC ( flutter/engine#9979 )
...
Roll fuchsia/sdk/core/linux-amd64 from aS7wbI2Khbg1tZ8OnisA3S1_MkmHezyAxHTYXPPjlaIC to Xq3lmEx3UuShBJaeiufLR-fHSqxgbKzbPVFP4OwI6tYC
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
2019-07-21 08:15:17 -04:00
skia-flutter-autoroll
baa443825d
Roll src/third_party/skia efe259bb2afd..056bdda97a83 (2 commits) ( flutter/engine#9978 )
...
https://skia.googlesource.com/skia.git
/compare/efe259bb2afd..056bdda97a83
git log efe259bb2afdd5f0e2ad76edd53e219a3fa14b4c..056bdda97a8353d2dc30510b07211271359ba0b1 --date=short --no-merges --format=%ad %ae %s
2019-07-21 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update SKP version
2019-07-21 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go deps
The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff (borenet@google.com ), and stop
the roller if necessary.
2019-07-21 04:51:23 -04:00
skia-flutter-autoroll
7ce0f451c5
Roll fuchsia/sdk/core/linux-amd64 from OTgeiyD91rvjon5gklfSkUzti5kkQ4criJqpiDhoe7IC to aS7wbI2Khbg1tZ8OnisA3S1_MkmHezyAxHTYXPPjlaIC ( flutter/engine#9976 )
...
Roll fuchsia/sdk/core/linux-amd64 from OTgeiyD91rvjon5gklfSkUzti5kkQ4criJqpiDhoe7IC to aS7wbI2Khbg1tZ8OnisA3S1_MkmHezyAxHTYXPPjlaIC
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
2019-07-21 02:49:03 -04:00
skia-flutter-autoroll
0eeba1ef3c
Roll fuchsia/sdk/core/linux-amd64 from w8MJpcP6-8lOFwkD9oHTR0ha9RvKibpSrN6F-ulwH88C to OTgeiyD91rvjon5gklfSkUzti5kkQ4criJqpiDhoe7IC ( flutter/engine#9974 )
...
Roll fuchsia/sdk/core/linux-amd64 from w8MJpcP6-8lOFwkD9oHTR0ha9RvKibpSrN6F-ulwH88C to OTgeiyD91rvjon5gklfSkUzti5kkQ4criJqpiDhoe7IC
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
2019-07-20 23:16:11 -04:00
skia-flutter-autoroll
d004a2cb7f
Roll fuchsia/sdk/core/linux-amd64 from gKsp5vROpSRBvxFeqWLrcxbN-CPGrh8jd8JV4wyPpowC to w8MJpcP6-8lOFwkD9oHTR0ha9RvKibpSrN6F-ulwH88C ( flutter/engine#9973 )
...
Roll fuchsia/sdk/core/linux-amd64 from gKsp5vROpSRBvxFeqWLrcxbN-CPGrh8jd8JV4wyPpowC to w8MJpcP6-8lOFwkD9oHTR0ha9RvKibpSrN6F-ulwH88C
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
2019-07-20 19:42:15 -04:00
skia-flutter-autoroll
241c39c4a5
Roll src/third_party/skia a7ad120fb6c1..efe259bb2afd (1 commits) ( flutter/engine#9972 )
...
https://skia.googlesource.com/skia.git
/compare/a7ad120fb6c1..efe259bb2afd
git log a7ad120fb6c12a614047e5904f78e04e1f39b1d9..efe259bb2afdd5f0e2ad76edd53e219a3fa14b4c --date=short --no-merges --format=%ad %ae %s
2019-07-20 reed@google.com add apply method to drawlooper
The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff (nifong@google.com ), and stop
the roller if necessary.
2019-07-20 16:38:07 -04:00
skia-flutter-autoroll
ebe3b8e790
Roll fuchsia/sdk/core/linux-amd64 from Hi1zcJ3r59vNGXdA57i6fhuAk02Af8p5BHwvj45cCnIC to gKsp5vROpSRBvxFeqWLrcxbN-CPGrh8jd8JV4wyPpowC ( flutter/engine#9971 )
...
Roll fuchsia/sdk/core/linux-amd64 from Hi1zcJ3r59vNGXdA57i6fhuAk02Af8p5BHwvj45cCnIC to gKsp5vROpSRBvxFeqWLrcxbN-CPGrh8jd8JV4wyPpowC
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
2019-07-20 16:07:43 -04:00
skia-flutter-autoroll
7dd76ae64f
Roll fuchsia/sdk/core/linux-amd64 from 8TNm8LtekvIJNYrWK9JBsM3qONKGYnyHufXhidbBKWsC to Hi1zcJ3r59vNGXdA57i6fhuAk02Af8p5BHwvj45cCnIC ( flutter/engine#9969 )
...
Roll fuchsia/sdk/core/linux-amd64 from 8TNm8LtekvIJNYrWK9JBsM3qONKGYnyHufXhidbBKWsC to Hi1zcJ3r59vNGXdA57i6fhuAk02Af8p5BHwvj45cCnIC
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
2019-07-20 12:30:12 -04:00
skia-flutter-autoroll
fde02e1138
Roll src/third_party/skia be91f062d70e..a7ad120fb6c1 (3 commits) ( flutter/engine#9968 )
...
https://skia.googlesource.com/skia.git
/compare/be91f062d70e..a7ad120fb6c1
git log be91f062d70e2f317298632f172bde85255af564..a7ad120fb6c12a614047e5904f78e04e1f39b1d9 --date=short --no-merges --format=%ad %ae %s
2019-07-19 csmartdalton@google.com Fix an error check re: sample variables
2019-07-20 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go deps
2019-07-19 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff (nifong@google.com ), and stop
the roller if necessary.
2019-07-20 12:01:18 -04:00
skia-flutter-autoroll
5bee642f53
Roll fuchsia/sdk/core/linux-amd64 from i5kNl7ZKu6X9AqpFLP4d5vDqQ4k9CtaQIk3x3WLVFxMC to 8TNm8LtekvIJNYrWK9JBsM3qONKGYnyHufXhidbBKWsC ( flutter/engine#9967 )
...
Roll fuchsia/sdk/core/linux-amd64 from i5kNl7ZKu6X9AqpFLP4d5vDqQ4k9CtaQIk3x3WLVFxMC to 8TNm8LtekvIJNYrWK9JBsM3qONKGYnyHufXhidbBKWsC
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
2019-07-20 08:54:54 -04:00
skia-flutter-autoroll
81cf66d63f
Roll fuchsia/sdk/core/linux-amd64 from LNYN3mEv2NJLUmZf6nGD5IWqOjDDiXpPeV2l4YWI0j8C to i5kNl7ZKu6X9AqpFLP4d5vDqQ4k9CtaQIk3x3WLVFxMC ( flutter/engine#9966 )
...
Roll fuchsia/sdk/core/linux-amd64 from LNYN3mEv2NJLUmZf6nGD5IWqOjDDiXpPeV2l4YWI0j8C to i5kNl7ZKu6X9AqpFLP4d5vDqQ4k9CtaQIk3x3WLVFxMC
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
2019-07-20 05:18:13 -04:00
skia-flutter-autoroll
234f72af30
Roll fuchsia/sdk/core/linux-amd64 from Hjo8G2HMO-S2RkQO8NOJNFH9t9QlspYq810NONDB8e0C to LNYN3mEv2NJLUmZf6nGD5IWqOjDDiXpPeV2l4YWI0j8C ( flutter/engine#9964 )
...
Roll fuchsia/sdk/core/linux-amd64 from Hjo8G2HMO-S2RkQO8NOJNFH9t9QlspYq810NONDB8e0C to LNYN3mEv2NJLUmZf6nGD5IWqOjDDiXpPeV2l4YWI0j8C
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
2019-07-20 01:43:03 -04:00
Jason Simmons
1f5ed069f2
Fix return type of assert function in gradient_test ( flutter/engine#9961 )
2019-07-19 18:55:48 -07:00
skia-flutter-autoroll
63be2cf51f
Roll fuchsia/sdk/core/linux-amd64 from yCNSGMzcBMQzda_aHXqXWoW1cLSen0AL64orTFH-qHcC to Hjo8G2HMO-S2RkQO8NOJNFH9t9QlspYq810NONDB8e0C ( flutter/engine#9960 )
...
Roll fuchsia/sdk/core/linux-amd64 from yCNSGMzcBMQzda_aHXqXWoW1cLSen0AL64orTFH-qHcC to Hjo8G2HMO-S2RkQO8NOJNFH9t9QlspYq810NONDB8e0C
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
2019-07-19 21:42:58 -04:00
Jason Simmons
ed05de091d
Update Dart engine tests to check for assertion failures only when running in debug mode ( flutter/engine#9959 )
2019-07-19 18:27:16 -07:00
skia-flutter-autoroll
fae779ce32
Roll src/third_party/skia 4a13119a60e2..be91f062d70e (3 commits) ( flutter/engine#9956 )
...
https://skia.googlesource.com/skia.git
/compare/4a13119a60e2..be91f062d70e
git log 4a13119a60e25c75c4c4d6d99d852f3e8b3346e1..be91f062d70e2f317298632f172bde85255af564 --date=short --no-merges --format=%ad %ae %s
2019-07-19 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-07-19 mtklein@google.com add some ideas as TODOs
2019-07-19 csmartdalton@google.com ccpr: Add an MSAA atlas mode
The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff (nifong@google.com ), and stop
the roller if necessary.
2019-07-19 20:27:35 -04:00
Siva
69626d179d
Roll src/third_party/dart 63120303a7...a089199b93 ( flutter/engine#9951 )
...
dart-lang/sdk@a089199b93 Fix for issue 37494
dart-lang/sdk@2faee21edb diagnostic for static extension member access
dart-lang/sdk@c6f3d972b8 [vm] Support flushing icache on all ARM platforms.
dart-lang/sdk@48d92b3176 [vm/ffi] Fix GC relocation bug
dart-lang/sdk@fbf13f561f [benchmarks/ffi] Add micro and macro benchmarks for dart:ffi
dart-lang/sdk@c1bb024479 Basic support for Container.alignment property.
dart-lang/sdk@634aa461a0 remove extension field checks
dart-lang/sdk@760c3a0006 Store the declared element locally for unnamed extensions
dart-lang/sdk@d114c96920 [dart2js] new-rti: Use recipes in types table
dart-lang/sdk@09418f4402 [vm/tests] Re-enable tests for multiple entry points, take 2.
dart-lang/sdk@395e074899 [vm] When clearing ICData, also reset the megamorphic bit.
dart-lang/sdk@be36a031c6 [dart2js] Support user-defined 'operator >>>'
dart-lang/sdk@38deecec39 Revert "[vm/tests] Re-enable tests for multiple entry points"
dart-lang/sdk@6e34c365c8 [analyzer] update the package:analyzer pubspec description
dart-lang/sdk@6bc8f0ee9b Update to latest package:watcher
dart-lang/sdk@07e5b20ec9 Insert new named arguments sorted.
dart-lang/sdk@00eb034de7 [vm/tests] Re-enable tests for multiple entry points
dart-lang/sdk@d57ebb0e1c Fix reporting FLUTTER_GET_WIDGET_DESCRIPTION_NO_WIDGET.
dart-lang/sdk@2d4973ca17 Format the function body containing the updated property.
dart-lang/sdk@ddc9b9d492 [analyzer] tweaks to the dartfix UI
dart-lang/sdk@54bd280070 Treat dynamic and void as if they were in the SDK
dart-lang/sdk@b0463ea7e0 Add DartFileEditBuilder.format(SourceRange)
dart-lang/sdk@89a17f218b Make getDescription() async.
dart-lang/sdk@bcc8de64f1 Reveal the TransferableTypedData description
dart-lang/sdk@5ce47abf86 extension type bounds instantiation (and failing param type test)
dart-lang/sdk@61dfbf6816 Change DartFileEditBuilderImpl to work with full ResolvedUnitResult.
dart-lang/sdk@fd38424fa4 [dartdevc] Immediately throw when encountering an unevaluated constant
dart-lang/sdk@873cc9a787 [dart/vm] peek prior to constant class evaluation
dart-lang/sdk@ddafed27cb Support for enum values.
dart-lang/sdk@e1e3daa52d [dartdevc] Add `--summarize-text` flag to ddb script and pass through to DDK
dart-lang/sdk@d32a4dbe57 Minor updates to existing docs
dart-lang/sdk@3a7101e16b Support TouchEvents and PointerEvent, also fixed innerText.
dart-lang/sdk@6dfd5766de error code for ambiguous extension method accesses
2019-07-19 17:04:17 -07:00
Jason Simmons
2edaa8c49f
Updates to the engine test runner script ( flutter/engine#9934 )
...
* Use separate filters for engine executables and Dart test scripts
* Do not run the benchmarks on Cirrus
2019-07-19 17:00:18 -07:00
Matt Carroll
532ed38c87
Added hasRenderedFirstFrame() to old FlutterView for Espresso ( #36211 ). ( flutter/engine#9939 )
2019-07-19 16:46:02 -07:00
Jason Simmons
8afed18167
Fix caching of Locale.toString ( flutter/engine#9920 )
2019-07-19 15:57:28 -07:00
skia-flutter-autoroll
0393c93e61
Roll fuchsia/sdk/core/linux-amd64 from kKw24ZxMzd4Hx6mCaVBSxBJxx7wIKmxP8txe9Cp0dxIC to yCNSGMzcBMQzda_aHXqXWoW1cLSen0AL64orTFH-qHcC ( flutter/engine#9955 )
...
Roll fuchsia/sdk/core/linux-amd64 from kKw24ZxMzd4Hx6mCaVBSxBJxx7wIKmxP8txe9Cp0dxIC to yCNSGMzcBMQzda_aHXqXWoW1cLSen0AL64orTFH-qHcC
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
2019-07-19 18:07:16 -04:00
Matt Carroll
4046164120
Removed PlatformViewsController if-statements from TextInputPlugin ( #34286 ). ( flutter/engine#9938 )
2019-07-19 13:52:45 -07:00
skia-flutter-autoroll
9d2598f1ce
Roll src/third_party/skia aa861a1907a1..4a13119a60e2 (9 commits) ( flutter/engine#9950 )
...
https://skia.googlesource.com/skia.git
/compare/aa861a1907a1..4a13119a60e2
git log aa861a1907a17c0a1033509b5c33983a819b2bb7..4a13119a60e25c75c4c4d6d99d852f3e8b3346e1 --date=short --no-merges --format=%ad %ae %s
2019-07-19 mtklein@google.com always fma in mad_f32()
2019-07-19 senorblanco@chromium.org Update Dawn backend to Skia ToT: GrRenderTarget, onCreateTexture.
2019-07-19 bsalomon@google.com Move GrProtected off GrSurfaceDesc and pass separately.
2019-07-19 fmalita@chromium.org [svgcanvas] Consolidate constant-Y text positions
2019-07-19 borenet@google.com [infra] Move SKQP recipe test to correct recipe
2019-07-19 borenet@google.com [infra] swarm_recipe.isolate shouldn't need infrabots.isolate
2019-07-19 mtklein@google.com add sli.4s, use it in pack sometimes
2019-07-19 mtklein@google.com restore aarch64 JIT
2019-07-19 brianosman@google.com Disable MSAA on older Intel GPUs w/Vulkan
The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff (nifong@google.com ), and stop
the roller if necessary.
2019-07-19 16:50:09 -04:00
Jason Simmons
c3ae67ae59
Fix the geometry test to reflect that OffsetBase comparison operators are a partial ordering ( flutter/engine#9925 )
2019-07-19 12:59:27 -07:00