1. 10 Dec, 2019 2 commits
  2. 05 Dec, 2019 2 commits
  3. 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
  4. 26 Nov, 2019 1 commit
    • Danny Tuppeny's avatar
      Resume isolate before terminating tests to prevent flutter_tester leaks in... · 459c7fb8
      Danny Tuppeny authored
      Resume isolate before terminating tests to prevent flutter_tester leaks in integration tests (#45248)
      
      * Resume isolate before terminating tests to prevent flutter_tester leak
      
      * Fix lint
      
      * Catch exceptions from resume() as well as timeout()
      
      * Formatting fixes
      
      * Don't try to resume if there's no vm service
      
      * Fix handling of timeouts to not leak futures
      459c7fb8
  5. 24 Nov, 2019 1 commit
  6. 10 Nov, 2019 1 commit
  7. 11 Oct, 2019 1 commit
  8. 27 Sep, 2019 1 commit
  9. 13 Sep, 2019 1 commit
  10. 09 Aug, 2019 1 commit
  11. 24 Jul, 2019 1 commit
  12. 22 Jul, 2019 1 commit
  13. 13 Jul, 2019 1 commit
  14. 30 May, 2019 1 commit
  15. 22 May, 2019 2 commits
  16. 09 May, 2019 1 commit
  17. 06 May, 2019 1 commit
  18. 19 Apr, 2019 2 commits
  19. 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
  20. 21 Feb, 2019 1 commit
  21. 05 Feb, 2019 1 commit
  22. 29 Jan, 2019 1 commit
  23. 23 Jan, 2019 1 commit
  24. 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
  25. 15 Jan, 2019 1 commit
    • Danny Tuppeny's avatar
      Fix+unskip `flutter test` expression eval tests (#26579) · fda193aa
      Danny Tuppeny authored
      * Fix `flutter test`e xpression eval tests
      
      We weren't passing `beforeStart` through so the breakpoints were never being set, which means the evaluations were happening while the code was running.
      
      * Ensure we wait for breakpoints before trying to evaluate
      fda193aa
  26. 10 Jan, 2019 1 commit
  27. 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
  28. 17 Dec, 2018 1 commit
  29. 12 Dec, 2018 1 commit
  30. 19 Nov, 2018 2 commits
  31. 08 Nov, 2018 1 commit
  32. 30 Oct, 2018 1 commit
  33. 24 Oct, 2018 2 commits