1. 13 Jul, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] cleanups to web runner functionality (#61178) · e666ea8d
      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
      e666ea8d
  2. 12 Jun, 2020 1 commit
  3. 07 May, 2020 1 commit
  4. 28 Apr, 2020 1 commit
  5. 27 Apr, 2020 1 commit
  6. 22 Apr, 2020 2 commits
  7. 20 Apr, 2020 1 commit
  8. 09 Apr, 2020 1 commit
  9. 23 Mar, 2020 1 commit
    • stuartmorgan's avatar
      Add pre-stable support for create on Windows (#51895) · 685e9d1e
      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
      685e9d1e
  10. 18 Mar, 2020 1 commit
    • Yegor's avatar
      Fix web test flakiness; enable web golden tests (#52789) · 7b4c195f
      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.
      7b4c195f
  11. 06 Mar, 2020 1 commit
  12. 04 Mar, 2020 3 commits
  13. 28 Feb, 2020 2 commits
  14. 27 Feb, 2020 2 commits
  15. 26 Feb, 2020 1 commit
  16. 06 Feb, 2020 1 commit
    • Nate Bosch's avatar
      Remove usages of StackTraceMapper (#50153) · 81591782
      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.
      81591782
  17. 28 Jan, 2020 1 commit
  18. 22 Jan, 2020 1 commit
  19. 07 Jan, 2020 1 commit
  20. 06 Jan, 2020 1 commit
  21. 18 Dec, 2019 1 commit
  22. 13 Dec, 2019 2 commits
  23. 12 Dec, 2019 1 commit
  24. 11 Dec, 2019 1 commit
  25. 06 Dec, 2019 1 commit
  26. 27 Nov, 2019 1 commit
    • Ian Hickson's avatar
      License update (#45373) · 449f4a66
      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
      449f4a66
  27. 14 Nov, 2019 1 commit
  28. 25 Oct, 2019 1 commit
  29. 04 Oct, 2019 1 commit
  30. 01 Oct, 2019 1 commit
    • Yegor's avatar
      Spawn no more than 1 iframe in web tests. Using multiple iframes in DDK mode... · 8246785f
      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.
      8246785f
  31. 27 Sep, 2019 1 commit
  32. 24 Sep, 2019 2 commits
  33. 05 Jun, 2019 1 commit