- 27 Feb, 2023 1 commit
-
-
Danny Tuppeny authored
* [flutter_tools] Add support for URI formats like ?line=x for "flutter test" * Remove unnecessary function * Handle parsing absolute paths on Windows * Use Windows-style paths when running on Windows * Fix paths in isFile * Remove unnecessary clear
-
- 06 Feb, 2023 1 commit
-
- 01 Feb, 2023 1 commit
-
-
Zachary Anderson authored
Revert "Reland "Add --serve-observatory flag to run, attach, and test (#118402)" (#119529)" (#119729) This reverts commit 7477d7ac.
-
- 30 Jan, 2023 1 commit
-
- 27 Jan, 2023 1 commit
-
-
Zachary Anderson authored
This reverts commit 6cd4fa45.
-
- 25 Jan, 2023 1 commit
-
-
Ben Konyi authored
This flag will allow for Observatory to be served by the VM service once it is disabled by default in the Dart SDK.
-
- 21 Dec, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 16 Nov, 2022 1 commit
-
-
Elias Yishak authored
* removing default values for [reporter] and [timeout]] * passing reporter arg to see tests pass * added test to confirm TestCommand is not passing defaults * add'l helper message for [reporter] arg * default behavior for github actions + fixed tests * removing github conditional for reporter + related test * removing unused import
-
- 13 May, 2022 1 commit
-
-
Jonah Williams authored
-
- 27 Apr, 2022 1 commit
-
-
Alexandre Ardhuin authored
-
- 11 Nov, 2021 1 commit
-
-
Greg Spencer authored
-
- 21 Oct, 2021 1 commit
-
-
Christopher Fujino authored
-
- 07 Oct, 2021 3 commits
-
-
Ian Hickson authored
-
Mouad Debbar authored
This reverts commit cb378edc.
-
Ian Hickson authored
-
- 27 Jul, 2021 1 commit
-
-
Greg Spencer authored
* Randomize tests, exclude tests that fail with randomization. * Disable some more tool tests
-
- 01 Jun, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 14 May, 2021 1 commit
-
-
Jia Hao authored
-
- 08 May, 2021 1 commit
-
-
Jia Hao authored
-
- 31 Mar, 2021 1 commit
-
-
Jia Hao authored
-
- 17 Feb, 2021 1 commit
-
-
Jia Hao 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
-
- 26 Jan, 2021 1 commit
-
-
Jia Hao authored
-
- 18 Nov, 2020 1 commit
-
-
Jonah Williams authored
-
- 07 Oct, 2020 1 commit
-
-
Jonah Williams authored
Split from #66776 Even if pub does not change the packge_config contents, it will still update a timestamp in one of the fields. This causes unnecessary rebuilds. To fix this, generate an additional file when running pub get that only contains the relevant fields and then update the KernelSnapshot rule to depend on it only.
-
- 07 Sep, 2020 1 commit
-
-
Ian Hickson authored
-
- 09 Jun, 2020 3 commits
-
-
Jonah Williams authored
flutter analyze was unconditionally using the cached dart-sdk for analysis, and was not running with the built SDK during local engine. This broke when trying to update the analyzer for null safety, since it required us to wait for the dart change to roll into the framework first.
-
Jonah Williams authored
This reverts commit 9ed3e5be.
-
Jonah Williams authored
flutter analyze was unconditionally using the cached dart-sdk for analysis, and was not running with the built SDK during local engine. This broke when trying to update the analyzer for null safety, since it required us to wait for the dart change to roll into the framework first.
-
- 27 May, 2020 1 commit
-
-
Greg Spencer authored
Update the flutter and dart scripts' locking mechanism and follow_links function to be more robust and support more platforms. This adds support for using mkdir as a fallback if the system doesn't have flock instead of using shlock, since shlock doesn't work on shared filesystems. It also fixes a problem in the follow_links function where it failed when the link resolved to the root directory.
-
- 28 Apr, 2020 1 commit
-
-
Katarina Sheremet authored
-
- 21 Apr, 2020 1 commit
-
-
Katarina Sheremet authored
-
- 26 Feb, 2020 1 commit
-
-
Christopher Fujino authored
-
- 06 Jan, 2020 1 commit
-
-
Jonah Williams authored
-
- 10 Dec, 2019 1 commit
-
-
Ian Hickson authored
-
- 06 Dec, 2019 1 commit
-
-
Jonah Williams authored
-
- 27 Nov, 2019 1 commit
-
-
Ian Hickson authored
* Update project.pbxproj files to say Flutter rather than Chromium Also, the templates now have an empty organization so that we don't cause people to give their apps a Flutter copyright. * Update the copyright notice checker to require a standard notice on all files * Update copyrights on Dart files. (This was a mechanical commit.) * Fix weird license headers on Dart files that deviate from our conventions; relicense Shrine. Some were already marked "The Flutter Authors", not clear why. Their dates have been normalized. Some were missing the blank line after the license. Some were randomly different in trivial ways for no apparent reason (e.g. missing the trailing period). * Clean up the copyrights in non-Dart files. (Manual edits.) Also, make sure templates don't have copyrights. * Fix some more ORGANIZATIONNAMEs
-
- 24 Nov, 2019 1 commit
-
-
Alexandre Ardhuin authored
* implicit-casts:false on flutter_tools * use castStringKeyedMap * address review comments * address review comments * fix issues after rebase
-
- 08 Nov, 2019 1 commit
-
-
chunhtai authored
-
- 25 Oct, 2019 1 commit
-
-
Jonah Williams authored
-