Closed
Bug 965153
Opened 11 years ago
Closed 9 years ago
Clean up DOM/XPConnect bits that are trying to handle XPCWrappedNative Window
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: bzbarsky, Unassigned)
References
Details
Obviously need to land WebIDL Window first.
Bugs that have such bits should block this one.
Reporter | ||
Comment 1•11 years ago
|
||
So far we have:
WindowGlobalOrNull
Xrays
WindowNamedPropertiesHandler
nsGlobalWindow::IsChromeWindow
that can be simplified.
Depends on: 939166
Reporter | ||
Comment 2•11 years ago
|
||
Some stuff in XPCNativeScriptableShared::PopulateJSClass that was added in bug 924720.
Depends on: 924720
Reporter | ||
Comment 3•11 years ago
|
||
Some stuff in mozilla::dom::QueryInterface where we can use UnwrapDOMObjectToISupports once Window is on WebIDL bindings.
Depends on: 983619
Reporter | ||
Comment 4•9 years ago
|
||
This is fixed (or at least all its deps are).
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Assignee | ||
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
•