Closed
Bug 1617898
Opened 5 years ago
Closed 5 years ago
Provide RemoveIf function on nsBaseHashtable
Categories
(Core :: XPCOM, task)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
mozilla75
Tracking | Status | |
---|---|---|
firefox75 | --- | fixed |
People
(Reporter: sg, Assigned: sg)
Details
Attachments
(1 file)
It would be convenient if nsBaseHashtable
(and its subclasses) provided a RemoveIf
(or similarly named) function that removes all entries matching some predicate (on its keys and/or values).
Assignee | ||
Comment 1•5 years ago
|
||
Pushed by sgiesecke@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/700203bb9084
Add nsBaseHashtable::RemoveIf function. r=froydnj
Comment 3•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
•