Gecko:Obsolete API: Difference between revisions

Line 19: Line 19:
* nsStringArray, nsCStringArray
* nsStringArray, nsCStringArray
** Malloc-happy
** Malloc-happy
** Use <nowiki>nsTArray<nsString></nowiki> if possible.
** 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 =
308

edits