Closed
Bug 1038855
Opened 10 years ago
Closed 10 years ago
SharedMemoryBasic fields should use nsRefPtr
Categories
(Core :: IPC, defect)
Core
IPC
Tracking
()
RESOLVED
FIXED
mozilla33
People
(Reporter: mccr8, Assigned: mccr8)
References
Details
Attachments
(3 files)
(deleted),
patch
|
bjacob
:
review+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
bjacob
:
review+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
bjacob
:
review+
|
Details | Diff | Splinter Review |
SharedMemoryBasic inherits from SharedMemory, which is a refcounted class. CrossProcessMutex, CompositorChild::SharedFrameMetricsData and AsyncPanZoomController fail to do this.
Assignee | ||
Comment 1•10 years ago
|
||
This is all straightforward.
Attachment #8456521 -
Flags: review?(bjacob)
Assignee | ||
Comment 2•10 years ago
|
||
Attachment #8456522 -
Flags: review?(bjacob)
Assignee | ||
Comment 3•10 years ago
|
||
Attachment #8456523 -
Flags: review?(bjacob)
Assignee | ||
Comment 4•10 years ago
|
||
hmm I'll ditch the |mBuffer = nullptr;| in the second patch...
Updated•10 years ago
|
Attachment #8456521 -
Flags: review?(bjacob) → review+
Updated•10 years ago
|
Attachment #8456522 -
Flags: review?(bjacob) → review+
Updated•10 years ago
|
Attachment #8456523 -
Flags: review?(bjacob) → review+
Assignee | ||
Comment 5•10 years ago
|
||
Comment 6•10 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/f60bdae3c097
https://hg.mozilla.org/mozilla-central/rev/2bf6c098623d
https://hg.mozilla.org/mozilla-central/rev/74034d6b6ae6
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla33
You need to log in
before you can comment on or make changes to this bug.
Description
•