- 13 Feb, 2017 1 commit
-
-
Michael Goderbauer authored
The old release contained some unused files that caused trouble on the Windows Chromebot.
-
- 11 Feb, 2017 1 commit
-
-
Adam Barth authored
The last remaining client is complex_layout.
-
- 10 Feb, 2017 4 commits
-
-
Ian Hickson authored
They previously were very sensitive to widgets like LayoutBuilder.
-
Michael Goderbauer authored
This used to be the logic before I made the tests portable.
-
Jason Simmons authored
Fixes https://github.com/flutter/flutter/issues/7974
-
Jason Simmons authored
Fixes https://github.com/flutter/flutter/issues/7963
-
- 09 Feb, 2017 2 commits
-
-
Alexandre Ardhuin authored
-
Ian Hickson authored
-
- 08 Feb, 2017 4 commits
-
-
Michael Goderbauer authored
* disables all `flutter test` and `flutter drive` tests on Windows as those two commands are not fully implemented on Windows yet * fixes other failures on Windows
-
Adam Barth authored
This manual test has used the PageView widget for a while already.
-
Michael Goderbauer authored
-
Michael Goderbauer authored
-
- 07 Feb, 2017 4 commits
-
-
Adam Barth authored
We need to study these benchmark numbers more carefully. See #7937
-
Jason Simmons authored
-
Adam Barth authored
In particular, we now use ListView in the about dialog.
-
Michael Goderbauer authored
Required to run tests on Windows bots.
-
- 06 Feb, 2017 1 commit
-
-
Jacob Richman authored
* Small Flutter strong mode cleanup fixes. These are cases where strong mode down cast composite errors generally indicated cases that would performance or correctness issues if Flutter code was run in a strong mode VM. * Fix Command API so that it is always in terms of Map<String,String>. * Fix typedef
-
- 04 Feb, 2017 1 commit
-
-
Ian Hickson authored
This prepares us for a CustomScrollView that takes slivers.
-
- 03 Feb, 2017 2 commits
-
-
Ian Hickson authored
...and fix bugs that the tests uncovered. WRITE TEST FIND BUG
-
Adam Barth authored
This widget is a start towards replacing PageableList. There are still a number of features that we'll need to add before this widget can replace PageableList.
-
- 01 Feb, 2017 2 commits
-
-
Jason Simmons authored
* Return null from VM.mainView if no view exists * Retry in connectToServiceProtocol if a view is not yet available * Do not explicitly call exit from the benchmarks - it will not cleanly shut down the engine
-
Chris Bracken authored
-
- 31 Jan, 2017 5 commits
-
-
Adam Barth authored
This update includes the fix for the search box.
-
Ian Hickson authored
-
Ian Hickson authored
These tests would fail sometimes when run locally. Since they happen to also be the ones that are flaky on bots, maybe there's some relationship, even though the failure mode on bots is different. In any case, this removes a variable.
-
Jason Simmons authored
The finder will only match the widget's ValueKey if both have identical runtime types
-
Ian Hickson authored
-
- 30 Jan, 2017 1 commit
-
-
Devon Carew authored
-
- 27 Jan, 2017 5 commits
-
-
Ian Hickson authored
This remove a very brittle aspect of flutter drive, whereby it would assume a known port instead of explicitly finding out what it was. Fixes #7692 and hopefully fixes the devicelab tests.
-
Ian Hickson authored
-
Ian Hickson authored
Turns out MacOS has a really low open files limit and so if you try to open EVERY FILE AT THE SAME TIME it falls over. This just opens the files one at a time, the way we used to back in the old days.
-
Ian Hickson authored
-
Ian Hickson authored
-
- 26 Jan, 2017 2 commits
-
-
Jason Simmons authored
Fixes https://github.com/flutter/flutter/issues/7661
-
Adam Barth authored
This patch deploys ScrollView in a number of demos and manual tests.
-
- 24 Jan, 2017 3 commits
-
-
Ian Hickson authored
-
Yegor authored
-
Yegor authored
-
- 23 Jan, 2017 2 commits
-
-
Ian Hickson authored
...now that we have generic methods, their types need to be specified too.
-
Ian Hickson authored
See https://github.com/dart-lang/sdk/issues/28463, which I think is a regression. This also fixes the regression introduced by https://codereview.chromium.org/2559773002 whereby we were no longer checking any of the lints.
-