1. 28 Jan, 2021 1 commit
  2. 09 Oct, 2020 1 commit
  3. 07 Oct, 2020 1 commit
  4. 06 Oct, 2020 3 commits
  5. 22 Sep, 2020 1 commit
  6. 16 Sep, 2020 1 commit
  7. 13 Sep, 2020 1 commit
  8. 12 Sep, 2020 1 commit
    • Satsuki Ueno's avatar
      fuchsia_remote_debug_protocol allows open port on remote device (#63996) · 33f79950
      Satsuki Ueno authored
      * fuchsia_remote_debug_protocol allows open port on remote device
      
      Allows defining a port forwarding function for which the accessible
      port is not on the host device. Examples include tunneling solutions
      where a tunneling program on the same device as the Dart VM exposes
      an open port through which it tunnels connections to the VM.
      
      * Move ssh-specific comment to SshPortForwarder
      33f79950
  9. 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
  10. 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
  11. 09 Mar, 2019 1 commit
  12. 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
  13. 17 Dec, 2018 1 commit
  14. 16 Oct, 2018 1 commit
  15. 08 Oct, 2018 1 commit