[tbb-commits] [Git][tpo/applications/tor-browser][base-browser-115.13.0esr-13.5-1] fixup! Bug 1743329 - Release pointer lock when xul popup is open; r=smaug,pbz
ma1 (@ma1)
git at gitlab.torproject.org
Tue Jul 9 21:24:34 UTC 2024
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/11896db541c90f2877880498daa431c6994eb01a
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/11896db541c90f2877880498daa431c6994eb01a
You're receiving this email because of your account on gitlab.torproject.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tbb-commits/attachments/20240709/a9d29650/attachment-0001.htm>
More information about the tbb-commits
mailing list