Open
Bug 1087398
Opened 10 years ago
Updated 2 years ago
Typedef WindowProxy to Window in Web IDL
Categories
(Core :: DOM: Core & HTML, defect, P5)
Tracking
()
NEW
People
(Reporter: bzbarsky, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
patch
|
Details | Diff | Splinter Review |
For JS to C++ conversions, we produce an inner window anyway.
For C++ to JS conversions, an outer window always has a cached wrapper, so calling WrapNewBindingObject on it is fine.
The main impact will be that we need to use nsGlobalWindow, not nsIDOMWindow, in some places.
Reporter | ||
Comment 1•10 years ago
|
||
Reporter | ||
Updated•10 years ago
|
Blocks: ParisBindings
Comment 2•6 years ago
|
||
https://bugzilla.mozilla.org/show_bug.cgi?id=1472046
Move all DOM bugs that haven’t been updated in more than 3 years and has no one currently assigned to P5.
If you have questions, please contact :mdaly.
Priority: -- → P5
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•