Skip to content
Snippets Groups Projects
  1. Jul 18, 2024
  2. Jun 13, 2024
  3. Jul 05, 2024
  4. Aug 21, 2024
  5. Aug 20, 2024
  6. Aug 16, 2024
  7. Aug 14, 2024
    • Sean Feng's avatar
      Bug 1863246 - Make the page that enters BFCache not asking the parent process... · 24196ddc
      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.
      
      Differential Revision: https://phabricator.services.mozilla.com/D215818
      24196ddc
  8. Aug 07, 2024
  9. Aug 06, 2024
  10. Aug 04, 2024
  11. Jun 28, 2024
  12. Aug 20, 2024
  13. Aug 19, 2024
  14. Aug 09, 2024
  15. Jul 12, 2024
  16. Jul 10, 2024
  17. Aug 19, 2024
  18. Aug 17, 2024
  19. Aug 16, 2024
  20. Aug 15, 2024
  21. Aug 14, 2024
    • Andrew Osmond's avatar
      Bug 1912449 - Allow Widevine GMP process to access shell32.... · 6d50ae5c
      Andrew Osmond authored
      Bug 1912449 - Allow Widevine GMP process to access shell32. r=media-playback-reviewers,chunmin, a=dmeehan
      
      The latest Widevine DLL added a dependency for APIs provided by
      shell32.dll which we did not previously allow the Widevine GMP process
      to access. This patch (thanks Bob Owen!) adds it to the list of DLLs to
      preload before enabling the sandbox.
      
      The difference can be observed by using SystemInformer's peview to see
      the list of imported DLLs and methods by the Widevine DLL. This allowed
      us to see that shell32 was a new dependency.
      
      Differential Revision: https://phabricator.services.mozilla.com/D219159
      6d50ae5c
Loading