- 26 Oct, 2018 14 commits
-
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/dd791f36aca8...3236b49ceac5 git log dd791f36aca8..3236b49ceac5 --no-merges --oneline 3236b49ce Add missing includes (flutter/engine#6670) 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
Fixes #21825
-
Yegor authored
-
xster authored
Allow heroes to fly across navigators and restrict Cupertino nav bars to per navigator by default (#23322)
-
xster authored
-
Stanislav Baranov authored
-
Alexander Aprelev authored
* Run reload asynchronously so that multiple devices can reload in parallel.
-
Ian Hickson authored
Bug #1: These didn't work with directional alignments, due to an error in the types of the constructor arguments. Bug #2: Pretty sure RenderSizedOverflowBox never worked at all. As soon as I wrote a test for it, the test showed that there was a fundamental bug in its performLayout method: it didn't set parentUsesSize, but it immediately tried to use the child's size.
-
Ian Hickson authored
* Improve documentation * Potential performance win in hit testing Rather than copying the list every time we access `path`, this just exposes it as an `Iterable`. People who want to copy it can use `toList()`. (This isn't a breaking change since code that expects a `List` is still going to get one.) * Enforce the Oxford Comma.
-
Gary Qian authored
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/6c2ade9fa2b5...9c46333e143b git log 6c2ade9fa2b5..9c46333e143b --no-merges --oneline 9c46333e1 Roll src/third_party/skia 603c5da17491..e2fd74b48f6f (1 commits) (flutter/engine#6668) d53c2be11 Roll src/third_party/skia 3f5b4ee4adfd..603c5da17491 (1 commits) (flutter/engine#6667) 074e67a7e Roll src/third_party/skia f5eaee917bb7..3f5b4ee4adfd (1 commits) (flutter/engine#6666) 7286e9acd Roll src/third_party/skia 2cf29ce4dbbf..f5eaee917bb7 (4 commits) (flutter/engine#6664) 3930b7c0d Roll src/third_party/skia a2272ef92640..2cf29ce4dbbf (8 commits) (flutter/engine#6661) 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.
-
Alexander Aprelev authored
* Register expression compiler in flutter test setting so that debugger expression evaluation is functional there. * Fix analyzer lints
-
MH Johnson authored
* [Material] Add custom shape parameter for Dialogs. * [Material] Add custom shape parameter for Dialogs. * Address Hans' first round comments. * Address Hans' first round comments. * Address Hans' Second round comments.
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/a6e816b2a67c...6c2ade9fa2b5 git log a6e816b2a67c..6c2ade9fa2b5 --no-merges --oneline 6c2ade9fa Update contributing.md for xcode_backend refactor notes (flutter/engine#6642) 69dced915 Dart SDK roll for 2018-10-25 3edf5fa82 Roll src/third_party/skia dfca8f6adb6b..a2272ef92640 (4 commits) (flutter/engine#6659) cf75289b6 TextField is only a live region when it has input focus (flutter/engine#6649) 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.
-
- 25 Oct, 2018 12 commits
-
-
Ian Hickson authored
* Mention new gitter channel * Update CONTRIBUTING.md
-
Ian Hickson authored
-
Jonah Williams authored
-
liyuqian authored
For #21756
-
Dan Field authored
* Use Xcode build configurations to drive Flutter build mode
-
jslavitz authored
* Adds test and builder
-
jslavitz authored
* added test
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/2586e9412257...a6e816b2a67c git log 2586e9412257..a6e816b2a67c --no-merges --oneline a6e816b2a Roll src/third_party/skia 4f598e8c829a..dfca8f6adb6b (7 commits) (flutter/engine#6658) ff0525f59 Add missing entry-points. (flutter/engine#6634) 08771fe14 Revert dart before engine commit 26e8840de5d6fe801378301dd36d54c92b25bd3b (flutter/engine#6656) 914551bfa Dart SDK roll for 2018-10-24 9f2e2ba7b Add/expose API for Paragraph.getBoxesForRange BoxHeightStyle and BoxWidthStyle. (flutter/engine#6644) 9669b70e1 Add an iOS PlatformViewsController for creating/disposing UIViews. (flutter/engine#6569) 6c2477bd2 fix setter for viewOpaque (flutter/engine#6653) 2bd8c94fc Roll src/third_party/skia a7682c8c73e4..4f598e8c829a (8 commits) (flutter/engine#6654) e1e60933b Realize kernel asset mappings on a worker thread if one is available. (flutter/engine#6648) d3874a9ca Roll src/third_party/skia 3b57279fd65a..a7682c8c73e4 (9 commits) (flutter/engine#6652) 3dddf4d5b Roll src/third_party/skia 8429c7930291..3b57279fd65a (2 commits) (flutter/engine#6650) 7b3bb62a8 Roll src/third_party/skia 3aca39df7b22..8429c7930291 (5 commits) (flutter/engine#6647) 26e8840de Dart SDK roll for 2018-10-23 9829c51a9 Roll src/third_party/skia b46c4d0925ad..3aca39df7b22 (12 commits) (flutter/engine#6643) 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.
-
Martin authored
-
Jason Simmons authored
Fixes https://github.com/flutter/flutter/issues/23340
-
- 24 Oct, 2018 12 commits
-
-
Jason Simmons authored
-
xster authored
-
Stefan Mitev authored
* Fixes gradle error: 'Could not find lint-gradle-api.jar' (#23095)
-
Michael Klimushyn authored
Updates gradle. This reverts commit d07c09c9a1a8bd9a0860c579154974437da14024.
-
Ben Konyi authored
-
Danny Tuppeny authored
-
Danny Tuppeny authored
-
Danny Tuppeny authored
* Fix --pid-file not working for --machine + add to attach Fixes #23201. * Add tests for --pid-file in run+attach
-
Jonah Williams authored
* Revert "Remove duplicate code comment in flutter_gallery (#23422)" This reverts commit 8039620b. * Revert "Add explicit completed status trace to hot reload and restart commands (#23338)" This reverts commit 245ef023.
-
Kevin Moore authored
-
Jonah Williams authored
-
- 23 Oct, 2018 2 commits
-
-
Michael Goderbauer authored
-