1. 31 May, 2019 1 commit
  2. 21 May, 2019 1 commit
  3. 10 May, 2019 2 commits
  4. 09 May, 2019 1 commit
  5. 19 Mar, 2019 1 commit
  6. 09 Mar, 2019 1 commit
  7. 07 Mar, 2019 1 commit
  8. 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
  9. 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
  10. 30 Jan, 2019 1 commit
  11. 29 Jan, 2019 1 commit
  12. 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
  13. 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
  14. 17 Dec, 2018 1 commit
  15. 16 Oct, 2018 1 commit
  16. 08 Oct, 2018 1 commit
  17. 04 Oct, 2018 1 commit
  18. 02 Oct, 2018 1 commit
  19. 01 Oct, 2018 1 commit
  20. 12 Sep, 2018 1 commit
  21. 02 Aug, 2018 1 commit
  22. 27 Jul, 2018 1 commit
  23. 23 Jul, 2018 1 commit
  24. 20 Jul, 2018 1 commit
  25. 16 Jul, 2018 2 commits
  26. 09 Jul, 2018 1 commit
  27. 05 Jun, 2018 1 commit
  28. 02 Feb, 2018 1 commit
  29. 07 Dec, 2017 2 commits
  30. 23 Nov, 2017 1 commit
    • Chris Bracken's avatar
      Reorganise flutter driver implementation sources (#13163) · cf37a472
      Chris Bracken authored
      This patch reorganises flutter_driver's lib/src directory into three
      subdirectories:
      
      * driver: sources transitively imported/exported by flutter_driver.dart,
        which defines the API used by driver tests executed on the host machine.
      
      * extension: sources transitively imported/exported by
        driver_extension.dart, which defines the API used to instrument a
        Flutter app running on the target device for use with a driver test.
      
      * common: sources common to both driver and extension code.
      
      This makes rolling Flutter into repositories that use Bazel (or
      Bazel-like build systems) significantly more robust, due to the simpler
      glob patterns involved.
      cf37a472