- 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
-
- 15 Aug, 2018 1 commit
-
-
Ian Hickson authored
-
- 11 Aug, 2018 1 commit
-
-
Todd Volkert authored
-
- 20 Jul, 2018 1 commit
-
-
Leaf Petersen authored
* Remove uses of deprecated constants * Change int.parse to int.tryParse where appropriate
-
- 13 Jun, 2018 1 commit
-
-
Chris Bracken authored
fuchsia_tester.dart still assumes Dart 1. Previously, it ran tests directly from source, flutter_platform.dart automatically runs a kernel compile when operating in Dart 2 mode, but this assumes a functional Dart SDK is available in the artifacts directly, and fuchsia_tester.dart mocks out the artifacts directory with an empty temp dir. Remaining work is: 1. Get the frontend server building as a dependency on Fuchsia. 2. Patch fuchsia_tester.dart to use a valid Dart SDK and frontend server. This also reverts migration to Dart 2 typedef syntax. This reverts commit 6c56bb24. (#18362) This reverts commit 3daebd05. (#18316)
-
- 08 Jun, 2018 3 commits
-
-
Chris Bracken authored
* It's time to #deleteDart1 (#18293) Eliminates support for Dart 1 in flutter_tools, and drops our Dart 1 benchmarks. All commands now run in Dart 1 mode only. Eliminates --preview-dart-2 / --no-preview-dart-2 support. * Fix indentation, remove no longer necessary .toList() * Only push udpated kernel if >0 invalidated srcs
-
Chris Bracken authored
Several benchmarks started failing during kernel compile: 1. Timeouts: * commands_test * hot_mode_dev_cycle__benchmark * run_machine_concurrent_hot_reload * service_extensions_test 2. Kernel compiler crash: * hot_mode_dev_cycle_linux__benchmark * routing_test 3. Unexpected termination: * hot_mode_dev_cycle_win__benchmark This reverts commit ed63e708.
-
Chris Bracken authored
Eliminates support for Dart 1 in flutter_tools, and drops our Dart 1 benchmarks. All commands now run in Dart 1 mode only. Eliminates --preview-dart-2 / --no-preview-dart-2 support.
-
- 05 Jun, 2018 1 commit
-
-
Alexandre Ardhuin authored
-