- 16 Sep, 2020 2 commits
-
-
Michael R Fairhurst authored
- 31 Aug, 2020 2 commits
-
-
Mehmet Fidanboylu authored
This reverts commit c8f234d3.
-
- 29 Aug, 2020 1 commit
-
-
Jonah Williams authored
This reverts commit eef0050d.
-
- 28 Aug, 2020 2 commits
-
- 27 Aug, 2020 1 commit
-
-
Ben Konyi authored
This change re-enables DDS and outputs the DDS URI in place of the VM service URI on the console. If --disable-dds is not provided, --host-vmservice-port will be used to determine the port for DDS rather than the host port for the VM service, which will instead be randomly chosen.
-
- 19 Aug, 2020 1 commit
-
-
Zachary Anderson authored
-
- 29 Jul, 2020 1 commit
-
- 21 Jul, 2020 2 commits
-
- 20 Jul, 2020 2 commits
-
- 16 Jul, 2020 3 commits
-
-
Jonah Williams authored
Add feature flags for android, ios, and fuchsia (on by default). After updating the g3 rollers, the fuchsia feature will be turned off by default. Creates a simpler base type of feature flags for g3 to extend. Updates android, ios, fuchsia workflows to use feature flags check. Removes concept of stable artifacts and checks on flutter version. Fixes #58999 #52859 #12768
- 14 Jul, 2020 2 commits
-
- 10 Jul, 2020 2 commits
-
-
Ben Konyi authored
- 24 Jun, 2020 1 commit
-
-
Jonah Williams authored
Fix tests broken under tester
-
- 22 Jun, 2020 1 commit
-
-
Jonah Williams authored
Cleanup fuchsia tests that failed under tester.
-
- 08 Jun, 2020 1 commit
-
-
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
-
- 06 May, 2020 1 commit
-
-
Zachary Anderson authored
-
- 05 May, 2020 4 commits
-
-
Jonah Williams authored
Fixes #55765 We are currently only returning the first device from dev-finder, instead we need to look at the whole list.
-
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.
-
- 01 May, 2020 1 commit
-
-
Jonah Williams authored
-
- 29 Apr, 2020 2 commits
-
-
Jonah Williams authored
Finishes the gradual vm service migration by deleting the flutter tooling's vm_service
-
michaellee8 authored
-
- 28 Apr, 2020 1 commit
-
-
Jonah Williams authored
Move FlutterView and related RPCs to the package:vm_service implementation. Update some getIsolate calls with catchError to match previous behavior. - Updates tests that were previously mocking FlutterViews to use real views - Moves the FlutterView cache from VM to FlutterDevice - Catch SentinelException during Isolate.kill
-
- 27 Apr, 2020 6 commits
-
-
Jenn Magder authored
This reverts commit a18e6361.
-
Jonah Williams authored
-
Emmanuel Garcia authored
-
michaellee8 authored
-
Jonah Williams authored
This reverts commit 2e50fd75.
-
Jonah Williams authored
Move FlutterView and related RPCs to the package:vm_service implementation. Update some getIsolate calls with catchError to match previous behavior. - Updates tests that were previously mocking FlutterViews to use real views - Moves the FlutterView cache from VM to FlutterDevice - Catch SentinelException during Isolate.kill
-
- 25 Apr, 2020 1 commit
-
-
Jonah Williams authored
-