Closed
Bug 1920972
Opened 6 months ago
Closed 4 months ago
Allow CC traversal and Unlink on Watchable<T>
Categories
(Core :: XPCOM, task)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
134 Branch
Tracking | Status | |
---|---|---|
firefox134 | --- | fixed |
People
(Reporter: pehrsons, Assigned: pehrsons)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
Attachments
(4 files)
No description provided.
Assignee | ||
Comment 1•5 months ago
|
||
Assignee | ||
Comment 2•5 months ago
|
||
For traversing an object that wraps a RefPtr and allows setting a new (copied)
value, but only has a const getter, like Canonical<RefPtr<T>> from
StateMirroring.h and Watchable<RefPtr<T>> from StateWatching.h.
Assignee | ||
Comment 3•5 months ago
|
||
Assignee | ||
Comment 4•5 months ago
|
||
Pushed by pehrsons@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/ebf5000d094f
In Watchable, use perfect forwarding when assigning mValue. r=xpcom-reviewers,emilio
https://hg.mozilla.org/integration/autoland/rev/e6c7895ceb6b
Fix some int types in OmxDataDecoder. r=media-playback-reviewers,karlt
https://hg.mozilla.org/integration/autoland/rev/cba01a472465
Allow CC traversal of const RefPtr. r=glandium,jgilbert
https://hg.mozilla.org/integration/autoland/rev/e67110b40732
Allow CC traversal and unlink of Watchable<T>. r=xpcom-reviewers,emilio
https://hg.mozilla.org/mozilla-central/rev/ebf5000d094f
https://hg.mozilla.org/mozilla-central/rev/e6c7895ceb6b
https://hg.mozilla.org/mozilla-central/rev/cba01a472465
https://hg.mozilla.org/mozilla-central/rev/e67110b40732
Status: ASSIGNED → RESOLVED
Closed: 4 months ago
status-firefox134:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 134 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•