Open
Bug 1509980
Opened 6 years ago
Updated 2 years ago
Replace uses of NS_NewArrayEnumerator with Array<T> when possible
Categories
(Core :: XPCOM, enhancement, P3)
Core
XPCOM
Tracking
()
NEW
People
(Reporter: nika, Unassigned, Mentored)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
In some places we currently create nsISimpleEnumerator objects directly from arrays, rather than using the new XPIDL `Array<T>` type. These uses should ideally be moved over for performance and reader clarity.
Reporter | ||
Updated•6 years ago
|
Priority: -- → P3
Updated•5 years ago
|
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•