- 20 Aug, 2018 2 commits
-
-
engine-flutter-autoroll authored
Auto-roller completed checks. Merging.
-
engine-flutter-autoroll authored
Auto-roller completed checks. Merging.
-
- 19 Aug, 2018 2 commits
-
-
engine-flutter-autoroll authored
Auto-roller completed checks. Merging.
-
Mehmet Fidanboylu authored
* Allow option switches to have keys * Review comments
-
- 18 Aug, 2018 3 commits
-
-
Ian Hickson authored
Turns out we weren't deleting the dill directory or the fonts directory.
-
Ian Hickson authored
* Fixes resulting from audit of issues links I looked at every link to GitHub in our repo. For cases where we had a TODO that was waiting for a bug to be fixed, and the bug has now been fixed, I applied the pending change. For cases where the link was out of date, I updated the link. * Update run_test.dart skip this test again since it failed on linux and macos bots
-
Ian Hickson authored
* Revert "Deprecated CupertinoDialog in favor of a new widget called CupertinoP… (#20649)" This reverts commit 3a4ae280. * Revert "Feature pesto new recipes (#19415)" This reverts commit e2f3b3d6. * Revert "Use markdown table (#20721)" This reverts commit 82d43b95. * Revert "Documentation regarding tap gesture callbacks (#20647)" This reverts commit 3acc2785. * Revert "Add branch to footer information in flutter docs (#20711)" This reverts commit 9118d3d7. * Revert "Performance test cleanup (#20652)" This reverts commit 1993a673. * Revert "Track number of package dependencies in Flutter (#20722)" This reverts commit 03d6f18f.
-
- 17 Aug, 2018 11 commits
-
-
matthew-carroll authored
Deprecated CupertinoDialog in favor of a new widget called CupertinoPopupSurface. (#20397)
-
TL Lee authored
<img width="273" alt="pesto_before" src="https://user-images.githubusercontent.com/13839358/43009716-64b6d726-8c0c-11e8-989a-13eaff72ccee.png"> <img width="273" alt="pesto_after" src="https://user-images.githubusercontent.com/13839358/43009717-66074a34-8c0c-11e8-92ae-f5fb4074f43a.png">
-
Janice Collins authored
-
Ian Hickson authored
-
Janice Collins authored
-
Ian Hickson authored
* Fix TODO syntax. * Clarify messages for some timeouts, to aid debugging. * Increase some other timeouts that were a needlessly short, to reduce sources of flakes. * Remove some more timeouts that were mostly redundant, to remove complexity. * Minor style cleanup. * Remove some dangerous traps (specifically, hide the explicit start/end times in TimedEvent since they shouldn't matter).
-
Ian Hickson authored
-
Ian Hickson authored
All temporary directory start with `flutter_` and have their random component separated from the name by a period, as in `flutter_test_bundle.YFYQMY`. I've tried to find some of the places where we didn't cleanly delete temporary directories, too. This greatly reduces, though it does not entirely eliminate, the directories we leave behind when running tests, especially `flutter_tools` tests. While I was at it I standardized on `tempDir` as the variable name for temporary directories, since it was the most common, removing occurrences of `temp` and `tmp`, among others. Also I factored out some common code that used to catch exceptions that happen on Windows, and made more places use that pattern.
-
Ian Hickson authored
* Try to resolve an intermitted crash during coverage collection The only theory I can come up with is that maybe the test completes before we finish processing the standard input, so I made the test harness wait for the observatory URL before considering whether the test has finished or not. Also, some code cleanup while I'm at it, e.g. avoiding using "onFoo" for the names of methods, avoiding back-to-back switch statements with the same values, avoiding `_` argument names, and using `?.` instead of `if (foo != null) foo.`. * Revert back the signature of _pipeStandardStreamsToConsole * Also remove the other additions to this method.
-
Jonah Williams authored
-
Jonah Williams authored
-
- 16 Aug, 2018 17 commits
-
-
xster authored
-
xster authored
-
xster authored
-
Alexander Aprelev authored
* Add '-t' option to 'attach' command. * Add test * Make analyzer happy * Fix tests so they use memory file system and can find lib/main.dart
-
Stanislav Baranov authored
-
Stanislav Baranov authored
-
Stanislav Baranov authored
-
engine-flutter-autoroll authored
Auto-roller completed checks. Merging.
-
Mikkel Nygaard Ravn authored
-
Mikkel Nygaard Ravn authored
-
Mikkel Nygaard Ravn authored
-
Michael Goderbauer authored
-
xster authored
-
Chinmay Garde authored
-
xster authored
-
xster authored
-
Michael Goderbauer authored
-
- 15 Aug, 2018 5 commits
-
-
Martin Kustermann authored
* Reland "Roll engine to version b148e628ec86b3a9a0382e0bcfae73f0390a8232 (#20427)" This is a re-land with downgraded `package:flutter_gallery_assets` version. * Downgrade package:flutter_gallery_assets to 0.1.4 * Change engine.version to 81baff97c29bb08cbf8453a3f9042c5813f84ad3 (which contains an additional fix) * Change engine.version to e3687f70c7ece72000b32ee1b3c02755ba5361ac (since mac tarballs are corrupted on earlier commit)
-
Jonah Williams authored
* Revert "iOS Dialog blur, brightness, and layout (#18381)" This reverts commit 21bc9f1b. * Revert "Flutter tool support for dynamic code. (#20543)" This reverts commit 25ba90aa.
-
matthew-carroll authored
Rewrote CupertinoAlertDialog to look nearly identical to an alert dialog in iOS. This includes considerations for blur, translucent white background color, button sizing, gap dividers between buttons, and text scaling layout behavior. (#18381)
-
Stanislav Baranov authored
-
Ian Hickson authored
-