- 28 Jan, 2021 1 commit
-
-
Dan Field authored
-
- 09 Oct, 2020 1 commit
-
-
Jonah Williams authored
-
- 07 Oct, 2020 1 commit
-
- 06 Oct, 2020 3 commits
-
-
Jonah Williams authored
Reland: #67155 Fixes analysis error caused by landing of material migration, and g3 error caused by moving of fuchsia lib.
-
Jonah Williams authored
This reverts commit e826442e.
-
Jonah Williams authored
Ensures all of the libraries that the application side code import are migrated to null safety. full null safety migration is blocked by json rpc 2 and a breaking change to vm service client.
-
- 22 Sep, 2020 1 commit
-
-
Satsuki Ueno authored
-
- 16 Sep, 2020 1 commit
-
-
Michael R Fairhurst authored
-
- 13 Sep, 2020 1 commit
-
-
Zachary Anderson authored
This reverts commit 33f79950.
-
- 12 Sep, 2020 1 commit
-
-
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
-
- 04 Dec, 2019 2 commits
-
-
Alexandre Ardhuin authored
* implicit-casts:false in flutter_driver * address review comments
-
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).
-
- 27 Nov, 2019 1 commit
-
-
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
-
- 09 Mar, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 06 Feb, 2019 1 commit
-
-
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.
-
- 17 Dec, 2018 1 commit
-
-
Zachary Anderson authored
-
- 16 Oct, 2018 1 commit
-
-
Alexandre Ardhuin authored
* Future<void> main * Future<void>.delayed * prefer_void_to_Null * address review comments
-
- 08 Oct, 2018 1 commit
-
-
Andrew Davies authored
Adds a Fuchsia compatibility function that allows for connecting to a specific Isolate by name when running Flutter Driver on a Fuchsia device. This will check over multiple Dart VM's in an attempt to find an Isolate by its name.
-