1. 09 Mar, 2018 1 commit
  2. 08 Mar, 2018 1 commit
  3. 05 Mar, 2018 1 commit
  4. 01 Mar, 2018 3 commits
  5. 27 Feb, 2018 2 commits
    • jcollins-g's avatar
      Upgrade dartdoc to 0.17.0 (#14929) · 66e3f9d8
      jcollins-g authored
      66e3f9d8
    • Greg Spencer's avatar
      Switch Mac packaging to use .zip files. (#14894) · 29d59e3c
      Greg Spencer authored
      We can't use .tar.xz on Mac because although it can unpack them on the command line (with tar), the "Archive Utility" that runs when you double-click on them just does some crazy behavior (it
      converts it to a compressed cpio archive, and when you double-click on that, it converts it back to .tar.xz, without ever unpacking it!)
      
      So, this changes the script to use .zip for Mac, and the files are about 220MB larger than they need to be. 
      29d59e3c
  6. 23 Feb, 2018 1 commit
  7. 22 Feb, 2018 1 commit
  8. 14 Feb, 2018 1 commit
  9. 13 Feb, 2018 2 commits
  10. 10 Feb, 2018 2 commits
  11. 09 Feb, 2018 3 commits
  12. 07 Feb, 2018 2 commits
    • Greg Spencer's avatar
      Fix the build by removing offending test. (#14530) · 88e0d33c
      Greg Spencer authored
      I wanted to run a "real command" as part of the test, but in the interest of fixing the build, I'm just removing the test.
      88e0d33c
    • Greg Spencer's avatar
      Fix process running during package creation (#14508) · df791279
      Greg Spencer authored
      There were some problems I introduced with the last PR for this. It passed the test, but failed in practice.
      
      This adds tests for those failure cases, adds a "--help" and fixes the test so that it doesn't try and actually download MinGit as part of the Windows test.
      
      I added package:platform as a dependency, so I did a force upgrade on the packages.
      
      Also, re-enabling 'create package' in the cache warming code, now that #14448 is fixed.
      df791279
  13. 06 Feb, 2018 3 commits
  14. 05 Feb, 2018 3 commits
  15. 02 Feb, 2018 1 commit
  16. 30 Jan, 2018 2 commits
  17. 27 Jan, 2018 1 commit
  18. 26 Jan, 2018 1 commit
    • Vyacheslav Egorov's avatar
      Unpin test and upgrade packages (#14282) · c23509e9
      Vyacheslav Egorov authored
      * Unpin package:test and upgrade packages
      
      * Update packages/flutter/test/foundation/stack_trace_test.dart
      
      * Also add packages/flutter_tools/test/data/asset_test/font/.dartignore to ensure that update-packages --force-upgrade does not crash.
      c23509e9
  19. 20 Jan, 2018 2 commits
    • Ian Hickson's avatar
      [H] Move the splitting of licenses to an isolate (#14160) · a29d723c
      Ian Hickson authored
      * Move the splitting of licenses to an isolate
      
      This improves (from horrific to terrible) the performance of the
      license screen. It also introduces a feature in the foundation layer
      to make using isolates for one-off computations easier.
      
      The real problem that remains with this, though, is that transfering
      data between isolates is a stop-the-world operation and can take an
      absurd amount of time (far more than a few milliseconds), so we still
      skip frames.
      
      More work thus remains to be done.
      
      * - Add profile instrumentation to the isolate compute() method
      - Add profile instrumentation to the LicensePage
      - Add profile instrumentation to the scheduleTask method
      - Make scheduleTask support returning a value
      - Make the license page builder logic use scheduled tasks so that it doesn't blow the frame budget
      a29d723c
    • Ian Hickson's avatar
      7cdfe6fa
  20. 19 Jan, 2018 1 commit
  21. 17 Jan, 2018 2 commits
  22. 12 Jan, 2018 1 commit
  23. 11 Jan, 2018 1 commit
  24. 10 Jan, 2018 2 commits