Closed
Bug 1312856
Opened 8 years ago
Closed 8 years ago
Remove nsISupportsArray usage from WindowWatcher
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla52
Tracking | Status | |
---|---|---|
firefox52 | --- | fixed |
People
(Reporter: erahm, Assigned: erahm)
References
Details
Attachments
(1 file)
4.49 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
nsISupportsArray is deprecated. We can remove the usage in nsIWindowWatcher as nsISupportsArrays now implement nsIArray.
Assignee | ||
Comment 1•8 years ago
|
||
WindowWatcher currently supports either an nsISupportsArray, an nsIArray, or a raw nsISupports instance for its arguments param. nsSupportsArray, the concrete class behind nsISupportsArray/nsICollection, now implements nsIArray so we can remove the nsISupportsArray code path. MozReview-Commit-ID: 1LWrSROASKe
Attachment #8804445 -
Flags: review?(bugs)
Updated•8 years ago
|
Attachment #8804445 -
Flags: review?(bugs) → review+
Assignee | ||
Comment 2•8 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/c6cb7426a61f7960e86af5f525ed8e91779e968b Bug 1312856 - Remove nsISupportsArray usage from WindowWatcher. r=smaug
Comment 3•8 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/c6cb7426a61f
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox52:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla52
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•