1. 28 Sep, 2023 1 commit
  2. 20 Sep, 2023 1 commit
  3. 10 Feb, 2023 1 commit
  4. 29 Aug, 2022 1 commit
  5. 24 Jun, 2022 1 commit
  6. 26 May, 2022 1 commit
  7. 27 Apr, 2022 1 commit
  8. 01 Dec, 2021 1 commit
  9. 08 Oct, 2021 3 commits
  10. 01 Oct, 2021 1 commit
  11. 03 Aug, 2021 1 commit
  12. 24 Jun, 2021 1 commit
  13. 02 Jun, 2021 1 commit
  14. 19 May, 2021 1 commit
  15. 26 Apr, 2021 1 commit
  16. 22 Apr, 2021 1 commit
  17. 21 Apr, 2021 1 commit
  18. 15 Apr, 2021 1 commit
  19. 15 Mar, 2021 1 commit
  20. 06 Mar, 2021 1 commit
  21. 18 Feb, 2021 2 commits
  22. 17 Feb, 2021 1 commit
  23. 09 Feb, 2021 1 commit
  24. 27 Jan, 2021 1 commit
  25. 06 Nov, 2020 1 commit
  26. 08 Oct, 2020 1 commit
  27. 29 Sep, 2020 1 commit
  28. 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
  29. 24 Jun, 2020 1 commit
  30. 23 Jun, 2020 1 commit
    • Jonah Williams's avatar
      [versions] update all versions and fix tool tests (#60127) · 37db92be
      Jonah Williams authored
      Update all versions, specifically file which fixes some bugs that caused tests to fail if run in different orders:
      
      - systemTemp directories created by MemoryFileSystem will allot names based on the file system instance instead of globally.
      - MemoryFile.readAsLines()/readAsLinesSync() no longer treat a final newline in the file as the start of a new, empty line.
      - RecordingFile.readAsLine()/readAsLinesSync() now always record a final newline.
      37db92be
  31. 06 May, 2020 1 commit
  32. 22 Apr, 2020 1 commit
  33. 24 Mar, 2020 1 commit
  34. 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
  35. 03 Mar, 2020 1 commit
  36. 27 Feb, 2020 1 commit
  37. 26 Feb, 2020 1 commit