1. Keep up with interface change in nsIDocumentLoaderObserver.

2. Fix lots of bugs.
3. Implement Entities and Notations.


git-svn-id: svn://10.0.0.236/trunk@44160 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
akhil.arora%sun.com
1999-08-23 19:27:48 +00:00
parent 79155b8a2f
commit 419d2df4df
17 changed files with 629 additions and 22 deletions

View File

@@ -23,10 +23,11 @@ class nsJavaDOMImpl : public nsIJavaDOM {
NS_IMETHOD OnEndDocumentLoad(nsIDocumentLoader* loader,
#ifdef NECKO
nsIChannel* channel,
nsresult aStatus,
#else
nsIURI* aURL,
#endif
PRInt32 aStatus,
#endif
nsIDocumentLoaderObserver* aObserver);
NS_IMETHOD OnStartURLLoad(nsIDocumentLoader* loader,
@@ -58,10 +59,11 @@ class nsJavaDOMImpl : public nsIJavaDOM {
NS_IMETHOD OnEndURLLoad(nsIDocumentLoader* loader,
#ifdef NECKO
nsIChannel* channel,
nsresult aStatus);
#else
nsIURI* aURL,
#endif
PRInt32 aStatus);
#endif
NS_IMETHOD HandleUnknownContentType(nsIDocumentLoader* loader,
#ifdef NECKO