mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-11 10:08:41 +00:00
CLOSED TREE - Bug 1109910 - Move LoadInfo from docShell into Necko (r=sicking,sworkman)
--HG-- rename : docshell/base/LoadInfo.cpp => netwerk/base/LoadInfo.cpp rename : docshell/base/LoadInfo.h => netwerk/base/LoadInfo.h rename : docshell/base/nsILoadInfo.idl => netwerk/base/nsILoadInfo.idl
This commit is contained in:
parent
cd9b02cc35
commit
1c3057e193
2
CLOBBER
2
CLOBBER
@ -22,4 +22,4 @@
|
||||
# changes to stick? As of bug 928195, this shouldn't be necessary! Please
|
||||
# don't change CLOBBER for WebIDL changes any more.
|
||||
|
||||
Bug 879861 - Touch CLOBBER because adding a new IDL is a crapshoot these days.
|
||||
Bug 1109910 - Touch CLOBBER because moving an IDL caused build bustage
|
||||
|
@ -20,7 +20,6 @@ XPIDL_SOURCES += [
|
||||
'nsIDownloadHistory.idl',
|
||||
'nsIGlobalHistory2.idl',
|
||||
'nsILoadContext.idl',
|
||||
'nsILoadInfo.idl',
|
||||
'nsIPrivacyTransitionObserver.idl',
|
||||
'nsIReflowObserver.idl',
|
||||
'nsIRefreshURI.idl',
|
||||
@ -45,12 +44,10 @@ EXPORTS += [
|
||||
EXPORTS.mozilla += [
|
||||
'IHistory.h',
|
||||
'LoadContext.h',
|
||||
'LoadInfo.h',
|
||||
]
|
||||
|
||||
UNIFIED_SOURCES += [
|
||||
'LoadContext.cpp',
|
||||
'LoadInfo.cpp',
|
||||
'nsAboutRedirector.cpp',
|
||||
'nsDefaultURIFixup.cpp',
|
||||
'nsDocShell.cpp',
|
||||
|
@ -53,6 +53,7 @@ XPIDL_SOURCES += [
|
||||
'nsILoadContextInfo.idl',
|
||||
'nsILoadGroup.idl',
|
||||
'nsILoadGroupChild.idl',
|
||||
'nsILoadInfo.idl',
|
||||
'nsIMIMEInputStream.idl',
|
||||
'nsIMultiPartChannel.idl',
|
||||
'nsINestedURI.idl',
|
||||
@ -152,6 +153,10 @@ EXPORTS += [
|
||||
'nsURLParsers.h',
|
||||
]
|
||||
|
||||
EXPORTS.mozilla += [
|
||||
'LoadInfo.h',
|
||||
]
|
||||
|
||||
EXPORTS.mozilla.net += [
|
||||
'ChannelDiverterChild.h',
|
||||
'ChannelDiverterParent.h',
|
||||
@ -174,6 +179,7 @@ UNIFIED_SOURCES += [
|
||||
'Dashboard.cpp',
|
||||
'EventTokenBucket.cpp',
|
||||
'LoadContextInfo.cpp',
|
||||
'LoadInfo.cpp',
|
||||
'NetworkActivityMonitor.cpp',
|
||||
'nsAsyncRedirectVerifyHelper.cpp',
|
||||
'nsAsyncStreamCopier.cpp',
|
||||
|
Loading…
x
Reference in New Issue
Block a user