Closed
Bug 990158
Opened 11 years ago
Closed 11 years ago
Make inner windows use their wrapper cache
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla31
People
(Reporter: peterv, Assigned: peterv)
References
Details
Attachments
(1 file, 1 obsolete file)
(deleted),
patch
|
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8399572 -
Attachment is obsolete: true
Attachment #8402817 -
Flags: review?(bzbarsky)
Comment 2•11 years ago
|
||
Comment on attachment 8402817 [details] [diff] [review]
v1.1
>@@ -2335,66 +2320,65 @@ nsGlobalWindow::SetNewDocument(nsIDocume
> if (aState) {
>- mInnerWindowHolder = wsh->GetInnerWindowHolder();
Why is that line being removed?
The rest looks fine, though the crash-on-touch bits seem like dead code? Maybe a followup to nix it?
r=me with the above removal fixed or explained.
Attachment #8402817 -
Flags: review?(bzbarsky) → review+
Assignee | ||
Comment 3•11 years ago
|
||
(In reply to Boris Zbarsky [:bz] from comment #2)
> >- mInnerWindowHolder = wsh->GetInnerWindowHolder();
>
> Why is that line being removed?
Yeah, looks iffy. It didn't seem to cause problems but I've moved it into the patch that actually removes mInnerWindowHolder.
https://hg.mozilla.org/integration/mozilla-inbound/rev/f1e4f0f82a9a
Comment 4•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla31
Comment 5•11 years ago
|
||
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
•