Closed
Bug 2045352
Opened 3 months ago
Closed 3 months ago
For functions that take `already_AddRefed<T>&&`, change to `already_AddRefed<T>` (pass by value instead of by rvalue reference), to force an ownership-transfer into the function (in image/)
Categories
(Core :: Graphics: ImageLib, task)
Core
Graphics: ImageLib
Tracking
()
RESOLVED
FIXED
154 Branch
| Tracking | Status | |
|---|---|---|
| firefox154 | --- | fixed |
People
(Reporter: dholbert, Assigned: dholbert)
References
Details
Attachments
(1 file)
See bug 2044510 comment 0 for explanation/justification.
This bug is about image/, for patch https://phabricator.services.mozilla.com/D304366 (which I'm spinning off to a followup so that the already-reviewed bulk of the patch stack in bug 2044510 can land).
| Assignee | ||
Updated•3 months ago
|
Type: defect → task
| Assignee | ||
Comment 1•3 months ago
|
||
Updated•3 months ago
|
Assignee: nobody → dholbert
Status: NEW → ASSIGNED
Pushed by dholbert@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/5d349da448bb
https://hg.mozilla.org/integration/autoland/rev/7db287d62371
Pass already_AddRefed types by-value instead of by rvalue reference, in image/. r=aosmond
Status: ASSIGNED → RESOLVED
Closed: 3 months ago
status-firefox154:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 154 Branch
Updated•1 month ago
|
QA Whiteboard: [qa-triage-done-c155/b154]
You need to log in
before you can comment on or make changes to this bug.
Description
•