- 09 Jun, 2020 1 commit
-
-
Jonah Williams authored
Support Microsoft Edge as a device for flutter run when web is enabled. Currently this only works on Windows, and does not include a validator for edge. Fixes #55322
-
- 08 Jun, 2020 2 commits
-
-
Jenn Magder authored
-
Jonah Williams authored
instead of restricting profile/release mode based on whether the tool thinks the device is an emulator, restrict based on the device target architecture and the requested build mode. Notably, this enables release mode on x86_64 Android emulators, but not x86 emulators since we do not support that as an AOT target. This does not add release mode support for simulators, since this requires us to build and upload artifacts for simulator/x86_64
-
- 04 Jun, 2020 1 commit
-
-
Jonah Williams authored
Make it possible for all FlutterCommands to be global free, by moving instantiation to inside the Zone context. Additionally, provide VerboseLogger and NotifyLogger (daemon) at the top level and remove from command-specific overrides. This allows removing a work around where web devices needed to look up directly from the context in non-test code. Technically the output preferences are still zone injected, but these will be moved soon as they were not being used correctly by the top level command (the injection comes after ArgParser reads the overflow values, causing numerous wrap issues)
-
- 06 May, 2020 1 commit
-
-
Zachary Anderson authored
-
- 05 May, 2020 3 commits
-
-
Jonah Williams authored
Fixes #56194 Remove caching of FlutterView and poll forever if the list of flutter views is empty. Added test for missing release mode logic.
-
Jonah Williams authored
This reverts commit 209bdcb6.
-
Jonah Williams authored
Remove caching of FlutterView. Perhaps the FlutterView RPC might return an empty list if the VM is not quite up yet? We had some old logic to poll the flutter views RPC for up to 200ms. That doesn't seem like a great approach, so instead we could forgo it entirely and trust that either the views come up before the developer tries to interact, or we crash.
-
- 29 Apr, 2020 1 commit
-
-
Jonah Williams authored
Constructing the WebDevices with the global logger too early will lead to them grabbing the StdoutLogger when running in daemon mode. This prevents IDEs from seeing the correct debug message.
-
- 22 Apr, 2020 1 commit
-
-
Jonah Williams authored
-
- 25 Mar, 2020 3 commits
-
-
xster authored
-
Jenn Magder authored
Revert "Let flutter attach find the service port by looking through old logs again (#53153)" (#53282) This reverts commit 0c5ffdc9.
-
xster authored
-
- 24 Mar, 2020 1 commit
-
-
Devon Carew authored
save and restore the chrome session local storage information
-
- 16 Mar, 2020 1 commit
-
-
Jenn Magder authored
-
- 26 Feb, 2020 1 commit
-
-
Jonah Williams authored
-
- 23 Feb, 2020 1 commit
-
-
Angjie Li authored
-
- 14 Feb, 2020 1 commit
-
-
Yegor authored
* Fix stack trace parsing on non-debug builds; add e2e tests
-
- 07 Feb, 2020 2 commits
-
-
Alexandre Ardhuin authored
-
Alexandre Ardhuin authored
* unnecessary escapes fixes * replace some strings with raw strings * update regexp * address review comments
-
- 06 Jan, 2020 1 commit
-
-
Jonah Williams authored
-
- 11 Dec, 2019 1 commit
-
-
Jonah Williams authored
-
- 05 Dec, 2019 1 commit
-
-
Zachary Anderson authored
-
- 27 Nov, 2019 1 commit
-
-
Ian Hickson authored
* Update project.pbxproj files to say Flutter rather than Chromium Also, the templates now have an empty organization so that we don't cause people to give their apps a Flutter copyright. * Update the copyright notice checker to require a standard notice on all files * Update copyrights on Dart files. (This was a mechanical commit.) * Fix weird license headers on Dart files that deviate from our conventions; relicense Shrine. Some were already marked "The Flutter Authors", not clear why. Their dates have been normalized. Some were missing the blank line after the license. Some were randomly different in trivial ways for no apparent reason (e.g. missing the trailing period). * Clean up the copyrights in non-Dart files. (Manual edits.) Also, make sure templates don't have copyrights. * Fix some more ORGANIZATIONNAMEs
-
- 19 Nov, 2019 3 commits
-
-
Danny Tuppeny authored
* Allow web server device to use extension if started with --start-paused * Fix comment * Remove browser-launch option that allowed using Chrome without launching Chrome The web-server device should now be used if you don't want to launch a browser. * Add tests for WebServerDevice with --start-paused * Fixes from rebase * More fixes from rebase * Fix from rebase * Fix condition for page refresh in non-debug builds * Make dwds conditions match with a new getter * Add missing .device
-
Jonah Williams authored
-
Alexandre Ardhuin authored
* implicit-casts:false on flutter_tools/lib * address review comments * use castStringKeyedMap * introduce {bool,string,strings}Arg * fix ci
-
- 18 Nov, 2019 1 commit
-
-
Danny Tuppeny authored
* Switch from using app.progress to app.url for passing web launch urls * Update daemon.md * Change app.url -> app.webLaunchUrl * Add tests for app.webLaunchUrl event * Update tests with recent changes after rebasing
-
- 04 Nov, 2019 1 commit
-
-
Jonah Williams authored
-
- 18 Oct, 2019 1 commit
-
-
Jonah Williams authored
-
- 16 Oct, 2019 1 commit
-
-
Jonah Williams authored
-
- 30 Sep, 2019 2 commits
-
-
Jonah Williams authored
-
Danny Tuppeny authored
* Fix visbility of web server device when Chrome is not available * Add tests * Update workflow test * Fix tests to not rely on Chrome being on the underlying machine
-
- 25 Sep, 2019 1 commit
-
-
Jonah Williams authored
-
- 24 Sep, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 12 Sep, 2019 1 commit
-
-
Jonah Williams authored
-
- 11 Sep, 2019 1 commit
-
-
Jonah Williams authored
* add web server device * remove extra async * fixes to server device * testing updates * fix test cases * address comments
-
- 27 Aug, 2019 1 commit
-
-
Jonah Williams authored
-
- 05 Aug, 2019 2 commits
-
-
Jonah Williams authored
-
Jonah Williams authored
-