Closed Bug 1256761 Opened 8 years ago Closed 6 years ago

Move Set[Inner|Outer][Width|Height]Outer to nsDocShell

Categories

(Core :: DOM: Core & HTML, defect)

defect
Not set
normal

Tracking

()

RESOLVED WONTFIX

People

(Reporter: khuey, Unassigned, Mentored)

References

Details

(Whiteboard: [tw-dom] btpp-fixlater)

SetInnerWidth, SetOuterWidth, SetInnerHeight, and SetOuterHeight are almost entirely implemented in docshell.  The WebIDL entry points are on the inner window, and they call SetBlahOuter on the outer window.  We should move SetBlahOuter to docshell, and then call methods directly on the docshell from the inner.  We still need to keep the logic in FORWARD_TO_OUTER_OR_THROW that makes sure we have an active document though.
Whiteboard: [tw-dom] → [tw-dom] btpp-fixlater
Would like to try this, and maybe other following efforts on moving outer window to docshell.
Assignee: nobody → sawang
Not going to work on this anytime soon. Set it back to default.
Assignee: sawang → nobody
We ended up taking a different approach.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
Component: DOM → DOM: Core & HTML
You need to log in before you can comment on or make changes to this bug.