- 27 Apr, 2022 1 commit
-
-
Alexandre Ardhuin authored
-
- 14 Apr, 2022 1 commit
-
-
Kaushik Iska authored
-
- 22 Feb, 2022 1 commit
-
-
Tomasz Gucio authored
-
- 02 Feb, 2022 1 commit
-
-
Collin Jackson authored
-
- 05 Nov, 2021 1 commit
-
-
Jenn Magder authored
-
- 08 Oct, 2021 3 commits
-
-
Ian Hickson authored
-
Zachary Anderson authored
This reverts commit 5fd259be.
-
Ian Hickson authored
-
- 02 Oct, 2021 1 commit
-
-
Christopher Fujino authored
-
- 10 Sep, 2021 1 commit
-
-
Jenn Magder authored
-
- 22 Jul, 2021 1 commit
-
-
Jonah Williams authored
-
- 08 Jul, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 02 Jun, 2021 1 commit
-
-
Anis Alibegić authored
-
- 18 May, 2021 1 commit
-
-
Jonah Williams authored
-
- 09 May, 2021 1 commit
-
-
Dan Field authored
-
- 22 Apr, 2021 2 commits
-
-
Jonah Williams authored
-
Jonah Williams authored
-
- 15 Apr, 2021 1 commit
-
-
Jonah Williams authored
-
- 03 Apr, 2021 1 commit
-
-
Ben Konyi authored
-
- 01 Apr, 2021 2 commits
-
-
Jonah Williams authored
-
Jonah Williams authored
-
- 30 Mar, 2021 1 commit
-
-
Jonah Williams authored
-
- 19 Mar, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 10 Mar, 2021 1 commit
-
-
Jia Hao authored
-
- 24 Feb, 2021 1 commit
-
-
Jonah Williams authored
-
- 16 Feb, 2021 1 commit
-
-
Jonah Williams 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
-
- 20 Jan, 2021 1 commit
-
-
Ben Konyi authored
-
- 07 Jan, 2021 1 commit
-
-
Gary Roumanis authored
-
- 26 Oct, 2020 1 commit
-
-
Jonah Williams authored
Overhaul of flutter drive in order to deliver a better experience, namely: * flutter run and flutter drive now share more flags, so code paths that were previously only testable on run are now testable on drive. * Removes web-initialize-platform as this is no longer used * flutter drive correctly sets up a logger that shows native exceptions, by connecting to the vm service. * VM service connection now provides access to memory info without launching devtools (only for debug/profile mode) Web changes * Passes on the one test in the repo, otherwise the webdriver code has been isolated as much as possible Additional NNBD related bug fixes: No longer passes --enable-experiment to the test script. (FYI @blasten ). earlier we might have assumed that the flutter gallery benchmarks would be migrated along side the app and flutter driver, but only the app under test needs to be migrated. The test scripts should never be run with the experiment.
-
- 23 Oct, 2020 1 commit
-
-
Jonah Williams authored
Revert "[flutter_tools] refactor drive launch into separate service, split by mobile+desktop and web (#68451)" (#68845) This reverts commit 2e75f52a.
-
- 22 Oct, 2020 1 commit
-
-
Jonah Williams authored
[flutter_tools] refactor drive launch into separate service, split by mobile+desktop and web (#68451) Overhaul of flutter drive in order to deliver a better experience, namely: flutter run and flutter drive now share more flags, so code paths that were previously only testable on run are now testable on drive. Removes web-initialize-platform as this is no longer used flutter drive correctly sets up a logger that shows native exceptions, by connecting to the vm service. VM service connection now provides access to memory info without launching devtools (only for debug/profile mode) Web changes Passes on the one test in the repo, otherwise the webdriver code has been isolated as much as possible Additional NNBD related bug fixes: No longer passes --enable-experiment to the test script. (FYI @blasten ). earlier we might have assumed that the flutter gallery benchmarks would be migrated along side the app and flutter driver, but only the app under test needs to be migrated. The test scripts should never be run with the experiment.
-
- 12 Oct, 2020 1 commit
-
-
Jonah Williams authored
HACKTOBERFEST
-
- 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.
-