1. 14 Oct, 2019 1 commit
  2. 13 Sep, 2019 1 commit
  3. 29 Jul, 2019 1 commit
  4. 24 Jul, 2019 1 commit
    • Jiahao's avatar
      Parameterize CoverageCollector with a library name predicate (#36774) · 4de9b446
      Jiahao authored
      An optimization to the coverage collection speed was added in #30811. This commit further expands on it to parameterize the CoverageCollector with a custom predicate, allowing internal use cases to filter the RPC calls to the Dart VM based on scripts of interest to coverage collection.
      4de9b446
  5. 16 Jul, 2019 1 commit
  6. 29 Apr, 2019 1 commit
  7. 15 Apr, 2019 2 commits
  8. 01 Apr, 2019 1 commit
  9. 04 Mar, 2019 1 commit
  10. 26 Feb, 2019 1 commit
  11. 19 Nov, 2018 1 commit
  12. 05 Oct, 2018 1 commit
  13. 26 Sep, 2018 1 commit
  14. 12 Sep, 2018 1 commit
  15. 09 Sep, 2018 1 commit
  16. 05 Sep, 2018 1 commit
  17. 17 Aug, 2018 1 commit
    • Ian Hickson's avatar
      Clean up usage of temporary directories (#20682) · 3dec6a69
      Ian Hickson authored
      All temporary directory start with `flutter_` and have their random component separated from the name by a period, as in `flutter_test_bundle.YFYQMY`.
      
      I've tried to find some of the places where we didn't cleanly delete temporary directories, too. This greatly reduces, though it does not entirely eliminate, the directories we leave behind when running tests, especially `flutter_tools` tests.
      
      While I was at it I standardized on `tempDir` as the variable name for temporary directories, since it was the most common, removing occurrences of `temp` and `tmp`, among others.
      
      Also I factored out some common code that used to catch exceptions that happen on Windows, and made more places use that pattern.
      3dec6a69
  18. 15 Aug, 2018 2 commits
  19. 11 Aug, 2018 1 commit
  20. 02 Aug, 2018 1 commit
  21. 27 Jul, 2018 2 commits
  22. 24 Jul, 2018 1 commit
  23. 23 Jul, 2018 1 commit
  24. 16 Jul, 2018 2 commits
  25. 13 Jul, 2018 1 commit
  26. 12 Jul, 2018 1 commit
  27. 09 Jul, 2018 1 commit
  28. 28 Mar, 2018 1 commit
  29. 22 Mar, 2018 1 commit
  30. 01 Feb, 2018 1 commit
  31. 30 Oct, 2017 1 commit
    • Adam Barth's avatar
      Don't collect usage data during Fuchsia build (#12780) · 21145144
      Adam Barth authored
      Previously, the usage analytics would generate a write to the user's
      HOME directory during the Fuchsia build. We're tightening down the
      environment in which we run the Fuchsia build, and these writes are now
      more obvious.
      
      This patch removes the usage analytics during the Fuchsia build,
      avoiding the write to the user's HOME directory.
      21145144
  32. 22 Oct, 2017 1 commit
  33. 16 Oct, 2017 1 commit
  34. 21 Sep, 2017 1 commit
  35. 21 Jun, 2017 1 commit
  36. 13 Jun, 2017 1 commit