Closed
Bug 1167402
Opened 10 years ago
Closed 10 years ago
Mark nsPresContext::mLinkHandler as MOZ_NON_OWNING_REF
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
FIXED
mozilla41
Tracking | Status | |
---|---|---|
firefox41 | --- | fixed |
People
(Reporter: nika, Assigned: nika)
Details
Attachments
(1 file, 2 obsolete files)
1.35 KB,
patch
|
Details | Diff | Splinter Review |
Assignee | ||
Comment 1•10 years ago
|
||
Assignee | ||
Updated•10 years ago
|
Attachment #8609019 -
Flags: review?(dbaron)
Could you explain what steps you took to convince yourself that this patch won't introduce new leaks?
Flags: needinfo?(michael)
Assignee | ||
Comment 3•10 years ago
|
||
In retrospect, this should have been a MOZ_NON_OWNING_REF. Thanks for making me look closer at it :).
I'll push an updated patch.
Flags: needinfo?(michael)
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → michael
Assignee | ||
Comment 4•10 years ago
|
||
Attachment #8609019 -
Attachment is obsolete: true
Attachment #8609019 -
Flags: review?(dbaron)
Attachment #8612320 -
Flags: review?(dbaron)
Comment on attachment 8612320 [details] [diff] [review]
Make nsPresContext::mLinkHandler a smart pointer
Please fix the commit message and the bug summary to reflect that
you're now marking it MOZ_NON_OWNING_REF.
r=dbaron
Attachment #8612320 -
Flags: review?(dbaron) → review+
Assignee | ||
Comment 6•10 years ago
|
||
Oops commit message
Attachment #8612320 -
Attachment is obsolete: true
Assignee | ||
Updated•10 years ago
|
Keywords: checkin-needed
Summary: Make nsPresContext::mLinkHandler a smart pointer → Mark nsPresContext::mLinkHandler as MOZ_NON_OWNING_REF
Keywords: checkin-needed
Comment 8•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox41:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla41
You need to log in
before you can comment on or make changes to this bug.
Description
•