Open
Bug 1681031
Opened 4 years ago
Updated 2 years ago
[meta] replace idl nsISimpleEnumerator usage with Array<T> where appropriate in Thunderbird code
Categories
(MailNews Core :: General, task)
MailNews Core
General
Tracking
(Not tracked)
NEW
People
(Reporter: mkmelin, Assigned: benc)
References
(Depends on 1 open bug)
Details
(Keywords: meta)
+++ This bug was initially created as a clone of Bug #1583030 +++
nsISimpleEnumerator can do js iteration nowadays, but type safety is still not quite ensured or explicit.
We should replace the unwarranted usage of nsISimpleEnumerator with Array<T> where appropriate.
Reporter | ||
Updated•4 years ago
|
Assignee | ||
Updated•4 years ago
|
Assignee: nobody → benc
Reporter | ||
Updated•4 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
•