This commit is contained in:
valeski%netscape.com 1999-06-27 16:36:48 +00:00
Родитель 4774c312e7
Коммит ce095de1af
2 изменённых файлов: 6 добавлений и 2 удалений

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

@ -49,10 +49,11 @@
#include "nsEscape.h"
#include "nsIPostToServer.h"
#include "nsIURL.h"
#ifdef NECKO
#include "nsNeckoUtil.h"
#else
#include "nsIPostToServer.h"
#endif // NECKO
#include "nsIBuffer.h"
#include "nsIInputStream.h"
@ -953,6 +954,7 @@ SearchDataSource::DoSearch(nsIRDFResource *source, nsIRDFResource *engine, nsStr
#endif // NECKO
if (NS_SUCCEEDED(rv))
{
#ifndef NECKO // XXX NECKO this is crucial to repair
if (method.EqualsIgnoreCase("post"))
{
// HTTP Post method support
@ -973,6 +975,7 @@ SearchDataSource::DoSearch(nsIRDFResource *source, nsIRDFResource *engine, nsStr
}
}
}
#endif // NECKO
SearchDataSourceCallback *callback = new SearchDataSourceCallback(mInner, source, engine);
if (nsnull != callback)

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

@ -60,8 +60,9 @@
#include "nsIURL.h"
#ifdef NECKO
#include "nsNeckoUtil.h"
#endif // NECKO
#else
#include "nsIURLGroup.h"
#endif // NECKO
#include "nsIViewManager.h"
#include "nsIXULContentSink.h"
#include "nsLayoutCID.h"