1. 06 May, 2020 1 commit
  2. 29 Jan, 2020 1 commit
  3. 28 Jan, 2020 1 commit
  4. 07 Jan, 2020 1 commit
  5. 06 Jan, 2020 1 commit
  6. 12 Dec, 2019 1 commit
    • Danny Tuppeny's avatar
      Support URL tunnelling (pass dwds UrlEncoder through to editors via daemon) (#44271) · 4944622b
      Danny Tuppeny authored
      * Prposal for supporting URL tunnelling
      
      * Update daemon.md
      
      * Add the ability for daemon to call clients to expose URLs
      
      * Fix dwds mock in web_fs tests
      
      * Fix type error
      
      * Remove build_runner import from run
      
      * Move appStartedTime back to after the app has started
      
      * Remove nested DI scope and pass urlTunneller down
      
      * Fix import
      
      * Tweak TODO
      
      * Fix existing tests
      
      * Fix spec to use result instead of params for response object
      
      * Fix exposeUrl to use a url field, as spec'd
      
      * Test that the daemon's exposeUrl sends a request and handles the response
      4944622b
  7. 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
  8. 07 Nov, 2019 1 commit
  9. 13 Sep, 2019 1 commit
  10. 20 Aug, 2019 1 commit
  11. 15 Aug, 2019 1 commit
  12. 17 Jun, 2019 1 commit
  13. 17 May, 2019 1 commit
  14. 25 Apr, 2019 1 commit
  15. 08 Mar, 2019 2 commits
  16. 21 Feb, 2019 1 commit
  17. 13 Feb, 2019 2 commits
  18. 08 Feb, 2019 2 commits
  19. 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
  20. 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
  21. 30 Oct, 2018 1 commit
    • Ben Konyi's avatar
      Added '--check-for-remote-artifacts' option for Flutter Doctor. (#23543) · b1a23299
      Ben Konyi authored
      * Added '--check-for-remote-artifacts' option for Flutter Doctor.
      
      This option takes a Flutter engine revision and issues HEAD requests to
      determine whether or not artifacts for the provided engine revision are
      available from cloud storage. This functionality is needed for the Dart
      SDK autoroller to avoid creating a PR to roll the engine into the
      framework while artifacts haven't finished building, which would cause
      Cirrus tests to fail.
      b1a23299
  22. 05 Oct, 2018 1 commit
  23. 14 Sep, 2018 1 commit
  24. 12 Sep, 2018 1 commit
  25. 13 Jun, 2018 1 commit
    • Chris Bracken's avatar
      Revert elimination of Dart 1 (#18460) · 2ae48845
      Chris Bracken authored
      fuchsia_tester.dart still assumes Dart 1. Previously, it ran tests directly
      from source, flutter_platform.dart automatically runs a kernel compile when
      operating in Dart 2 mode, but this assumes a functional Dart SDK is available
      in the artifacts directly, and fuchsia_tester.dart mocks out the artifacts
      directory with an empty temp dir.
      
      Remaining work is:
      1. Get the frontend server building as a dependency on Fuchsia.
      2. Patch fuchsia_tester.dart to use a valid Dart SDK and frontend server.
      
      This also reverts migration to Dart 2 typedef syntax.
      
      This reverts commit 6c56bb24. (#18362)
      This reverts commit 3daebd05. (#18316)
      2ae48845
  26. 11 Jun, 2018 1 commit
    • Greg Spencer's avatar
      Update typedef syntax to use Function notation and turn on lint for old notation. (#18362) · 6c56bb24
      Greg Spencer authored
      Now that Dart 1 is turned off, reapplying my change to turn on the prefer_generic_function_type_aliases analysis option, and fix all the typedefs to Dart 2 preferred syntax.
      
      Also eliminated the unused analysis_options_repo.yaml file and turned on public_member_api_docs in analysys_options.yaml.
      
      No logic changes, just changing the typedef syntax for all typedefs, and updating analysis options.
      6c56bb24
  27. 30 May, 2018 2 commits
  28. 16 Apr, 2018 1 commit
  29. 26 Jan, 2018 1 commit
  30. 25 Oct, 2017 1 commit
  31. 29 Sep, 2017 1 commit
  32. 04 Mar, 2017 1 commit
  33. 09 Jan, 2017 1 commit
  34. 14 Nov, 2016 2 commits
    • Dan Rubel's avatar
      Refactor flutter command exit code - part 3 of 3 (#6838) · 34e466f1
      Dan Rubel authored
      * Remove the workaround that pinned args to v0.13.6
      This reverts most of the changes in commit 6331b6c8
      * throw exception if exit code is not an integer
      * rework command infrastructure to throw ToolExit when non-zero exitCode
      * convert commands to return Future<Null>
      * cleanup remaining commands to use throwToolExit for non-zero exit code
      * remove isUnusual exception message
      * add type annotations for updated args package
      34e466f1
    • Dan Rubel's avatar
      Refactor flutter command exit code - part 2 (#6817) · e384c0d9
      Dan Rubel authored
      * convert pubGet to throw ToolExit on non-zero exit code
      * convert commandValidator to throw ToolExit for non-zero exit code
      * convert flutter commands to throw ToolExit for non-zero exit code
      * use convenience method throwToolExit
      * only show "if this problem persists" for unusual exceptions
      e384c0d9