Closed
Bug 1835177
Opened 2 years ago
Closed 2 years ago
Modernize SVGAttrTearoffTable to use UniquePtr
Categories
(Core :: SVG, task)
Core
SVG
Tracking
()
RESOLVED
FIXED
115 Branch
Tracking | Status | |
---|---|---|
firefox115 | --- | fixed |
People
(Reporter: dholbert, Assigned: dholbert)
References
Details
Attachments
(1 file)
When looking at bug 1604498, I noticed that SVGAttrTearoffTable uses raw pointers and new
/ delete
.
We should modernize to use UniquePtr/MakeUnique there.
Assignee | ||
Comment 1•2 years ago
|
||
Pushed by dholbert@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e85ff01a1c5d
Modernize SVGAttrTearoffTable to use UniquePtr. r=boris
Comment 3•2 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox115:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 115 Branch
Comment 4•2 years ago
|
||
Backed out as requested.
Status: RESOLVED → REOPENED
status-firefox115:
fixed → ---
Flags: needinfo?(dholbert)
Resolution: FIXED → ---
Target Milestone: 115 Branch → ---
Updated•2 years ago
|
Attachment #9336014 -
Attachment description: Bug 1835177: Modernize SVGAttrTearoffTable to use UniquePtr. r?#layout-reviewers → Bug 1835177: Modernize SVGAttrTearoffTable to use StaticAutoPtr to manage deletion. r?#layout-reviewers
Assignee | ||
Comment 5•2 years ago
|
||
(In reply to Natalia Csoregi [:nataliaCs] from comment #4)
Backed out as requested.
Thanks! That addresses bug 1835996.
I've updated the patch to avoid that issue, and I'll re-land later on today (giving the metrics a chance to be updated, so we can confirm that they don't regress again).
Leaving needinfo open to remind me to re-land.
Pushed by dholbert@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b37ec4bc7ce4
Modernize SVGAttrTearoffTable to use StaticAutoPtr to manage deletion. r=boris
Comment 7•2 years ago
|
||
bugherder |
Status: REOPENED → RESOLVED
Closed: 2 years ago → 2 years ago
status-firefox115:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 115 Branch
Assignee | ||
Updated•2 years ago
|
Flags: needinfo?(dholbert)
You need to log in
before you can comment on or make changes to this bug.
Description
•