- 10 Jan, 2018 2 commits
-
-
Greg Spencer authored
- Switches to async process execution, which now shows output as it happens instead of in chunks when the process completes - Now uses ProcessManager so that it may be mocked for the test. - Adds in the download and install of mingit on Windows. - Updated package dependencies because of added dependency on process package.
-
Ben Konyi authored
-
- 09 Jan, 2018 17 commits
-
-
Hans Muller authored
-
xster authored
* Lock events during runApp's warm up frame * move to scheduler binding * let the one scheduleWarmUpFrame api always lock * tweak test
-
Michael Goderbauer authored
`RenderSemanticsGestureHandler` is no longer a semantics boundary, which allows us to correctly mark disabled buttons as disabled without having their semantics size and semantics node id change unexpectedly. Fixes https://github.com/flutter/flutter/issues/12589. Fixes https://github.com/flutter/flutter/issues/11991. See also https://github.com/flutter/flutter/issues/11993. This change also required some refactoring to how we deal with `twoPaneSemantics` scrolling as it previously relied on `RenderSemanticsGestureHandler` being a semantics boundary. This should also make the underlying logic easier to understand. In addition, the following minor changes are included in this PR: * Removal of orphaned and unused `SemanticsConfiguration.isMergingDescendantsIntoOneNode`. * Logic optimizations for `markNeedsSemanticsUpdate` . * Fix for edge case where `MergeSemantics` failed to merge semantics. * Use of emojis to better indicate leaf merging in the printed semantics tree. * Better assert message for adding invisible child semantics nodes. * Make some semantics tests robuster by not relying on creation order of SemanticsNode ids across test boundaries. Fixes https://github.com/flutter/flutter/issues/13943.
-
jcollins-g authored
* Revert "Change github readme links to be served by github (#13929)" This reverts commit fd516d95. * Revert " Rename SemanticsFlags to SemanticsFlag (#13994)" This reverts commit 24e3f705. * Revert "Make artifact downloading more robust for flaky networks (#13984)" This reverts commit 4d37e03e.
-
Michael Thomsen authored
-
Michael Goderbauer authored
to align with `SemanticsAction` and other enum-like types.
-
jcollins-g authored
* First version * Add a clarifying comment * Add verify to ZipDecoder.decodeBytes call * Review comments * Need OS Error for missing files * FileSystemException, not OSError.
-
Ian Hickson authored
-
Ian Hickson authored
(untested)
-
Ian Hickson authored
Fixes the last bits of #5759.
-
Ian Hickson authored
-
Ian Hickson authored
-
Ian Hickson authored
-
Ian Hickson authored
-
amirh authored
-
xster authored
-
- 08 Jan, 2018 7 commits
-
-
Jason Simmons authored
Fixes https://github.com/flutter/flutter/issues/13972
-
P.Y. Laligand authored
-
Ryan Macnak authored
-
Ryan Macnak authored
-
Hans Muller authored
-
Alexander Aprelev authored
-
Mikkel Nygaard Ravn authored
-
- 06 Jan, 2018 7 commits
-
-
Alexander Aprelev authored
-
Brian Egan authored
-
Mikkel Nygaard Ravn authored
-
Alexander Aprelev authored
-
Alexander Aprelev authored
* Pin url_launcher to 1.0.3 * Commit results of 'bin/flutter update-packages --force-upgrade' * Added TODO
-
Alexander Aprelev authored
-
Alexander Aprelev authored
* Explicitly report CFE output(when using --preview-dart-2) * Fix test so it looks at errorText * Fix expected text
-
- 05 Jan, 2018 7 commits
-
-
Volodymyr Lykhonis authored
Unsubscribe should remove RouteAware for all routes.
-
-
xster authored
* it's fixed * Add test for simulator log reader
-
jcollins-g authored
* First version * Prevent modification of .flutter during analytics test * Pass in directory and override analyzer warning due to conditional import * Review comments
-