1. 03 Aug, 2021 1 commit
  2. 24 Jun, 2021 1 commit
  3. 26 Apr, 2021 1 commit
  4. 21 Apr, 2021 1 commit
  5. 05 Apr, 2021 1 commit
  6. 24 Mar, 2021 1 commit
  7. 18 Mar, 2021 1 commit
  8. 02 Mar, 2021 1 commit
  9. 17 Feb, 2021 1 commit
  10. 09 Feb, 2021 1 commit
  11. 08 Feb, 2021 1 commit
  12. 04 Feb, 2021 1 commit
    • Jonah Williams's avatar
      [flutter_tools] move process manager into tool (#75350) · 8b6baae4
      Jonah Williams authored
      Our current top crasher is an unclear error when ProcessManager fails to resolve an executable path. To fix this, we'd like to being adjusting the process resolution logic and adding more instrumentation to track failures. In order to begin the process, the ProcessManager has been folded back into the flutter tool
      8b6baae4
  13. 27 Jan, 2021 1 commit
  14. 06 Nov, 2020 1 commit
  15. 12 Oct, 2020 5 commits
  16. 08 Oct, 2020 1 commit
  17. 29 Sep, 2020 1 commit
  18. 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
  19. 06 May, 2020 1 commit
  20. 29 Apr, 2020 1 commit
  21. 22 Apr, 2020 1 commit
  22. 24 Mar, 2020 1 commit
  23. 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
  24. 10 Mar, 2020 1 commit
  25. 06 Mar, 2020 1 commit
  26. 04 Mar, 2020 2 commits
  27. 28 Feb, 2020 2 commits
  28. 27 Feb, 2020 2 commits
  29. 26 Feb, 2020 1 commit
  30. 24 Feb, 2020 1 commit
  31. 14 Feb, 2020 1 commit
  32. 30 Jan, 2020 1 commit
  33. 06 Jan, 2020 1 commit