- 02 Nov, 2021 1 commit
-
-
Jenn Magder authored
-
- 13 Jul, 2021 1 commit
-
-
Jonah Williams authored
This reverts commit 53d8cba3.
-
- 12 Jul, 2021 1 commit
-
-
Jonah Williams authored
-
- 02 Jun, 2021 1 commit
-
-
Anis Alibegić authored
-
- 03 May, 2021 1 commit
-
-
Ian Hickson authored
-
- 21 Apr, 2021 1 commit
-
-
Phil Quitslund authored
-
- 07 Apr, 2021 1 commit
-
-
Sam Rawlins authored
-
- 31 Mar, 2021 2 commits
-
-
Jenn Magder authored
-
Jonah Williams authored
-
- 26 Feb, 2021 1 commit
-
-
Jonah Williams authored
-
- 12 Feb, 2021 1 commit
-
-
Hidenori Matsubayashi authored
-
- 09 Feb, 2021 2 commits
-
-
Jonah Williams authored
-
Sam Rawlins authored
-
- 08 Feb, 2021 1 commit
-
-
Jonah Williams authored
This reverts commit 8b6baae4.
-
- 04 Feb, 2021 1 commit
-
-
Jonah Williams authored
Our current top crasher is an unclear error when ProcessManager fails to resolve an executable path. To fix this, we'd like to being adjusting the process resolution logic and adding more instrumentation to track failures. In order to begin the process, the ProcessManager has been folded back into the flutter tool
-
- 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
-
- 06 Jan, 2021 1 commit
-
-
Jonah Williams authored
-
- 01 Dec, 2020 1 commit
-
-
Jonah Williams authored
-
- 19 Nov, 2020 2 commits
-
-
Jonah Williams authored
This reverts commit ef474154.
-
Jonah Williams authored
-
- 12 Nov, 2020 1 commit
-
-
Jonah Williams authored
[flutter_tools] remove branch migration and standardize constructor style for version interface (#70058)
-
- 06 Nov, 2020 1 commit
-
-
Jonah Williams authored
-
- 09 Oct, 2020 1 commit
-
-
James D. Lin authored
[flutter tools] Add a DelegatingLogger class Move most of `DelegateLogger` `from test/src/testbed.dart` to `lib/src/base/logger.dart` to better formalize the common practice of chaining `Logger`s together. I renamed the class since it isn't itself the delegate and to better match the `Delegating...` classes from `package:collection`. Additionally, add a freestanding `asLogger<T>` function to "cast" a `Logger` into a matching delegate if possible. This will allow `Logger` chains to be ordered a *bit* more freely (e.g. `NotifyingLogger` and `AppRunLogger` will no longer required to be at the end of the chain, an unwritten rule that has led to breakage in google3). Chain order still matters since lack of virtual dispatch means that parent `Logger`s can never invoke child methods, however. I made `asLogger<T>` a freestanding function because I didn't want to make it part of the `Logger` interface (and I thought that making it an extension method might be weird). Bonus cleanup: There no longer appears to be a way to construct an `AppRunLogger` with a null parent, so remove all of code paths for that case and make the `parent` construction parameter required.
-
- 17 Sep, 2020 1 commit
-
-
Jonah Williams authored
[flutter_tools] use flutter tool handler for dwds resources and precache tool pub dependencies (#65814) If the tool is downloaded from a precompiled snapshot, or if the backing source files in the pub cache are deleted, the dwds debugging functionality will break as the client.js file cannot be located. Instead use the PackageConfig to verify that package location, downloading if it is missing. Override the dwds middleware to avoid Isolate.resolvePackageUri Fixes #53644 Fixes #65475
-
- 25 Aug, 2020 1 commit
-
-
Jonah Williams authored
-
- 17 Aug, 2020 2 commits
-
-
Jonah Williams authored
This reverts commit b1c17313.
-
zichangg authored
-
- 06 Aug, 2020 1 commit
-
-
Nolan Scobie authored
* Add punctuation for unterminated sentences in doc comments * Addressing review nit
-
- 21 Jul, 2020 1 commit
-
-
Jonah Williams authored
-
- 16 Jul, 2020 1 commit
-
-
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
-
- 15 Jul, 2020 1 commit
-
-
zichangg authored
* Fixing patch for coming breaking change in HttpClientRequest * Add noSuchMethod() and comment out abort() * Add ignore: override_on_non_overriding_member
-
- 14 Jul, 2020 1 commit
-
-
Jonah Williams authored
Implements the flutter config feature for #61407 , but does not implement any of the functionality.
-
- 11 Jul, 2020 1 commit
-
-
xster authored
-
- 08 Jul, 2020 1 commit
-
-
Jonah Williams authored
update flutter precache --force to delete all stamp files. In the event that a user is hitting a cache issue, this should be easier than re-downloading all artifacts or manually blowing away the cache. This is probably how it should have worked in the first place
-
- 01 Apr, 2020 1 commit
-
-
stuartmorgan authored
Makes the following changes to the behavior of precache: - The --all-platforms flags now fetches all artifacts, rather than just turning off platform filtering of selected artifacts. - Explicitly requested artifacts are no longer subject to platform filtering. E.g., 'precache --ios' will download iOS artifacts on Windows and Linux (but 'precache' without an 'ios' flag will still only download iOS artifacts on macOS). - Desktop platform artifacts now respect the bypassing of platform filtering. Fixes #53272
-
- 24 Mar, 2020 1 commit
-
-
Jenn Magder authored
* Convert ios_device_logger_test.dart to testWithoutContext * Remove IMobileDevice from globals, hoist to XCDevice constructor
-
- 07 Mar, 2020 1 commit
-
-
Dan Field authored
-
- 11 Feb, 2020 1 commit
-
-
Jonah Williams authored
-
- 06 Feb, 2020 1 commit
-
-
Levi Lesches authored
-
- 30 Jan, 2020 1 commit
-
-
ZichangG authored
-