Closed
Bug 1669197
Opened 4 years ago
Closed 4 years ago
Use Element in PointerCaptureInfo
Categories
(Core :: DOM: Core & HTML, task, P2)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
83 Branch
Tracking | Status | |
---|---|---|
firefox83 | --- | fixed |
People
(Reporter: edgar, Assigned: edgar)
Details
Attachments
(1 file)
The nsIContent in PointerCaptureInfo is actually an Element, we could just use Element to make the code clear.
Assignee | ||
Updated•4 years ago
|
Summary: Use Element in PointerEventHandler → Use Element in PointerCaptureInfo
Assignee | ||
Comment 1•4 years ago
|
||
mPendingElement and mOverrideElement are always Element, we could just use
Element to make the code clear.
Updated•4 years ago
|
Assignee: nobody → echen
Status: NEW → ASSIGNED
Pushed by echen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/8b8746da5316
Use Element in PointerCaptureInfo; r=smaug
Comment 3•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox83:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 83 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•