1. 07 Jan, 2020 1 commit
  2. 16 Dec, 2019 1 commit
  3. 04 Dec, 2019 2 commits
    • Alexandre Ardhuin's avatar
      implicit-casts:false in flutter_driver (#45175) · 4956bcc2
      Alexandre Ardhuin authored
      * implicit-casts:false in flutter_driver
      
      * address review comments
      4956bcc2
    • Ian Hickson's avatar
      Simplify logging code in flutter_driver (#45945) · 97495d89
      Ian Hickson authored
      * Simplify logging code in flutter_driver
      
      It appears nobody is benefitting from this logic, so we may as well not pay the cost.
      
      * Make all of the driver interface public.
      
      This is the second attempt at this; it should be better than before because the Logger interface, which conflicted in various places, no longer exists.
      
      See #45733 for original attempt.
      
      This reverts commit 0ce9206e (PR #45924).
      97495d89
  4. 27 Nov, 2019 1 commit
    • Ian Hickson's avatar
      License update (#45373) · 449f4a66
      Ian Hickson authored
      * Update project.pbxproj files to say Flutter rather than Chromium
      
      Also, the templates now have an empty organization so that we don't cause people to give their apps a Flutter copyright.
      
      * Update the copyright notice checker to require a standard notice on all files
      
      * Update copyrights on Dart files. (This was a mechanical commit.)
      
      * Fix weird license headers on Dart files that deviate from our conventions; relicense Shrine.
      
      Some were already marked "The Flutter Authors", not clear why. Their
      dates have been normalized. Some were missing the blank line after the
      license. Some were randomly different in trivial ways for no apparent
      reason (e.g. missing the trailing period).
      
      * Clean up the copyrights in non-Dart files. (Manual edits.)
      
      Also, make sure templates don't have copyrights.
      
      * Fix some more ORGANIZATIONNAMEs
      449f4a66
  5. 22 Nov, 2019 1 commit
  6. 16 Nov, 2019 1 commit
  7. 18 Sep, 2019 2 commits
  8. 27 Aug, 2019 1 commit
  9. 21 Aug, 2019 1 commit
  10. 19 Aug, 2019 2 commits
  11. 31 Jul, 2019 1 commit
  12. 26 Jul, 2019 2 commits
  13. 19 Jul, 2019 1 commit
  14. 18 Jul, 2019 1 commit
  15. 19 Jun, 2019 1 commit
  16. 31 May, 2019 1 commit
  17. 21 May, 2019 1 commit
  18. 10 May, 2019 2 commits
  19. 09 May, 2019 1 commit
  20. 19 Mar, 2019 1 commit
  21. 09 Mar, 2019 1 commit
  22. 07 Mar, 2019 1 commit
  23. 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
  24. 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
  25. 30 Jan, 2019 1 commit
  26. 29 Jan, 2019 1 commit
  27. 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
  28. 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
  29. 17 Dec, 2018 1 commit
  30. 16 Oct, 2018 1 commit
  31. 08 Oct, 2018 1 commit
  32. 04 Oct, 2018 1 commit
  33. 02 Oct, 2018 1 commit
  34. 01 Oct, 2018 1 commit