Skip to content
Snippets Groups Projects
Verified Commit d1fb6919 authored by ma1's avatar ma1
Browse files

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.
parent 3716357a
1 merge request!129Bug 42693: Backport security fixes from Firefox 128, base/mullvad browser fixup.
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment