1. 24 Jul, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] remove breakpoints from paused isolate on hot restart (#62069) · c6dce231
      Jonah Williams authored
      The embedder requires that the isolate is unpaused, because the runInView method requires interaction with dart engine APIs that are not thread-safe. These APIs must be run on the same thread that would be blocked by the pause. Simply unpausing is not sufficient, because this does not prevent the isolate from immediately hitting a breakpoint, for example if the breakpoint was placed in a loop or in a frequently called method. Instead, all breakpoints are first disabled and then the isolate resumed.
      c6dce231
  2. 20 Jul, 2020 2 commits
  3. 30 Jun, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] ensure flutter daemon can exit correctly when app fails to start (#60615) · 21881961
      Jonah Williams authored
      The flutter daemon unconditionally waits for the appFinished signal, even if startup failed. Ensure this future is correctly completed if there is a failure in ResidentRunner.run and not just ResidentRunner.attach. Adds regression tests for run release, debug, debug web, and release web. Adds missing try catch in cold runner startup.
      
      Manually tested with release/debug on Android and release/debug on web.
      
      Fixes #60613
      21881961
  4. 26 Jun, 2020 1 commit
  5. 25 Jun, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] remove most use of global packages path (#60231) · 82a6f9bf
      Jonah Williams authored
      The global packages path could cause tests to fail when it would be overriden to unexpected (in test setup) values. Remove most usage and make it a configuration on buildInfo, along with most other build information. Cleanup the asset builder to require the .packages path and the resident runners to no longer require it, since they already have the information in build_info.
      
      It needs to stick around for the fuchsia deps we do not control.
      
      Filled #60232 for remaining work.
      82a6f9bf
  6. 23 Jun, 2020 1 commit
  7. 04 Jun, 2020 1 commit
  8. 03 Jun, 2020 2 commits
  9. 02 Jun, 2020 1 commit
  10. 01 Jun, 2020 1 commit
  11. 27 May, 2020 1 commit
  12. 18 May, 2020 1 commit
  13. 10 May, 2020 1 commit
  14. 08 May, 2020 1 commit
  15. 06 May, 2020 1 commit
  16. 05 May, 2020 3 commits
  17. 29 Apr, 2020 1 commit
  18. 28 Apr, 2020 2 commits
  19. 27 Apr, 2020 4 commits
  20. 23 Apr, 2020 1 commit
  21. 22 Apr, 2020 1 commit
  22. 20 Apr, 2020 2 commits
  23. 16 Apr, 2020 1 commit
  24. 15 Apr, 2020 1 commit
  25. 10 Apr, 2020 2 commits
  26. 09 Apr, 2020 1 commit
  27. 08 Apr, 2020 1 commit
  28. 07 Apr, 2020 1 commit
  29. 06 Apr, 2020 2 commits