Closed
Bug 1492272
Opened 7 years ago
Closed 7 years ago
Get rid of Begin/EndWriting(iterator&) string functions
Categories
(Core :: XPCOM, enhancement)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
mozilla64
| Tracking | Status | |
|---|---|---|
| firefox64 | --- | fixed |
People
(Reporter: erahm, Assigned: erahm)
References
Details
Attachments
(1 file)
|
2.30 KB,
patch
|
froydnj
:
review+
|
Details | Diff | Splinter Review |
This removes the rarely used and somewhat odd
`iterator& BeginWriting/EndWriting(iterator&)` functions that take an iterator
as an in/out param and then return it.
| Assignee | ||
Comment 1•7 years ago
|
||
Attachment #9010062 -
Flags: review?(nfroyd)
Updated•7 years ago
|
Attachment #9010062 -
Flags: review?(nfroyd) → review+
Pushed by erahm@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/ee1700007d08
Get rid of Begin/EndWriting(iterator&) string functions. r=froydnj
Comment 3•7 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
Updated•5 years ago
|
Component: String → XPCOM
You need to log in
before you can comment on or make changes to this bug.
Description
•