Confirmed users
716
edits
Line 11: | Line 11: | ||
** 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 | ||
* | * ns(I)SupportsArray, nsIEnumerator | ||
** nsSupportsArray is very inefficient and has a bad API | |||
** Use any of the arrays in [http://www.mozilla.org/projects/xpcom/array-guide.html The Mozilla Array Guide], or use nsTArray (which is missing from the guide) | ** Use any of the arrays in [http://www.mozilla.org/projects/xpcom/array-guide.html The Mozilla Array Guide], or use nsTArray (which is missing from the guide) | ||
= Proposed Obsolete API = | = Proposed Obsolete API = |