1. 19 Nov, 2018 1 commit
  2. 05 Oct, 2018 1 commit
  3. 26 Sep, 2018 1 commit
  4. 12 Sep, 2018 1 commit
  5. 09 Sep, 2018 1 commit
  6. 05 Sep, 2018 1 commit
  7. 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
  8. 15 Aug, 2018 2 commits
  9. 11 Aug, 2018 1 commit
  10. 02 Aug, 2018 1 commit
  11. 27 Jul, 2018 2 commits
  12. 24 Jul, 2018 1 commit
  13. 23 Jul, 2018 1 commit
  14. 16 Jul, 2018 2 commits
  15. 13 Jul, 2018 1 commit
  16. 12 Jul, 2018 1 commit
  17. 09 Jul, 2018 1 commit
  18. 28 Mar, 2018 1 commit
  19. 22 Mar, 2018 1 commit
  20. 01 Feb, 2018 1 commit
  21. 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
  22. 22 Oct, 2017 1 commit
  23. 16 Oct, 2017 1 commit
  24. 21 Sep, 2017 1 commit
  25. 21 Jun, 2017 1 commit
  26. 13 Jun, 2017 1 commit
  27. 27 Apr, 2017 1 commit
  28. 20 Apr, 2017 1 commit