Closed
Bug 821408
Opened 13 years ago
Closed 13 years ago
Remove a couple of uses of nsISupportsArray.ElementAt
Categories
(MailNews Core :: Backend, defect)
MailNews Core
Backend
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 20.0
People
(Reporter: standard8, Assigned: standard8)
References
Details
Attachments
(1 file)
|
2.01 KB,
patch
|
neil
:
review+
|
Details | Diff | Splinter Review |
Bug 820182 is making nsISupportsArray.ElementAt go away.
I found two instances of it in mailnews, so lets kill those whilst we're not in a rush.
One is in the rdf datasources, and we can just adapt for it (replacing nsISupportsArray isn't practical there yet), and the other one is also a reasonable size replacement, so in that case, we'll just make it easier for when we get to that bug.
| Assignee | ||
Comment 1•13 years ago
|
||
Attachment #691913 -
Flags: review?(neil)
Comment 2•13 years ago
|
||
Comment on attachment 691913 [details] [diff] [review]
The fix
(I'm not even sure whether we're still using the RDF command mechanism.)
Attachment #691913 -
Flags: review?(neil) → review+
| Assignee | ||
Comment 3•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 20.0
You need to log in
before you can comment on or make changes to this bug.
Description
•