Closed
Bug 1020301
Opened 12 years ago
Closed 8 years ago
Replace uses of RefPtr in content/media by nsRefPtr
Categories
(Core :: Audio/Video: Playback, defect)
Tracking
()
RESOLVED
INACTIVE
People
(Reporter: padenot, Unassigned)
Details
Existing uses can be found by this query [1].
It should not be too hard, just a matter of renaming the classes.
[1]: http://dxr.mozilla.org/mozilla-central/search?q=type-ref%3ARefPtr+path%3Acontent%2Fmedia&case=false
Comment 1•12 years ago
|
||
Also the related TemporaryRef, which is a little tricker because the semantics are not identical to the nsRefPtr equivalent.
http://dxr.mozilla.org/mozilla-central/search?q=TemporaryRef+path%3Acontent%2Fmedia&case=true
And probably RefCounted too? There's only one of those, fortunately.
Updated•10 years ago
|
Component: Audio/Video → Audio/Video: Playback
Comment 2•8 years ago
|
||
Mass closing do to inactivity.
Feel free to re-open if still needed.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INACTIVE
You need to log in
before you can comment on or make changes to this bug.
Description
•