Closed
Bug 1486147
Opened 7 years ago
Closed 7 years ago
Support JS iterator protocol for nsIStringEnumerator
Categories
(Core :: XPConnect, enhancement, P3)
Core
XPConnect
Tracking
()
RESOLVED
FIXED
mozilla64
Tracking | Status | |
---|---|---|
firefox64 | --- | fixed |
People
(Reporter: kmag, Assigned: kmag)
References
(Depends on 1 open bug)
Details
Attachments
(3 files)
This is similar to bug 1484496, but for string enumerators.
Assignee | ||
Comment 1•7 years ago
|
||
Assignee | ||
Comment 2•7 years ago
|
||
Assignee | ||
Comment 3•7 years ago
|
||
Comment 4•7 years ago
|
||
Comment on attachment 9003933 [details]
Bug 1486147: Part 1 - Add JS iterator support to nsIStringEnumerator. r=mccr8
Andrew McCreight (busy) [:mccr8] has approved the revision.
Attachment #9003933 -
Flags: review+
Comment 5•7 years ago
|
||
Comment on attachment 9003935 [details]
Bug 1486147: Part 3 - Remove unused XPCOMUtils.IterStringEnumerator method. r=mccr8
Andrew McCreight (busy) [:mccr8] has approved the revision.
Attachment #9003935 -
Flags: review+
Comment 6•7 years ago
|
||
Comment on attachment 9003934 [details]
Bug 1486147: Part 2 - Update JS string enumerator callers to use JS iteration. r=mccr8
Andrew McCreight (busy) [:mccr8] has approved the revision.
Attachment #9003934 -
Flags: review+
Updated•7 years ago
|
Priority: -- → P3
Assignee | ||
Comment 7•7 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/907a2b49e060213565f65c7b8b4ab4308b0ab93c
Bug 1486147: Part 1 - Add JS iterator support to nsIStringEnumerator. r=mccr8
https://hg.mozilla.org/integration/mozilla-inbound/rev/1428736314cc5c257ca832faae48d5e1ecb60cea
Bug 1486147: Part 2 - Update JS string enumerator callers to use JS iteration. r=mccr8
https://hg.mozilla.org/integration/mozilla-inbound/rev/42f981be8b3cf6794d8239000011e1725aaf7e3e
Bug 1486147: Part 3 - Remove unused XPCOMUtils.IterStringEnumerator method. r=mccr8
Assignee | ||
Comment 8•7 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/5f1704e88fa79ad4156497de208c87c58a228ca2
Bug 1486147: Follow-up: Fix missing QueryInterface entries. r=bustage
Comment 9•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/907a2b49e060
https://hg.mozilla.org/mozilla-central/rev/1428736314cc
https://hg.mozilla.org/mozilla-central/rev/42f981be8b3c
https://hg.mozilla.org/mozilla-central/rev/5f1704e88fa7
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
You need to log in
before you can comment on or make changes to this bug.
Description
•