1. 08 Apr, 2019 1 commit
  2. 30 Mar, 2019 2 commits
  3. 27 Mar, 2019 1 commit
  4. 22 Mar, 2019 1 commit
  5. 15 Mar, 2019 1 commit
  6. 06 Mar, 2019 2 commits
  7. 26 Feb, 2019 1 commit
  8. 24 Feb, 2019 1 commit
    • Will Larche's avatar
      [Gallery] Fortnightly demo moved from flutter/samples. (#28125) · 57a8b03c
      Will Larche authored
      * [Gallery] Fortnightly demo moved from flutter/samples.
      
      * [Gallery] Fortnightly analysis corrections.
      
      * [Gallery] Minor rename.
      
      * [Gallery] Making floats ints.
      
      * [Gallery] Fortnightly minor visual polish.
      
      * [Gallery] Formatting.
      
      * [Gallery] Upping package version for gallery to support fortnightly demo.
      
      * [Gallery] Fortnightly copy correction.
      
      * [Gallery] Fortnightly study polish.
      
      * [Gallery] Fortnightly polish.
      
      * [Gallery] Fortnightly copy correction.
      
      * [Gallery] Fortnightly copy now held in '''.
      
      * [Gallery] Fortnightly comment.
      
      * [Gallery] Updates necessary when flutter_gallery_assets updates.
      
      * [Gallery] Updating macrobenchmarks because we updated flutter_gallery_assets.
      
      * [Gallery] Moving spaces to beginning of copy lines.
      
      * [Gallery] Copy correction.
      
      * [Gallery] Adding tooltip to satisfy smoke test.
      
      * [Gallery] Minor pr feedback.
      
      * [Gallery] Forced upgrade.
      57a8b03c
  9. 21 Feb, 2019 1 commit
  10. 20 Feb, 2019 1 commit
  11. 16 Feb, 2019 1 commit
  12. 15 Feb, 2019 1 commit
  13. 06 Feb, 2019 1 commit
  14. 29 Jan, 2019 1 commit
  15. 26 Jan, 2019 1 commit
  16. 23 Jan, 2019 1 commit
  17. 19 Jan, 2019 1 commit
    • Ian Hickson's avatar
      [O] Removing all timeouts (mark II) (#26736) · 31a9626c
      Ian Hickson authored
      These are essentially self-inflicted race conditions. Instead of timeouts we're going to try a more verbose logging mechanism that points out when things are taking a long time.
      31a9626c
  18. 15 Jan, 2019 1 commit
  19. 21 Dec, 2018 2 commits
    • Ian Hickson's avatar
      Revert "[O] Remove many timeouts. (#23531)" (#25646) · 8426910a
      Ian Hickson authored
      This reverts commit 76f70810.
      8426910a
    • Ian Hickson's avatar
      [O] Remove many timeouts. (#23531) · 76f70810
      Ian Hickson authored
      * Remove many timeouts.
      
      These are essentially self-inflicted race conditions. Instead of timeouts we're going to try a more verbose logging mechanism that points out when things are taking a long time.
      
      * Get the attach tests to pass.
      
      * Apply review comments from Todd
      
      * More review comment fixes
      
      * Put back the extended timeouts here now that I know why we have them...
      76f70810
  20. 19 Nov, 2018 1 commit
  21. 02 Nov, 2018 1 commit
  22. 30 Oct, 2018 1 commit
  23. 05 Oct, 2018 1 commit
  24. 12 Sep, 2018 1 commit
  25. 20 Aug, 2018 2 commits
  26. 17 Aug, 2018 2 commits
  27. 15 Aug, 2018 4 commits
    • Martin Kustermann's avatar
      Reland "Roll engine to version e3687f70c7ece72000b32ee1b3c02755ba5361ac (#20427)" (#20633) · 9299c02c
      Martin Kustermann authored
      * Reland "Roll engine to version b148e628ec86b3a9a0382e0bcfae73f0390a8232 (#20427)"
      
      This is a re-land with downgraded `package:flutter_gallery_assets`
      version.
      
      * Downgrade package:flutter_gallery_assets to 0.1.4
      
      * Change engine.version to 81baff97c29bb08cbf8453a3f9042c5813f84ad3 (which contains an additional fix)
      
      * Change engine.version to e3687f70c7ece72000b32ee1b3c02755ba5361ac (since mac tarballs are corrupted on earlier commit)
      9299c02c
    • Martin Kustermann's avatar
      Revert "Roll engine to version b148e628ec86b3a9a0382e0bcfae73f0390a8232 (#20427)" (#20631) · 515909ec
      Martin Kustermann authored
      Reason for revert: The package:flutter_gallery_assets has removed some images which are required for the examples/flutter_gallery, so the gallery build is failing (only discovered after landing, since gallery doesn't seem to get built during github PR presubmit checks)
      515909ec
    • Martin Kustermann's avatar
      Roll engine to version b148e628ec86b3a9a0382e0bcfae73f0390a8232 (#20427) · c7c493ea
      Martin Kustermann authored
      This CL
      
        * rolls `engine.version` to flutter/engine@b148e628 (which includes dart sdk 2.1.0-dev)
        * rolls `goldens.version` to flutter/goldens@6c45fafdf (which includes updates due to skia changes in engine)
        * changes `platform.dill` to `platform_strong.dill` in various places due to flutter/engine@a84b210b
        * adds explicit `environment: sdk: ">=2.0.0-dev.68 < 3.0.0"` constraints to `pubspec.yaml` and `pubspec.yaml.tmpl` files (since pub defaults to `<2.0.0` if omitted) 
        * upgrades to newer versions of various 3rd party packages (to ensure transitive dependencies have `<3.0.0` sdk constraint)
      c7c493ea
    • Ian Hickson's avatar
      Shim package:test to avoid matcher issues (#20602) · 686d8f8a
      Ian Hickson authored
      * Upgrade everything except matcher.
      * Roll matcher (and test)
      * Adjust tests that depend on flutter:test directly to depend on a shim
      * Require use of package:test shim and remove other references to package:test
      686d8f8a
  28. 02 Aug, 2018 1 commit
  29. 30 Jul, 2018 1 commit
    • Ian Hickson's avatar
      Clean up startProgress logic. (#19695) (#20009) · acf4b6c1
      Ian Hickson authored
      Disallow calling stop() or cancel() multiple times. This means that
      when you use startProgress you have to more carefully think about what
      exactly is going on.
      
      Properly cancel startProgress in non-ANSI situations, so that
      back-to-back startProgress calls all render to the console.
      acf4b6c1
  30. 27 Jul, 2018 1 commit
  31. 26 Jul, 2018 2 commits