1. 03 Aug, 2023 1 commit
  2. 14 Apr, 2023 1 commit
  3. 25 Aug, 2022 1 commit
  4. 31 Mar, 2022 1 commit
  5. 11 Jan, 2022 1 commit
  6. 19 Aug, 2021 1 commit
  7. 28 Jun, 2021 1 commit
  8. 02 Jun, 2021 1 commit
  9. 19 May, 2021 1 commit
  10. 04 Mar, 2021 1 commit
  11. 11 Feb, 2021 1 commit
  12. 02 Oct, 2020 1 commit
  13. 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
      90d83e37
  14. 08 Aug, 2020 1 commit
  15. 05 Mar, 2020 1 commit
  16. 31 Jan, 2020 1 commit
  17. 28 Jan, 2020 1 commit
  18. 14 Jan, 2020 2 commits
  19. 10 Jan, 2020 1 commit
  20. 07 Jun, 2019 1 commit