308
edits
Line 19: | Line 19: | ||
* nsStringArray, nsCStringArray | * nsStringArray, nsCStringArray | ||
** Malloc-happy | ** Malloc-happy | ||
** Use <nowiki>nsTArray< | ** Use <nowiki>nsTArray<nsC?String></nowiki> if possible. | ||
* nsHashtable | * nsHashtable | ||
** Non-typesafe wrapper around pldhash. | ** Non-typesafe wrapper around pldhash. | ||
** Use one of the hashtables in [http://www.mozilla.org/projects/xpcom/hashtable-guide.html The Mozilla Hashtable Guide] | ** Use one of the hashtables in [http://www.mozilla.org/projects/xpcom/hashtable-guide.html The Mozilla Hashtable Guide] | ||
* nsIBox | |||
** This is now just a typedef for nsIFrame. | |||
= Proposed Obsolete API = | = Proposed Obsolete API = |
edits