1. 01 Dec, 2021 1 commit
  2. 08 Oct, 2021 3 commits
  3. 01 Oct, 2021 1 commit
  4. 03 Aug, 2021 1 commit
  5. 24 Jun, 2021 1 commit
  6. 02 Jun, 2021 1 commit
  7. 19 May, 2021 1 commit
  8. 26 Apr, 2021 1 commit
  9. 22 Apr, 2021 1 commit
  10. 21 Apr, 2021 1 commit
  11. 15 Apr, 2021 1 commit
  12. 15 Mar, 2021 1 commit
  13. 06 Mar, 2021 1 commit
  14. 18 Feb, 2021 2 commits
  15. 17 Feb, 2021 1 commit
  16. 09 Feb, 2021 1 commit
  17. 27 Jan, 2021 1 commit
  18. 06 Nov, 2020 1 commit
  19. 08 Oct, 2020 1 commit
  20. 29 Sep, 2020 1 commit
  21. 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
  22. 24 Jun, 2020 1 commit
  23. 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
  24. 06 May, 2020 1 commit
  25. 22 Apr, 2020 1 commit
  26. 24 Mar, 2020 1 commit
  27. 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
  28. 03 Mar, 2020 1 commit
  29. 27 Feb, 2020 1 commit
  30. 26 Feb, 2020 1 commit
  31. 24 Feb, 2020 1 commit
  32. 14 Feb, 2020 1 commit
  33. 30 Jan, 2020 1 commit
  34. 06 Jan, 2020 1 commit
  35. 02 Jan, 2020 2 commits
  36. 31 Dec, 2019 1 commit
    • Ian Hickson's avatar
      Add many more global analyses. (#47875) · e768c92f
      Ian Hickson authored
      * Update packages.
      
      * Add many more global analyses.
      
      * Catch trailing spaces and trailing newlines in all text files.
        Before we were only checking newly added files, but that means we
        missed some.
      
      * Port the trailing spaces logic to work on Windows too.
      
      * Correct all the files with trailing spaces and newlines.
      
      * Refactor some of the dev/bots logic into a utils.dart library.
        Notably, the "exit" and "print" shims for testing are now usable
        from test.dart, analyze.dart, and run_command.dart.
      
      * Add an "exitWithError" function that prints the red lines and
        then exits. This is the preferred way to exit from test.dart,
        analyze.dart, and run_command.dart.
      
      * More consistency in the output of analyze.dart.
      
      * Refactor analyze.dart to use the _allFiles file enumerating logic
        more widely.
      
      * Add some double-checking logic to the _allFiles logic to catch
        cases where changes to that logic end up catching fewer files
        than expected (helps prevent future false positives).
      
      * Add a check to prevent new binary files from being added to
        the repository. Grandfather in the binaries that we've already
        added.
      
      * Update all the dependencies (needed because we now import crypto in
        dev/bots/analyze.dart).
      e768c92f