15299 Commits

Author SHA1 Message Date
Devon Carew
d708d9deb2
add an error count field to the Flutter.Error event (#36768)
* add an error count field to the Flutter.Error event

* review comments; more tests

* normalize comments
2019-07-23 17:01:14 -07:00
Jonah Williams
3b4d9f6780
more resident runner verification tests (#36595) 2019-07-23 15:38:52 -07:00
Jonah Williams
694d54ccac
Place build outputs under dart tool (#36585) 2019-07-23 15:36:55 -07:00
engine-flutter-autoroll
22dc6b0195
Roll engine 7d320c45ab25..8ed5da8b655d (2 commits) (#36777)
7d320c45ab...8ed5da8b65

git log 7d320c45ab2556b69f2f6453eab2f8b1156275ae..8ed5da8b655db6dd47718b03d1d909e098f7864a --no-merges --oneline
8ed5da8b6 Add working Robolectric tests (flutter/engine#9954)
4decc174e Add support for Android's visible password input type (flutter/engine#9999)

The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-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 (cbracken@google.com), and stop
the roller if necessary.
2019-07-23 18:34:40 -04:00
engine-flutter-autoroll
15fa2f2226
7d320c45a Add a macro for prefixing embedder.h symbols (flutter/engine#9851) (#36762)
1f3013163d...7d320c45ab

git log 1f3013163d48f46cc967b31aac193691ef28f7d9..7d320c45ab2556b69f2f6453eab2f8b1156275ae --no-merges --oneline
7d320c45a Add a macro for prefixing embedder.h symbols (flutter/engine#9851)

The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-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 (cbracken@google.com), and stop
the roller if necessary.
2019-07-23 14:03:50 -04:00
Jonah Williams
14aa4d0a45
fix analytics reporting test (#36556) 2019-07-23 11:02:02 -07:00
Zachary Anderson
ebdc2cf73b
[flutter_tool] Add some useful commands to the README.md (#36560) 2019-07-23 09:47:06 -07:00
Hans Muller
a632175fde
Update Localizations: added 24 new locales (reprise) (#36589) 2019-07-23 09:40:34 -07:00
Kate Lovett
0379dd1c26
Updating cirrus fingerprint script to include goldens version (#36690) 2019-07-23 09:30:41 -07:00
Emmanuel Garcia
242a4225a1
Flutter build aar (#36732)
`flutter build aar`

This new build command works just like `flutter build apk` or `flutter build appbundle`, but for plugin and module projects.

This PR also refactors how plugins are included in app or module projects. By building the plugins as AARs, the Android Gradle plugin is able to use Jetifier to translate support libraries into AndroidX libraries for all the plugin's native code. Thus, reducing the error rate when using AndroidX in apps.

This change also allows to build modules as AARs, so developers can take these artifacts and distribute them along with the native host app without the need of the Flutter tool. This is a requirement for add to app.

`flutter build aar` generates POM artifacts (XML files) which contain metadata about the native dependencies used by the plugin. This allows Gradle to resolve dependencies at the app level. The result of this new build command is a single build/outputs/repo, the local repository that contains all the generated AARs and POM files.

In a Flutter app project, this local repo is used by the Flutter Gradle plugin to resolve the plugin dependencies. In add to app case, the developer needs to configure the local repo and the dependency manually in `build.gradle`:


repositories {
    maven {
        url "<path-to-flutter-module>build/host/outputs/repo"
    }
}

dependencies {
    implementation("<package-name>:flutter_<build-mode>:1.0@aar") {
       transitive = true
    }
}
2019-07-23 09:27:42 -07:00
Emmanuel Garcia
c9b466f9e2
Revert "Add flutter build aar (#35217)" (#36731)
This reverts commit 11460b83785b6b6a81a5e751403442c518b5d7ed.
2019-07-22 22:07:59 -07:00
Emmanuel Garcia
11460b8378
Add flutter build aar (#35217)
`flutter build aar`

This new build command works just like `flutter build apk` or `flutter build appbundle`, but for plugin and module projects.

This PR also refactors how plugins are included in app or module projects. By building the plugins as AARs, the Android Gradle plugin is able to use Jetifier to translate support libraries into AndroidX libraries for all the plugin's native code. Thus, reducing the error rate when using AndroidX in apps.

This change also allows to build modules as AARs, so developers can take these artifacts and distribute them along with the native host app without the need of the Flutter tool. This is a requirement for add to app.

`flutter build aar` generates POM artifacts (XML files) which contain metadata about the native dependencies used by the plugin. This allows Gradle to resolve dependencies at the app level. The result of this new build command is a single build/outputs/repo, the local repository that contains all the generated AARs and POM files.

In a Flutter app project, this local repo is used by the Flutter Gradle plugin to resolve the plugin dependencies. In add to app case, the developer needs to configure the local repo and the dependency manually in `build.gradle`:


repositories {
    maven {
        url "<path-to-flutter-module>build/host/outputs/repo"
    }
}

dependencies {
    implementation("<package-name>:flutter_<build-mode>:1.0@aar") {
       transitive = true
    }
}
2019-07-22 20:46:01 -07:00
engine-flutter-autoroll
c8f168fdcb
Roll engine d6970bf36a1e..1f3013163d48 (7 commits) (#36720)
d6970bf36a...1f3013163d

git log d6970bf36a1e3d7409f7fe10f2092fbd5442d3fb..1f3013163d48f46cc967b31aac193691ef28f7d9 --no-merges --oneline
1f3013163 Roll src/third_party/skia 6dc14ded91ea..00c680d2bb7c (10 commits) (flutter/engine#10011)
de6e82c09 CopyFiles is still used. (flutter/engine#10012)
1c5e5b36f Roll fuchsia/sdk/core/linux-amd64 from tY_fod_tTCLft3FAUUxCP_HdLIahaJJK4WCXOA7nNGQC to M5an7VPM8DiCcNcKe6J0CkAtLk8X9oMeJUqGOrZATIsC (flutter/engine#10008)
3aaeca3a5 Android Embedding Refactor PR36: Add splash screen support. (flutter/engine#9525)
268533e86 [fuchsia] Use GatherArtifacts to create the requisite dir structure (flutter/engine#10004)
196141717 Exit flutter_tester with an error code on an unhandled exception (flutter/engine#9932)
be8819e2d Declare a copy of the enable_bitcode flag within the Flutter build scripts for use in Fuchsia builds (flutter/engine#10003)

The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-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 (aaclarke@google.com), and stop
the roller if necessary.
2019-07-22 23:16:27 -04:00
Jonah Williams
c4cab5dc92
add missing config to create (#36727) 2019-07-22 19:48:55 -07:00
Jonah Williams
e5ea996a1f
disable flaky windows test (#36722) 2019-07-22 18:14:43 -07:00
engine-flutter-autoroll
23f0516674
Roll engine 9e9da56b8923..d6970bf36a1e (5 commits) (#36702)
9e9da56b89...d6970bf36a

git log 9e9da56b8923f2bcec6ba91ee2b1d3e4affebdca..d6970bf36a1e3d7409f7fe10f2092fbd5442d3fb --no-merges --oneline
d6970bf36 Roll src/third_party/skia ebab03ffbffb..6dc14ded91ea (6 commits) (flutter/engine#10005)
6f3a2eb13 [macos] Add reply to binary messenger (flutter/engine#9953)
a7ef5086b Clean up cirrus.yml file a little (flutter/engine#9958)
68d269e0a Roll src/third_party/dart a089199b93..fedd74669a (8 commits) (flutter/engine#10001)
a004a6ed5 Roll fuchsia/sdk/core/linux-amd64 from FBDZ1EXEOcpLsJY4a5JRok5wPvXm5SURbJw1V7lpfKUC to tY_fod_tTCLft3FAUUxCP_HdLIahaJJK4WCXOA7nNGQC (flutter/engine#10000)

The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-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 (aaclarke@google.com), and stop
the roller if necessary.
2019-07-22 20:30:27 -04:00
Jonah Williams
819538704a
fix devicelab tests (#36717) 2019-07-22 17:08:42 -07:00
Jonah Williams
3fedb8cb5a
Reland: use flutter features for web and desktop (#36699) 2019-07-22 15:34:03 -07:00
Ian Hickson
295530dcaf
Some minor cleanup in devicelab (#36571) 2019-07-22 14:13:33 -07:00
Alexander Aprelev
d28f3c7cbb
Unskip date_picker_test on Windows as underlying issue 19696 was fixed. (#36546) 2019-07-22 13:55:49 -07:00
Gary Qian
07fdadd1d1
Add gradient text docs (#36579) 2019-07-22 13:20:34 -07:00
chunhtai
1cb6b8bb0d
fixes iphone force press keybaord select crashes (#36698) 2019-07-22 13:20:21 -07:00
Ian Hickson
542fbd4c71
Some minor fixes to the tool_coverage tool. (#36570)
Extracted from https://github.com/flutter/flutter/pull/36205
2019-07-22 13:02:02 -07:00
Devon Carew
45ae4f6dbe
use sentence case in error message titles (#35750)
* use sentence case in error message titles

* add a test
2019-07-22 12:49:53 -07:00
engine-flutter-autoroll
b79136ba5a
Roll engine 849fe7317031..9e9da56b8923 (4 commits) (#36700)
849fe73170...9e9da56b89

git log 849fe7317031bb8f59b54999029f507185d2fb0f..9e9da56b8923f2bcec6ba91ee2b1d3e4affebdca --no-merges --oneline
9e9da56b8 [luci] Reference the right fuchsia CIPD and upload only once (flutter/engine#9998)
d1cba30a7 Roll src/third_party/skia 7c01208e7800..ebab03ffbffb (1 commits) (flutter/engine#9997)
8855ffd8e Roll fuchsia/sdk/core/linux-amd64 from Kxwo4klJ1u6vmb1zw43v_h5lyPM-BvaHEdTQpXJCfakC to FBDZ1EXEOcpLsJY4a5JRok5wPvXm5SURbJw1V7lpfKUC (flutter/engine#9996)
1b6ee8c27 Roll src/third_party/skia ba35d079524b..7c01208e7800 (1 commits) (flutter/engine#9995)

The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-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 (aaclarke@google.com), and stop
the roller if necessary.
2019-07-22 15:35:27 -04:00
Danny Tuppeny
d42d0c5171
Re-enable flutter test expression evaluation tests (#36431)
Plus:

- Resume the app being run after expression has been evaluated to prevent the test run being forcefully terminated because it didn't end
- Skip non-JSON when waiting for JSON (eg. when running in verbose mode for debugging locally)
- Pass defaultTimeout in waitForJson (otherwise the assert in _timeoutWithMessages fails when it's not provided)

Closes https://github.com/flutter/flutter/issues/26518 (the original reason for skip was fixed in https://github.com/dart-lang/sdk/issues/34224).
2019-07-22 19:43:37 +01:00
Darren Austin
b5fff3b20c
Added ThemeMode support to the Flutter Gallery (#36399)
Made the Flutter Gallery use the new ThemeMode property so that it can
use the system's dark/light mode setting by default.
2019-07-22 11:06:26 -07:00
Jenn Magder
11d3d45b6b
Add GitHub CODEOWNERS file to auto-add reviewers by path (#36492) 2019-07-22 10:23:12 -07:00
Brian Egan
70b405ee18
Add images and update examples for top widgets: (#36460)
* Add images and update examples for top widgets:

  - scaffold
  - text field
  - image
  - text
  - row
  - column
  - stack
2019-07-22 18:34:56 +02:00
engine-flutter-autoroll
d0238c711e
849fe7317 Roll fuchsia/sdk/core/linux-amd64 from LzAZ73b7HYPMtDJnxjnYwMBuiVP6TsVmWIQb9xud4MEC to Kxwo4klJ1u6vmb1zw43v_h5lyPM-BvaHEdTQpXJCfakC (flutter/engine#9994) (#36672)
c7ed23a756...849fe73170

git log c7ed23a7567d723554500d01f1226ced6db3dffe..849fe7317031bb8f59b54999029f507185d2fb0f --no-merges --oneline
849fe7317 Roll fuchsia/sdk/core/linux-amd64 from LzAZ73b7HYPMtDJnxjnYwMBuiVP6TsVmWIQb9xud4MEC to Kxwo4klJ1u6vmb1zw43v_h5lyPM-BvaHEdTQpXJCfakC (flutter/engine#9994)

The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-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 (aaclarke@google.com), and stop
the roller if necessary.
2019-07-22 12:14:27 -04:00
engine-flutter-autoroll
b99e46eec3
Roll engine ea4654a30b06..c7ed23a7567d (2 commits) (#36663)
ea4654a30b...c7ed23a756

git log ea4654a30b0625d701fd42bbcc2743794d7a47ce..c7ed23a7567d723554500d01f1226ced6db3dffe --no-merges --oneline
c7ed23a75 Roll src/third_party/skia 056bdda97a83..ba35d079524b (5 commits) (flutter/engine#9992)
b384ce8f5 Roll fuchsia/sdk/core/linux-amd64 from 3y8oGujcy9aTj2lCGSzNVsho-P-bpHKb232KAEfVeUkC to LzAZ73b7HYPMtDJnxjnYwMBuiVP6TsVmWIQb9xud4MEC (flutter/engine#9990)

The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-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 (aaclarke@google.com), and stop
the roller if necessary.
2019-07-22 04:38:27 -04:00
engine-flutter-autoroll
c8d8412c65
ea4654a30 Update GN to git_revision:152c5144ceed9592c20f0c8fd55769646077569b (flutter/engine#9987) (#36657)
5b7c0089e3...ea4654a30b

git log 5b7c0089e3caeaa5d118530c2cf17470214bf4c0..ea4654a30b0625d701fd42bbcc2743794d7a47ce --no-merges --oneline
ea4654a30 Update GN to git_revision:152c5144ceed9592c20f0c8fd55769646077569b (flutter/engine#9987)

The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-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 (aaclarke@google.com), and stop
the roller if necessary.
2019-07-22 02:52:27 -04:00
Jonah Williams
8eae2dfb92
Revert "Use FlutterFeatures to configure web and desktop devices (#36465)" (#36654)
This reverts commit bd52a78c7162e26721a383b76bac53744e5656a7.
2019-07-21 21:47:43 -07:00
engine-flutter-autoroll
1b2e14c9a1
5b7c0089e Roll fuchsia/sdk/core/linux-amd64 from XblLr-Z5sgUUhC-LBbHZvqPJ6_WU8TvGqp0iWXzqs7sC to 3y8oGujcy9aTj2lCGSzNVsho-P-bpHKb232KAEfVeUkC (flutter/engine#9982) (#36650)
576fea92a5...5b7c0089e3

git log 576fea92a5fda023bfdc2639f5cca1821d342cdb..5b7c0089e3caeaa5d118530c2cf17470214bf4c0 --no-merges --oneline
5b7c0089e Roll fuchsia/sdk/core/linux-amd64 from XblLr-Z5sgUUhC-LBbHZvqPJ6_WU8TvGqp0iWXzqs7sC to 3y8oGujcy9aTj2lCGSzNVsho-P-bpHKb232KAEfVeUkC (flutter/engine#9982)

The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-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 (aaclarke@google.com), and stop
the roller if necessary.
2019-07-21 21:24:27 -04:00
Jonah Williams
bd52a78c71
Use FlutterFeatures to configure web and desktop devices (#36465) 2019-07-21 18:21:15 -07:00
engine-flutter-autoroll
bffbad5c8a
Roll engine fc68f6abc2a5..576fea92a5fd (2 commits) (#36641)
fc68f6abc2...576fea92a5

git log fc68f6abc2a5bcb289357883998dc1760408fc7c..576fea92a5fda023bfdc2639f5cca1821d342cdb --no-merges --oneline
576fea92a Roll fuchsia/sdk/core/linux-amd64 from NyebqfNgs14SKX5MfRRJqlYDx_SmsA0-9Y44MvmZF4cC to XblLr-Z5sgUUhC-LBbHZvqPJ6_WU8TvGqp0iWXzqs7sC (flutter/engine#9981)
3e8d96bc5 Roll fuchsia/sdk/core/linux-amd64 from Xq3lmEx3UuShBJaeiufLR-fHSqxgbKzbPVFP4OwI6tYC to NyebqfNgs14SKX5MfRRJqlYDx_SmsA0-9Y44MvmZF4cC (flutter/engine#9980)

The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-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 (aaclarke@google.com), and stop
the roller if necessary.
2019-07-21 20:08:27 -04:00
Jonah Williams
9bd50c5459
Ensure fx flutter attach can find devices (#36564) 2019-07-21 10:24:04 -07:00
engine-flutter-autoroll
4bc2bf67c1
Roll engine 1fb61b0344e8..fc68f6abc2a5 (2 commits) (#36635)
1fb61b0344...fc68f6abc2

git log 1fb61b0344e86961c3a4e59b013caf02fd52a2c2..fc68f6abc2a5bcb289357883998dc1760408fc7c --no-merges --oneline
fc68f6abc Roll fuchsia/sdk/core/linux-amd64 from aS7wbI2Khbg1tZ8OnisA3S1_MkmHezyAxHTYXPPjlaIC to Xq3lmEx3UuShBJaeiufLR-fHSqxgbKzbPVFP4OwI6tYC (flutter/engine#9979)
bc774f914 Roll src/third_party/skia efe259bb2afd..056bdda97a83 (2 commits) (flutter/engine#9978)

The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-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 (aaclarke@google.com), and stop
the roller if necessary.
2019-07-21 10:47:27 -04:00
engine-flutter-autoroll
7bd3e44d9b
1fb61b034 Roll fuchsia/sdk/core/linux-amd64 from OTgeiyD91rvjon5gklfSkUzti5kkQ4criJqpiDhoe7IC to aS7wbI2Khbg1tZ8OnisA3S1_MkmHezyAxHTYXPPjlaIC (flutter/engine#9976) (#36630)
9196576e3a...1fb61b0344

git log 9196576e3a5cbf3c83afca4df9a7be59eb39080a..1fb61b0344e86961c3a4e59b013caf02fd52a2c2 --no-merges --oneline
1fb61b034 Roll fuchsia/sdk/core/linux-amd64 from OTgeiyD91rvjon5gklfSkUzti5kkQ4criJqpiDhoe7IC to aS7wbI2Khbg1tZ8OnisA3S1_MkmHezyAxHTYXPPjlaIC (flutter/engine#9976)

The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-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 (aaclarke@google.com), and stop
the roller if necessary.
2019-07-21 05:03:27 -04:00
engine-flutter-autoroll
25febba44f
Roll engine cd1d7d639937..9196576e3a5c (2 commits) (#36625)
cd1d7d6399...9196576e3a

git log cd1d7d639937aaa31e63de62a4012a877616dcae..9196576e3a5cbf3c83afca4df9a7be59eb39080a --no-merges --oneline
9196576e3 Roll fuchsia/sdk/core/linux-amd64 from w8MJpcP6-8lOFwkD9oHTR0ha9RvKibpSrN6F-ulwH88C to OTgeiyD91rvjon5gklfSkUzti5kkQ4criJqpiDhoe7IC (flutter/engine#9974)
d7a52516e Roll fuchsia/sdk/core/linux-amd64 from gKsp5vROpSRBvxFeqWLrcxbN-CPGrh8jd8JV4wyPpowC to w8MJpcP6-8lOFwkD9oHTR0ha9RvKibpSrN6F-ulwH88C (flutter/engine#9973)

The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-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 (aaclarke@google.com), and stop
the roller if necessary.
2019-07-21 02:03:27 -04:00
Todd Volkert
fbd4bb91f6
Revert "AsyncSnapshot.data to throw if error or no data (#34626)" (#36618)
This reverts commit b61fcfd25d0b32ec3791d09493d0235bb9a2b43f.
2019-07-20 22:10:59 -07:00
engine-flutter-autoroll
b680270c51
cd1d7d639 Roll src/third_party/skia a7ad120fb6c1..efe259bb2afd (1 commits) (flutter/engine#9972) (#36620)
4831990602...cd1d7d6399

git log 48319906023084cbe8c01cc207651ee89c37e871..cd1d7d639937aaa31e63de62a4012a877616dcae --no-merges --oneline
cd1d7d639 Roll src/third_party/skia a7ad120fb6c1..efe259bb2afd (1 commits) (flutter/engine#9972)

The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-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 (aaclarke@google.com), and stop
the roller if necessary.
2019-07-21 00:31:27 -04:00
engine-flutter-autoroll
cc290cca3f
Roll engine 325f5b66dcc0..483199060230 (3 commits) (#36619)
325f5b66dc...4831990602

git log 325f5b66dcc0d32ed344a3d8555572c2fb995dc1..48319906023084cbe8c01cc207651ee89c37e871 --no-merges --oneline
483199060 Roll fuchsia/sdk/core/linux-amd64 from Hi1zcJ3r59vNGXdA57i6fhuAk02Af8p5BHwvj45cCnIC to gKsp5vROpSRBvxFeqWLrcxbN-CPGrh8jd8JV4wyPpowC (flutter/engine#9971)
e7245cd7b Roll fuchsia/sdk/core/linux-amd64 from 8TNm8LtekvIJNYrWK9JBsM3qONKGYnyHufXhidbBKWsC to Hi1zcJ3r59vNGXdA57i6fhuAk02Af8p5BHwvj45cCnIC (flutter/engine#9969)
2c071370a Roll src/third_party/skia be91f062d70e..a7ad120fb6c1 (3 commits) (flutter/engine#9968)

The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-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 (aaclarke@google.com), and stop
the roller if necessary.
2019-07-20 18:39:27 -04:00
engine-flutter-autoroll
f5f93d09b0
Roll engine 9cf13568e2aa..325f5b66dcc0 (9 commits) (#36610)
9cf13568e2...325f5b66dc

git log 9cf13568e2aa1f9ab37445037e2ef54ecb5146f8..325f5b66dcc0d32ed344a3d8555572c2fb995dc1 --no-merges --oneline
325f5b66d Roll fuchsia/sdk/core/linux-amd64 from i5kNl7ZKu6X9AqpFLP4d5vDqQ4k9CtaQIk3x3WLVFxMC to 8TNm8LtekvIJNYrWK9JBsM3qONKGYnyHufXhidbBKWsC (flutter/engine#9967)
fe0ffc7f6 Roll fuchsia/sdk/core/linux-amd64 from LNYN3mEv2NJLUmZf6nGD5IWqOjDDiXpPeV2l4YWI0j8C to i5kNl7ZKu6X9AqpFLP4d5vDqQ4k9CtaQIk3x3WLVFxMC (flutter/engine#9966)
0ac94f75a Roll fuchsia/sdk/core/linux-amd64 from Hjo8G2HMO-S2RkQO8NOJNFH9t9QlspYq810NONDB8e0C to LNYN3mEv2NJLUmZf6nGD5IWqOjDDiXpPeV2l4YWI0j8C (flutter/engine#9964)
8fda1c99b Fix return type of assert function in gradient_test (flutter/engine#9961)
79bb7a583 Roll fuchsia/sdk/core/linux-amd64 from yCNSGMzcBMQzda_aHXqXWoW1cLSen0AL64orTFH-qHcC to Hjo8G2HMO-S2RkQO8NOJNFH9t9QlspYq810NONDB8e0C (flutter/engine#9960)
736c28b35 Update Dart engine tests to check for assertion failures only when running in debug mode (flutter/engine#9959)
b56e1ad79 Roll src/third_party/skia 4a13119a60e2..be91f062d70e (3 commits) (flutter/engine#9956)
61e2ba1db Roll src/third_party/dart 63120303a7...a089199b93 (flutter/engine#9951)
da0fcf828 Updates to the engine test runner script (flutter/engine#9934)

The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-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 (aaclarke@google.com), and stop
the roller if necessary.
2019-07-20 14:23:27 -04:00
engine-flutter-autoroll
6cdb4ddb68
Roll engine 5467f6f63046..9cf13568e2aa (14 commits) (#36587)
5467f6f630...9cf13568e2

git log 5467f6f63046620b0ef1edc72ae06f9fad941cee..9cf13568e2aa1f9ab37445037e2ef54ecb5146f8 --no-merges --oneline
9cf13568e Added hasRenderedFirstFrame() to old FlutterView for Espresso (#36211). (flutter/engine#9939)
8d28215c8 Fix caching of Locale.toString (flutter/engine#9920)
b1276efa7 Roll fuchsia/sdk/core/linux-amd64 from kKw24ZxMzd4Hx6mCaVBSxBJxx7wIKmxP8txe9Cp0dxIC to yCNSGMzcBMQzda_aHXqXWoW1cLSen0AL64orTFH-qHcC (flutter/engine#9955)
649e025f7 Removed PlatformViewsController if-statements from TextInputPlugin (#34286). (flutter/engine#9938)
ede88d7df Roll src/third_party/skia aa861a1907a1..4a13119a60e2 (9 commits) (flutter/engine#9950)
48b1340ad Fix the geometry test to reflect that OffsetBase comparison operators are a partial ordering (flutter/engine#9925)
971c3f24a Roll fuchsia/sdk/core/linux-amd64 from XG_fYb35A8mJpnMG_I9iBm7yHJyNZYZRgG69a88us_sC to kKw24ZxMzd4Hx6mCaVBSxBJxx7wIKmxP8txe9Cp0dxIC (flutter/engine#9947)
3d7f93a2e Removed logic from FlutterAppDelegate into FlutterPluginAppLifeCycleDelegate (flutter/engine#9893)
273f4cfe8 Split out lifecycle protocol (flutter/engine#9922)
f41be3ea6 Roll src/third_party/skia 58d1f76fc008..aa861a1907a1 (7 commits) (flutter/engine#9946)
53f620f45 [platform view] do not make clipping view and interceptor view clipToBounds (flutter/engine#9937)
a1faebb8f Roll fuchsia/sdk/core/linux-amd64 from IPgI5Uh4rIZ4zNfAV1_ynC4dGmFLexAW1L9czHUyjowC to XG_fYb35A8mJpnMG_I9iBm7yHJyNZYZRgG69a88us_sC (flutter/engine#9945)
309ad63e6 Roll src/third_party/skia 95528752e2bd..58d1f76fc008 (1 commits) (flutter/engine#9944)
d852e8a64 Roll src/third_party/skia 19547c91b983..95528752e2bd (1 commits) (flutter/engine#9943)

The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-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 (aaclarke@google.com), and stop
the roller if necessary.
2019-07-19 22:30:27 -04:00
Lau Ching Jun
677b7c15c3
Load assets during test from file system instead of manifest. (#36553) 2019-07-19 14:54:24 -07:00
Zachary Anderson
76cbbeb627
[flutter_tool] Send the local time to analytics with screens and events (#36545) 2019-07-19 14:54:18 -07:00
Jonah Williams
6830edd0be
Clean up flutter driver device detection. (#36434) 2019-07-19 14:48:17 -07:00
Yegor
ecd89fb7ad
fix message codecs for the Web (#36549) 2019-07-19 13:49:15 -07:00
chunhtai
5ecda9e1b5
Adds doc example for Listview and pageview (#36391) 2019-07-19 13:19:24 -07:00