Closed
Bug 1618753
Opened 5 years ago
Closed 5 years ago
Replace nsAutoPtr usage in modules/ with UniquePtr
Categories
(Core :: Preferences: Backend, task)
Core
Preferences: Backend
Tracking
()
RESOLVED
FIXED
mozilla75
Tracking | Status | |
---|---|---|
firefox75 | --- | fixed |
People
(Reporter: erahm, Assigned: erahm)
References
Details
Attachments
(1 file)
This bug will track replacing usage of nsAutoPtr with UniquePtr in the modules/ directory. See bug 1610067, comment 0 for more details.
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → erahm
Status: NEW → ASSIGNED
Pushed by erahm@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5eae5c3e54bf
Remove nsAutoPtr usage from modules. r=KrisWright
Comment 3•5 years ago
|
||
Backed out for bustages on nsZipArchive.h
Backout link: https://hg.mozilla.org/integration/autoland/rev/d308f6bfecbc0b2fd5e234216952b159fa90f65d
Log link: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=291061642&repo=autoland&lineNumber=15120
Flags: needinfo?(erahm)
Assignee | ||
Comment 4•5 years ago
|
||
Looks like I need to add a missing mozilla::
namespace.
Flags: needinfo?(erahm)
Pushed by erahm@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ece914199f9d
Remove nsAutoPtr usage from modules. r=KrisWright
Comment 6•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox75:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla75
You need to log in
before you can comment on or make changes to this bug.
Description
•