1. 10 Dec, 2019 1 commit
  2. 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
  3. 26 Nov, 2019 1 commit
  4. 25 Nov, 2019 1 commit
  5. 24 Nov, 2019 1 commit
  6. 21 Nov, 2019 1 commit
  7. 20 Nov, 2019 3 commits
  8. 19 Nov, 2019 1 commit
  9. 18 Nov, 2019 1 commit
  10. 13 Nov, 2019 2 commits
  11. 23 Oct, 2019 1 commit
  12. 22 Oct, 2019 2 commits
  13. 11 Oct, 2019 1 commit
  14. 02 Oct, 2019 1 commit
  15. 25 Sep, 2019 1 commit
  16. 18 Sep, 2019 1 commit
  17. 27 Aug, 2019 1 commit
  18. 15 Aug, 2019 1 commit
  19. 31 Jul, 2019 1 commit
  20. 13 Jul, 2019 1 commit
  21. 09 Jul, 2019 1 commit
  22. 01 Jul, 2019 1 commit
  23. 26 Jun, 2019 1 commit
  24. 01 May, 2019 1 commit
  25. 19 Apr, 2019 1 commit
  26. 15 Mar, 2019 1 commit
  27. 07 Mar, 2019 1 commit
  28. 16 Feb, 2019 1 commit
  29. 28 Jan, 2019 1 commit
  30. 25 Jan, 2019 1 commit
  31. 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
  32. 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
  33. 14 Dec, 2018 1 commit
    • David Shuckerow's avatar
      Add ipv6 and observatory port support to the attach command (#25303) · 1a60b166
      David Shuckerow authored
      * Add ipv6 and observatory port support to the attach command.
      
      * Remove whitespace
      
      * Explain why a name change is useful here
      
      * Refactor common flags out into the parent
      
      * Add an additional test case for when observatory port is provided but debug port is not
      
      * Remove whitespace
      
      * Fix flag validation
      1a60b166
  34. 12 Dec, 2018 2 commits