1. 09 Dec, 2020 2 commits
  2. 08 Dec, 2020 2 commits
  3. 07 Dec, 2020 2 commits
  4. 05 Dec, 2020 2 commits
  5. 04 Dec, 2020 2 commits
  6. 03 Dec, 2020 2 commits
  7. 02 Dec, 2020 1 commit
  8. 23 Nov, 2020 1 commit
  9. 20 Nov, 2020 1 commit
  10. 17 Nov, 2020 1 commit
  11. 16 Nov, 2020 1 commit
  12. 09 Nov, 2020 1 commit
  13. 03 Nov, 2020 1 commit
  14. 30 Oct, 2020 1 commit
  15. 29 Oct, 2020 1 commit
  16. 22 Oct, 2020 1 commit
  17. 21 Oct, 2020 2 commits
  18. 20 Oct, 2020 1 commit
  19. 19 Oct, 2020 1 commit
  20. 15 Oct, 2020 1 commit
  21. 10 Oct, 2020 1 commit
  22. 02 Oct, 2020 1 commit
  23. 25 Sep, 2020 1 commit
  24. 24 Sep, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] register service worker after first frame event (#66082) · 90d83e37
      Jonah Williams authored
      Registering the service worker immediately after the documented has loaded may cause SW initialization to compete with framework initialization. It was recommended to us that we defer the service worker setup until after the framework is done with setup, which should be sometime after the first frame.
      
      To implement this, I augmented the binding setup to dispatch an event on the document after the binding has initialized. I don't see any obvious risks with this setup.
      
      Fixes #66066
      Unverified
      90d83e37
  25. 23 Sep, 2020 2 commits
  26. 17 Sep, 2020 5 commits
  27. 15 Sep, 2020 1 commit
  28. 10 Sep, 2020 1 commit