engine-flutter-autoroll 362c9b1275
Roll engine b7f6bf0192d1..35daf143b1f3 (6 commits) (#26446)
b7f6bf0192...35daf143b1

git log b7f6bf0192d175ac2c245f27524c5195140ecd50..35daf143b1f313977b92137283d2792d3be6f16f --no-merges --oneline
35daf143b Roll src/third_party/skia d2fa7e33798c..c334df71b8f9 (45 commits) (flutter/engine#7448)
6179ac637 fix up analysis for Dart in Engine (flutter/engine#7404)
bec12d84c Reland Dart SDK rolls made since 2019/01/08 (flutter/engine#7446)
3f9987831 Match the ios number input type behavior to what is said in the docs (flutter/engine#7281)
358a24c49 Make SetLocales more consistent with other RuntimeController methods (flutter/engine#7447)
0c11836c9 Use anti-aliasing when drawing text in the performance overlay (flutter/engine#7445)

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-01-11 22:18:48 -05:00
..

Dart SDK dependency

The bin/internal/engine.version file controls which version of the Flutter engine to use. The file contains the commit hash of a commit in the https://github.com/flutter/engine repository. That hash must have successfully been compiled on https://build.chromium.org/p/client.flutter/ and had its artifacts (the binaries that run on Android and iOS, the compiler, etc) successfully uploaded to Google Cloud Storage.

The /bin/internal/engine.merge_method file controls how we merge a pull request created by the engine auto-roller. If it's squash, there's only one commit for a pull request no matter how many engine commits there are inside that pull request. If it's rebase, the number of commits in the framework is equal to the number of engine commits in the pull request. The latter method makes it easier to detect regressions but costs more test resources.