- 30 May, 2019 4 commits
-
-
Dan Field authored
-
Todd Volkert authored
-
Jonah Williams authored
-
Jason Simmons authored
This relands flutter/flutter#33163 with a fix to the integration_ui test.
-
- 29 May, 2019 2 commits
-
-
Jonah Williams authored
This reverts commit 52ae9968.
-
Jonah Williams authored
-
- 25 May, 2019 2 commits
-
-
Chris Bracken authored
Updates documentation and non-public API to use American spellings for consistency with the rest of the codebase. No changes to behaviour... other than how it's spelt.
-
Chris Bracken authored
Corects a bnuch of typeos throuhgout teh Fluter codebsae. Made use of the `misspell` tool: https://github.com/client9/misspell
-
- 23 May, 2019 1 commit
-
-
liyuqian authored
-
- 22 May, 2019 2 commits
-
-
Jonah Williams authored
-
Ian Hickson authored
* Clean up some flutter_tools tests * Remove arbitrary retry that happens even for fundamental errors, and generally clean up _DevFSHttpWriter. * Update dependencies (requires fixes; see next commit) * Fixes for new dependencies.
-
- 21 May, 2019 1 commit
-
-
Michael Thomsen authored
-
- 20 May, 2019 1 commit
-
-
Emmanuel Garcia authored
-
- 16 May, 2019 1 commit
-
-
Alexandre Ardhuin authored
* use null aware operators * rollback changes about null-aware operator * disable lint prefer_is_not_empty
-
- 06 May, 2019 1 commit
-
-
Emmanuel Garcia authored
-
- 03 May, 2019 1 commit
-
-
Jonah Williams authored
-
- 29 Apr, 2019 2 commits
-
-
Jonah Williams authored
-
Jonah Williams authored
-
- 25 Apr, 2019 1 commit
-
-
Dan Field authored
* Update packages * Capture JSON RPC errors that presently get swallowed
-
- 19 Apr, 2019 3 commits
-
-
Ben Konyi authored
-
Ben Konyi authored
-
Ben Konyi authored
* Added support for authentication codes for the VM service. Previously, a valid web socket connection would use the following URI: `ws://127.0.0.1/ws` Now, by default, the VM service requires a connection to be made with a URI similar to the following: `ws://127.0.0.1:8181/Ug_U0QVsqFs=/ws` where `Ug_U0QVsqFs` is an authentication code generated and shared by the service. This behavior can be disabled with the `--disable-service-auth-codes` flag.
-
- 15 Apr, 2019 2 commits
- 11 Apr, 2019 2 commits
-
-
Jonah Williams authored
This reverts commit 19d6e7b6.
-
Ben Konyi authored
-
- 10 Apr, 2019 1 commit
-
-
liyuqian authored
## Description Print actionable warnings if `flutter drive` (where most of our performance benchmarks come from) is run in debug mode and it tries to gather benchmarks using `traceAction`. ## Related Issues https://github.com/flutter/flutter/issues/30625 ## Tests I added the following tests: * drive_perf_debug_warning devicelab test
-
- 09 Apr, 2019 1 commit
-
-
liyuqian authored
-
- 05 Apr, 2019 1 commit
-
-
Tim Sneath authored
-
- 30 Mar, 2019 1 commit
-
-
Jonah Williams authored
-
- 29 Mar, 2019 1 commit
-
-
Jonah Williams authored
-
- 28 Mar, 2019 1 commit
-
-
Jonah Williams authored
-
- 26 Mar, 2019 1 commit
-
-
Dan Field authored
-
- 22 Mar, 2019 1 commit
-
-
Dan Field authored
* Detect and cleanup leaky processes * Add flaky tests for detecting leaked processes
-
- 21 Mar, 2019 1 commit
-
-
Jonah Williams authored
-
- 10 Mar, 2019 1 commit
-
-
Dan Field authored
* Run non-perf sensisitive tests on Cirrus
-
- 08 Mar, 2019 1 commit
-
-
Jonah Williams authored
-
- 06 Mar, 2019 1 commit
-
-
Dan Field authored
* Wrap test.main with a custom processor * Report test results to bigquery table
-
- 01 Mar, 2019 2 commits
-
-
Alexandre Ardhuin authored
* add trailing commas on list/map/parameters * add trailing commas on Invocation with nb of arg>1 * add commas for widget containing widgets * add trailing commas if instantiation contains trailing comma * revert bad change
-
Jonah Williams authored
-