Backed out changeset 73e586b9f04f (bug 1109910) for bustage.

CLOSED TREE

--HG--
rename : netwerk/base/LoadInfo.cpp => docshell/base/LoadInfo.cpp
rename : netwerk/base/LoadInfo.h => docshell/base/LoadInfo.h
rename : netwerk/base/nsILoadInfo.idl => docshell/base/nsILoadInfo.idl
This commit is contained in:
Ryan VanderMeulen 2015-02-18 11:57:57 -05:00
parent 1c3057e193
commit 126294da7d
6 changed files with 4 additions and 7 deletions

View File

@ -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 1109910 - Touch CLOBBER because moving an IDL caused build bustage
Bug 879861 - Touch CLOBBER because adding a new IDL is a crapshoot these days.

View File

@ -20,6 +20,7 @@ XPIDL_SOURCES += [
'nsIDownloadHistory.idl',
'nsIGlobalHistory2.idl',
'nsILoadContext.idl',
'nsILoadInfo.idl',
'nsIPrivacyTransitionObserver.idl',
'nsIReflowObserver.idl',
'nsIRefreshURI.idl',
@ -44,10 +45,12 @@ EXPORTS += [
EXPORTS.mozilla += [
'IHistory.h',
'LoadContext.h',
'LoadInfo.h',
]
UNIFIED_SOURCES += [
'LoadContext.cpp',
'LoadInfo.cpp',
'nsAboutRedirector.cpp',
'nsDefaultURIFixup.cpp',
'nsDocShell.cpp',

View File

@ -53,7 +53,6 @@ XPIDL_SOURCES += [
'nsILoadContextInfo.idl',
'nsILoadGroup.idl',
'nsILoadGroupChild.idl',
'nsILoadInfo.idl',
'nsIMIMEInputStream.idl',
'nsIMultiPartChannel.idl',
'nsINestedURI.idl',
@ -153,10 +152,6 @@ EXPORTS += [
'nsURLParsers.h',
]
EXPORTS.mozilla += [
'LoadInfo.h',
]
EXPORTS.mozilla.net += [
'ChannelDiverterChild.h',
'ChannelDiverterParent.h',
@ -179,7 +174,6 @@ UNIFIED_SOURCES += [
'Dashboard.cpp',
'EventTokenBucket.cpp',
'LoadContextInfo.cpp',
'LoadInfo.cpp',
'NetworkActivityMonitor.cpp',
'nsAsyncRedirectVerifyHelper.cpp',
'nsAsyncStreamCopier.cpp',