1. 15 Feb, 2022 1 commit
    • Ben Konyi's avatar
      Update flutter_tools to look for new VM service message (#97683) · 2a2f9731
      Ben Konyi authored
      * Update flutter_tools to look for new VM service message
      
      The Dart SDK will soon move away from the current Observatory message:
      
      "Observatory listening on ..."
      
      To a new message that no longer references Observatory:
      
      "Dart VM Service listening on ..."
      
      This change updates all tests with mocks to check for the new message
      and also adds support for the new message in ProtocolDiscovery.
      
      See https://github.com/dart-lang/sdk/issues/46756
      
      * Fix some parsing locations
      
      * Fix analysis failures
      
      * Update message
      
      * Remove extra comment
      
      * Update message
      
      * Add globals prefix
      2a2f9731
  2. 13 Dec, 2021 1 commit
  3. 08 Oct, 2021 3 commits
  4. 17 Aug, 2021 1 commit
  5. 25 Jun, 2021 1 commit
  6. 27 Apr, 2021 1 commit
  7. 15 Apr, 2021 1 commit
  8. 10 Apr, 2021 1 commit
  9. 05 Mar, 2021 1 commit
  10. 26 Feb, 2021 1 commit
  11. 18 Feb, 2021 1 commit
  12. 16 Feb, 2021 1 commit
    • Jonah Williams's avatar
      [flutter_tools] use temp dir for tester dill, use desktop log reader (#75922) · 46b8ea8f
      Jonah Williams authored
      On windows, its not possible to run 2 integration tests using flutter-tester simultaneously. This is due to the flutter tester using a fixed location for its dill output. Use a temp dir instead.
      
      Also replace the custom log reader in flutter-tester with the desktop log reader, and ensure stopApp waits for the process exit code.
      
      Fixes #75534
      46b8ea8f
  13. 12 Feb, 2021 1 commit
  14. 10 Feb, 2021 1 commit
  15. 08 Feb, 2021 1 commit
  16. 04 Feb, 2021 1 commit
    • Jonah Williams's avatar
      [flutter_tools] move process manager into tool (#75350) · 8b6baae4
      Jonah Williams authored
      Our current top crasher is an unclear error when ProcessManager fails to resolve an executable path. To fix this, we'd like to being adjusting the process resolution logic and adding more instrumentation to track failures. In order to begin the process, the ProcessManager has been folded back into the flutter tool
      8b6baae4
  17. 02 Feb, 2021 1 commit
  18. 27 Jan, 2021 1 commit
  19. 16 Sep, 2020 1 commit
  20. 10 Jul, 2020 1 commit
  21. 07 Jul, 2020 1 commit
  22. 06 May, 2020 1 commit
  23. 20 Apr, 2020 1 commit
  24. 16 Mar, 2020 1 commit
  25. 05 Feb, 2020 1 commit
  26. 27 Jan, 2020 1 commit
  27. 17 Jan, 2020 1 commit
  28. 16 Jan, 2020 1 commit
  29. 06 Jan, 2020 1 commit
  30. 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
  31. 23 Oct, 2019 1 commit
  32. 22 Oct, 2019 2 commits
  33. 18 Oct, 2019 1 commit
  34. 14 Oct, 2019 1 commit
  35. 11 Oct, 2019 1 commit
  36. 04 Oct, 2019 1 commit
  37. 27 Sep, 2019 1 commit