- 13 Jul, 2020 1 commit
-
-
Jonah Williams authored
Skip unnecessary parsing of chrome URI. Ensure stack traces are initialized in web server. Disclaimer on web server that it does not support debugging and remove help message. Fix generated entrypoint to check for main(List<String> args) - Fixes #59643 - Fixes #55084 - Fixes #60417
-
- 12 Jun, 2020 1 commit
-
-
Danny Tuppeny authored
-
- 07 May, 2020 1 commit
-
-
Jonah Williams authored
-
- 28 Apr, 2020 1 commit
-
-
Jonah Williams authored
-
- 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 2 commits
-
-
Jonah Williams authored
-
Jonah Williams authored
-
- 20 Apr, 2020 1 commit
-
-
Jonah Williams authored
-
- 09 Apr, 2020 1 commit
-
-
Jonah Williams authored
* remove PackageMap * Update flutter_web_platform.dart
-
- 23 Mar, 2020 1 commit
-
-
stuartmorgan authored
Adds initial support for flutter create of apps and plugins. This is derived from the current FDE example app and sample plugin, adding template values where relevant. Since the APIs/tooling/template aren't stable yet, the app template includes a version marker, which will be updated each time there's a breaking change. The build now checks that the template version matches the version known by that version of the tool, and gives a specific error message when there's a mismatch, which improves over the current breaking change experience of hitting whatever build failure the breaking change causes and having to figure out that the problem is that the runner is out of date. It also adds a warning to the create output about the fact that it won't be stable. Plugins don't currently have a version marker since in practice this is not a significant problem for plugins yet the way it is for runners; we can add it later if that changes. Fixes #30704
-
- 18 Mar, 2020 1 commit
-
-
Yegor authored
* Fix web test flakiness; enable web golden tests The fix is three-part: - Only allow one test to load _and_ test at any point in time. - Use a fresh Chrome instance for each test file. - Increase Cirrus resources. The first two changes only fix the "Unknown error loading" error, but not hanging tests. The resource increase also prevents hanging tests. Other minor changes: - Remove test batching (it's no longer necessary) - Fix the Chrome class, which was using the wrong Completer.
-
- 06 Mar, 2020 1 commit
-
-
Zachary Anderson authored
* Reland: [flutter_tool] Where possible, catch only subtypes of Exception * Add armv7f to getIOSArchForName
-
- 04 Mar, 2020 3 commits
-
-
Jenn Magder authored
This reverts commit 57c6721c.
-
Flutter GitHub Bot authored
-
Ben Konyi authored
This is required to roll forward package:vm_service to 3.0.0 and is blocking a DevTools release.
-
- 28 Feb, 2020 2 commits
-
-
Zachary Anderson authored
This reverts commit 9de7787f.
-
Zachary Anderson authored
-
- 27 Feb, 2020 2 commits
-
-
Zachary Anderson authored
This reverts commit f1cd47ef.
-
Zachary Anderson authored
-
- 26 Feb, 2020 1 commit
-
-
Jonah Williams authored
-
- 06 Feb, 2020 1 commit
-
-
Nate Bosch authored
* Remove usages of StackTraceMapper This class will be replaced with a function type in `test_api`, clean up usages ahead of time. In `build_script.dart` the only reference to `StackTraceMapper` is in the `browser_test.dart` file, but since nothing would call `setStackTraceMapper` from that import it should be safe to remove the definition. After reading a serialized mapper from the `test.browser.mapper` channel, it was ignored. In `flutter_web_platform.dart` we only were reading from `_mappers`, never putting values in, so we can remove it entirely. The `load()` function was never called with a `mapper` argument.
-
- 28 Jan, 2020 1 commit
-
-
Mouad Debbar 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
-
- 13 Dec, 2019 2 commits
-
-
Todd Volkert authored
Revert "flutter_tools: Remove unused //ignore comments; change flutter-specific ones to "ignore_for_flutter" (#45917)" (#46999) This reverts commit f2859201. It broke forbidden_imports_test, which uses a custom ignore directive.
-
Sam Rawlins authored
flutter_tools: Remove unused //ignore comments; change flutter-specific ones to "ignore_for_flutter" (#45917)
-
- 12 Dec, 2019 1 commit
-
-
Lau Ching Jun authored
* Make golden test timeout longer, some tests are flaky if the timeout is too short * Enable some golden tests for web
-
- 11 Dec, 2019 1 commit
-
-
Jonah Williams 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
-
- 04 Oct, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 01 Oct, 2019 1 commit
-
-
Yegor authored
Spawn no more than 1 iframe in web tests. Using multiple iframes in DDK mode times out tests. Also set concurrency to 1 to guarantee that the test runner does not even attempt to parallelize tests. (#40630) Spawn no more than 1 iframe in web tests. Using multiple iframes in DDK mode times out tests. Also set concurrency to 1 to guarantee that the test runner does not even attempt to parallelize tests.
-
- 27 Sep, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 24 Sep, 2019 2 commits
-
-
Alexandre Ardhuin authored
-
Alexandre Ardhuin authored
-
- 05 Jun, 2019 1 commit
-
-
Jonah Williams authored
-