- 31 Oct, 2022 1 commit
-
-
Jonah Williams authored
-
- 27 Oct, 2022 1 commit
-
-
Jenn Magder authored
-
- 16 Sep, 2022 1 commit
-
-
Liam Appelbe authored
This reverts commit f8f69575.
-
- 13 Sep, 2022 1 commit
-
-
Zachary Anderson authored
-
- 12 Sep, 2022 1 commit
-
-
Liam Appelbe authored
* Migrate packages/flutter_tools/bin * Fix NPE * Fix test * Fix test * Fix l10n optionalParameters * Fix ChromeTab nullability * Fix another type cast error * Fix another cast error * Fix another cast error (copied from #110711) * Fix NPE * Fix another NPE * Assert that testDirectory is not null
-
- 07 Sep, 2022 1 commit
-
-
Michael Thomsen authored
-
- 02 Sep, 2022 1 commit
-
-
Elliott Brooks (she/her) authored
-
- 31 Aug, 2022 1 commit
-
-
Tae Hyung Kim authored
-
- 24 Aug, 2022 1 commit
-
-
Christopher Fujino authored
-
- 19 Aug, 2022 2 commits
-
-
Anna Gringauze authored
The flag is true by default so the behavior does not change. Next steps: Use the flag for updated debugger module names: - Frontend server: make the current behavior controlled by the flag non-conditional - Frontend server: add more debugging names changes under the same flag, false by default - Dwds: make changes required for the new module names. - Flutter tools: when matching dwds changes roll to flutter, pass the flag to the frontend server again. - Cleanup: - Frontend server: make new behavior default - Flutter tools: remove uses of the flag. - Frontend server: remove the flag. Towards: https://github.com/dart-lang/webdev/issues/1692 Helps: https://github.com/flutter/flutter/issues/106727
-
Anna Gringauze authored
* Temporarily remove a bogus warning until fixed by dwds update * Addressed CR feedback
-
- 09 Aug, 2022 1 commit
-
-
Christopher Fujino authored
-
- 08 Aug, 2022 1 commit
-
-
Jonah Williams authored
-
- 27 Jul, 2022 1 commit
-
-
Jonah Williams authored
-
- 20 Jul, 2022 1 commit
-
-
Lau Ching Jun authored
-
- 18 Jul, 2022 1 commit
-
-
Christopher Fujino authored
Revert "Read dart_plugin_registrant path from FlutterProject to support non-standard path." (#107850)
-
- 15 Jul, 2022 1 commit
-
-
Lau Ching Jun authored
-
- 06 Jul, 2022 1 commit
-
-
Christopher Fujino authored
-
- 29 Jun, 2022 1 commit
-
-
Zachary Anderson authored
-
- 15 Jun, 2022 1 commit
-
-
Jonah Williams authored
-
- 03 Jun, 2022 1 commit
-
-
Jesús S Guerrero authored
-
- 12 May, 2022 1 commit
-
-
David Iglesias authored
-
- 11 May, 2022 1 commit
-
-
Anna Gringauze authored
* Provide flutter sdk kernel files to dwds launcher instead of dart ones * Update log test to report all warnings * Update licences for new files * Addressed CR comments * Addressed CR comments
-
- 10 May, 2022 1 commit
-
-
Christopher Fujino authored
Co-authored-by: Michael Goderbauer <goderbauer@google.com>
-
- 27 Apr, 2022 2 commits
-
-
Phil Quitslund authored
-
Alexandre Ardhuin authored
-
- 22 Apr, 2022 2 commits
-
-
Christopher Fujino authored
-
Elliott Brooks (she/her) authored
-
- 15 Apr, 2022 1 commit
-
-
Jason Simmons authored
Provide a flag for controlling the dart2js optimization level when building for web targets (#101945)
-
- 08 Apr, 2022 1 commit
-
-
Anna Gringauze authored
* Run update-packages * Update DwdsLauncher, disable failing test * Fix analyze error Co-authored-by: Jenn Magder <magder@google.com>
-
- 31 Mar, 2022 1 commit
-
-
David Iglesias authored
-
- 08 Dec, 2021 1 commit
-
-
Sergey Fedotov authored
-
- 01 Dec, 2021 1 commit
-
-
Anna Gringauze authored
-
- 02 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
-
- 05 Oct, 2021 1 commit
-
-
stuartmorgan authored
* Don't generate plugin registry in ResidentWebRunner generateDartPluginRegistry was being set to true unconditionally in ResidentRunner, bypassing the primary check in DartPluginRegistrantTarget, and the targetPlatform was not set in that codepath, bypassing the second after the changes in https://github.com/flutter/flutter/pull/87991. This caused web hot restarts to be slower due to doing unnecessary work. This ensures that generateDartPluginRegistry is false in the ResidentWebRunner to skip that unnecessary step. Fixes https://github.com/flutter/flutter/issues/91262 * Formatting Co-authored-by: Zachary Anderson <zanderso@users.noreply.github.com> Co-authored-by: Zachary Anderson <zanderso@users.noreply.github.com>
-
- 23 Aug, 2021 1 commit
-
-
Jonah Williams authored
-
- 03 Aug, 2021 1 commit
-
-
Anna Gringauze authored
* Flutter_tools for web platform: report error messages with stacks on toolExit Print error messages and stacks in verbose mode before calling `throwToolExit` on communication errors to chrome and dwds. This will help us disagnose CI flakes: Helps: https://github.com/flutter/flutter/issues/84012 Closes: https://github.com/flutter/flutter/issues/87149 * Added tests * Extend timeout for testing failure to connect to chrome * Update rest of chrome tests to await until matching is finished
-