Disables all link coloring lookups to the db. Wanted to run this on try, but it is not cooperating. There will be orange, but that's OK. This will be backed out shortly.

This commit is contained in:
Shawn Wilsher 2010-11-12 08:56:09 -08:00
Родитель d05b583e6c
Коммит 8a72a947c4
3 изменённых файлов: 3 добавлений и 0 удалений

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

@ -49,6 +49,7 @@ int
main(int aArgc,
char **aArgv)
{
return 0;
ScopedXPCOM xpcom(TEST_NAME);
for (size_t i = 0; i < NS_ARRAY_LENGTH(gTests); i++)

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

@ -79,6 +79,7 @@ public:
static nsresult Start(nsIURI* aURI)
{
NS_PRECONDITION(aURI, "Null URI");
return NS_OK;
#ifdef MOZ_IPC
// If we are a content process, always remote the request to the

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

@ -96,6 +96,7 @@ int
main(int aArgc,
char** aArgv)
{
return 0;
ScopedXPCOM xpcom(TEST_NAME);
do_test_pending();