1. 14 May, 2020 1 commit
  2. 08 Apr, 2020 1 commit
  3. 12 Mar, 2020 1 commit
  4. 29 Feb, 2020 1 commit
  5. 14 Feb, 2020 1 commit
  6. 28 Jan, 2020 1 commit
  7. 25 Jan, 2020 1 commit
  8. 14 Jan, 2020 1 commit
  9. 13 Jan, 2020 2 commits
  10. 08 Jan, 2020 1 commit
  11. 06 Jan, 2020 1 commit
  12. 16 Dec, 2019 1 commit
  13. 11 Dec, 2019 1 commit
  14. 10 Dec, 2019 1 commit
  15. 09 Dec, 2019 2 commits
  16. 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
  17. 19 Nov, 2019 1 commit
  18. 25 Oct, 2019 1 commit
  19. 23 Oct, 2019 1 commit
  20. 30 Sep, 2019 1 commit
  21. 25 Sep, 2019 1 commit
  22. 13 Sep, 2019 1 commit
  23. 24 Jul, 2019 1 commit
  24. 25 Jun, 2019 1 commit
  25. 17 Jun, 2019 1 commit
  26. 12 Jun, 2019 1 commit
  27. 10 Jun, 2019 1 commit
  28. 03 Jun, 2019 1 commit
  29. 01 Jun, 2019 1 commit
  30. 25 Apr, 2019 1 commit
  31. 15 Apr, 2019 1 commit
  32. 21 Feb, 2019 1 commit
  33. 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
  34. 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
  35. 01 Oct, 2018 1 commit
  36. 20 Sep, 2018 1 commit
    • Greg Spencer's avatar
      Simplify Gradle compiler output. (#21760) · efcd9a80
      Greg Spencer authored
      This changes the compiler output for gradle to be less verbose and more easily read.
      
      This only applies to compilation error messages: other gradle messages will continue to print as before.
      
      It also fixes a small problem with the performance measurement printing (see that "7.1s" on it's own line in the original?) so that if something is expected to have multiple lines of output, it prints an initial line, and a "Done" line with the elapsed time, so that it's possible to know what the time applies to.
      
      It also updates the spinner to be fancier, at least on platforms other than Windows (which is missing a lot of symbols in its console font).
      
      Addresses #17307
      efcd9a80
  37. 14 Sep, 2018 1 commit