|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /proc/21585/root/usr/include/xulrunner-17.0.10/ |
Upload File : |
/*
* DO NOT EDIT. THIS FILE IS GENERATED FROM /builddir/build/BUILD/xulrunner-17.0.10/mozilla-esr17/docshell/base/nsIDocShell.idl
*/
#ifndef __gen_nsIDocShell_h__
#define __gen_nsIDocShell_h__
#ifndef __gen_nsISupports_h__
#include "nsISupports.h"
#endif
#ifndef __gen_nsIAtom_h__
#include "nsIAtom.h"
#endif
#include "jspubtd.h"
#include "mozilla/Assertions.h"
#include "mozilla/Util.h"
/* For IDL files that don't want to include root IDL files. */
#ifndef NS_NO_VTABLE
#define NS_NO_VTABLE
#endif
class nsPresContext;
class nsIPresShell;
struct JSContext;
class nsIURI; /* forward declaration */
class nsIChannel; /* forward declaration */
class nsIContentViewer; /* forward declaration */
class nsIURIContentListener; /* forward declaration */
class nsIDOMEventTarget; /* forward declaration */
class nsIDocShellLoadInfo; /* forward declaration */
class nsIWebNavigation; /* forward declaration */
class nsISimpleEnumerator; /* forward declaration */
class nsIInputStream; /* forward declaration */
class nsIRequest; /* forward declaration */
class nsISHEntry; /* forward declaration */
class nsILayoutHistoryState; /* forward declaration */
class nsISecureBrowserUI; /* forward declaration */
class nsIDOMStorage; /* forward declaration */
class nsIPrincipal; /* forward declaration */
class nsIWebBrowserPrint; /* forward declaration */
class nsIVariant; /* forward declaration */
class nsIPrivacyTransitionObserver; /* forward declaration */
/* starting interface: nsIDocShell */
#define NS_IDOCSHELL_IID_STR "9b283337-097d-4fa8-a2da-916318eaf828"
#define NS_IDOCSHELL_IID \
{0x9b283337, 0x097d, 0x4fa8, \
{ 0xa2, 0xda, 0x91, 0x63, 0x18, 0xea, 0xf8, 0x28 }}
class NS_NO_VTABLE nsIDocShell : public nsISupports {
public:
NS_DECLARE_STATIC_IID_ACCESSOR(NS_IDOCSHELL_IID)
/* [noscript] void loadURI (in nsIURI uri, in nsIDocShellLoadInfo loadInfo, in unsigned long aLoadFlags, in boolean firstParty); */
NS_IMETHOD LoadURI(nsIURI *uri, nsIDocShellLoadInfo *loadInfo, uint32_t aLoadFlags, bool firstParty) = 0;
/* [noscript] void loadStream (in nsIInputStream aStream, in nsIURI aURI, in ACString aContentType, in ACString aContentCharset, in nsIDocShellLoadInfo aLoadInfo); */
NS_IMETHOD LoadStream(nsIInputStream *aStream, nsIURI *aURI, const nsACString & aContentType, const nsACString & aContentCharset, nsIDocShellLoadInfo *aLoadInfo) = 0;
enum {
INTERNAL_LOAD_FLAGS_NONE = 0,
INTERNAL_LOAD_FLAGS_INHERIT_OWNER = 1,
INTERNAL_LOAD_FLAGS_DONT_SEND_REFERRER = 2,
INTERNAL_LOAD_FLAGS_ALLOW_THIRD_PARTY_FIXUP = 4,
INTERNAL_LOAD_FLAGS_FIRST_LOAD = 8,
INTERNAL_LOAD_FLAGS_BYPASS_CLASSIFIER = 16,
INTERNAL_LOAD_FLAGS_FORCE_ALLOW_COOKIES = 32
};
/* [noscript] void internalLoad (in nsIURI aURI, in nsIURI aReferrer, in nsISupports aOwner, in uint32_t aFlags, in wstring aWindowTarget, in string aTypeHint, in nsIInputStream aPostDataStream, in nsIInputStream aHeadersStream, in unsigned long aLoadFlags, in nsISHEntry aSHEntry, in boolean firstParty, out nsIDocShell aDocShell, out nsIRequest aRequest); */
NS_IMETHOD InternalLoad(nsIURI *aURI, nsIURI *aReferrer, nsISupports *aOwner, uint32_t aFlags, const PRUnichar * aWindowTarget, const char * aTypeHint, nsIInputStream *aPostDataStream, nsIInputStream *aHeadersStream, uint32_t aLoadFlags, nsISHEntry *aSHEntry, bool firstParty, nsIDocShell * *aDocShell, nsIRequest * *aRequest) = 0;
/* [implicit_jscontext] void addState (in nsIVariant aData, in DOMString aTitle, in DOMString aURL, in boolean aReplace); */
NS_IMETHOD AddState(nsIVariant *aData, const nsAString & aTitle, const nsAString & aURL, bool aReplace, JSContext* cx) = 0;
/* void createLoadInfo (out nsIDocShellLoadInfo loadInfo); */
NS_IMETHOD CreateLoadInfo(nsIDocShellLoadInfo * *loadInfo) = 0;
/* void prepareForNewContentModel (); */
NS_IMETHOD PrepareForNewContentModel(void) = 0;
/* void setCurrentURI (in nsIURI aURI); */
NS_IMETHOD SetCurrentURI(nsIURI *aURI) = 0;
/* [noscript] void firePageHideNotification (in boolean isUnload); */
NS_IMETHOD FirePageHideNotification(bool isUnload) = 0;
/* [noscript] readonly attribute nsPresContext presContext; */
NS_IMETHOD GetPresContext(nsPresContext **aPresContext) = 0;
/* [noscript] readonly attribute nsIPresShell presShell; */
NS_IMETHOD GetPresShell(nsIPresShell **aPresShell) = 0;
/* [noscript] readonly attribute nsIPresShell eldestPresShell; */
NS_IMETHOD GetEldestPresShell(nsIPresShell **aEldestPresShell) = 0;
/* readonly attribute nsIContentViewer contentViewer; */
NS_IMETHOD GetContentViewer(nsIContentViewer * *aContentViewer) = 0;
/* attribute nsIDOMEventTarget chromeEventHandler; */
NS_IMETHOD GetChromeEventHandler(nsIDOMEventTarget * *aChromeEventHandler) = 0;
NS_IMETHOD SetChromeEventHandler(nsIDOMEventTarget *aChromeEventHandler) = 0;
/* attribute boolean allowPlugins; */
NS_IMETHOD GetAllowPlugins(bool *aAllowPlugins) = 0;
NS_IMETHOD SetAllowPlugins(bool aAllowPlugins) = 0;
/* attribute boolean allowJavascript; */
NS_IMETHOD GetAllowJavascript(bool *aAllowJavascript) = 0;
NS_IMETHOD SetAllowJavascript(bool aAllowJavascript) = 0;
/* attribute boolean allowMetaRedirects; */
NS_IMETHOD GetAllowMetaRedirects(bool *aAllowMetaRedirects) = 0;
NS_IMETHOD SetAllowMetaRedirects(bool aAllowMetaRedirects) = 0;
/* attribute boolean allowSubframes; */
NS_IMETHOD GetAllowSubframes(bool *aAllowSubframes) = 0;
NS_IMETHOD SetAllowSubframes(bool aAllowSubframes) = 0;
/* attribute boolean allowImages; */
NS_IMETHOD GetAllowImages(bool *aAllowImages) = 0;
NS_IMETHOD SetAllowImages(bool aAllowImages) = 0;
/* attribute boolean allowDNSPrefetch; */
NS_IMETHOD GetAllowDNSPrefetch(bool *aAllowDNSPrefetch) = 0;
NS_IMETHOD SetAllowDNSPrefetch(bool aAllowDNSPrefetch) = 0;
/* attribute boolean allowWindowControl; */
NS_IMETHOD GetAllowWindowControl(bool *aAllowWindowControl) = 0;
NS_IMETHOD SetAllowWindowControl(bool aAllowWindowControl) = 0;
enum {
ENUMERATE_FORWARDS = 0,
ENUMERATE_BACKWARDS = 1
};
/* nsISimpleEnumerator getDocShellEnumerator (in long aItemType, in long aDirection); */
NS_IMETHOD GetDocShellEnumerator(int32_t aItemType, int32_t aDirection, nsISimpleEnumerator * *_retval) = 0;
enum {
APP_TYPE_UNKNOWN = 0U,
APP_TYPE_MAIL = 1U,
APP_TYPE_EDITOR = 2U
};
/* attribute unsigned long appType; */
NS_IMETHOD GetAppType(uint32_t *aAppType) = 0;
NS_IMETHOD SetAppType(uint32_t aAppType) = 0;
/* attribute boolean allowAuth; */
NS_IMETHOD GetAllowAuth(bool *aAllowAuth) = 0;
NS_IMETHOD SetAllowAuth(bool aAllowAuth) = 0;
/* attribute float zoom; */
NS_IMETHOD GetZoom(float *aZoom) = 0;
NS_IMETHOD SetZoom(float aZoom) = 0;
/* attribute long marginWidth; */
NS_IMETHOD GetMarginWidth(int32_t *aMarginWidth) = 0;
NS_IMETHOD SetMarginWidth(int32_t aMarginWidth) = 0;
/* attribute long marginHeight; */
NS_IMETHOD GetMarginHeight(int32_t *aMarginHeight) = 0;
NS_IMETHOD SetMarginHeight(int32_t aMarginHeight) = 0;
/* void tabToTreeOwner (in boolean forward, out boolean tookFocus); */
NS_IMETHOD TabToTreeOwner(bool forward, bool *tookFocus) = 0;
enum {
BUSY_FLAGS_NONE = 0U,
BUSY_FLAGS_BUSY = 1U,
BUSY_FLAGS_BEFORE_PAGE_LOAD = 2U,
BUSY_FLAGS_PAGE_LOADING = 4U,
LOAD_CMD_NORMAL = 1U,
LOAD_CMD_RELOAD = 2U,
LOAD_CMD_HISTORY = 4U,
LOAD_CMD_PUSHSTATE = 8U
};
/* readonly attribute unsigned long busyFlags; */
NS_IMETHOD GetBusyFlags(uint32_t *aBusyFlags) = 0;
/* attribute unsigned long loadType; */
NS_IMETHOD GetLoadType(uint32_t *aLoadType) = 0;
NS_IMETHOD SetLoadType(uint32_t aLoadType) = 0;
/* boolean isBeingDestroyed (); */
NS_IMETHOD IsBeingDestroyed(bool *_retval) = 0;
/* readonly attribute boolean isExecutingOnLoadHandler; */
NS_IMETHOD GetIsExecutingOnLoadHandler(bool *aIsExecutingOnLoadHandler) = 0;
/* attribute nsILayoutHistoryState layoutHistoryState; */
NS_IMETHOD GetLayoutHistoryState(nsILayoutHistoryState * *aLayoutHistoryState) = 0;
NS_IMETHOD SetLayoutHistoryState(nsILayoutHistoryState *aLayoutHistoryState) = 0;
/* readonly attribute boolean shouldSaveLayoutState; */
NS_IMETHOD GetShouldSaveLayoutState(bool *aShouldSaveLayoutState) = 0;
/* attribute nsISecureBrowserUI securityUI; */
NS_IMETHOD GetSecurityUI(nsISecureBrowserUI * *aSecurityUI) = 0;
NS_IMETHOD SetSecurityUI(nsISecureBrowserUI *aSecurityUI) = 0;
/* void suspendRefreshURIs (); */
NS_IMETHOD SuspendRefreshURIs(void) = 0;
/* void resumeRefreshURIs (); */
NS_IMETHOD ResumeRefreshURIs(void) = 0;
/* void beginRestore (in nsIContentViewer viewer, in boolean top); */
NS_IMETHOD BeginRestore(nsIContentViewer *viewer, bool top) = 0;
/* void finishRestore (); */
NS_IMETHOD FinishRestore(void) = 0;
/* readonly attribute boolean restoringDocument; */
NS_IMETHOD GetRestoringDocument(bool *aRestoringDocument) = 0;
/* attribute boolean useErrorPages; */
NS_IMETHOD GetUseErrorPages(bool *aUseErrorPages) = 0;
NS_IMETHOD SetUseErrorPages(bool aUseErrorPages) = 0;
/* readonly attribute long previousTransIndex; */
NS_IMETHOD GetPreviousTransIndex(int32_t *aPreviousTransIndex) = 0;
/* readonly attribute long loadedTransIndex; */
NS_IMETHOD GetLoadedTransIndex(int32_t *aLoadedTransIndex) = 0;
/* void historyPurged (in long numEntries); */
NS_IMETHOD HistoryPurged(int32_t numEntries) = 0;
/* nsIDOMStorage getSessionStorageForPrincipal (in nsIPrincipal principal, in DOMString documentURI, in boolean create); */
NS_IMETHOD GetSessionStorageForPrincipal(nsIPrincipal *principal, const nsAString & documentURI, bool create, nsIDOMStorage * *_retval) = 0;
/* void addSessionStorage (in nsIPrincipal principal, in nsIDOMStorage storage); */
NS_IMETHOD AddSessionStorage(nsIPrincipal *principal, nsIDOMStorage *storage) = 0;
/* void cloneSessionStoragesTo (in nsIDocShell docShell); */
NS_IMETHOD CloneSessionStoragesTo(nsIDocShell *docShell) = 0;
/* void clearSessionStorages (); */
NS_IMETHOD ClearSessionStorages(void) = 0;
/* readonly attribute nsIChannel currentDocumentChannel; */
NS_IMETHOD GetCurrentDocumentChannel(nsIChannel * *aCurrentDocumentChannel) = 0;
/* [noscript] void setChildOffset (in unsigned long offset); */
NS_IMETHOD SetChildOffset(uint32_t offset) = 0;
/* readonly attribute boolean isInUnload; */
NS_IMETHOD GetIsInUnload(bool *aIsInUnload) = 0;
/* readonly attribute boolean channelIsUnsafe; */
NS_IMETHOD GetChannelIsUnsafe(bool *aChannelIsUnsafe) = 0;
/* [noscript,notxpcom] void DetachEditorFromWindow (); */
NS_IMETHOD_(void) DetachEditorFromWindow(void) = 0;
/* attribute boolean isOffScreenBrowser; */
NS_IMETHOD GetIsOffScreenBrowser(bool *aIsOffScreenBrowser) = 0;
NS_IMETHOD SetIsOffScreenBrowser(bool aIsOffScreenBrowser) = 0;
/* readonly attribute nsIWebBrowserPrint printPreview; */
NS_IMETHOD GetPrintPreview(nsIWebBrowserPrint * *aPrintPreview) = 0;
/* readonly attribute boolean canExecuteScripts; */
NS_IMETHOD GetCanExecuteScripts(bool *aCanExecuteScripts) = 0;
/* attribute boolean isActive; */
NS_IMETHOD GetIsActive(bool *aIsActive) = 0;
NS_IMETHOD SetIsActive(bool aIsActive) = 0;
/* readonly attribute unsigned long long historyID; */
NS_IMETHOD GetHistoryID(uint64_t *aHistoryID) = 0;
/* attribute boolean isAppTab; */
NS_IMETHOD GetIsAppTab(bool *aIsAppTab) = 0;
NS_IMETHOD SetIsAppTab(bool aIsAppTab) = 0;
/* void createAboutBlankContentViewer (in nsIPrincipal aPrincipal); */
NS_IMETHOD CreateAboutBlankContentViewer(nsIPrincipal *aPrincipal) = 0;
/* attribute string charset; */
NS_IMETHOD GetCharset(char * *aCharset) = 0;
NS_IMETHOD SetCharset(const char * aCharset) = 0;
/* attribute nsIAtom forcedCharset; */
NS_IMETHOD GetForcedCharset(nsIAtom * *aForcedCharset) = 0;
NS_IMETHOD SetForcedCharset(nsIAtom *aForcedCharset) = 0;
/* attribute nsIAtom parentCharset; */
NS_IMETHOD GetParentCharset(nsIAtom * *aParentCharset) = 0;
NS_IMETHOD SetParentCharset(nsIAtom *aParentCharset) = 0;
/* attribute int32_t parentCharsetSource; */
NS_IMETHOD GetParentCharsetSource(int32_t *aParentCharsetSource) = 0;
NS_IMETHOD SetParentCharsetSource(int32_t aParentCharsetSource) = 0;
/* void addWeakPrivacyTransitionObserver (in nsIPrivacyTransitionObserver obs); */
NS_IMETHOD AddWeakPrivacyTransitionObserver(nsIPrivacyTransitionObserver *obs) = 0;
/* void setIsBrowserElement (); */
NS_IMETHOD SetIsBrowserElement(void) = 0;
/* [infallible] readonly attribute boolean isBrowserElement; */
NS_IMETHOD GetIsBrowserElement(bool *aIsBrowserElement) = 0;
inline bool GetIsBrowserElement()
{
bool result;
mozilla::DebugOnly<nsresult> rv = GetIsBrowserElement(&result);
MOZ_ASSERT(NS_SUCCEEDED(rv));
return result;
}
/* [infallible] readonly attribute boolean isApp; */
NS_IMETHOD GetIsApp(bool *aIsApp) = 0;
inline bool GetIsApp()
{
bool result;
mozilla::DebugOnly<nsresult> rv = GetIsApp(&result);
MOZ_ASSERT(NS_SUCCEEDED(rv));
return result;
}
/* [infallible] readonly attribute boolean isContentBoundary; */
NS_IMETHOD GetIsContentBoundary(bool *aIsContentBoundary) = 0;
inline bool GetIsContentBoundary()
{
bool result;
mozilla::DebugOnly<nsresult> rv = GetIsContentBoundary(&result);
MOZ_ASSERT(NS_SUCCEEDED(rv));
return result;
}
/* [infallible] readonly attribute boolean isInBrowserElement; */
NS_IMETHOD GetIsInBrowserElement(bool *aIsInBrowserElement) = 0;
inline bool GetIsInBrowserElement()
{
bool result;
mozilla::DebugOnly<nsresult> rv = GetIsInBrowserElement(&result);
MOZ_ASSERT(NS_SUCCEEDED(rv));
return result;
}
/* [infallible] readonly attribute boolean isInApp; */
NS_IMETHOD GetIsInApp(bool *aIsInApp) = 0;
inline bool GetIsInApp()
{
bool result;
mozilla::DebugOnly<nsresult> rv = GetIsInApp(&result);
MOZ_ASSERT(NS_SUCCEEDED(rv));
return result;
}
/* [infallible] readonly attribute boolean isBelowContentBoundary; */
NS_IMETHOD GetIsBelowContentBoundary(bool *aIsBelowContentBoundary) = 0;
inline bool GetIsBelowContentBoundary()
{
bool result;
mozilla::DebugOnly<nsresult> rv = GetIsBelowContentBoundary(&result);
MOZ_ASSERT(NS_SUCCEEDED(rv));
return result;
}
/* [noscript] void setAppId (in unsigned long appId); */
NS_IMETHOD SetAppId(uint32_t appId) = 0;
/* [infallible] readonly attribute unsigned long appId; */
NS_IMETHOD GetAppId(uint32_t *aAppId) = 0;
inline uint32_t GetAppId()
{
uint32_t result;
mozilla::DebugOnly<nsresult> rv = GetAppId(&result);
MOZ_ASSERT(NS_SUCCEEDED(rv));
return result;
}
/* readonly attribute bool asyncPanZoomEnabled; */
NS_IMETHOD GetAsyncPanZoomEnabled(bool *aAsyncPanZoomEnabled) = 0;
/* nsIDocShell getParentIgnoreBrowserFrame (); */
NS_IMETHOD GetParentIgnoreBrowserFrame(nsIDocShell * *_retval) = 0;
/* attribute unsigned long sandboxFlags; */
NS_IMETHOD GetSandboxFlags(uint32_t *aSandboxFlags) = 0;
NS_IMETHOD SetSandboxFlags(uint32_t aSandboxFlags) = 0;
/* [noscript,notxpcom] bool pluginsAllowedInCurrentDoc (); */
NS_IMETHOD_(bool) PluginsAllowedInCurrentDoc(void) = 0;
};
NS_DEFINE_STATIC_IID_ACCESSOR(nsIDocShell, NS_IDOCSHELL_IID)
/* Use this macro when declaring classes that implement this interface. */
#define NS_DECL_NSIDOCSHELL \
NS_IMETHOD LoadURI(nsIURI *uri, nsIDocShellLoadInfo *loadInfo, uint32_t aLoadFlags, bool firstParty); \
NS_IMETHOD LoadStream(nsIInputStream *aStream, nsIURI *aURI, const nsACString & aContentType, const nsACString & aContentCharset, nsIDocShellLoadInfo *aLoadInfo); \
NS_IMETHOD InternalLoad(nsIURI *aURI, nsIURI *aReferrer, nsISupports *aOwner, uint32_t aFlags, const PRUnichar * aWindowTarget, const char * aTypeHint, nsIInputStream *aPostDataStream, nsIInputStream *aHeadersStream, uint32_t aLoadFlags, nsISHEntry *aSHEntry, bool firstParty, nsIDocShell * *aDocShell, nsIRequest * *aRequest); \
NS_IMETHOD AddState(nsIVariant *aData, const nsAString & aTitle, const nsAString & aURL, bool aReplace, JSContext* cx); \
NS_IMETHOD CreateLoadInfo(nsIDocShellLoadInfo * *loadInfo); \
NS_IMETHOD PrepareForNewContentModel(void); \
NS_IMETHOD SetCurrentURI(nsIURI *aURI); \
NS_IMETHOD FirePageHideNotification(bool isUnload); \
NS_IMETHOD GetPresContext(nsPresContext **aPresContext); \
NS_IMETHOD GetPresShell(nsIPresShell **aPresShell); \
NS_IMETHOD GetEldestPresShell(nsIPresShell **aEldestPresShell); \
NS_IMETHOD GetContentViewer(nsIContentViewer * *aContentViewer); \
NS_IMETHOD GetChromeEventHandler(nsIDOMEventTarget * *aChromeEventHandler); \
NS_IMETHOD SetChromeEventHandler(nsIDOMEventTarget *aChromeEventHandler); \
NS_IMETHOD GetAllowPlugins(bool *aAllowPlugins); \
NS_IMETHOD SetAllowPlugins(bool aAllowPlugins); \
NS_IMETHOD GetAllowJavascript(bool *aAllowJavascript); \
NS_IMETHOD SetAllowJavascript(bool aAllowJavascript); \
NS_IMETHOD GetAllowMetaRedirects(bool *aAllowMetaRedirects); \
NS_IMETHOD SetAllowMetaRedirects(bool aAllowMetaRedirects); \
NS_IMETHOD GetAllowSubframes(bool *aAllowSubframes); \
NS_IMETHOD SetAllowSubframes(bool aAllowSubframes); \
NS_IMETHOD GetAllowImages(bool *aAllowImages); \
NS_IMETHOD SetAllowImages(bool aAllowImages); \
NS_IMETHOD GetAllowDNSPrefetch(bool *aAllowDNSPrefetch); \
NS_IMETHOD SetAllowDNSPrefetch(bool aAllowDNSPrefetch); \
NS_IMETHOD GetAllowWindowControl(bool *aAllowWindowControl); \
NS_IMETHOD SetAllowWindowControl(bool aAllowWindowControl); \
NS_IMETHOD GetDocShellEnumerator(int32_t aItemType, int32_t aDirection, nsISimpleEnumerator * *_retval); \
NS_IMETHOD GetAppType(uint32_t *aAppType); \
NS_IMETHOD SetAppType(uint32_t aAppType); \
NS_IMETHOD GetAllowAuth(bool *aAllowAuth); \
NS_IMETHOD SetAllowAuth(bool aAllowAuth); \
NS_IMETHOD GetZoom(float *aZoom); \
NS_IMETHOD SetZoom(float aZoom); \
NS_IMETHOD GetMarginWidth(int32_t *aMarginWidth); \
NS_IMETHOD SetMarginWidth(int32_t aMarginWidth); \
NS_IMETHOD GetMarginHeight(int32_t *aMarginHeight); \
NS_IMETHOD SetMarginHeight(int32_t aMarginHeight); \
NS_IMETHOD TabToTreeOwner(bool forward, bool *tookFocus); \
NS_IMETHOD GetBusyFlags(uint32_t *aBusyFlags); \
NS_IMETHOD GetLoadType(uint32_t *aLoadType); \
NS_IMETHOD SetLoadType(uint32_t aLoadType); \
NS_IMETHOD IsBeingDestroyed(bool *_retval); \
NS_IMETHOD GetIsExecutingOnLoadHandler(bool *aIsExecutingOnLoadHandler); \
NS_IMETHOD GetLayoutHistoryState(nsILayoutHistoryState * *aLayoutHistoryState); \
NS_IMETHOD SetLayoutHistoryState(nsILayoutHistoryState *aLayoutHistoryState); \
NS_IMETHOD GetShouldSaveLayoutState(bool *aShouldSaveLayoutState); \
NS_IMETHOD GetSecurityUI(nsISecureBrowserUI * *aSecurityUI); \
NS_IMETHOD SetSecurityUI(nsISecureBrowserUI *aSecurityUI); \
NS_IMETHOD SuspendRefreshURIs(void); \
NS_IMETHOD ResumeRefreshURIs(void); \
NS_IMETHOD BeginRestore(nsIContentViewer *viewer, bool top); \
NS_IMETHOD FinishRestore(void); \
NS_IMETHOD GetRestoringDocument(bool *aRestoringDocument); \
NS_IMETHOD GetUseErrorPages(bool *aUseErrorPages); \
NS_IMETHOD SetUseErrorPages(bool aUseErrorPages); \
NS_IMETHOD GetPreviousTransIndex(int32_t *aPreviousTransIndex); \
NS_IMETHOD GetLoadedTransIndex(int32_t *aLoadedTransIndex); \
NS_IMETHOD HistoryPurged(int32_t numEntries); \
NS_IMETHOD GetSessionStorageForPrincipal(nsIPrincipal *principal, const nsAString & documentURI, bool create, nsIDOMStorage * *_retval); \
NS_IMETHOD AddSessionStorage(nsIPrincipal *principal, nsIDOMStorage *storage); \
NS_IMETHOD CloneSessionStoragesTo(nsIDocShell *docShell); \
NS_IMETHOD ClearSessionStorages(void); \
NS_IMETHOD GetCurrentDocumentChannel(nsIChannel * *aCurrentDocumentChannel); \
NS_IMETHOD SetChildOffset(uint32_t offset); \
NS_IMETHOD GetIsInUnload(bool *aIsInUnload); \
NS_IMETHOD GetChannelIsUnsafe(bool *aChannelIsUnsafe); \
NS_IMETHOD_(void) DetachEditorFromWindow(void); \
NS_IMETHOD GetIsOffScreenBrowser(bool *aIsOffScreenBrowser); \
NS_IMETHOD SetIsOffScreenBrowser(bool aIsOffScreenBrowser); \
NS_IMETHOD GetPrintPreview(nsIWebBrowserPrint * *aPrintPreview); \
NS_IMETHOD GetCanExecuteScripts(bool *aCanExecuteScripts); \
NS_IMETHOD GetIsActive(bool *aIsActive); \
NS_IMETHOD SetIsActive(bool aIsActive); \
NS_IMETHOD GetHistoryID(uint64_t *aHistoryID); \
NS_IMETHOD GetIsAppTab(bool *aIsAppTab); \
NS_IMETHOD SetIsAppTab(bool aIsAppTab); \
NS_IMETHOD CreateAboutBlankContentViewer(nsIPrincipal *aPrincipal); \
NS_IMETHOD GetCharset(char * *aCharset); \
NS_IMETHOD SetCharset(const char * aCharset); \
NS_IMETHOD GetForcedCharset(nsIAtom * *aForcedCharset); \
NS_IMETHOD SetForcedCharset(nsIAtom *aForcedCharset); \
NS_IMETHOD GetParentCharset(nsIAtom * *aParentCharset); \
NS_IMETHOD SetParentCharset(nsIAtom *aParentCharset); \
NS_IMETHOD GetParentCharsetSource(int32_t *aParentCharsetSource); \
NS_IMETHOD SetParentCharsetSource(int32_t aParentCharsetSource); \
NS_IMETHOD AddWeakPrivacyTransitionObserver(nsIPrivacyTransitionObserver *obs); \
NS_IMETHOD SetIsBrowserElement(void); \
NS_IMETHOD GetIsBrowserElement(bool *aIsBrowserElement); \
NS_IMETHOD GetIsApp(bool *aIsApp); \
NS_IMETHOD GetIsContentBoundary(bool *aIsContentBoundary); \
NS_IMETHOD GetIsInBrowserElement(bool *aIsInBrowserElement); \
NS_IMETHOD GetIsInApp(bool *aIsInApp); \
NS_IMETHOD GetIsBelowContentBoundary(bool *aIsBelowContentBoundary); \
NS_IMETHOD SetAppId(uint32_t appId); \
NS_IMETHOD GetAppId(uint32_t *aAppId); \
NS_IMETHOD GetAsyncPanZoomEnabled(bool *aAsyncPanZoomEnabled); \
NS_IMETHOD GetParentIgnoreBrowserFrame(nsIDocShell * *_retval); \
NS_IMETHOD GetSandboxFlags(uint32_t *aSandboxFlags); \
NS_IMETHOD SetSandboxFlags(uint32_t aSandboxFlags); \
NS_IMETHOD_(bool) PluginsAllowedInCurrentDoc(void);
/* Use this macro to declare functions that forward the behavior of this interface to another object. */
#define NS_FORWARD_NSIDOCSHELL(_to) \
NS_IMETHOD LoadURI(nsIURI *uri, nsIDocShellLoadInfo *loadInfo, uint32_t aLoadFlags, bool firstParty) { return _to LoadURI(uri, loadInfo, aLoadFlags, firstParty); } \
NS_IMETHOD LoadStream(nsIInputStream *aStream, nsIURI *aURI, const nsACString & aContentType, const nsACString & aContentCharset, nsIDocShellLoadInfo *aLoadInfo) { return _to LoadStream(aStream, aURI, aContentType, aContentCharset, aLoadInfo); } \
NS_IMETHOD InternalLoad(nsIURI *aURI, nsIURI *aReferrer, nsISupports *aOwner, uint32_t aFlags, const PRUnichar * aWindowTarget, const char * aTypeHint, nsIInputStream *aPostDataStream, nsIInputStream *aHeadersStream, uint32_t aLoadFlags, nsISHEntry *aSHEntry, bool firstParty, nsIDocShell * *aDocShell, nsIRequest * *aRequest) { return _to InternalLoad(aURI, aReferrer, aOwner, aFlags, aWindowTarget, aTypeHint, aPostDataStream, aHeadersStream, aLoadFlags, aSHEntry, firstParty, aDocShell, aRequest); } \
NS_IMETHOD AddState(nsIVariant *aData, const nsAString & aTitle, const nsAString & aURL, bool aReplace, JSContext* cx) { return _to AddState(aData, aTitle, aURL, aReplace, cx); } \
NS_IMETHOD CreateLoadInfo(nsIDocShellLoadInfo * *loadInfo) { return _to CreateLoadInfo(loadInfo); } \
NS_IMETHOD PrepareForNewContentModel(void) { return _to PrepareForNewContentModel(); } \
NS_IMETHOD SetCurrentURI(nsIURI *aURI) { return _to SetCurrentURI(aURI); } \
NS_IMETHOD FirePageHideNotification(bool isUnload) { return _to FirePageHideNotification(isUnload); } \
NS_IMETHOD GetPresContext(nsPresContext **aPresContext) { return _to GetPresContext(aPresContext); } \
NS_IMETHOD GetPresShell(nsIPresShell **aPresShell) { return _to GetPresShell(aPresShell); } \
NS_IMETHOD GetEldestPresShell(nsIPresShell **aEldestPresShell) { return _to GetEldestPresShell(aEldestPresShell); } \
NS_IMETHOD GetContentViewer(nsIContentViewer * *aContentViewer) { return _to GetContentViewer(aContentViewer); } \
NS_IMETHOD GetChromeEventHandler(nsIDOMEventTarget * *aChromeEventHandler) { return _to GetChromeEventHandler(aChromeEventHandler); } \
NS_IMETHOD SetChromeEventHandler(nsIDOMEventTarget *aChromeEventHandler) { return _to SetChromeEventHandler(aChromeEventHandler); } \
NS_IMETHOD GetAllowPlugins(bool *aAllowPlugins) { return _to GetAllowPlugins(aAllowPlugins); } \
NS_IMETHOD SetAllowPlugins(bool aAllowPlugins) { return _to SetAllowPlugins(aAllowPlugins); } \
NS_IMETHOD GetAllowJavascript(bool *aAllowJavascript) { return _to GetAllowJavascript(aAllowJavascript); } \
NS_IMETHOD SetAllowJavascript(bool aAllowJavascript) { return _to SetAllowJavascript(aAllowJavascript); } \
NS_IMETHOD GetAllowMetaRedirects(bool *aAllowMetaRedirects) { return _to GetAllowMetaRedirects(aAllowMetaRedirects); } \
NS_IMETHOD SetAllowMetaRedirects(bool aAllowMetaRedirects) { return _to SetAllowMetaRedirects(aAllowMetaRedirects); } \
NS_IMETHOD GetAllowSubframes(bool *aAllowSubframes) { return _to GetAllowSubframes(aAllowSubframes); } \
NS_IMETHOD SetAllowSubframes(bool aAllowSubframes) { return _to SetAllowSubframes(aAllowSubframes); } \
NS_IMETHOD GetAllowImages(bool *aAllowImages) { return _to GetAllowImages(aAllowImages); } \
NS_IMETHOD SetAllowImages(bool aAllowImages) { return _to SetAllowImages(aAllowImages); } \
NS_IMETHOD GetAllowDNSPrefetch(bool *aAllowDNSPrefetch) { return _to GetAllowDNSPrefetch(aAllowDNSPrefetch); } \
NS_IMETHOD SetAllowDNSPrefetch(bool aAllowDNSPrefetch) { return _to SetAllowDNSPrefetch(aAllowDNSPrefetch); } \
NS_IMETHOD GetAllowWindowControl(bool *aAllowWindowControl) { return _to GetAllowWindowControl(aAllowWindowControl); } \
NS_IMETHOD SetAllowWindowControl(bool aAllowWindowControl) { return _to SetAllowWindowControl(aAllowWindowControl); } \
NS_IMETHOD GetDocShellEnumerator(int32_t aItemType, int32_t aDirection, nsISimpleEnumerator * *_retval) { return _to GetDocShellEnumerator(aItemType, aDirection, _retval); } \
NS_IMETHOD GetAppType(uint32_t *aAppType) { return _to GetAppType(aAppType); } \
NS_IMETHOD SetAppType(uint32_t aAppType) { return _to SetAppType(aAppType); } \
NS_IMETHOD GetAllowAuth(bool *aAllowAuth) { return _to GetAllowAuth(aAllowAuth); } \
NS_IMETHOD SetAllowAuth(bool aAllowAuth) { return _to SetAllowAuth(aAllowAuth); } \
NS_IMETHOD GetZoom(float *aZoom) { return _to GetZoom(aZoom); } \
NS_IMETHOD SetZoom(float aZoom) { return _to SetZoom(aZoom); } \
NS_IMETHOD GetMarginWidth(int32_t *aMarginWidth) { return _to GetMarginWidth(aMarginWidth); } \
NS_IMETHOD SetMarginWidth(int32_t aMarginWidth) { return _to SetMarginWidth(aMarginWidth); } \
NS_IMETHOD GetMarginHeight(int32_t *aMarginHeight) { return _to GetMarginHeight(aMarginHeight); } \
NS_IMETHOD SetMarginHeight(int32_t aMarginHeight) { return _to SetMarginHeight(aMarginHeight); } \
NS_IMETHOD TabToTreeOwner(bool forward, bool *tookFocus) { return _to TabToTreeOwner(forward, tookFocus); } \
NS_IMETHOD GetBusyFlags(uint32_t *aBusyFlags) { return _to GetBusyFlags(aBusyFlags); } \
NS_IMETHOD GetLoadType(uint32_t *aLoadType) { return _to GetLoadType(aLoadType); } \
NS_IMETHOD SetLoadType(uint32_t aLoadType) { return _to SetLoadType(aLoadType); } \
NS_IMETHOD IsBeingDestroyed(bool *_retval) { return _to IsBeingDestroyed(_retval); } \
NS_IMETHOD GetIsExecutingOnLoadHandler(bool *aIsExecutingOnLoadHandler) { return _to GetIsExecutingOnLoadHandler(aIsExecutingOnLoadHandler); } \
NS_IMETHOD GetLayoutHistoryState(nsILayoutHistoryState * *aLayoutHistoryState) { return _to GetLayoutHistoryState(aLayoutHistoryState); } \
NS_IMETHOD SetLayoutHistoryState(nsILayoutHistoryState *aLayoutHistoryState) { return _to SetLayoutHistoryState(aLayoutHistoryState); } \
NS_IMETHOD GetShouldSaveLayoutState(bool *aShouldSaveLayoutState) { return _to GetShouldSaveLayoutState(aShouldSaveLayoutState); } \
NS_IMETHOD GetSecurityUI(nsISecureBrowserUI * *aSecurityUI) { return _to GetSecurityUI(aSecurityUI); } \
NS_IMETHOD SetSecurityUI(nsISecureBrowserUI *aSecurityUI) { return _to SetSecurityUI(aSecurityUI); } \
NS_IMETHOD SuspendRefreshURIs(void) { return _to SuspendRefreshURIs(); } \
NS_IMETHOD ResumeRefreshURIs(void) { return _to ResumeRefreshURIs(); } \
NS_IMETHOD BeginRestore(nsIContentViewer *viewer, bool top) { return _to BeginRestore(viewer, top); } \
NS_IMETHOD FinishRestore(void) { return _to FinishRestore(); } \
NS_IMETHOD GetRestoringDocument(bool *aRestoringDocument) { return _to GetRestoringDocument(aRestoringDocument); } \
NS_IMETHOD GetUseErrorPages(bool *aUseErrorPages) { return _to GetUseErrorPages(aUseErrorPages); } \
NS_IMETHOD SetUseErrorPages(bool aUseErrorPages) { return _to SetUseErrorPages(aUseErrorPages); } \
NS_IMETHOD GetPreviousTransIndex(int32_t *aPreviousTransIndex) { return _to GetPreviousTransIndex(aPreviousTransIndex); } \
NS_IMETHOD GetLoadedTransIndex(int32_t *aLoadedTransIndex) { return _to GetLoadedTransIndex(aLoadedTransIndex); } \
NS_IMETHOD HistoryPurged(int32_t numEntries) { return _to HistoryPurged(numEntries); } \
NS_IMETHOD GetSessionStorageForPrincipal(nsIPrincipal *principal, const nsAString & documentURI, bool create, nsIDOMStorage * *_retval) { return _to GetSessionStorageForPrincipal(principal, documentURI, create, _retval); } \
NS_IMETHOD AddSessionStorage(nsIPrincipal *principal, nsIDOMStorage *storage) { return _to AddSessionStorage(principal, storage); } \
NS_IMETHOD CloneSessionStoragesTo(nsIDocShell *docShell) { return _to CloneSessionStoragesTo(docShell); } \
NS_IMETHOD ClearSessionStorages(void) { return _to ClearSessionStorages(); } \
NS_IMETHOD GetCurrentDocumentChannel(nsIChannel * *aCurrentDocumentChannel) { return _to GetCurrentDocumentChannel(aCurrentDocumentChannel); } \
NS_IMETHOD SetChildOffset(uint32_t offset) { return _to SetChildOffset(offset); } \
NS_IMETHOD GetIsInUnload(bool *aIsInUnload) { return _to GetIsInUnload(aIsInUnload); } \
NS_IMETHOD GetChannelIsUnsafe(bool *aChannelIsUnsafe) { return _to GetChannelIsUnsafe(aChannelIsUnsafe); } \
NS_IMETHOD_(void) DetachEditorFromWindow(void) { return _to DetachEditorFromWindow(); } \
NS_IMETHOD GetIsOffScreenBrowser(bool *aIsOffScreenBrowser) { return _to GetIsOffScreenBrowser(aIsOffScreenBrowser); } \
NS_IMETHOD SetIsOffScreenBrowser(bool aIsOffScreenBrowser) { return _to SetIsOffScreenBrowser(aIsOffScreenBrowser); } \
NS_IMETHOD GetPrintPreview(nsIWebBrowserPrint * *aPrintPreview) { return _to GetPrintPreview(aPrintPreview); } \
NS_IMETHOD GetCanExecuteScripts(bool *aCanExecuteScripts) { return _to GetCanExecuteScripts(aCanExecuteScripts); } \
NS_IMETHOD GetIsActive(bool *aIsActive) { return _to GetIsActive(aIsActive); } \
NS_IMETHOD SetIsActive(bool aIsActive) { return _to SetIsActive(aIsActive); } \
NS_IMETHOD GetHistoryID(uint64_t *aHistoryID) { return _to GetHistoryID(aHistoryID); } \
NS_IMETHOD GetIsAppTab(bool *aIsAppTab) { return _to GetIsAppTab(aIsAppTab); } \
NS_IMETHOD SetIsAppTab(bool aIsAppTab) { return _to SetIsAppTab(aIsAppTab); } \
NS_IMETHOD CreateAboutBlankContentViewer(nsIPrincipal *aPrincipal) { return _to CreateAboutBlankContentViewer(aPrincipal); } \
NS_IMETHOD GetCharset(char * *aCharset) { return _to GetCharset(aCharset); } \
NS_IMETHOD SetCharset(const char * aCharset) { return _to SetCharset(aCharset); } \
NS_IMETHOD GetForcedCharset(nsIAtom * *aForcedCharset) { return _to GetForcedCharset(aForcedCharset); } \
NS_IMETHOD SetForcedCharset(nsIAtom *aForcedCharset) { return _to SetForcedCharset(aForcedCharset); } \
NS_IMETHOD GetParentCharset(nsIAtom * *aParentCharset) { return _to GetParentCharset(aParentCharset); } \
NS_IMETHOD SetParentCharset(nsIAtom *aParentCharset) { return _to SetParentCharset(aParentCharset); } \
NS_IMETHOD GetParentCharsetSource(int32_t *aParentCharsetSource) { return _to GetParentCharsetSource(aParentCharsetSource); } \
NS_IMETHOD SetParentCharsetSource(int32_t aParentCharsetSource) { return _to SetParentCharsetSource(aParentCharsetSource); } \
NS_IMETHOD AddWeakPrivacyTransitionObserver(nsIPrivacyTransitionObserver *obs) { return _to AddWeakPrivacyTransitionObserver(obs); } \
NS_IMETHOD SetIsBrowserElement(void) { return _to SetIsBrowserElement(); } \
NS_IMETHOD GetIsBrowserElement(bool *aIsBrowserElement) { return _to GetIsBrowserElement(aIsBrowserElement); } \
NS_IMETHOD GetIsApp(bool *aIsApp) { return _to GetIsApp(aIsApp); } \
NS_IMETHOD GetIsContentBoundary(bool *aIsContentBoundary) { return _to GetIsContentBoundary(aIsContentBoundary); } \
NS_IMETHOD GetIsInBrowserElement(bool *aIsInBrowserElement) { return _to GetIsInBrowserElement(aIsInBrowserElement); } \
NS_IMETHOD GetIsInApp(bool *aIsInApp) { return _to GetIsInApp(aIsInApp); } \
NS_IMETHOD GetIsBelowContentBoundary(bool *aIsBelowContentBoundary) { return _to GetIsBelowContentBoundary(aIsBelowContentBoundary); } \
NS_IMETHOD SetAppId(uint32_t appId) { return _to SetAppId(appId); } \
NS_IMETHOD GetAppId(uint32_t *aAppId) { return _to GetAppId(aAppId); } \
NS_IMETHOD GetAsyncPanZoomEnabled(bool *aAsyncPanZoomEnabled) { return _to GetAsyncPanZoomEnabled(aAsyncPanZoomEnabled); } \
NS_IMETHOD GetParentIgnoreBrowserFrame(nsIDocShell * *_retval) { return _to GetParentIgnoreBrowserFrame(_retval); } \
NS_IMETHOD GetSandboxFlags(uint32_t *aSandboxFlags) { return _to GetSandboxFlags(aSandboxFlags); } \
NS_IMETHOD SetSandboxFlags(uint32_t aSandboxFlags) { return _to SetSandboxFlags(aSandboxFlags); } \
NS_IMETHOD_(bool) PluginsAllowedInCurrentDoc(void) { return _to PluginsAllowedInCurrentDoc(); }
/* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
#define NS_FORWARD_SAFE_NSIDOCSHELL(_to) \
NS_IMETHOD LoadURI(nsIURI *uri, nsIDocShellLoadInfo *loadInfo, uint32_t aLoadFlags, bool firstParty) { return !_to ? NS_ERROR_NULL_POINTER : _to->LoadURI(uri, loadInfo, aLoadFlags, firstParty); } \
NS_IMETHOD LoadStream(nsIInputStream *aStream, nsIURI *aURI, const nsACString & aContentType, const nsACString & aContentCharset, nsIDocShellLoadInfo *aLoadInfo) { return !_to ? NS_ERROR_NULL_POINTER : _to->LoadStream(aStream, aURI, aContentType, aContentCharset, aLoadInfo); } \
NS_IMETHOD InternalLoad(nsIURI *aURI, nsIURI *aReferrer, nsISupports *aOwner, uint32_t aFlags, const PRUnichar * aWindowTarget, const char * aTypeHint, nsIInputStream *aPostDataStream, nsIInputStream *aHeadersStream, uint32_t aLoadFlags, nsISHEntry *aSHEntry, bool firstParty, nsIDocShell * *aDocShell, nsIRequest * *aRequest) { return !_to ? NS_ERROR_NULL_POINTER : _to->InternalLoad(aURI, aReferrer, aOwner, aFlags, aWindowTarget, aTypeHint, aPostDataStream, aHeadersStream, aLoadFlags, aSHEntry, firstParty, aDocShell, aRequest); } \
NS_IMETHOD AddState(nsIVariant *aData, const nsAString & aTitle, const nsAString & aURL, bool aReplace, JSContext* cx) { return !_to ? NS_ERROR_NULL_POINTER : _to->AddState(aData, aTitle, aURL, aReplace, cx); } \
NS_IMETHOD CreateLoadInfo(nsIDocShellLoadInfo * *loadInfo) { return !_to ? NS_ERROR_NULL_POINTER : _to->CreateLoadInfo(loadInfo); } \
NS_IMETHOD PrepareForNewContentModel(void) { return !_to ? NS_ERROR_NULL_POINTER : _to->PrepareForNewContentModel(); } \
NS_IMETHOD SetCurrentURI(nsIURI *aURI) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetCurrentURI(aURI); } \
NS_IMETHOD FirePageHideNotification(bool isUnload) { return !_to ? NS_ERROR_NULL_POINTER : _to->FirePageHideNotification(isUnload); } \
NS_IMETHOD GetPresContext(nsPresContext **aPresContext) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetPresContext(aPresContext); } \
NS_IMETHOD GetPresShell(nsIPresShell **aPresShell) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetPresShell(aPresShell); } \
NS_IMETHOD GetEldestPresShell(nsIPresShell **aEldestPresShell) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetEldestPresShell(aEldestPresShell); } \
NS_IMETHOD GetContentViewer(nsIContentViewer * *aContentViewer) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetContentViewer(aContentViewer); } \
NS_IMETHOD GetChromeEventHandler(nsIDOMEventTarget * *aChromeEventHandler) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetChromeEventHandler(aChromeEventHandler); } \
NS_IMETHOD SetChromeEventHandler(nsIDOMEventTarget *aChromeEventHandler) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetChromeEventHandler(aChromeEventHandler); } \
NS_IMETHOD GetAllowPlugins(bool *aAllowPlugins) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetAllowPlugins(aAllowPlugins); } \
NS_IMETHOD SetAllowPlugins(bool aAllowPlugins) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetAllowPlugins(aAllowPlugins); } \
NS_IMETHOD GetAllowJavascript(bool *aAllowJavascript) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetAllowJavascript(aAllowJavascript); } \
NS_IMETHOD SetAllowJavascript(bool aAllowJavascript) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetAllowJavascript(aAllowJavascript); } \
NS_IMETHOD GetAllowMetaRedirects(bool *aAllowMetaRedirects) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetAllowMetaRedirects(aAllowMetaRedirects); } \
NS_IMETHOD SetAllowMetaRedirects(bool aAllowMetaRedirects) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetAllowMetaRedirects(aAllowMetaRedirects); } \
NS_IMETHOD GetAllowSubframes(bool *aAllowSubframes) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetAllowSubframes(aAllowSubframes); } \
NS_IMETHOD SetAllowSubframes(bool aAllowSubframes) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetAllowSubframes(aAllowSubframes); } \
NS_IMETHOD GetAllowImages(bool *aAllowImages) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetAllowImages(aAllowImages); } \
NS_IMETHOD SetAllowImages(bool aAllowImages) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetAllowImages(aAllowImages); } \
NS_IMETHOD GetAllowDNSPrefetch(bool *aAllowDNSPrefetch) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetAllowDNSPrefetch(aAllowDNSPrefetch); } \
NS_IMETHOD SetAllowDNSPrefetch(bool aAllowDNSPrefetch) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetAllowDNSPrefetch(aAllowDNSPrefetch); } \
NS_IMETHOD GetAllowWindowControl(bool *aAllowWindowControl) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetAllowWindowControl(aAllowWindowControl); } \
NS_IMETHOD SetAllowWindowControl(bool aAllowWindowControl) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetAllowWindowControl(aAllowWindowControl); } \
NS_IMETHOD GetDocShellEnumerator(int32_t aItemType, int32_t aDirection, nsISimpleEnumerator * *_retval) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetDocShellEnumerator(aItemType, aDirection, _retval); } \
NS_IMETHOD GetAppType(uint32_t *aAppType) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetAppType(aAppType); } \
NS_IMETHOD SetAppType(uint32_t aAppType) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetAppType(aAppType); } \
NS_IMETHOD GetAllowAuth(bool *aAllowAuth) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetAllowAuth(aAllowAuth); } \
NS_IMETHOD SetAllowAuth(bool aAllowAuth) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetAllowAuth(aAllowAuth); } \
NS_IMETHOD GetZoom(float *aZoom) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetZoom(aZoom); } \
NS_IMETHOD SetZoom(float aZoom) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetZoom(aZoom); } \
NS_IMETHOD GetMarginWidth(int32_t *aMarginWidth) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetMarginWidth(aMarginWidth); } \
NS_IMETHOD SetMarginWidth(int32_t aMarginWidth) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetMarginWidth(aMarginWidth); } \
NS_IMETHOD GetMarginHeight(int32_t *aMarginHeight) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetMarginHeight(aMarginHeight); } \
NS_IMETHOD SetMarginHeight(int32_t aMarginHeight) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetMarginHeight(aMarginHeight); } \
NS_IMETHOD TabToTreeOwner(bool forward, bool *tookFocus) { return !_to ? NS_ERROR_NULL_POINTER : _to->TabToTreeOwner(forward, tookFocus); } \
NS_IMETHOD GetBusyFlags(uint32_t *aBusyFlags) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetBusyFlags(aBusyFlags); } \
NS_IMETHOD GetLoadType(uint32_t *aLoadType) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetLoadType(aLoadType); } \
NS_IMETHOD SetLoadType(uint32_t aLoadType) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetLoadType(aLoadType); } \
NS_IMETHOD IsBeingDestroyed(bool *_retval) { return !_to ? NS_ERROR_NULL_POINTER : _to->IsBeingDestroyed(_retval); } \
NS_IMETHOD GetIsExecutingOnLoadHandler(bool *aIsExecutingOnLoadHandler) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetIsExecutingOnLoadHandler(aIsExecutingOnLoadHandler); } \
NS_IMETHOD GetLayoutHistoryState(nsILayoutHistoryState * *aLayoutHistoryState) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetLayoutHistoryState(aLayoutHistoryState); } \
NS_IMETHOD SetLayoutHistoryState(nsILayoutHistoryState *aLayoutHistoryState) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetLayoutHistoryState(aLayoutHistoryState); } \
NS_IMETHOD GetShouldSaveLayoutState(bool *aShouldSaveLayoutState) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetShouldSaveLayoutState(aShouldSaveLayoutState); } \
NS_IMETHOD GetSecurityUI(nsISecureBrowserUI * *aSecurityUI) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetSecurityUI(aSecurityUI); } \
NS_IMETHOD SetSecurityUI(nsISecureBrowserUI *aSecurityUI) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetSecurityUI(aSecurityUI); } \
NS_IMETHOD SuspendRefreshURIs(void) { return !_to ? NS_ERROR_NULL_POINTER : _to->SuspendRefreshURIs(); } \
NS_IMETHOD ResumeRefreshURIs(void) { return !_to ? NS_ERROR_NULL_POINTER : _to->ResumeRefreshURIs(); } \
NS_IMETHOD BeginRestore(nsIContentViewer *viewer, bool top) { return !_to ? NS_ERROR_NULL_POINTER : _to->BeginRestore(viewer, top); } \
NS_IMETHOD FinishRestore(void) { return !_to ? NS_ERROR_NULL_POINTER : _to->FinishRestore(); } \
NS_IMETHOD GetRestoringDocument(bool *aRestoringDocument) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetRestoringDocument(aRestoringDocument); } \
NS_IMETHOD GetUseErrorPages(bool *aUseErrorPages) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetUseErrorPages(aUseErrorPages); } \
NS_IMETHOD SetUseErrorPages(bool aUseErrorPages) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetUseErrorPages(aUseErrorPages); } \
NS_IMETHOD GetPreviousTransIndex(int32_t *aPreviousTransIndex) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetPreviousTransIndex(aPreviousTransIndex); } \
NS_IMETHOD GetLoadedTransIndex(int32_t *aLoadedTransIndex) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetLoadedTransIndex(aLoadedTransIndex); } \
NS_IMETHOD HistoryPurged(int32_t numEntries) { return !_to ? NS_ERROR_NULL_POINTER : _to->HistoryPurged(numEntries); } \
NS_IMETHOD GetSessionStorageForPrincipal(nsIPrincipal *principal, const nsAString & documentURI, bool create, nsIDOMStorage * *_retval) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetSessionStorageForPrincipal(principal, documentURI, create, _retval); } \
NS_IMETHOD AddSessionStorage(nsIPrincipal *principal, nsIDOMStorage *storage) { return !_to ? NS_ERROR_NULL_POINTER : _to->AddSessionStorage(principal, storage); } \
NS_IMETHOD CloneSessionStoragesTo(nsIDocShell *docShell) { return !_to ? NS_ERROR_NULL_POINTER : _to->CloneSessionStoragesTo(docShell); } \
NS_IMETHOD ClearSessionStorages(void) { return !_to ? NS_ERROR_NULL_POINTER : _to->ClearSessionStorages(); } \
NS_IMETHOD GetCurrentDocumentChannel(nsIChannel * *aCurrentDocumentChannel) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetCurrentDocumentChannel(aCurrentDocumentChannel); } \
NS_IMETHOD SetChildOffset(uint32_t offset) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetChildOffset(offset); } \
NS_IMETHOD GetIsInUnload(bool *aIsInUnload) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetIsInUnload(aIsInUnload); } \
NS_IMETHOD GetChannelIsUnsafe(bool *aChannelIsUnsafe) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetChannelIsUnsafe(aChannelIsUnsafe); } \
NS_IMETHOD_(void) DetachEditorFromWindow(void) { return !_to ? NS_ERROR_NULL_POINTER : _to->DetachEditorFromWindow(); } \
NS_IMETHOD GetIsOffScreenBrowser(bool *aIsOffScreenBrowser) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetIsOffScreenBrowser(aIsOffScreenBrowser); } \
NS_IMETHOD SetIsOffScreenBrowser(bool aIsOffScreenBrowser) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetIsOffScreenBrowser(aIsOffScreenBrowser); } \
NS_IMETHOD GetPrintPreview(nsIWebBrowserPrint * *aPrintPreview) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetPrintPreview(aPrintPreview); } \
NS_IMETHOD GetCanExecuteScripts(bool *aCanExecuteScripts) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetCanExecuteScripts(aCanExecuteScripts); } \
NS_IMETHOD GetIsActive(bool *aIsActive) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetIsActive(aIsActive); } \
NS_IMETHOD SetIsActive(bool aIsActive) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetIsActive(aIsActive); } \
NS_IMETHOD GetHistoryID(uint64_t *aHistoryID) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetHistoryID(aHistoryID); } \
NS_IMETHOD GetIsAppTab(bool *aIsAppTab) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetIsAppTab(aIsAppTab); } \
NS_IMETHOD SetIsAppTab(bool aIsAppTab) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetIsAppTab(aIsAppTab); } \
NS_IMETHOD CreateAboutBlankContentViewer(nsIPrincipal *aPrincipal) { return !_to ? NS_ERROR_NULL_POINTER : _to->CreateAboutBlankContentViewer(aPrincipal); } \
NS_IMETHOD GetCharset(char * *aCharset) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetCharset(aCharset); } \
NS_IMETHOD SetCharset(const char * aCharset) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetCharset(aCharset); } \
NS_IMETHOD GetForcedCharset(nsIAtom * *aForcedCharset) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetForcedCharset(aForcedCharset); } \
NS_IMETHOD SetForcedCharset(nsIAtom *aForcedCharset) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetForcedCharset(aForcedCharset); } \
NS_IMETHOD GetParentCharset(nsIAtom * *aParentCharset) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetParentCharset(aParentCharset); } \
NS_IMETHOD SetParentCharset(nsIAtom *aParentCharset) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetParentCharset(aParentCharset); } \
NS_IMETHOD GetParentCharsetSource(int32_t *aParentCharsetSource) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetParentCharsetSource(aParentCharsetSource); } \
NS_IMETHOD SetParentCharsetSource(int32_t aParentCharsetSource) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetParentCharsetSource(aParentCharsetSource); } \
NS_IMETHOD AddWeakPrivacyTransitionObserver(nsIPrivacyTransitionObserver *obs) { return !_to ? NS_ERROR_NULL_POINTER : _to->AddWeakPrivacyTransitionObserver(obs); } \
NS_IMETHOD SetIsBrowserElement(void) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetIsBrowserElement(); } \
NS_IMETHOD GetIsBrowserElement(bool *aIsBrowserElement) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetIsBrowserElement(aIsBrowserElement); } \
NS_IMETHOD GetIsApp(bool *aIsApp) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetIsApp(aIsApp); } \
NS_IMETHOD GetIsContentBoundary(bool *aIsContentBoundary) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetIsContentBoundary(aIsContentBoundary); } \
NS_IMETHOD GetIsInBrowserElement(bool *aIsInBrowserElement) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetIsInBrowserElement(aIsInBrowserElement); } \
NS_IMETHOD GetIsInApp(bool *aIsInApp) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetIsInApp(aIsInApp); } \
NS_IMETHOD GetIsBelowContentBoundary(bool *aIsBelowContentBoundary) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetIsBelowContentBoundary(aIsBelowContentBoundary); } \
NS_IMETHOD SetAppId(uint32_t appId) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetAppId(appId); } \
NS_IMETHOD GetAppId(uint32_t *aAppId) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetAppId(aAppId); } \
NS_IMETHOD GetAsyncPanZoomEnabled(bool *aAsyncPanZoomEnabled) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetAsyncPanZoomEnabled(aAsyncPanZoomEnabled); } \
NS_IMETHOD GetParentIgnoreBrowserFrame(nsIDocShell * *_retval) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetParentIgnoreBrowserFrame(_retval); } \
NS_IMETHOD GetSandboxFlags(uint32_t *aSandboxFlags) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetSandboxFlags(aSandboxFlags); } \
NS_IMETHOD SetSandboxFlags(uint32_t aSandboxFlags) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetSandboxFlags(aSandboxFlags); } \
NS_IMETHOD_(bool) PluginsAllowedInCurrentDoc(void) { return !_to ? NS_ERROR_NULL_POINTER : _to->PluginsAllowedInCurrentDoc(); }
#if 0
/* Use the code below as a template for the implementation class for this interface. */
/* Header file */
class nsDocShell : public nsIDocShell
{
public:
NS_DECL_ISUPPORTS
NS_DECL_NSIDOCSHELL
nsDocShell();
private:
~nsDocShell();
protected:
/* additional members */
};
/* Implementation file */
NS_IMPL_ISUPPORTS1(nsDocShell, nsIDocShell)
nsDocShell::nsDocShell()
{
/* member initializers and constructor code */
}
nsDocShell::~nsDocShell()
{
/* destructor code */
}
/* [noscript] void loadURI (in nsIURI uri, in nsIDocShellLoadInfo loadInfo, in unsigned long aLoadFlags, in boolean firstParty); */
NS_IMETHODIMP nsDocShell::LoadURI(nsIURI *uri, nsIDocShellLoadInfo *loadInfo, uint32_t aLoadFlags, bool firstParty)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* [noscript] void loadStream (in nsIInputStream aStream, in nsIURI aURI, in ACString aContentType, in ACString aContentCharset, in nsIDocShellLoadInfo aLoadInfo); */
NS_IMETHODIMP nsDocShell::LoadStream(nsIInputStream *aStream, nsIURI *aURI, const nsACString & aContentType, const nsACString & aContentCharset, nsIDocShellLoadInfo *aLoadInfo)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* [noscript] void internalLoad (in nsIURI aURI, in nsIURI aReferrer, in nsISupports aOwner, in uint32_t aFlags, in wstring aWindowTarget, in string aTypeHint, in nsIInputStream aPostDataStream, in nsIInputStream aHeadersStream, in unsigned long aLoadFlags, in nsISHEntry aSHEntry, in boolean firstParty, out nsIDocShell aDocShell, out nsIRequest aRequest); */
NS_IMETHODIMP nsDocShell::InternalLoad(nsIURI *aURI, nsIURI *aReferrer, nsISupports *aOwner, uint32_t aFlags, const PRUnichar * aWindowTarget, const char * aTypeHint, nsIInputStream *aPostDataStream, nsIInputStream *aHeadersStream, uint32_t aLoadFlags, nsISHEntry *aSHEntry, bool firstParty, nsIDocShell * *aDocShell, nsIRequest * *aRequest)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* [implicit_jscontext] void addState (in nsIVariant aData, in DOMString aTitle, in DOMString aURL, in boolean aReplace); */
NS_IMETHODIMP nsDocShell::AddState(nsIVariant *aData, const nsAString & aTitle, const nsAString & aURL, bool aReplace, JSContext* cx)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void createLoadInfo (out nsIDocShellLoadInfo loadInfo); */
NS_IMETHODIMP nsDocShell::CreateLoadInfo(nsIDocShellLoadInfo * *loadInfo)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void prepareForNewContentModel (); */
NS_IMETHODIMP nsDocShell::PrepareForNewContentModel()
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void setCurrentURI (in nsIURI aURI); */
NS_IMETHODIMP nsDocShell::SetCurrentURI(nsIURI *aURI)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* [noscript] void firePageHideNotification (in boolean isUnload); */
NS_IMETHODIMP nsDocShell::FirePageHideNotification(bool isUnload)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* [noscript] readonly attribute nsPresContext presContext; */
NS_IMETHODIMP nsDocShell::GetPresContext(nsPresContext **aPresContext)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* [noscript] readonly attribute nsIPresShell presShell; */
NS_IMETHODIMP nsDocShell::GetPresShell(nsIPresShell **aPresShell)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* [noscript] readonly attribute nsIPresShell eldestPresShell; */
NS_IMETHODIMP nsDocShell::GetEldestPresShell(nsIPresShell **aEldestPresShell)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute nsIContentViewer contentViewer; */
NS_IMETHODIMP nsDocShell::GetContentViewer(nsIContentViewer * *aContentViewer)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute nsIDOMEventTarget chromeEventHandler; */
NS_IMETHODIMP nsDocShell::GetChromeEventHandler(nsIDOMEventTarget * *aChromeEventHandler)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsDocShell::SetChromeEventHandler(nsIDOMEventTarget *aChromeEventHandler)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute boolean allowPlugins; */
NS_IMETHODIMP nsDocShell::GetAllowPlugins(bool *aAllowPlugins)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsDocShell::SetAllowPlugins(bool aAllowPlugins)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute boolean allowJavascript; */
NS_IMETHODIMP nsDocShell::GetAllowJavascript(bool *aAllowJavascript)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsDocShell::SetAllowJavascript(bool aAllowJavascript)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute boolean allowMetaRedirects; */
NS_IMETHODIMP nsDocShell::GetAllowMetaRedirects(bool *aAllowMetaRedirects)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsDocShell::SetAllowMetaRedirects(bool aAllowMetaRedirects)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute boolean allowSubframes; */
NS_IMETHODIMP nsDocShell::GetAllowSubframes(bool *aAllowSubframes)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsDocShell::SetAllowSubframes(bool aAllowSubframes)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute boolean allowImages; */
NS_IMETHODIMP nsDocShell::GetAllowImages(bool *aAllowImages)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsDocShell::SetAllowImages(bool aAllowImages)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute boolean allowDNSPrefetch; */
NS_IMETHODIMP nsDocShell::GetAllowDNSPrefetch(bool *aAllowDNSPrefetch)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsDocShell::SetAllowDNSPrefetch(bool aAllowDNSPrefetch)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute boolean allowWindowControl; */
NS_IMETHODIMP nsDocShell::GetAllowWindowControl(bool *aAllowWindowControl)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsDocShell::SetAllowWindowControl(bool aAllowWindowControl)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* nsISimpleEnumerator getDocShellEnumerator (in long aItemType, in long aDirection); */
NS_IMETHODIMP nsDocShell::GetDocShellEnumerator(int32_t aItemType, int32_t aDirection, nsISimpleEnumerator * *_retval)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute unsigned long appType; */
NS_IMETHODIMP nsDocShell::GetAppType(uint32_t *aAppType)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsDocShell::SetAppType(uint32_t aAppType)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute boolean allowAuth; */
NS_IMETHODIMP nsDocShell::GetAllowAuth(bool *aAllowAuth)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsDocShell::SetAllowAuth(bool aAllowAuth)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute float zoom; */
NS_IMETHODIMP nsDocShell::GetZoom(float *aZoom)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsDocShell::SetZoom(float aZoom)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute long marginWidth; */
NS_IMETHODIMP nsDocShell::GetMarginWidth(int32_t *aMarginWidth)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsDocShell::SetMarginWidth(int32_t aMarginWidth)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute long marginHeight; */
NS_IMETHODIMP nsDocShell::GetMarginHeight(int32_t *aMarginHeight)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsDocShell::SetMarginHeight(int32_t aMarginHeight)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void tabToTreeOwner (in boolean forward, out boolean tookFocus); */
NS_IMETHODIMP nsDocShell::TabToTreeOwner(bool forward, bool *tookFocus)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute unsigned long busyFlags; */
NS_IMETHODIMP nsDocShell::GetBusyFlags(uint32_t *aBusyFlags)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute unsigned long loadType; */
NS_IMETHODIMP nsDocShell::GetLoadType(uint32_t *aLoadType)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsDocShell::SetLoadType(uint32_t aLoadType)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* boolean isBeingDestroyed (); */
NS_IMETHODIMP nsDocShell::IsBeingDestroyed(bool *_retval)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute boolean isExecutingOnLoadHandler; */
NS_IMETHODIMP nsDocShell::GetIsExecutingOnLoadHandler(bool *aIsExecutingOnLoadHandler)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute nsILayoutHistoryState layoutHistoryState; */
NS_IMETHODIMP nsDocShell::GetLayoutHistoryState(nsILayoutHistoryState * *aLayoutHistoryState)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsDocShell::SetLayoutHistoryState(nsILayoutHistoryState *aLayoutHistoryState)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute boolean shouldSaveLayoutState; */
NS_IMETHODIMP nsDocShell::GetShouldSaveLayoutState(bool *aShouldSaveLayoutState)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute nsISecureBrowserUI securityUI; */
NS_IMETHODIMP nsDocShell::GetSecurityUI(nsISecureBrowserUI * *aSecurityUI)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsDocShell::SetSecurityUI(nsISecureBrowserUI *aSecurityUI)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void suspendRefreshURIs (); */
NS_IMETHODIMP nsDocShell::SuspendRefreshURIs()
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void resumeRefreshURIs (); */
NS_IMETHODIMP nsDocShell::ResumeRefreshURIs()
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void beginRestore (in nsIContentViewer viewer, in boolean top); */
NS_IMETHODIMP nsDocShell::BeginRestore(nsIContentViewer *viewer, bool top)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void finishRestore (); */
NS_IMETHODIMP nsDocShell::FinishRestore()
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute boolean restoringDocument; */
NS_IMETHODIMP nsDocShell::GetRestoringDocument(bool *aRestoringDocument)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute boolean useErrorPages; */
NS_IMETHODIMP nsDocShell::GetUseErrorPages(bool *aUseErrorPages)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsDocShell::SetUseErrorPages(bool aUseErrorPages)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute long previousTransIndex; */
NS_IMETHODIMP nsDocShell::GetPreviousTransIndex(int32_t *aPreviousTransIndex)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute long loadedTransIndex; */
NS_IMETHODIMP nsDocShell::GetLoadedTransIndex(int32_t *aLoadedTransIndex)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void historyPurged (in long numEntries); */
NS_IMETHODIMP nsDocShell::HistoryPurged(int32_t numEntries)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* nsIDOMStorage getSessionStorageForPrincipal (in nsIPrincipal principal, in DOMString documentURI, in boolean create); */
NS_IMETHODIMP nsDocShell::GetSessionStorageForPrincipal(nsIPrincipal *principal, const nsAString & documentURI, bool create, nsIDOMStorage * *_retval)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void addSessionStorage (in nsIPrincipal principal, in nsIDOMStorage storage); */
NS_IMETHODIMP nsDocShell::AddSessionStorage(nsIPrincipal *principal, nsIDOMStorage *storage)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void cloneSessionStoragesTo (in nsIDocShell docShell); */
NS_IMETHODIMP nsDocShell::CloneSessionStoragesTo(nsIDocShell *docShell)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void clearSessionStorages (); */
NS_IMETHODIMP nsDocShell::ClearSessionStorages()
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute nsIChannel currentDocumentChannel; */
NS_IMETHODIMP nsDocShell::GetCurrentDocumentChannel(nsIChannel * *aCurrentDocumentChannel)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* [noscript] void setChildOffset (in unsigned long offset); */
NS_IMETHODIMP nsDocShell::SetChildOffset(uint32_t offset)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute boolean isInUnload; */
NS_IMETHODIMP nsDocShell::GetIsInUnload(bool *aIsInUnload)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute boolean channelIsUnsafe; */
NS_IMETHODIMP nsDocShell::GetChannelIsUnsafe(bool *aChannelIsUnsafe)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* [noscript,notxpcom] void DetachEditorFromWindow (); */
NS_IMETHODIMP_(void) nsDocShell::DetachEditorFromWindow()
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute boolean isOffScreenBrowser; */
NS_IMETHODIMP nsDocShell::GetIsOffScreenBrowser(bool *aIsOffScreenBrowser)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsDocShell::SetIsOffScreenBrowser(bool aIsOffScreenBrowser)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute nsIWebBrowserPrint printPreview; */
NS_IMETHODIMP nsDocShell::GetPrintPreview(nsIWebBrowserPrint * *aPrintPreview)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute boolean canExecuteScripts; */
NS_IMETHODIMP nsDocShell::GetCanExecuteScripts(bool *aCanExecuteScripts)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute boolean isActive; */
NS_IMETHODIMP nsDocShell::GetIsActive(bool *aIsActive)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsDocShell::SetIsActive(bool aIsActive)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute unsigned long long historyID; */
NS_IMETHODIMP nsDocShell::GetHistoryID(uint64_t *aHistoryID)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute boolean isAppTab; */
NS_IMETHODIMP nsDocShell::GetIsAppTab(bool *aIsAppTab)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsDocShell::SetIsAppTab(bool aIsAppTab)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void createAboutBlankContentViewer (in nsIPrincipal aPrincipal); */
NS_IMETHODIMP nsDocShell::CreateAboutBlankContentViewer(nsIPrincipal *aPrincipal)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute string charset; */
NS_IMETHODIMP nsDocShell::GetCharset(char * *aCharset)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsDocShell::SetCharset(const char * aCharset)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute nsIAtom forcedCharset; */
NS_IMETHODIMP nsDocShell::GetForcedCharset(nsIAtom * *aForcedCharset)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsDocShell::SetForcedCharset(nsIAtom *aForcedCharset)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute nsIAtom parentCharset; */
NS_IMETHODIMP nsDocShell::GetParentCharset(nsIAtom * *aParentCharset)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsDocShell::SetParentCharset(nsIAtom *aParentCharset)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute int32_t parentCharsetSource; */
NS_IMETHODIMP nsDocShell::GetParentCharsetSource(int32_t *aParentCharsetSource)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsDocShell::SetParentCharsetSource(int32_t aParentCharsetSource)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void addWeakPrivacyTransitionObserver (in nsIPrivacyTransitionObserver obs); */
NS_IMETHODIMP nsDocShell::AddWeakPrivacyTransitionObserver(nsIPrivacyTransitionObserver *obs)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void setIsBrowserElement (); */
NS_IMETHODIMP nsDocShell::SetIsBrowserElement()
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* [infallible] readonly attribute boolean isBrowserElement; */
NS_IMETHODIMP nsDocShell::GetIsBrowserElement(bool *aIsBrowserElement)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* [infallible] readonly attribute boolean isApp; */
NS_IMETHODIMP nsDocShell::GetIsApp(bool *aIsApp)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* [infallible] readonly attribute boolean isContentBoundary; */
NS_IMETHODIMP nsDocShell::GetIsContentBoundary(bool *aIsContentBoundary)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* [infallible] readonly attribute boolean isInBrowserElement; */
NS_IMETHODIMP nsDocShell::GetIsInBrowserElement(bool *aIsInBrowserElement)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* [infallible] readonly attribute boolean isInApp; */
NS_IMETHODIMP nsDocShell::GetIsInApp(bool *aIsInApp)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* [infallible] readonly attribute boolean isBelowContentBoundary; */
NS_IMETHODIMP nsDocShell::GetIsBelowContentBoundary(bool *aIsBelowContentBoundary)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* [noscript] void setAppId (in unsigned long appId); */
NS_IMETHODIMP nsDocShell::SetAppId(uint32_t appId)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* [infallible] readonly attribute unsigned long appId; */
NS_IMETHODIMP nsDocShell::GetAppId(uint32_t *aAppId)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute bool asyncPanZoomEnabled; */
NS_IMETHODIMP nsDocShell::GetAsyncPanZoomEnabled(bool *aAsyncPanZoomEnabled)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* nsIDocShell getParentIgnoreBrowserFrame (); */
NS_IMETHODIMP nsDocShell::GetParentIgnoreBrowserFrame(nsIDocShell * *_retval)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute unsigned long sandboxFlags; */
NS_IMETHODIMP nsDocShell::GetSandboxFlags(uint32_t *aSandboxFlags)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsDocShell::SetSandboxFlags(uint32_t aSandboxFlags)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* [noscript,notxpcom] bool pluginsAllowedInCurrentDoc (); */
NS_IMETHODIMP_(bool) nsDocShell::PluginsAllowedInCurrentDoc()
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* End of implementation class template. */
#endif
#endif /* __gen_nsIDocShell_h__ */