Closed
Bug 965153
Opened 10 years ago
Closed 8 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•10 years ago
|
||
So far we have: WindowGlobalOrNull Xrays WindowNamedPropertiesHandler nsGlobalWindow::IsChromeWindow that can be simplified.
Depends on: 939166
![]() |
Reporter | |
Comment 2•10 years ago
|
||
Some stuff in XPCNativeScriptableShared::PopulateJSClass that was added in bug 924720.
Depends on: 924720
![]() |
Reporter | |
Comment 3•10 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•8 years ago
|
||
This is fixed (or at least all its deps are).
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•5 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•