1. 07 Feb, 2020 1 commit
  2. 07 Jan, 2020 1 commit
  3. 06 Jan, 2020 1 commit
  4. 23 Dec, 2019 1 commit
  5. 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
  6. 22 Nov, 2019 1 commit
  7. 21 Nov, 2019 1 commit
  8. 20 Nov, 2019 3 commits
  9. 19 Nov, 2019 1 commit
  10. 14 Nov, 2019 1 commit
  11. 13 Nov, 2019 2 commits
  12. 09 Oct, 2019 1 commit
  13. 15 Aug, 2019 1 commit
  14. 19 Apr, 2019 1 commit
  15. 05 Oct, 2018 1 commit
  16. 12 Sep, 2018 1 commit
  17. 05 Sep, 2018 1 commit
  18. 04 Aug, 2018 1 commit
  19. 27 Jun, 2018 1 commit
  20. 15 Jun, 2018 2 commits
  21. 05 Jun, 2018 1 commit
  22. 04 May, 2018 2 commits
  23. 22 Nov, 2017 1 commit
  24. 08 Nov, 2017 1 commit
  25. 30 Oct, 2017 1 commit
  26. 29 Jun, 2017 1 commit
  27. 16 May, 2017 2 commits
    • Ian Hickson's avatar
      Nits for protocol discovery (#10112) · 73dcca65
      Ian Hickson authored
      Rather than complain about these in a code review I figured I'd just fix them. :-)
      73dcca65
    • Todd Volkert's avatar
      Fix race condition in protocol_discovery.dart (#10092) · 10decc7c
      Todd Volkert authored
      For some reaosn, when we discovered our URI, we were re-instantiating
      the `Completer` instance variable whose future we listen to in `nextUri()`.
      This led to a race between a caller calling `nextUri()` and us discovering
      the URI. If we happened to discover our URI before a caller called
      `nextUri()`, then they would be left waiting on a future from the newly
      allocated `Completer` (which would never complete).
      
      Fixes #10064
      10decc7c
  28. 14 Mar, 2017 1 commit
    • Todd Volkert's avatar
      Make tests more hermetic. (#8765) · 1b4f817b
      Todd Volkert authored
      1. Add `PortScanner` abstraction so that we don't do actual port scanning
         in tests.
      2. Don't change the real `cwd` of the isolate during tests, as it affects
         all tests, not just the current running test.
      
      Fixes #8761
      1b4f817b
  29. 04 Mar, 2017 1 commit
  30. 27 Jan, 2017 1 commit
  31. 06 Dec, 2016 1 commit
    • Dan Rubel's avatar
      Cleanup common port forwarding code (#7142) · 93e662ab
      Dan Rubel authored
      This moves the various copies of port forwarding code in the Device subclasses into the ProtocolDiscovery class.
      
      * move port forwarding to a common location
      * throw exception if protocol Uri is not discovered or port forwarding fails
      * cancel discovery protocol subscriptions on iOS launches (wasn't happening before)
      * fix iOS port forwarding to match other implementations
      * add tests
      93e662ab
  32. 01 Dec, 2016 1 commit
  33. 28 Nov, 2016 2 commits