Bug 1046022 - fix LoadURI to not let people load anything inside onbeforeunload, r=bz
This commit is contained in:
@@ -521,8 +521,9 @@ protected:
|
||||
const char16_t *aDescription,
|
||||
const char *aCSSClass,
|
||||
nsIChannel* aFailedChannel);
|
||||
bool IsNavigationAllowed(bool aDisplayPrintErrorDialog = true);
|
||||
bool IsPrintingOrPP(bool aDisplayErrorDialog = true);
|
||||
bool IsNavigationAllowed(bool aDisplayPrintErrorDialog = true,
|
||||
bool aCheckIfUnloadFired = true);
|
||||
|
||||
nsresult SetBaseUrlForWyciwyg(nsIContentViewer * aContentViewer);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user