Closed
Bug 1809775
Opened 2 years ago
Closed 2 years ago
Cut Pointer Id Spoofing over to Fine-Grained RFP Control
Categories
(Core :: DOM: Events, enhancement)
Core
DOM: Events
Tracking
()
RESOLVED
FIXED
111 Branch
| Tracking | Status | |
|---|---|---|
| firefox111 | --- | fixed |
People
(Reporter: tjr, Assigned: tjr)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
There's one spot in PointerEventHandler.cpp where we are relying on the old RFP check for mapping 'extra' pointers onto the single spoofed pointer ID. We can use the target element's Document to use the new fine-grained check to determine whether or not we need to do this.
| Assignee | ||
Comment 1•2 years ago
|
||
Depends on D166625
Pushed by tritter@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c48b161b54f2
Cut Pointer ID spoofing over to new fine-grained RFP checks r=edgar
Comment 3•2 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox111:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 111 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•