Closed Bug 1312856 Opened 8 years ago Closed 8 years ago

Remove nsISupportsArray usage from WindowWatcher

Categories

(Core :: DOM: Core & HTML, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla52
Tracking Status
firefox52 --- fixed

People

(Reporter: erahm, Assigned: erahm)

References

Details

Attachments

(1 file)

nsISupportsArray is deprecated. We can remove the usage in nsIWindowWatcher as nsISupportsArrays now implement nsIArray.
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)
Attachment #8804445 - Flags: review?(bugs) → review+
https://hg.mozilla.org/integration/mozilla-inbound/rev/c6cb7426a61f7960e86af5f525ed8e91779e968b
Bug 1312856 - Remove nsISupportsArray usage from WindowWatcher. r=smaug
https://hg.mozilla.org/mozilla-central/rev/c6cb7426a61f
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla52
Component: DOM → DOM: Core & HTML
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: