gecko-dev/uriloader/base
mscott%netscape.com 9671270568 Bug #36221 --> throbber never stops when loading a frameset doc.
I was signaling the stop notification via a OnchildStatus in this scenario. We should always signal the start
and stop of documents as a status change even if a child is originating the change.
2000-04-18 21:39:09 +00:00
..
.cvsignore
Makefile.in
makefile.win
MANIFEST_IDL
nsCURILoader.idl
nsDocLoader.cpp Bug #36221 --> throbber never stops when loading a frameset doc. 2000-04-18 21:39:09 +00:00
nsDocLoader.h
nsIContentHandler.idl
nsIDocumentLoader.idl
nsIDocumentLoaderObserver.idl
nsIURIContentListener.idl
nsIURILoader.idl Removed the viewSource member and the GetStringForCommand as it is no longer used. 2000-04-11 23:52:37 +00:00
nsIWebProgress.idl Changed the Status flags to be transition flags rather than flat current state. This makes it easier to implement a listener. Otherwise you are forced to cache the last status and then determine transitions based on the deltas. 2000-04-04 02:45:32 +00:00
nsIWebProgressListener.idl
nsURILoader.cpp Bug #36218 --> fix ftp! We were unable to open the unknown content handler because we couldn't get 2000-04-18 20:41:38 +00:00
nsURILoader.h