Closed
Bug 895123
Opened 11 years ago
Closed 11 years ago
Make nsFrameLoader::mChildHost an nsRefPtr<ContentParent> instead of an nsCOMPtr<nsIObserver>
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla25
People
(Reporter: justin.lebar+bug, Assigned: justin.lebar+bug)
References
Details
Attachments
(1 file)
(deleted),
patch
|
jdm
:
review+
|
Details | Diff | Splinter Review |
I don't want to change any behavior; the only effect of this change is to make it easier to figure out, from GDB, which ContentParent a nsFrameLoader points to.
Patch in a moment.
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #777380 -
Flags: review?(josh)
Assignee | ||
Comment 2•11 years ago
|
||
I also made the "XXX leaking" comment a bit more descriptive. :)
Assignee: nobody → justin.lebar+bug
Blocks: 545237
Updated•11 years ago
|
Attachment #777380 -
Flags: review?(josh) → review+
Assignee | ||
Comment 3•11 years ago
|
||
Thanks, Josh.
https://hg.mozilla.org/projects/birch/rev/e95941ce72a3
Comment 4•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla25
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
•