1. 12 Feb, 2021 1 commit
  2. 11 Feb, 2021 1 commit
  3. 09 Feb, 2021 1 commit
  4. 08 Feb, 2021 1 commit
  5. 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
  6. 02 Feb, 2021 1 commit
    • Jonah Williams's avatar
      [flutter_tools] switch dart defines to base64 to avoid windows control characters (#75027) · 44d5950d
      Jonah Williams authored
      = gets escaped into %3D which seems to be tripping up cmake on windows since % is a control character. Switch to base64 encoding, since this does not have % nor , in the output character set.
      
      This change is not trivially cherry pickable, and isn't tested on windows aside from my local, manual tests due to the planned CI work not being complete yet.
      
      Fixes #75017
      Fixes #74705
      44d5950d
  7. 27 Jan, 2021 1 commit
  8. 15 Jan, 2021 1 commit
  9. 06 Jan, 2021 1 commit
  10. 05 Jan, 2021 1 commit
  11. 04 Jan, 2021 1 commit
  12. 23 Dec, 2020 1 commit
  13. 17 Dec, 2020 1 commit
  14. 16 Dec, 2020 1 commit
  15. 15 Dec, 2020 1 commit
  16. 04 Dec, 2020 2 commits
  17. 03 Dec, 2020 2 commits
  18. 01 Dec, 2020 1 commit
  19. 23 Nov, 2020 1 commit
  20. 20 Nov, 2020 1 commit
  21. 17 Nov, 2020 1 commit
  22. 14 Nov, 2020 1 commit
  23. 13 Nov, 2020 1 commit
  24. 12 Nov, 2020 1 commit
  25. 11 Nov, 2020 1 commit
  26. 10 Nov, 2020 2 commits
  27. 07 Nov, 2020 1 commit
  28. 06 Nov, 2020 1 commit
  29. 05 Nov, 2020 2 commits
  30. 04 Nov, 2020 1 commit
  31. 26 Oct, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] reland: drive service (#68887) · 183fe75d
      Jonah Williams authored
      Overhaul of flutter drive in order to deliver a better experience, namely:
      
      * flutter run and flutter drive now share more flags, so code paths that were previously only testable on run are now testable on drive.
      * Removes web-initialize-platform as this is no longer used
      * flutter drive correctly sets up a logger that shows native exceptions, by connecting to the vm service.
      * VM service connection now provides access to memory info without launching devtools (only for debug/profile mode)
      
      Web changes
      
      * Passes on the one test in the repo, otherwise the webdriver code has been isolated as much as possible
      
      Additional NNBD related bug fixes:
      
      No longer passes --enable-experiment to the test script. (FYI @blasten ). earlier we might have assumed that the flutter gallery benchmarks would be migrated along side the app and flutter driver, but only the app under test needs to be migrated. The test scripts should never be run with the experiment.
      183fe75d
  32. 23 Oct, 2020 2 commits
    • Jonah Williams's avatar
      [flutter_tools] Reland: simplify pub cache logic (#67589) · cb67513f
      Jonah Williams authored
      There have been some more additional reports of a missing 'package:characters' import after upgrading flutter. This has me concerned that our pub caching logic is incorrect. Instead of the tool attempting to guess when pub should be run, always delegate to pub.
      
      Also takes an opportunity to fix the kernel snapshot depending on the .packages or package_config. Due to the generated: date field this causes extra rebuilds. Instead when pub get is run, write out an additional file with just the package contents and version.
      
      Fixes #66777
      Fixes #65723
      cb67513f
    • Jonah Williams's avatar
      Revert "[flutter_tools] refactor drive launch into separate service, split by... · 1edec6fc
      Jonah Williams authored
      Revert "[flutter_tools] refactor drive launch into separate service, split by mobile+desktop and web (#68451)" (#68845)
      
      This reverts commit 2e75f52a.
      1edec6fc
  33. 22 Oct, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] refactor drive launch into separate service, split by... · 2e75f52a
      Jonah Williams authored
      [flutter_tools] refactor drive launch into separate service, split by mobile+desktop and web (#68451)
      
      Overhaul of flutter drive in order to deliver a better experience, namely:
      
      flutter run and flutter drive now share more flags, so code paths that were previously only testable on run are now testable on drive.
      Removes web-initialize-platform as this is no longer used
      flutter drive correctly sets up a logger that shows native exceptions, by connecting to the vm service.
      VM service connection now provides access to memory info without launching devtools (only for debug/profile mode)
      Web changes
      
      Passes on the one test in the repo, otherwise the webdriver code has been isolated as much as possible
      
      Additional NNBD related bug fixes:
      
      No longer passes --enable-experiment to the test script. (FYI @blasten ). earlier we might have assumed that the flutter gallery benchmarks would be migrated along side the app and flutter driver, but only the app under test needs to be migrated. The test scripts should never be run with the experiment.
      2e75f52a
  34. 16 Oct, 2020 1 commit
  35. 14 Oct, 2020 1 commit