- 04 Jun, 2020 1 commit
-
-
Jonah Williams authored
Also combines experiments into extraGenSnapshot/ExtraFrontEndOptions. Allows providing --no-sound-null-safety to allow out of order migration and running.
-
- 27 Apr, 2020 1 commit
-
-
Jonah Williams authored
Support --enable-experiment in flutter test (for flutter_tester). Required minor change for null safety.
-
- 22 Apr, 2020 1 commit
-
-
Jonah Williams authored
-
- 21 Apr, 2020 1 commit
-
-
Katarina Sheremet authored
-
- 18 Mar, 2020 1 commit
-
-
Jonah Williams authored
Update to latest dwds APIs, moving back to dwds driven hot restart and enabling future work on expression evaluation.
-
- 25 Feb, 2020 1 commit
-
-
Nate Bosch authored
Fixes #51010 The test package differentiates between passing and not passing this argument. A previous version had a bug that treated passing `0` identically to not passing the argument, and the flutter test runner relied on this bug by always passing a value and using a default of `0`. - Remove the argument defaults throughout to make it clear that `null` is a valid value and the default. - Remove the argument defaulting on the argument parser. - Update the wording of the usage for this argument, this will also be updated on the `package:test` side.
-
- 12 Feb, 2020 1 commit
-
-
Dan Field authored
-
- 22 Jan, 2020 1 commit
-
-
Mouad Debbar authored
-
- 07 Jan, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 06 Jan, 2020 1 commit
-
-
Jonah Williams authored
-
- 18 Dec, 2019 1 commit
-
-
Dan Field authored
-
- 06 Dec, 2019 1 commit
-
-
Lau Ching Jun 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
-
- 14 Nov, 2019 1 commit
-
-
Jonah Williams authored
-
- 25 Oct, 2019 1 commit
-
-
Yegor authored
-
- 14 Oct, 2019 1 commit
-
-
Ryan Macnak authored
Fixes various Flutter framework test failures when bytecode is enabled.
-
- 07 Oct, 2019 1 commit
-
-
Ian Hickson authored
Applying our style guide: https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo#have-good-hygiene-when-using-temporary-directories
-
- 04 Oct, 2019 1 commit
-
-
Ryan Macnak authored
Bytecode generation will otherwise omit assert code, causing --enable-asserts to have no effect in the VM.
-
- 24 Sep, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 13 Sep, 2019 2 commits
-
-
Zachary Anderson authored
-
Jonah Williams authored
-
- 10 Sep, 2019 1 commit
-
-
Jonah Williams authored
-
- 02 Jul, 2019 1 commit
-
-
Alexandre Ardhuin authored
* more ui-as-code * address review comments
-
- 20 Jun, 2019 1 commit
-
-
Jenn Magder authored
-
- 19 Jun, 2019 1 commit
-
-
Jonah Williams authored
-
- 09 Jun, 2019 1 commit
-
-
Jonah Williams authored
-
- 05 Jun, 2019 1 commit
-
-
Jonah Williams authored
-
- 03 Jun, 2019 1 commit
-
-
Todd Volkert authored
This reverts https://github.com/flutter/flutter/pull/33525
-
- 01 Jun, 2019 1 commit
-
-
Chris Bracken authored
In runTests, we previously now default the optional boolean `web` parameter to false to ensure (or at least improve the odds) that the conditional on line 70 evaluates to true or false.
-
- 31 May, 2019 1 commit
-
-
Jonah Williams authored
-
- 19 Apr, 2019 1 commit
-
-
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.
-
- 18 Apr, 2019 1 commit
-
-
chunhtai authored
-
- 15 Apr, 2019 1 commit
-
-
Jonah Williams authored
-
- 01 Apr, 2019 1 commit
-
-
Zachary Anderson authored
-
- 07 Mar, 2019 1 commit
-
-
Jonah Williams authored
-
- 09 Nov, 2018 1 commit
-
-
Jonah Williams authored
-
- 09 Sep, 2018 1 commit
-
-
Alexander Aprelev authored
* Update fuchsia-tester so it takes map of kernel test files * Set mainDart correctly. Cleanup nits.
-
- 05 Sep, 2018 1 commit
-
-
Chris Bracken authored
-
- 04 Sep, 2018 2 commits
-
-
Chris Bracken authored
This patch eliminates the --preview-dart-2/--no-preview-dart-2 flag, hardcoding all uses to true. It also defaults all previewDart2 method parameters to true, where they hadn't yet been. A series of subsequent patches will eliminate all previewDart2 parameters and the associated code from within the codebase.
-
jensjoha authored
-