1. 06 Nov, 2019 1 commit
  2. 30 Oct, 2019 1 commit
  3. 10 Oct, 2019 1 commit
  4. 13 Sep, 2019 1 commit
  5. 12 Sep, 2019 1 commit
  6. 29 Aug, 2019 1 commit
  7. 28 Aug, 2019 3 commits
  8. 17 Aug, 2019 1 commit
  9. 16 Aug, 2019 1 commit
  10. 15 Aug, 2019 1 commit
  11. 30 Jul, 2019 1 commit
  12. 24 Jul, 2019 1 commit
  13. 19 Jul, 2019 1 commit
  14. 27 Jun, 2019 1 commit
  15. 23 Jun, 2019 1 commit
  16. 22 Apr, 2019 1 commit
  17. 08 Apr, 2019 1 commit
  18. 03 Apr, 2019 1 commit
  19. 30 Mar, 2019 2 commits
  20. 27 Mar, 2019 1 commit
  21. 01 Mar, 2019 1 commit
    • Alexandre Ardhuin's avatar
      Add missing trailing commas (#28673) · 387f8854
      Alexandre Ardhuin authored
      * add trailing commas on list/map/parameters
      
      * add trailing commas on Invocation with nb of arg>1
      
      * add commas for widget containing widgets
      
      * add trailing commas if instantiation contains trailing comma
      
      * revert bad change
      387f8854
  22. 25 Jan, 2019 2 commits
  23. 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
  24. 11 Jan, 2019 1 commit
  25. 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
  26. 23 Oct, 2018 2 commits
  27. 05 Oct, 2018 1 commit
  28. 01 Oct, 2018 1 commit
  29. 12 Sep, 2018 1 commit
  30. 07 Sep, 2018 1 commit
  31. 04 Sep, 2018 2 commits
  32. 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
  33. 26 Jul, 2018 1 commit