32
edits
m (Reverted edit of Mpb7628, changed back to last version by Pettay) |
m (→Obsolete API: fix bug links) |
||
Line 7: | Line 7: | ||
** FileSpec has various issues, including being limited to the system character set for filenames. <!-- more? --> | ** FileSpec has various issues, including being limited to the system character set for filenames. <!-- more? --> | ||
** Use nsIFile/nsILocalFile/nsILocalFile{In,Out}putStream | ** Use nsIFile/nsILocalFile/nsILocalFile{In,Out}putStream | ||
** https://bugzilla.mozilla.org/show_bug.cgi?id=38122 | ** [https://bugzilla.mozilla.org/show_bug.cgi?id=38122 Bug 38122] | ||
* nsIPref | * nsIPref | ||
** Use nsIPrefService/nsIPrefBranch/nsIPrefBranch2 | ** Use nsIPrefService/nsIPrefBranch/nsIPrefBranch2 | ||
** https://bugzilla.mozilla.org/show_bug.cgi?id=175193 | ** [https://bugzilla.mozilla.org/show_bug.cgi?id=175193 Bug 175193] | ||
* ns(I)SupportsArray, nsIEnumerator | * ns(I)SupportsArray, nsIEnumerator | ||
** nsSupportsArray is very inefficient and has a bad API | ** nsSupportsArray is very inefficient and has a bad API |
edits