Closed
Bug 1568301
Opened 7 years ago
Closed 7 years ago
Stop implementing JS-exposed QueryInterface on Selection
Categories
(Core :: DOM: Core & HTML, task)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla70
| Tracking | Status | |
|---|---|---|
| firefox70 | --- | fixed |
People
(Reporter: bzbarsky, Assigned: bzbarsky)
References
Details
Attachments
(1 file)
The only thing Selection can QI to is nsISupportsWeakReference, and in practice no Firefox code QIs selection objects to that.
| Assignee | ||
Comment 1•7 years ago
|
||
Pushed by bzbarsky@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b75aa012c848
Stop implementing JS-exposed QueryInterface on Selection. r=peterv
Comment 3•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla70
You need to log in
before you can comment on or make changes to this bug.
Description
•