- 24 Mar, 2018 1 commit
-
-
Alexander Aprelev authored
-
- 17 Mar, 2018 3 commits
-
-
Alexander Aprelev authored
* Revert "Revert "Reland pass filesystem options (#15622)" (#15651)" This reverts commit 0f3eada0. * Fix for windows failing test * !isEmpty -> isNotEmpty
-
Alexander Aprelev authored
This reverts commit bbcf55a5 as it breaks hot reload on Windows.
-
Alexander Aprelev authored
* Revert "Revert "Pass filesystem-root, filesystem-scheme options through `flutter run, build` and gradle. (#15592)" (#15621)" This reverts commit c663e336. * Check whether filesystem-root is emtpy. * Restore broken merge * Fix windows test * Adjust regex in test. Invalidate files by file path.
-
- 16 Mar, 2018 2 commits
-
-
Alexander Aprelev authored
Revert "Pass filesystem-root, filesystem-scheme options through `flutter run, build` and gradle. (#15592)" (#15621) This reverts commit 0f659fb1 as it breaks bin/tasks/gradle_plugin_test.dart.
-
Alexander Aprelev authored
* Pass filesystem-root, filesystem-scheme options through flutter run/build/gradle.
-
- 06 Mar, 2018 3 commits
-
-
Keerti Parthasarathy authored
* Add to Artifacts, and add optional arguments to entry points for flut… (#15185) Add to Artifacts, and add optional arguments to entry points for flutter run and test to allow for wiring up the same with preview-dart-2 internally * Changing packages uri here is not necessary
-
Keerti Parthasarathy authored
This reverts commit e0f6e626.
-
Keerti Parthasarathy authored
Add to Artifacts, and add optional arguments to entry points for flutter run and test to allow for wiring up the same with preview-dart-2 internally
-
- 02 Mar, 2018 1 commit
-
-
Yegor authored
* [tools] consolidate "preview Dart 2" option in BuildInfo * format BuildInfo constructor
-
- 16 Feb, 2018 1 commit
-
-
Todd Volkert authored
-
- 14 Feb, 2018 1 commit
-
-
Todd Volkert authored
Fixes #14688
-
- 08 Feb, 2018 1 commit
-
-
asiva authored
-
- 02 Feb, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 31 Jan, 2018 1 commit
-
-
jensjoha authored
* [kernel/flutter] Improve speed of first hot reload * [kernel/flutter] Improve speed of first hot reload * Revert "[kernel/flutter] Improve speed of first hot reload" This reverts commit f3dc133878ec7405a8efb5715f1cfe720f4ea05f. * Revert "[kernel/flutter] Improve speed of first hot reload" This reverts commit f7bcb082b01cf9cf48f02c6aad9e5c79705def8f. * Revert "Revert "[kernel/flutter] Improve speed of first hot reload"" This reverts commit 73c7a1a8e85a4c0397984d8b65a98b2f71bf84f3. * [kernel/flutter] Improve speed of first hot reload Do so by not evicting unnecessary paths (while still evicting paths that was changed between the generation of the package file and the initial upload). * Fix grammar in method name * Fix bad merge * Add method to super class
-
- 11 Jan, 2018 1 commit
-
-
Devon Carew authored
* send 'reloadRecommended' info to IDEs * rename hint ==> hintMessage
-
- 08 Jan, 2018 1 commit
-
-
Alexander Aprelev authored
-
- 04 Jan, 2018 2 commits
-
-
Alexander Aprelev authored
* Send RPC request to switch assets directory on hot reload. This is needed to pick up updated assets that are expected to be picked up on hot reload. * Assert assets directory is not null. * Better multiple future wait * Add type annotation
-
Siva authored
* Plumb a --strong option through to the front end server and the engine so that we can run flutter apps in preview-dart-2 and strong mode * - Address analyzer lint issues *- correctly set up strong mode option in the case of AOT builds
-
- 22 Nov, 2017 1 commit
-
-
Todd Volkert authored
This allows `flutter run` to work on hosts that are IPv6-only.
-
- 10 Nov, 2017 3 commits
-
-
Devon Carew authored
* tweak the text for the 'elements didnt reload' message * review comments * prefix items with a list char * add a hostIsIde param instead of the isDaemonMode top-level function * add a trailing comma
-
Alexander Aprelev authored
* Use IKG for restarts, use IKG with ProtectedFileByteStore. * Fix comment, add end of file newline. * Remove unused import
-
Alexander Aprelev authored
-
- 22 Oct, 2017 1 commit
-
-
Alexandre Ardhuin authored
-
- 14 Oct, 2017 1 commit
-
-
Alexander Aprelev authored
* Restructure hot mode test so it runs interactively. This allows to add a benchmark for hot reload after actual source code change. * Add curly braces, refactory copyRecursive
-
- 13 Oct, 2017 1 commit
-
-
Alexander Aprelev authored
* Keep incremental compiler state through full restart. * Add todo * Add todo
-
- 12 Oct, 2017 2 commits
-
-
Ryan Macnak authored
Reapply "When parts of the program are changed in a hot reload, but not executed during the reassemble, warn that a restart may be needed." (#12490) This reverts commit 5e7bcbac. `flutter run --benchmark` was triggering a different quick bailout path in the VM than `flutter run`. The failure has been fixed upstream.
-
Alexander Aprelev authored
* Fix restart flow for preview-dart-2 mode. Restart in preview-dart-2 needs to use kernel file and it has to be complete, rather than incremental kernel file. * Add curly braces * Do full compile on restart * Roll engine to pick up changes to hot reload for preview-dart-2
-
- 06 Oct, 2017 1 commit
-
-
Alexander Aprelev authored
* Add hotReloadInitialDevFSSyncMilliseconds to track how long user have to wait before being able to do first reload. This stat is significantly different between existing and preview-dart-2 setting (for the latter, this stat is ~3x slower: 13s vs ~4s). * Remove ws * Cleanup timer-related code
-
- 05 Oct, 2017 1 commit
-
-
Ryan Macnak authored
Revert "When parts of the program are changed in a hot reload, but not executed during the reassemble, warn that a restart may be needed. (#12304)" (#12406) This reverts commit 90028813. This change caused a few bots to fail with 'JSON-RPC error 110: Extension error', which is odd because _getUnusedChangesInLastReload is not an extension.
-
- 04 Oct, 2017 1 commit
-
-
Ryan Macnak authored
When parts of the program are changed in a hot reload, but not executed during the reassemble, warn that a restart may be needed. (#12304)
-
- 19 Sep, 2017 1 commit
-
-
Zachary Anderson authored
-
- 18 Sep, 2017 1 commit
-
-
Zachary Anderson authored
-
- 13 Sep, 2017 1 commit
-
-
Alexander Aprelev authored
* Recreate outputFileName completer, handle process launch errors. * Fix formatting * Updated comment
-
- 31 Aug, 2017 1 commit
-
-
Alexander Aprelev authored
This adds --preview-dart-2 flag that enables use of Dart 2.0 Frontend in Flutter tools.
-
- 03 Aug, 2017 1 commit
-
-
Jason Simmons authored
Do not throw if a hot reload is attempted when all Flutter instances on the device have been stopped (#11504) This can happen if an Android host app has been paused but its process is still running
-
- 21 Jul, 2017 1 commit
-
-
Devon Carew authored
* ignore postpauseevents when reloading * Update run_hot.dart comment changes to kick the appveyor bot
-
- 20 Jul, 2017 1 commit
-
-
Carlo Bernaschina authored
Fixes https://github.com/flutter/flutter/issues/11314
-
- 19 Jul, 2017 1 commit
-
-
Carlo Bernaschina authored
Changes introduced in https://github.com/flutter/engine/commit/8ba522eeae35d8c70ada3c7b8e200ca2274f4f95 has removed from the `_flutter.listViews` the thread synchronization side effect used during benchmarks. The thread synchronization is restored via the new `_flutter.flushUIThreadTasks` RPC. Fixes https://github.com/flutter/flutter/issues/11241 Related https://github.com/flutter/engine/pull/3898
-
- 17 Jul, 2017 1 commit
-
-
Carlo Bernaschina authored
In https://github.com/dart-lang/sdk/commit/df8bf384eb815cf38450cb50a0f4b62230fba217 a new functionality of the Dart VM Service Protocol has been introduced. Clients connected to the Service Protocol are now able to expose services that other clients (e.g. Observatory) can invoke through the Service Protocol itself. With these changes Flutter Tools register them self as a `reloadSources` (a.k.a. HotReload) capable client. Observatory is already listening for the clients which expose this functionality and uses by default the service based version of `reloadSources` when available, so requesting a HotReload from Observatory will trigger the full Flutter HotReload. Related https://github.com/dart-lang/sdk/issues/30023 Related https://github.com/flutter/flutter/pull/11229 Related https://github.com/flutter/flutter/pull/11256
-