зеркало из https://github.com/mozilla/gecko-dev.git
Remove nsIDocumentloader, nsIDocumentLoaderObserver from the builds. These files are now
in the uriloader r=travis
This commit is contained in:
Родитель
bf0b2945cd
Коммит
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
|
||||
|
|
Загрузка…
Ссылка в новой задаче