Bug 568691 part A - register static and binary components using data tables rather than programmatic nsIComponentRegistrar methods. This part contains the important needs-review bits of the change: part B contains the mechanical changes to each module in order to actually get a working build. Part C will contain changes necessary to register JS components from .manifest files

This commit is contained in:
Benjamin Smedberg
2010-06-10 14:11:11 -04:00
parent f845fed30a
commit 0e824d90bb
150 changed files with 2511 additions and 9343 deletions

View File

@@ -88,7 +88,7 @@ nsScriptableInputStream::Read(PRUint32 aCount, char **_retval) {
return NS_OK;
}
NS_METHOD
nsresult
nsScriptableInputStream::Create(nsISupports *aOuter, REFNSIID aIID, void **aResult) {
if (aOuter) return NS_ERROR_NO_AGGREGATION;