- 07 Mar, 2018 1 commit
-
-
Alexander Aprelev authored
* Test gradle dependency file generation * Fix lints, clean up comments, formatting.
-
- 16 Feb, 2018 3 commits
-
-
Mikkel Nygaard Ravn authored
-
Mikkel Nygaard Ravn authored
-
Alexander Aprelev authored
-
- 15 Feb, 2018 2 commits
-
-
Mikkel Nygaard Ravn authored
This reverts commit b3e4976c.
-
Mikkel Nygaard Ravn authored
-
- 07 Feb, 2018 1 commit
-
-
Danny Tuppeny authored
* Reject requests for hot reload if a hot reload is already in progress. Fixes #14184 * Implement TODO, verifying further hot reloads complete sucessfully. * Fix year on new file. * Add missing type annotations to fix lints * Add run_machine_concurrent_hot_reload to manifest for CI * Reformat document ... but undo things that cause lints (like single-line ifs) * Extract std stream transformations * Make inProgressHotReload private * Disallow all types of reload while hot reload in progress * Simplify code handling in-progress hot reloads
-
- 05 Feb, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 02 Feb, 2018 1 commit
-
-
jcollins-g authored
-
- 31 Jan, 2018 1 commit
-
-
Vyacheslav Egorov authored
-
- 13 Jan, 2018 1 commit
-
-
Yegor authored
-
- 10 Jan, 2018 1 commit
-
-
Alexander Aprelev authored
* Add hot_mode preview_dart_2 tests for ios. * Explicitly request ios os in the test. * 2018
-
- 20 Dec, 2017 1 commit
-
-
Mikkel Nygaard Ravn authored
-
- 13 Dec, 2017 1 commit
-
-
Mikkel Nygaard Ravn authored
-
- 07 Dec, 2017 2 commits
-
-
Sarah Zakarias authored
This reverts commit f40a9398.
-
Sarah Zakarias authored
-
- 01 Dec, 2017 1 commit
-
-
Sarah Zakarias authored
-
- 29 Nov, 2017 1 commit
-
-
Ian Hickson authored
This fills out the following matrix: App: `flutter create` default app, Complex Layout, and Gallery. Platforms: Linux/Android, Mac/iOS, Windows/Android Build modes: full release, aot blobs, debug Dart: normal, 2.0 preview It also renames all the tests that used "build" to mean compilation build to use "compile" instead, so that it's much clearer on the dashboard. Also, mark some flaky tests that are no longer flaky as not flaky. Also, remove uses of call() since that's probably going to go away at some point.
-
- 22 Nov, 2017 1 commit
-
-
Mikkel Nygaard Ravn authored
-
- 19 Oct, 2017 1 commit
-
-
Michael Goderbauer authored
-
- 12 Oct, 2017 1 commit
-
-
Alexander Aprelev authored
-
- 28 Sep, 2017 1 commit
-
-
Alexander Aprelev authored
* Clone hot reload benchmark for --preview-dart-2 option. * Get rid of linux and win preview_dart_2 (only android would be sufficient for now). Refactor code into lib/tasks * Revert 2016 to 2017 * Mark new test as flaky
-
- 31 Aug, 2017 3 commits
-
-
Alexander Aprelev authored
This adds --preview-dart-2 flag that enables use of Dart 2.0 Frontend in Flutter tools.
-
Devon Carew authored
* Revert "Revert "fire service protocol events for frames (#11565)" (#11727)" This reverts commit f25e2f52. * move the postEvent() call into a separate method
-
Alexandre Ardhuin authored
* upgrade to linter-0.1.35 * re-enable lint prefer_const_constructors * address review comments
-
- 24 Aug, 2017 2 commits
-
-
Mikkel Nygaard Ravn authored
-
Mikkel Nygaard Ravn authored
-
- 23 Aug, 2017 1 commit
-
-
Mikkel Nygaard Ravn authored
-
- 22 Aug, 2017 4 commits
-
-
Mikkel Nygaard Ravn authored
This reverts commit 8d07d3f6.
-
Mikkel Nygaard Ravn authored
-
Devon Carew authored
This reverts commit 5f9acc41.
-
Devon Carew authored
-
- 21 Aug, 2017 1 commit
-
-
Carlo Bernaschina authored
- Wait for full Hot Reload - Wait for full Restart - Fallback if checkHealth throws METHOD_NOT_FOUND. We try to wait for the service extensions to be registered and retry.
-
- 11 Aug, 2017 1 commit
-
-
Sarah Zakarias authored
-
- 02 Aug, 2017 1 commit
-
-
Devon Carew authored
* refactor commands_test to choose a free port for the service protocol * discover the service protocol port * add a todo
-
- 31 Jul, 2017 1 commit
-
-
Mikkel Nygaard Ravn authored
-
- 27 Jul, 2017 3 commits
-
-
Devon Carew authored
This reverts commit 4b4cabb7.
-
Devon Carew authored
* fire service protocol extension events for frames * start time in micros * introduce a profile() function; only send frame events when in profile (or debug) modes * moved the profile() function to foundation/profile.dart * refactor to make the change more testable; test the change * fire service protocol events by listening to onFrameInfo * remove the frame event stream; add a devicelab test * remove a todo * final
-
Devon Carew authored
* remove the flutter view cache; fix the ability to quit the app after a full restart * improve test * update test
-
- 19 Jul, 2017 1 commit
-
-
Ian Hickson authored
-