1. 25 Apr, 2019 1 commit
  2. 19 Apr, 2019 1 commit
  3. 10 Apr, 2019 1 commit
  4. 05 Apr, 2019 1 commit
  5. 29 Mar, 2019 1 commit
  6. 28 Mar, 2019 1 commit
  7. 22 Mar, 2019 1 commit
  8. 20 Mar, 2019 1 commit
    • Alexandre Ardhuin's avatar
      some spaces formatting (#29452) · a6af4228
      Alexandre Ardhuin authored
      * some space formattings
      
      * always use blocks in if-else if a block is used
      
      * format spaces in for and while
      
      * allow multiline if conditions
      
      * fix missing space
      a6af4228
  9. 19 Mar, 2019 1 commit
  10. 09 Mar, 2019 1 commit
  11. 07 Mar, 2019 1 commit
  12. 01 Mar, 2019 2 commits
  13. 22 Feb, 2019 1 commit
  14. 21 Feb, 2019 1 commit
  15. 16 Feb, 2019 1 commit
  16. 06 Feb, 2019 1 commit
    • Andrew Davies's avatar
      [flutter_driver] Use async call to run SSH cmds. (#27577) · 7da989f2
      Andrew Davies authored
      For `fuchsia_compat.dart` Instead of using `runSync`, use `run` to avoid
      deadlock when attempting to access specific resources like the Hub in Fuchsia.
      
      The specific example is that in Fuchsia, the `find` command is
      attempting to explore `out` which hasn't yet been serviced, as `find` is
      blocking on it, causing a deadlock.
      7da989f2
  17. 30 Jan, 2019 1 commit
  18. 29 Jan, 2019 2 commits
  19. 25 Jan, 2019 1 commit
  20. 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
  21. 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
  22. 07 Jan, 2019 1 commit
  23. 22 Dec, 2018 1 commit
  24. 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
  25. 18 Dec, 2018 1 commit
  26. 17 Dec, 2018 1 commit
  27. 15 Nov, 2018 1 commit
  28. 11 Nov, 2018 1 commit
  29. 09 Nov, 2018 1 commit
  30. 06 Nov, 2018 3 commits
  31. 02 Nov, 2018 3 commits
  32. 01 Nov, 2018 1 commit
  33. 21 Oct, 2018 1 commit