bug 789919, (snow-white) make addref/release of CCable objects faster by removing indirect refcnt increase/decrease, r=mccr8, test changes r=ehsan

This commit is contained in:
Olli Pettay
2013-07-09 13:30:58 -04:00
parent 447d42c856
commit b734d7bc01
50 changed files with 666 additions and 340 deletions

View File

@@ -89,9 +89,11 @@ static const XPCOMFunctions kFrozenFunctions = {
&NS_CStringSetIsVoid,
&NS_CStringGetIsVoid,
// these functions were added post 1.9
&NS_CycleCollectorSuspect2,
nullptr
// these functions were added post 1.9, but then made obsolete
nullptr,
nullptr,
&NS_CycleCollectorSuspect3,
};
EXPORT_XPCOM_API(nsresult)