1. 20 May, 2019 1 commit
  2. 14 May, 2019 1 commit
  3. 10 May, 2019 2 commits
  4. 09 May, 2019 1 commit
  5. 04 May, 2019 1 commit
  6. 01 May, 2019 1 commit
  7. 30 Apr, 2019 2 commits
  8. 25 Apr, 2019 1 commit
  9. 19 Apr, 2019 1 commit
  10. 10 Apr, 2019 1 commit
  11. 22 Mar, 2019 1 commit
  12. 19 Mar, 2019 1 commit
  13. 09 Mar, 2019 1 commit
  14. 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
  15. 21 Feb, 2019 1 commit
  16. 16 Feb, 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. 09 Jan, 2019 1 commit
    • Andrew Davies's avatar
      [flutter_driver] Move Fuchsia logging code. (#26266) · bd6ac326
      Andrew Davies authored
      When setting the Fuchsia logging function, it should happen before any
      initialization code, as init can still cause warning/error/info messages
      to get printed to logs. Since the default stderr/stdout fd's aren't
      correct, this can cause a program to crash for unclear reasons.
      bd6ac326
  19. 07 Jan, 2019 1 commit
  20. 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
  21. 15 Nov, 2018 1 commit
  22. 21 Oct, 2018 1 commit
  23. 16 Oct, 2018 1 commit
  24. 08 Oct, 2018 1 commit
  25. 04 Oct, 2018 1 commit
  26. 02 Oct, 2018 1 commit
  27. 01 Oct, 2018 2 commits
  28. 14 Sep, 2018 2 commits
  29. 12 Sep, 2018 1 commit
  30. 21 Aug, 2018 1 commit
  31. 17 Aug, 2018 1 commit
    • Ian Hickson's avatar
      Performance test cleanup (#20652) · 1993a673
      Ian Hickson authored
      * Fix TODO syntax.
      * Clarify messages for some timeouts, to aid debugging.
      * Increase some other timeouts that were a needlessly short, to reduce sources of flakes.
      * Remove some more timeouts that were mostly redundant, to remove complexity.
      * Minor style cleanup.
      * Remove some dangerous traps (specifically, hide the explicit start/end times in TimedEvent since they shouldn't matter).
      1993a673
  32. 06 Aug, 2018 1 commit
  33. 03 Aug, 2018 1 commit
  34. 02 Aug, 2018 2 commits