ma1 pushed to branch mullvad-browser-115.13.0esr-13.5-1 at The Tor Project / Applications / Mullvad Browser
Commits: d1fb6919 by hackademix at 2024-07-09T22:49:05+02:00 fixup! Bug 1743329 - Release pointer lock when xul popup is open; r=smaug,pbz
Bug 42693: Backport security fixes from Firefox 128, base/mullvad browser fixup.
- - - - -
1 changed file:
- dom/ipc/PBrowser.ipdl
Changes:
===================================== dom/ipc/PBrowser.ipdl ===================================== @@ -563,6 +563,11 @@ parent: async RequestPointerCapture(uint32_t aPointerId) returns (bool aSuccess); async ReleasePointerCapture(uint32_t aPointerId);
+ /** + * Child informs the parent that a pointer lock has requested. + */ + async RequestPointerLock() returns (nsCString error); + both: /** * informs that a pointer lock has released.
View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/d1fb...
tbb-commits@lists.torproject.org