- 05 Aug, 2022 1 commit
-
-
Jonah Williams authored
-
- 25 Jul, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 25 May, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 07 May, 2022 1 commit
-
-
Jenn Magder authored
-
- 27 Apr, 2022 1 commit
-
-
Alexandre Ardhuin authored
-
- 14 Apr, 2022 1 commit
-
-
Kaushik Iska authored
-
- 04 Oct, 2021 1 commit
-
-
Ian Hickson authored
-
- 10 Sep, 2021 1 commit
-
-
Phil Quitslund authored
-
- 08 Jul, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 22 Apr, 2021 2 commits
-
-
Jonah Williams authored
-
Jonah Williams authored
-
- 21 Apr, 2021 1 commit
-
-
Phil Quitslund authored
-
- 07 Apr, 2021 1 commit
-
-
Jenn Magder authored
-
- 01 Apr, 2021 2 commits
-
-
Jonah Williams authored
-
Jonah Williams authored
-
- 30 Mar, 2021 1 commit
-
-
Jonah Williams authored
-
- 10 Mar, 2021 1 commit
-
-
Jia Hao authored
-
- 24 Feb, 2021 1 commit
-
-
Jonah Williams authored
-
- 18 Feb, 2021 1 commit
-
-
Jenn Magder authored
-
- 03 Feb, 2021 1 commit
-
-
Jenn Magder authored
-
- 27 Jan, 2021 1 commit
-
-
Jonah Williams authored
* opt out the flutter tool * oops EOF * fix import * Update tool_backend.dart * Update daemon_client.dart * fix more
-
- 24 Jan, 2021 3 commits
-
-
Zachary Anderson authored
* Reland: Handle more cases where the tool receives RPCError 112 * Add null-aware access
-
Zachary Anderson authored
This reverts commit c87f15fe.
-
Zachary Anderson authored
-
- 23 Jan, 2021 1 commit
-
-
Ben Konyi authored
* Handle RPCError when VM service disappears while invoking `VmService.getIsolate` * Add test
-
- 22 Jan, 2021 1 commit
-
-
Ben Konyi authored
* Handle service disappeared RPCError when VM service connection disappears while invoking a service extension registered by the framework * Add unit test, handle non-trivial cases
-
- 05 Oct, 2020 1 commit
-
-
Jonah Williams authored
This functionality ultimately became the single widget reload optimization, which did not require a separate service protocol.
-
- 17 Aug, 2020 1 commit
-
-
Jonah Williams authored
-
- 12 Aug, 2020 1 commit
-
-
Jonah Williams authored
-
- 18 Jun, 2020 1 commit
-
-
Jonah Williams authored
-
- 09 Jun, 2020 1 commit
-
-
Helin Shiah authored
-
- 08 Jun, 2020 2 commits
-
-
Jonah Williams authored
This reverts commit f0174b17.
-
Helin Shiah authored
* Revert "Revert "Send text error in JSON and print in tools (#58284)" (#58872)" This reverts commit c2d5e18c. * Put streamListen in try/catch if extension events already listened for
-
- 06 Jun, 2020 2 commits
-
-
Jonah Williams authored
This reverts commit cce6b3c5.
-
Helin Shiah authored
* Send text error in JSON and print in tools * Add test for error text * Fix analysis issues * Move streamListen to try/catch and use global.printStatus * Extract print error fn and listen for events in web runner * Add extension listen request to test * Update packages/flutter_tools/lib/src/resident_runner.dart Co-authored-by:
Jonah Williams <jonahwilliams@google.com> * Rename error parsing method * Allow crash if listen for extension stream fails * Add test for error and non-error extension events * Fix formatting for TextTreeRenderer * Use shorter message for second exceptions * Specify types for map * Add empty JSON for resident_web_runner test * Move stream listen to vmservice and add vmservice test * Fix stream type * Move structured error log definition to vmservice * Use correct test matcher isNot Co-authored-by:
Jonah Williams <jonahwilliams@google.com>
-
- 27 May, 2020 1 commit
-
-
Jonah Williams authored
-
- 22 May, 2020 1 commit
-
-
James D. Lin 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.
-