canmove, Confirmed users, Bureaucrats and Sysops emeriti
1,334
edits
(→Proposed Obsolete API: nsAString) |
(→Proposed Obsolete API: NS_NewAtom) |
||
Line 21: | Line 21: | ||
* nsA[C]String | * nsA[C]String | ||
** use ns[C]Substring when nsA[C]String is not required by existing APIs (although it is still required by XPCOM interfaces) | ** use ns[C]Substring when nsA[C]String is not required by existing APIs (although it is still required by XPCOM interfaces) | ||
* NS_NewAtom, NS_NewPermanentAtom | |||
** use do_GetAtom, do_GetPermanentAtom instead |