mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 14:52:16 +00:00
Remove nsIDocumentloader, nsIDocumentLoaderObserver from the builds. These files are now
in the uriloader r=travis
This commit is contained in:
parent
bf0b2945cd
commit
cbb675dd1b
@ -7,8 +7,7 @@ nsIClipboardCommands.h
|
||||
nsIContentViewer.h
|
||||
nsIContentViewerContainer.h
|
||||
nsIDocStreamLoaderFactory.h
|
||||
nsIDocumentLoader.h
|
||||
nsIDocumentLoaderObserver.h
|
||||
nsIDocumentLoaderFactory.h
|
||||
nsILinkHandler.h
|
||||
nsIRefreshURI.h
|
||||
nsIUrlDispatcher.h
|
||||
|
@ -33,8 +33,7 @@ EXPORTS = \
|
||||
nsIContentViewer.h \
|
||||
nsIContentViewerContainer.h \
|
||||
nsIDocStreamLoaderFactory.h \
|
||||
nsIDocumentLoader.h \
|
||||
nsIDocumentLoaderObserver.h \
|
||||
nsIDocumentLoaderFactory.h \
|
||||
nsILinkHandler.h \
|
||||
nsIUrlDispatcher.h \
|
||||
nsIWebShell.h \
|
||||
|
@ -422,10 +422,6 @@ public:
|
||||
*/
|
||||
NS_IMETHOD GetHistoryState(nsISupports** aLayoutHistoryState) = 0;
|
||||
NS_IMETHOD SetHistoryState(nsISupports* aLayoutHistoryState) = 0;
|
||||
|
||||
NS_IMETHOD SetParentURIContentListener(nsIURIContentListener * aContentListener) = 0;
|
||||
NS_IMETHOD GetParentURIContentListener(nsIURIContentListener ** aContentListener) = 0;
|
||||
|
||||
};
|
||||
|
||||
extern "C" NS_WEB nsresult
|
||||
|
Loading…
Reference in New Issue
Block a user