- 15 Nov, 2018 13 commits
-
-
Justin McCandless authored
* Handle a missing ListView separator as an error * Handle missing item, and errors in itemBuilder and separatorBuilder * CR fixes and move error handling into sliver.dart to handle all ListView constructors * Only show an error for null separatorBuilder value in debug mode
-
Jonah Williams authored
* Revert "Add dashing config file for generating docset from flutter docs (#24374)" This reverts commit ec8ca860. * Revert "Update driver script to execute test through test_core (#24168)" This reverts commit 6c62cf33.
-
Daohan Chong authored
-
Jonah Williams authored
-
engine-flutter-autoroll authored
db5908815 Roll src/third_party/skia 7d2aae3165a2..2eccd58916ee (3 commits) (flutter/engine#6862) (#24387) https://github.com/flutter/engine/compare/00e4abff84a6...db59088159a5 git log 00e4abff84a6..db59088159a5 --no-merges --oneline db5908815 Roll src/third_party/skia 7d2aae3165a2..2eccd58916ee (3 commits) (flutter/engine#6862) 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.
-
Diego Tori authored
* Added support for passing in velocity and offset into Draggable.onDragCompleted. * Fixed documentation of DragCompletedCallback. * Spun off previous onDragCompleted breaking changes into new callback called Draggable.onDragEnd. * Revert "Fixed documentation of DragCompletedCallback." This reverts commit 069051f5be0d4ec6a1f4b3f072e535ca87e5d740. * Revert "Added support for passing in velocity and offset into Draggable.onDragCompleted." This reverts commit 7ef744aa5645429b7bc92527226203ee8bff68ec. * DraggableDetails constructor is now declared first as per Flutter code style. * Draggable.onDragEnd will only call back if its widget is currently mounted to the tree. * Moved "});" in DraggableDetails constructor to new line, vertically aligned with the constructor name, as per Flutter code style. * Added space between if statement in drag_target.dart. * widget.onDragEnd call is now formated as per flutter code style. * Added more details to DraggableDetails documentation. * Added brackets to if statement block as per Flutter code style. * Fixed minor nits in DraggableDetails documentation. * Made DraggableDetails constructor public. Also added documentation for its constructor.
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/498bbd5ef9c1...00e4abff84a6 git log 498bbd5ef9c1..00e4abff84a6 --no-merges --oneline 00e4abff8 Roll src/third_party/skia 44764000b49c..7d2aae3165a2 (1 commits) (flutter/engine#6861) 2c6be93fa Clean up stale cache entries in Skia's GrContext (flutter/engine#6859) 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.
-
Dan Field authored
* fix test in xcode_backend.sh * -n * fix devicelab test * uncomment good code, check for \"\"
-
Alexander Aprelev authored
* Fix test so it doesn't leak frontend_server process * Stop FlutterTestDriver even if expectation is not met
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/289de46d3e55...498bbd5ef9c1 git log 289de46d3e55..498bbd5ef9c1 --no-merges --oneline 498bbd5ef Roll src/third_party/skia f152130ef910..44764000b49c (8 commits) (flutter/engine#6860) f23862b25 Added delegate forwarding for didReceiveLocalNotification and willPresentNotification (flutter/engine#6858) 110a5f320 Reset a11y bridge state on hot restart (flutter/engine#6857) 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.
-
Yegor authored
FlutterDriver: allow customizing timeouts using a multiplier
-
Greg Spencer authored
Fixes #24158 Re-lands #24173
-
S McDowall authored
If maxLength is set to TextField.noMaxLength then continue to show the character counter but do not display the max input length value.
-
- 14 Nov, 2018 25 commits
-
-
Zachary Anderson authored
-
Hans Muller authored
-
liyuqian authored
See https://github.com/flutter/flutter/issues/23890
-
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 2 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
-