Skip to content
Snippets Groups Projects
  1. Oct 21, 2024
  2. Jul 17, 2024
  3. Sep 11, 2024
  4. Jul 17, 2024
  5. Aug 14, 2024
    • Sean Feng's avatar
      Bug 1863246 - Make the page that enters BFCache not asking the parent process... · 7a83be92
      Sean Feng authored
      Bug 1863246 - Make the page that enters BFCache not asking the parent process to update the active browsing context r=peterv,dom-core a=RyanVM
      
      Currently, when a page enters BFCache, it updates the parent process
      for the active BC; however, the page that is about to show will do the
      same. These two operations are triggered in different processes with
      different active id, they are racy and problematic.
      
      This patch fixes the above issue by not updating the parent process
      when a page enters BFCache.
      
      This only applies to BFCacheInParent is enabled.
      7a83be92
  6. Jun 28, 2024
  7. Sep 05, 2023
  8. Sep 20, 2023
  9. Jul 26, 2023
  10. Aug 01, 2023
  11. Jun 19, 2023
  12. Jun 05, 2023
  13. Jun 02, 2023
  14. May 31, 2023
  15. May 30, 2023
    • mcheang's avatar
      Bug 1648188 - Fix SearchService init failures so that the address bar can be... · 50ce5c5c
      mcheang authored
      Bug 1648188 - Fix SearchService init failures so that the address bar can be used to search history and bookmarks. r=Standard8,mak
      
      This patch refactors the SearchService private initialized variables and how
      the SearchService stores its initialization status. These changes capture whether
      the SearchService has succeeded, failed or hasn't finished initialization yet.
      
      There are also changes made to UrlbarSearchUtils on handling when SearchService
      has failed to initialize or when it hasn't finished initializing yet and we wait.
      In the case where the SearchService has failed on initialization, We allow
      the code to continue so that it can reach UrlbarProviderPlaces. Once we
      are able to reach UrlbarProviderPlaces, we can make database calls for the user's
      history and bookmarks. This allows the user to interact with the addressbar and
      search their history and bookmarks even if SearchService has failed to initialize.
      
      Differential Revision: https://phabricator.services.mozilla.com/D176936
      50ce5c5c
  16. May 27, 2023
  17. May 24, 2023
  18. May 23, 2023
  19. May 24, 2023
  20. May 23, 2023
  21. May 20, 2023
  22. May 17, 2023
  23. May 24, 2023
  24. May 15, 2023
Loading