13791 Commits

Author SHA1 Message Date
skia-flutter-autoroll
8edd257c41
Roll fuchsia/sdk/core/linux-amd64 from M5an7VPM8DiCcNcKe6J0CkAtLk8X9oMeJUqGOrZATIsC to XqtWTBni4xpYCTr7gqU7rFTuXNY1TZ_zOqBJrZM8c_kC (#10061)
Roll fuchsia/sdk/core/linux-amd64 from M5an7VPM8DiCcNcKe6J0CkAtLk8X9oMeJUqGOrZATIsC to XqtWTBni4xpYCTr7gqU7rFTuXNY1TZ_zOqBJrZM8c_kC


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-23 14:38:23 -04:00
skia-flutter-autoroll
e32bdf5c3a
Roll src/third_party/skia 00c680d2bb7c..e11dfd3da4d7 (18 commits) (#10062)
https://skia.googlesource.com/skia.git
/compare/00c680d2bb7c..e11dfd3da4d7

git log 00c680d2bb7c4f86e0d075b3e6bf0eb4b32fb433..e11dfd3da4d7d110af7b5360b785351fa94adc2f --date=short --no-merges --format=%ad %ae %s
2019-07-23 brianosman@google.com Always include surface origin in keys for program/pipeline state
2019-07-23 robertphillips@google.com Make rest of GrGpu::wrapBackend* methods take a GrColorType (take 2)
2019-07-23 jlavrova@google.com Fixing the build
2019-07-23 reed@google.com refactor paragraph samples
2019-07-23 bsalomon@google.com Add driver workaround to avoid noperspective on QC with ver 3.1 or earlier
2019-07-23 reed@google.com remove default looper flag, rely on clients to opt-in
2019-07-23 fmalita@chromium.org [sksg] Fix setVisible() invalidation
2019-07-22 bsalomon@google.com Lift GrRenderTargetContext::rescale to GrSufaceContext
2019-07-23 brianosman@google.com Fix a couple potential bugs when adding sampler info to a program key
2019-07-22 bsalomon@google.com Remove sample count from GrSurfaceDesc.
2019-06-21 jlavrova@google.com The current version...
2019-07-23 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 9ec3f51d11d9..02407743bd72 (12 commits)
2019-07-23 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go deps
2019-07-23 csmartdalton@google.com Revert "ccpr: Unblacklist Radeon in MSAA mode"
2019-07-22 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-07-22 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-07-22 reed@google.com add 'r'epeat option sans the HUD (to not complicate the profile)
2019-07-22 mtklein@google.com hoist tbl masks

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-23 14:23:51 -04:00
Dan Field
6603dbd4c4
Update .cirrus.yml (#10056)
Fix for Flutter Web tests
2019-07-23 10:14:18 -07:00
Michael Klimushyn
8ed5da8b65
Add working Robolectric tests (#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
4decc174ee
Add support for Android's visible password input type (#9999)
For framework PR https://github.com/flutter/flutter/issues/31738
2019-07-23 07:57:39 -07:00
stuartmorgan
7d320c45ab
Add a macro for prefixing embedder.h symbols (#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
1f3013163d
Roll src/third_party/skia 6dc14ded91ea..00c680d2bb7c (10 commits) (#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
de6e82c090
CopyFiles is still used. (#10012) 2019-07-22 14:56:13 -07:00
skia-flutter-autoroll
1c5e5b36fe
Roll fuchsia/sdk/core/linux-amd64 from tY_fod_tTCLft3FAUUxCP_HdLIahaJJK4WCXOA7nNGQC to M5an7VPM8DiCcNcKe6J0CkAtLk8X9oMeJUqGOrZATIsC (#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
3aaeca3a57
Android Embedding Refactor PR36: Add splash screen support. (#9525) 2019-07-22 14:01:34 -07:00
Kaushik Iska
268533e86a
[fuchsia] Use GatherArtifacts to create the requisite dir structure (#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
1961417172
Exit flutter_tester with an error code on an unhandled exception (#9932) 2019-07-22 12:06:34 -07:00
Jason Simmons
be8819e2dc
Declare a copy of the enable_bitcode flag within the Flutter build scripts for use in Fuchsia builds (#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
d6970bf36a
Roll src/third_party/skia ebab03ffbffb..6dc14ded91ea (6 commits) (#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
6f3a2eb131
[macos] Add reply to binary messenger (#9953)
* Add reply to binary messenger

* Address comments

* Formatting

* Address comments
2019-07-22 11:08:08 -07:00
Ian Hickson
a7ef5086bd
Clean up cirrus.yml file a little (#9958) 2019-07-22 10:51:19 -07:00
Ben Konyi
68d269e0ae
Roll src/third_party/dart a089199b93..fedd74669a (8 commits) (#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
a004a6ed50
Roll fuchsia/sdk/core/linux-amd64 from FBDZ1EXEOcpLsJY4a5JRok5wPvXm5SURbJw1V7lpfKUC to tY_fod_tTCLft3FAUUxCP_HdLIahaJJK4WCXOA7nNGQC (#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
9e9da56b89
[luci] Reference the right fuchsia CIPD and upload only once (#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
d1cba30a7d
Roll src/third_party/skia 7c01208e7800..ebab03ffbffb (1 commits) (#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
8855ffd8ec
Roll fuchsia/sdk/core/linux-amd64 from Kxwo4klJ1u6vmb1zw43v_h5lyPM-BvaHEdTQpXJCfakC to FBDZ1EXEOcpLsJY4a5JRok5wPvXm5SURbJw1V7lpfKUC (#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
1b6ee8c27d
Roll src/third_party/skia ba35d079524b..7c01208e7800 (1 commits) (#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
849fe73170
Roll fuchsia/sdk/core/linux-amd64 from LzAZ73b7HYPMtDJnxjnYwMBuiVP6TsVmWIQb9xud4MEC to Kxwo4klJ1u6vmb1zw43v_h5lyPM-BvaHEdTQpXJCfakC (#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
c7ed23a756
Roll src/third_party/skia 056bdda97a83..ba35d079524b (5 commits) (#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
b384ce8f5b
Roll fuchsia/sdk/core/linux-amd64 from 3y8oGujcy9aTj2lCGSzNVsho-P-bpHKb232KAEfVeUkC to LzAZ73b7HYPMtDJnxjnYwMBuiVP6TsVmWIQb9xud4MEC (#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
ea4654a30b
Update GN to git_revision:152c5144ceed9592c20f0c8fd55769646077569b (#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
5b7c0089e3
Roll fuchsia/sdk/core/linux-amd64 from XblLr-Z5sgUUhC-LBbHZvqPJ6_WU8TvGqp0iWXzqs7sC to 3y8oGujcy9aTj2lCGSzNVsho-P-bpHKb232KAEfVeUkC (#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
576fea92a5
Roll fuchsia/sdk/core/linux-amd64 from NyebqfNgs14SKX5MfRRJqlYDx_SmsA0-9Y44MvmZF4cC to XblLr-Z5sgUUhC-LBbHZvqPJ6_WU8TvGqp0iWXzqs7sC (#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
3e8d96bc5c
Roll fuchsia/sdk/core/linux-amd64 from Xq3lmEx3UuShBJaeiufLR-fHSqxgbKzbPVFP4OwI6tYC to NyebqfNgs14SKX5MfRRJqlYDx_SmsA0-9Y44MvmZF4cC (#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
fc68f6abc2
Roll fuchsia/sdk/core/linux-amd64 from aS7wbI2Khbg1tZ8OnisA3S1_MkmHezyAxHTYXPPjlaIC to Xq3lmEx3UuShBJaeiufLR-fHSqxgbKzbPVFP4OwI6tYC (#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
bc774f9142
Roll src/third_party/skia efe259bb2afd..056bdda97a83 (2 commits) (#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
1fb61b0344
Roll fuchsia/sdk/core/linux-amd64 from OTgeiyD91rvjon5gklfSkUzti5kkQ4criJqpiDhoe7IC to aS7wbI2Khbg1tZ8OnisA3S1_MkmHezyAxHTYXPPjlaIC (#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
9196576e3a
Roll fuchsia/sdk/core/linux-amd64 from w8MJpcP6-8lOFwkD9oHTR0ha9RvKibpSrN6F-ulwH88C to OTgeiyD91rvjon5gklfSkUzti5kkQ4criJqpiDhoe7IC (#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
d7a52516e4
Roll fuchsia/sdk/core/linux-amd64 from gKsp5vROpSRBvxFeqWLrcxbN-CPGrh8jd8JV4wyPpowC to w8MJpcP6-8lOFwkD9oHTR0ha9RvKibpSrN6F-ulwH88C (#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
cd1d7d6399
Roll src/third_party/skia a7ad120fb6c1..efe259bb2afd (1 commits) (#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
4831990602
Roll fuchsia/sdk/core/linux-amd64 from Hi1zcJ3r59vNGXdA57i6fhuAk02Af8p5BHwvj45cCnIC to gKsp5vROpSRBvxFeqWLrcxbN-CPGrh8jd8JV4wyPpowC (#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
e7245cd7b1
Roll fuchsia/sdk/core/linux-amd64 from 8TNm8LtekvIJNYrWK9JBsM3qONKGYnyHufXhidbBKWsC to Hi1zcJ3r59vNGXdA57i6fhuAk02Af8p5BHwvj45cCnIC (#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
2c071370a0
Roll src/third_party/skia be91f062d70e..a7ad120fb6c1 (3 commits) (#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
325f5b66dc
Roll fuchsia/sdk/core/linux-amd64 from i5kNl7ZKu6X9AqpFLP4d5vDqQ4k9CtaQIk3x3WLVFxMC to 8TNm8LtekvIJNYrWK9JBsM3qONKGYnyHufXhidbBKWsC (#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
fe0ffc7f61
Roll fuchsia/sdk/core/linux-amd64 from LNYN3mEv2NJLUmZf6nGD5IWqOjDDiXpPeV2l4YWI0j8C to i5kNl7ZKu6X9AqpFLP4d5vDqQ4k9CtaQIk3x3WLVFxMC (#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
0ac94f75a1
Roll fuchsia/sdk/core/linux-amd64 from Hjo8G2HMO-S2RkQO8NOJNFH9t9QlspYq810NONDB8e0C to LNYN3mEv2NJLUmZf6nGD5IWqOjDDiXpPeV2l4YWI0j8C (#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
8fda1c99b1
Fix return type of assert function in gradient_test (#9961) 2019-07-19 18:55:48 -07:00
skia-flutter-autoroll
79bb7a5831
Roll fuchsia/sdk/core/linux-amd64 from yCNSGMzcBMQzda_aHXqXWoW1cLSen0AL64orTFH-qHcC to Hjo8G2HMO-S2RkQO8NOJNFH9t9QlspYq810NONDB8e0C (#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
736c28b359
Update Dart engine tests to check for assertion failures only when running in debug mode (#9959) 2019-07-19 18:27:16 -07:00
skia-flutter-autoroll
b56e1ad798
Roll src/third_party/skia 4a13119a60e2..be91f062d70e (3 commits) (#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
61e2ba1db4
Roll src/third_party/dart 63120303a7...a089199b93 (#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
da0fcf8284
Updates to the engine test runner script (#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
9cf13568e2
Added hasRenderedFirstFrame() to old FlutterView for Espresso (#36211). (#9939) 2019-07-19 16:46:02 -07:00
Jason Simmons
8d28215c8b
Fix caching of Locale.toString (#9920) 2019-07-19 15:57:28 -07:00
skia-flutter-autoroll
b1276efa77
Roll fuchsia/sdk/core/linux-amd64 from kKw24ZxMzd4Hx6mCaVBSxBJxx7wIKmxP8txe9Cp0dxIC to yCNSGMzcBMQzda_aHXqXWoW1cLSen0AL64orTFH-qHcC (#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