Siva 7eff0a8725
Manual roll of engine 7e205b37e5...3953c3ccd1 (#56677)
7e205b37e Roll src/fuchsia/sdk/mac from 1MVsE... to 4MCVP... (#18217)
9193d8ff8 Roll src/third_party/skia 0dc207f836da..a14084ba1b41 (3 commits) (#18219)
403931ff2 Add FlValue (#18185)
46a6d966a [SkParagraph] Copy text height behavior to the Skia paragraph style (#18178)
e7ee47d91 [web] Implement matrix parameter for linear gradient (#18208)
28d99854a Reland again "Remove layer integral offset snapping #17112" (#18160)
5e361f57d Roll src/third_party/skia c66cd987f7c0..0dc207f836da (5 commits) (#18212)
716dbf00c Refactor GLFW embedding to support headless mode (#18205)
23cca3211 Manual Roll of Dart 39e0e75fcf...ce62ad2e8b (#18211)
15f72b8c0 Support EventChannel C++ plugin API for Linux/Windows (#17015)
e5a7ca577 Handle leak of message handle when no engine present (#18157)
d3bde19c1 add docs to platformviewios (and some drive-by changes) (#17593)
b582d774f Roll src/third_party/skia 0066adefa97d..c66cd987f7c0 (4 commits) (#18206)
5e7d6d05f Roll src/third_party/skia edea19858ccc..0066adefa97d (3 commits) (#18203)
88b9d4240 Remove the global engine entry timestamp (#18182)
0dffdd5de Roll src/third_party/dart e86e4d61834a..ce62ad2e8b40 (13 commits) (#18201)
56fe6d255 Roll src/third_party/skia 2871ab0727bf..edea19858ccc (3 commits) (#18198)
bcdf99121 Fixed ChildSceneLayer elevation issue on Fuchsia. (#18144)
ede658e2d [profiling] CPU Profiling support for iOS (#18087)
d043923d7 Roll src/third_party/skia e3d1de7c5281..2871ab0727bf (1 commits) (#18197)
807f1914e Roll src/third_party/dart 733153eb517c..e86e4d61834a (6 commits) (#18195)
fe3f8df81 Roll src/third_party/skia 3b2db26c59d6..e3d1de7c5281 (4 commits) (#18192)
34b062998 Roll fuchsia/sdk/core/mac-amd64 from jMJqf... to 1MVsE... (#18194)
e9b2afefd Roll fuchsia/sdk/core/linux-amd64 from RpHTv... to MhpFP... (#18191)
35fa00629 Roll src/third_party/skia 88d04cb51acf..3b2db26c59d6 (1 commits) (#18190)
e54bb9e20 Roll src/third_party/dart 4da5b40fb6dc..733153eb517c (23 commits) (#18188)
2020-05-08 09:01:39 -07:00
..
2019-11-27 15:04:02 -08: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.