Closed
Bug 1644642
Opened 5 years ago
Closed 5 years ago
Simplify Erase function in Hashstore.cpp
Categories
(Toolkit :: Safe Browsing, task)
Toolkit
Safe Browsing
Tracking
()
RESOLVED
FIXED
mozilla79
Tracking | Status | |
---|---|---|
firefox79 | --- | fixed |
People
(Reporter: sg, Assigned: sg)
Details
Attachments
(2 files)
The Erase
function template in Hashstore.cpp is unnecessarily complicated, as there is a function in nsTArray_Impl
that does exactly the same, which can be called here.
Assignee | ||
Comment 1•5 years ago
|
||
Depends on D78249
Pushed by sgiesecke@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c96672fb6812
Use iterator-based RemoveElementsAt overload. r=gcp
Assignee | ||
Comment 3•5 years ago
|
||
Pushed by abutkovits@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f985274cf995
Fix ArrayType of nsTArray_Impl iterators. a=fix. CLOSED TREE
Comment 5•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/c96672fb6812
https://hg.mozilla.org/mozilla-central/rev/f985274cf995
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox79:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla79
You need to log in
before you can comment on or make changes to this bug.
Description
•