Closed
Bug 1448397
Opened 7 years ago
Closed 7 years ago
Make WebIDL QueryInterface ChromeOnly
Categories
(Core :: DOM: Core & HTML, enhancement)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla61
Tracking | Status | |
---|---|---|
firefox61 | --- | fixed |
People
(Reporter: bzbarsky, Assigned: bzbarsky)
References
Details
Attachments
(1 file, 1 obsolete file)
(deleted),
patch
|
qdot
:
review+
|
Details | Diff | Splinter Review |
Right now it's exposed to chrome and XBL.
Our in-content XBL bindings don't use it. Our test suite only hits it being used in a non-chrome scope in one case, and bug 1448391 fixes that one case.
Assignee | ||
Updated•7 years ago
|
Assignee | ||
Comment 1•7 years ago
|
||
Attachment #8961854 -
Flags: review?(kyle)
Assignee | ||
Comment 2•7 years ago
|
||
Attachment #8961993 -
Flags: review?(kyle)
Assignee | ||
Updated•7 years ago
|
Attachment #8961854 -
Attachment is obsolete: true
Attachment #8961854 -
Flags: review?(kyle)
Updated•7 years ago
|
Attachment #8961993 -
Flags: review?(kyle) → review+
Pushed by bzbarsky@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/460eb709a40f
Make WebIDL QueryInterface chrome-only. r=qdot
Updated•7 years ago
|
Keywords: dev-doc-needed
Comment 4•7 years ago
|
||
This shouldn't need any documentation at this point. The change only affects in-content XBL, which is only used by a small (and diminishing) amount of in-tree code at this point. It's already not exposed to the web or to extension contexts.
Keywords: dev-doc-needed
Comment 5•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox61:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla61
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•