Bug 1129015, part 1 - Remove trailing whitespace in docshell. r=smaug

This commit is contained in:
Andrew McCreight
2015-02-04 15:15:12 -08:00
parent 815dc6b626
commit ebccdbc343
2 changed files with 251 additions and 251 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -118,7 +118,7 @@ public:
int32_t mDelay; int32_t mDelay;
bool mRepeat; bool mRepeat;
bool mMetaRefresh; bool mMetaRefresh;
protected: protected:
virtual ~nsRefreshTimer(); virtual ~nsRefreshTimer();
}; };
@@ -283,15 +283,15 @@ protected:
nsresult CreateAboutBlankContentViewer(nsIPrincipal* aPrincipal, nsresult CreateAboutBlankContentViewer(nsIPrincipal* aPrincipal,
nsIURI* aBaseURI, nsIURI* aBaseURI,
bool aTryToSaveOldPresentation = true); bool aTryToSaveOldPresentation = true);
nsresult CreateContentViewer(const char * aContentType, nsresult CreateContentViewer(const char * aContentType,
nsIRequest * request, nsIStreamListener ** aContentHandler); nsIRequest * request, nsIStreamListener ** aContentHandler);
nsresult NewContentViewerObj(const char * aContentType, nsresult NewContentViewerObj(const char * aContentType,
nsIRequest * request, nsILoadGroup * aLoadGroup, nsIRequest * request, nsILoadGroup * aLoadGroup,
nsIStreamListener ** aContentHandler, nsIContentViewer ** aViewer); nsIStreamListener ** aContentHandler, nsIContentViewer ** aViewer);
nsresult SetupNewViewer(nsIContentViewer * aNewViewer); nsresult SetupNewViewer(nsIContentViewer * aNewViewer);
void SetupReferrerFromChannel(nsIChannel * aChannel); void SetupReferrerFromChannel(nsIChannel * aChannel);
nsresult GetEldestPresContext(nsPresContext** aPresContext); nsresult GetEldestPresContext(nsPresContext** aPresContext);
// Get the principal that we'll set on the channel if we're inheriting. If // Get the principal that we'll set on the channel if we're inheriting. If
@@ -325,7 +325,7 @@ protected:
const nsAString &aSrcdoc, const nsAString &aSrcdoc,
nsIURI * baseURI, nsIURI * baseURI,
nsContentPolicyType aContentPolicyType); nsContentPolicyType aContentPolicyType);
nsresult AddHeadersToChannel(nsIInputStream * aHeadersData, nsresult AddHeadersToChannel(nsIInputStream * aHeadersData,
nsIChannel * aChannel); nsIChannel * aChannel);
nsresult DoChannelLoad(nsIChannel * aChannel, nsresult DoChannelLoad(nsIChannel * aChannel,
nsIURILoader * aURILoader, nsIURILoader * aURILoader,
@@ -650,12 +650,12 @@ protected:
// Method to get our current position and size without flushing // Method to get our current position and size without flushing
void DoGetPositionAndSize(int32_t * x, int32_t * y, int32_t * cx, void DoGetPositionAndSize(int32_t * x, int32_t * y, int32_t * cx,
int32_t * cy); int32_t * cy);
// Call this when a URI load is handed to us (via OnLinkClick or // Call this when a URI load is handed to us (via OnLinkClick or
// InternalLoad). This makes sure that we're not inside unload, or that if // InternalLoad). This makes sure that we're not inside unload, or that if
// we are it's still OK to load this URI. // we are it's still OK to load this URI.
bool IsOKToLoadURI(nsIURI* aURI); bool IsOKToLoadURI(nsIURI* aURI);
void ReattachEditorToWindow(nsISHEntry *aSHEntry); void ReattachEditorToWindow(nsISHEntry *aSHEntry);
nsCOMPtr<nsIDOMStorageManager> mSessionStorageManager; nsCOMPtr<nsIDOMStorageManager> mSessionStorageManager;
@@ -916,7 +916,7 @@ protected:
// presentation of the page, and to SetupNewViewer() that the old viewer // presentation of the page, and to SetupNewViewer() that the old viewer
// should be passed a SHEntry to save itself into. // should be passed a SHEntry to save itself into.
bool mSavingOldViewer; bool mSavingOldViewer;
// @see nsIDocShellHistory::createdDynamically // @see nsIDocShellHistory::createdDynamically
bool mDynamicallyCreated; bool mDynamicallyCreated;
#ifdef DEBUG #ifdef DEBUG
@@ -998,7 +998,7 @@ public:
explicit InterfaceRequestorProxy(nsIInterfaceRequestor* p); explicit InterfaceRequestorProxy(nsIInterfaceRequestor* p);
NS_DECL_THREADSAFE_ISUPPORTS NS_DECL_THREADSAFE_ISUPPORTS
NS_DECL_NSIINTERFACEREQUESTOR NS_DECL_NSIINTERFACEREQUESTOR
protected: protected:
virtual ~InterfaceRequestorProxy(); virtual ~InterfaceRequestorProxy();
InterfaceRequestorProxy() {} InterfaceRequestorProxy() {}