
ma1 pushed to branch base-browser-115.13.0esr-13.5-1 at The Tor Project / Applications / Tor Browser Commits: 11896db5 by hackademix at 2024-07-09T23:23:54+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/tor-browser/-/commit/11896db5... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/11896db5... You're receiving this email because of your account on gitlab.torproject.org.
participants (1)
-
ma1 (@ma1)