- 14 Nov, 2018 22 commits
-
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/14ee957fb4d3...289de46d3e55 git log 14ee957fb4d3..289de46d3e55 --no-merges --oneline 289de46d3 Return EngineLayer for all SceneBuilder pushXXX (flutter/engine#6814) 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, who should be CC'd on the roll, and stop the roller if necessary.
-
James D. Lin authored
Make the examples/catalog instructions a bit less confusing: * Make the README.md file provide explicit instructions about how to run each example. * Try to clarify that the lib/main.dart message is instructional and not an error message. Additionally, adjust examples/layers/lib/main.dart to be consistent with examples/catalog/lib/main.dart. Fixes #22640. Testing Done: * Ran `flutter run` from examples/catalog and from examples/layers, saw the updated message.
-
James D. Lin authored
-
Michael Goderbauer authored
-
Jason Simmons authored
Fixes https://github.com/flutter/flutter/issues/24257
-
stevemessick authored
* Update IntelliJ project template files * Add ignored file * Fix test * Restore comma
-
Alexander Aprelev authored
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/99d848a9986c...14ee957fb4d3 git log 99d848a9986c..14ee957fb4d3 --no-merges --oneline 14ee957fb Set up secondary isolates with all kernel buffers rather than just one buffer. (flutter/engine#6832) 76522eb28 Roll src/third_party/skia 7f2b6fa66575..f152130ef910 (5 commits) (flutter/engine#6856) 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, who should be CC'd on the roll, and stop the roller if necessary.
-
Greg Spencer authored
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/114d33d3caa2...99d848a9986c git log 114d33d3caa2..99d848a9986c --no-merges --oneline 99d848a99 Roll src/third_party/skia b45b53f01cf3..7f2b6fa66575 (1 commits) (flutter/engine#6855) 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, who should be CC'd on the roll, and stop the roller if necessary.
-
Stanislav Baranov authored
-
Greg Spencer authored
Landing on red in order to fix the build.
-
Alexander Aprelev authored
* Fix multi-step build handling process. Stop listening for new step updates after 'all done.' log message. Make sure that we don't delete file too soon, until listener had a chance to process the 'all done' message. Fixes https://github.com/flutter/flutter/issues/18750 * Emit 'all output' explicitly when build process is done.
-
Brian Wilkerson authored
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/b10b8e899029...114d33d3caa2 git log b10b8e899029..114d33d3caa2 --no-merges --oneline 114d33d3c Set and unset accessibility flags even when re-entrant (flutter/engine#6853) 396402f5b Flush UserSettings to window (flutter/engine#6850) 1e7e676e4 Remove unused import (flutter/engine#6854) 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, who should be CC'd on the roll, and stop the roller if necessary.
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/520746ed9c6b...b10b8e899029 git log 520746ed9c6b..b10b8e899029 --no-merges --oneline b10b8e899 Roll src/third_party/skia 1e00aebd9a45..b45b53f01cf3 (3 commits) (flutter/engine#6852) 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, who should be CC'd on the roll, and stop the roller if necessary.
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/4959b71d6a1b...520746ed9c6b git log 4959b71d6a1b..520746ed9c6b --no-merges --oneline 520746ed9 Roll src/third_party/skia 14b9f537c5ee..1e00aebd9a45 (5 commits) (flutter/engine#6848) 97b62938b Add missing pragma directive. (flutter/engine#6847) 0d0287780 Avoid a never-disappearing splash screen if the engine came from somewhere else on iOS (flutter/engine#6834) 71ade8278 Roll src/third_party/skia abde1adc5f0c..14b9f537c5ee (9 commits) (flutter/engine#6846) 4e89aa221 Roll src/third_party/skia 60b6bc3c2950..abde1adc5f0c (6 commits) (flutter/engine#6845) 6a132f80f Fix Windows Engine Bot (flutter/engine#6844) e6d6f18eb - Roll engine to version f9ebf2129732fd2b606286fdf58e500384b8a0bc (flutter/engine#6839) 889f41f0d Roll src/third_party/skia 9e3109c99ea5..60b6bc3c2950 (1 commits) (flutter/engine#6843) a68e21430 Roll src/third_party/skia 1e1ba0e0176f..9e3109c99ea5 (1 commits) (flutter/engine#6840) 1174193ce Roll src/third_party/skia f04fb3cacbad..1e1ba0e0176f (2 commits) (flutter/engine#6838) 09ef73ff6 Fix code smells reported by chrome's clang plugin (flutter/engine#6833) 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, who should be CC'd on the roll, and stop the roller if necessary.
-
Michael Goderbauer authored
-
Greg Spencer authored
This reverts commit 97e03104. Landing on red to hopefully make less red on the board. TBR=@goderbauer
-
Michael Goderbauer authored
Unfortunately, device lab does not have the capacity for merge method rebase. It's essentially DoSing device lab: The last engine rebase has been processing for 6h now and it is still not done :(
-
Greg Spencer authored
This reverts commit f3a4f7e8. Accidental merge on red.
-
- 13 Nov, 2018 18 commits
-
-
Greg Spencer authored
This generates a zip file containing all of the docs, and uploads it when we publish docs, as well as a Dash/Zeal docset that contains a feed of the docs. Addresses at least part of #9955
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
Michael Goderbauer authored
-
Greg Spencer authored
Fixes #24158
-
Michael Klimushyn authored
Fixes flutter/flutter#22062
-
Justin McCandless authored
-
engine-flutter-autoroll authored
-
Jonah Williams authored
-
Jonah Williams authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-