Fixing potential bustage in access-builtin, inspector, and transformiix (adding REQUIRES, adding newlines, etc.) so they can be added to --with-extensions=all. r=cls@seawood.org sr=hewitt@netscape.com b=75924

This commit is contained in:
dbaron%fas.harvard.edu 2006-05-17 02:21:51 +00:00
Родитель 3aacc14534
Коммит ec46b46823
5 изменённых файлов: 5 добавлений и 4 удалений

Просмотреть файл

@ -29,6 +29,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE=inspector
LIBRARY_NAME=inspector_s
SHORT_LIBNAME=inspector_s
REQUIRES=xpcom string dom rdf rdfutil layout js widget locale gfx2 necko docshell view uriloader timer
CPPSRCS= \
nsDOMDSResource.cpp \

Просмотреть файл

@ -357,4 +357,4 @@ inCSSValueSearch::EqualizeURL(nsAutoString* aURL)
}
return NS_OK;
}
}

Просмотреть файл

@ -635,4 +635,4 @@ inFileSearch::CountDirectoryDepth(nsIFile* aDir, PRUint32* aDepth)
}
return NS_OK;
}
}

Просмотреть файл

@ -179,4 +179,4 @@ inFlasher::GetPresShellFor(nsISupports* aThing)
docShell->GetPresShell(&presShell);
return presShell;
}
}

Просмотреть файл

@ -73,4 +73,4 @@ inSearchLoop::TimerCallback(nsITimer *aTimer, void *aClosure)
{
inSearchLoop* loop = (inSearchLoop*) aClosure;
loop->Step();
}
}