Mozilla

Undocumented in source.
class Mozilla : WebBrowser , nsIWeakReference , nsIWebProgressListener , nsIWebBrowserChrome , nsIWebBrowserChromeFocus , nsIEmbeddingSiteWindow , nsIInterfaceRequestor , nsISupportsWeakReference , nsIContextMenuListener , nsIURIContentListener , nsITooltipListener , nsIDOMEventListener {}

Constructors

this
this()
Undocumented in source.

Members

Functions

Activate
void Activate()
Undocumented in source. Be warned that the author may not have intended to support it.
AddRef
nsrefcnt AddRef()
Undocumented in source. Be warned that the author may not have intended to support it.
CanHandleContent
nsresult CanHandleContent(char* aContentType, PRBool aIsContentPreferred, char** aDesiredContentType, PRBool* retval)
Undocumented in source. Be warned that the author may not have intended to support it.
Deactivate
void Deactivate()
Undocumented in source. Be warned that the author may not have intended to support it.
DestroyBrowserWindow
nsresult DestroyBrowserWindow()
Undocumented in source. Be warned that the author may not have intended to support it.
DoContent
nsresult DoContent(char* aContentType, PRBool aIsContentPreferred, nsIRequest aRequest, nsIStreamListener* aContentHandler, PRBool* retval)
Undocumented in source. Be warned that the author may not have intended to support it.
ExitModalEventLoop
nsresult ExitModalEventLoop(nsresult aStatus)
Undocumented in source. Be warned that the author may not have intended to support it.
FocusNextElement
nsresult FocusNextElement()
Undocumented in source. Be warned that the author may not have intended to support it.
FocusPrevElement
nsresult FocusPrevElement()
Undocumented in source. Be warned that the author may not have intended to support it.
GetChromeFlags
nsresult GetChromeFlags(PRUint32* aChromeFlags)
Undocumented in source. Be warned that the author may not have intended to support it.
GetDimensions
nsresult GetDimensions(PRUint32 flags, PRInt32* x, PRInt32* y, PRInt32* cx, PRInt32* cy)
Undocumented in source. Be warned that the author may not have intended to support it.
GetInterface
nsresult GetInterface(nsID* riid, void** ppvObject)
Undocumented in source. Be warned that the author may not have intended to support it.
GetLoadCookie
nsresult GetLoadCookie(nsISupports* aLoadCookie)
Undocumented in source. Be warned that the author may not have intended to support it.
GetParentContentListener
nsresult GetParentContentListener(nsIURIContentListener* aParentContentListener)
Undocumented in source. Be warned that the author may not have intended to support it.
GetSiteWindow
nsresult GetSiteWindow(void** aSiteWindow)
Undocumented in source. Be warned that the author may not have intended to support it.
GetTitle
nsresult GetTitle(PRUnichar** aTitle)
Undocumented in source. Be warned that the author may not have intended to support it.
GetVisibility
nsresult GetVisibility(PRBool* aVisibility)
Undocumented in source. Be warned that the author may not have intended to support it.
GetWeakReference
nsresult GetWeakReference(nsIWeakReference* ppvObject)
Undocumented in source. Be warned that the author may not have intended to support it.
GetWebBrowser
nsresult GetWebBrowser(nsIWebBrowser* aWebBrowser)
Undocumented in source. Be warned that the author may not have intended to support it.
HandleEvent
nsresult HandleEvent(nsIDOMEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
IsPreferred
nsresult IsPreferred(char* aContentType, char** aDesiredContentType, PRBool* retval)
Undocumented in source. Be warned that the author may not have intended to support it.
IsWindowModal
nsresult IsWindowModal(PRBool* retval)
Undocumented in source. Be warned that the author may not have intended to support it.
OnHideTooltip
nsresult OnHideTooltip()
Undocumented in source. Be warned that the author may not have intended to support it.
OnLocationChange
nsresult OnLocationChange(nsIWebProgress aWebProgress, nsIRequest aRequest, nsIURI aLocation)
Undocumented in source. Be warned that the author may not have intended to support it.
OnProgressChange
nsresult OnProgressChange(nsIWebProgress aWebProgress, nsIRequest aRequest, PRInt32 aCurSelfProgress, PRInt32 aMaxSelfProgress, PRInt32 aCurTotalProgress, PRInt32 aMaxTotalProgress)
Undocumented in source. Be warned that the author may not have intended to support it.
OnSecurityChange
nsresult OnSecurityChange(nsIWebProgress aWebProgress, nsIRequest aRequest, PRUint32 state)
Undocumented in source. Be warned that the author may not have intended to support it.
OnShowContextMenu
nsresult OnShowContextMenu(PRUint32 aContextFlags, nsIDOMEvent aEvent, nsIDOMNode aNode)
Undocumented in source. Be warned that the author may not have intended to support it.
OnShowTooltip
nsresult OnShowTooltip(PRInt32 aXCoords, PRInt32 aYCoords, PRUnichar* aTipText)
Undocumented in source. Be warned that the author may not have intended to support it.
OnStartURIOpen
nsresult OnStartURIOpen(nsIURI aURI, PRBool* retval)
Undocumented in source. Be warned that the author may not have intended to support it.
OnStateChange
nsresult OnStateChange(nsIWebProgress aWebProgress, nsIRequest aRequest, PRUint32 aStateFlags, nsresult aStatus)
Undocumented in source. Be warned that the author may not have intended to support it.
OnStatusChange
nsresult OnStatusChange(nsIWebProgress aWebProgress, nsIRequest aRequest, nsresult aStatus, PRUnichar* aMessage)
Undocumented in source. Be warned that the author may not have intended to support it.
QueryInterface
nsresult QueryInterface(nsID* riid, void** ppvObject)
Undocumented in source. Be warned that the author may not have intended to support it.
QueryReferent
nsresult QueryReferent(nsID* riid, void** ppvObject)
Undocumented in source. Be warned that the author may not have intended to support it.
Release
nsrefcnt Release()
Undocumented in source. Be warned that the author may not have intended to support it.
SetChromeFlags
nsresult SetChromeFlags(PRUint32 aChromeFlags)
Undocumented in source. Be warned that the author may not have intended to support it.
SetDimensions
nsresult SetDimensions(PRUint32 flags, PRInt32 x, PRInt32 y, PRInt32 cx, PRInt32 cy)
Undocumented in source. Be warned that the author may not have intended to support it.
SetFocus
nsresult SetFocus()
Undocumented in source. Be warned that the author may not have intended to support it.
SetLoadCookie
nsresult SetLoadCookie(nsISupports aLoadCookie)
Undocumented in source. Be warned that the author may not have intended to support it.
SetParentContentListener
nsresult SetParentContentListener(nsIURIContentListener aParentContentListener)
Undocumented in source. Be warned that the author may not have intended to support it.
SetStatus
nsresult SetStatus(PRUint32 statusType, PRUnichar* status)
Undocumented in source. Be warned that the author may not have intended to support it.
SetTitle
nsresult SetTitle(PRUnichar* aTitle)
Undocumented in source. Be warned that the author may not have intended to support it.
SetVisibility
nsresult SetVisibility(PRBool aVisibility)
Undocumented in source. Be warned that the author may not have intended to support it.
SetWebBrowser
nsresult SetWebBrowser(nsIWebBrowser aWebBrowser)
Undocumented in source. Be warned that the author may not have intended to support it.
ShowAsModal
nsresult ShowAsModal()
Undocumented in source. Be warned that the author may not have intended to support it.
SizeBrowserTo
nsresult SizeBrowserTo(PRInt32 aCX, PRInt32 aCY)
Undocumented in source. Be warned that the author may not have intended to support it.
back
bool back()
create
void create(Composite parent, int style)
Undocumented in source. Be warned that the author may not have intended to support it.
execute
bool execute(String script)
Undocumented in source. Be warned that the author may not have intended to support it.
forward
bool forward()
Undocumented in source. Be warned that the author may not have intended to support it.
getText
String getText()
Undocumented in source. Be warned that the author may not have intended to support it.
getUrl
String getUrl()
Undocumented in source. Be warned that the author may not have intended to support it.
getWebBrowser
Object getWebBrowser()
Undocumented in source. Be warned that the author may not have intended to support it.
hookDOMListeners
void hookDOMListeners(nsIDOMEventTarget target, bool isTop)
Undocumented in source. Be warned that the author may not have intended to support it.
isBackEnabled
bool isBackEnabled()
Undocumented in source. Be warned that the author may not have intended to support it.
isForwardEnabled
bool isForwardEnabled()
Undocumented in source. Be warned that the author may not have intended to support it.
onDispose
void onDispose(Display display)
Undocumented in source. Be warned that the author may not have intended to support it.
onResize
void onResize()
Undocumented in source. Be warned that the author may not have intended to support it.
refresh
void refresh()
Undocumented in source. Be warned that the author may not have intended to support it.
setText
bool setText(String html)
Undocumented in source. Be warned that the author may not have intended to support it.
setUrl
bool setUrl(String url)
Undocumented in source. Be warned that the author may not have intended to support it.
stop
void stop()
Undocumented in source. Be warned that the author may not have intended to support it.
unhookDOMListeners
void unhookDOMListeners()
Undocumented in source. Be warned that the author may not have intended to support it.
unhookDOMListeners
void unhookDOMListeners(nsIDOMEventTarget target)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

SEPARATOR_OS
String SEPARATOR_OS()
Undocumented in source. Be warned that the author may not have intended to support it.
error
void error(int code)
Undocumented in source. Be warned that the author may not have intended to support it.
error
void error(int code, String file, int line)
Undocumented in source. Be warned that the author may not have intended to support it.
findBrowser
Browser findBrowser(void* handle)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

ABOUT_BLANK
String ABOUT_BLANK;
Undocumented in source.
AppShell
nsIAppShell AppShell;
Undocumented in source.
BrowserCount
int BrowserCount;
Undocumented in source.
DISPOSE_LISTENER_HOOKED
String DISPOSE_LISTENER_HOOKED;
Undocumented in source.
GRERANGE_LOWER
String GRERANGE_LOWER;
Undocumented in source.
GRERANGE_LOWER_FALLBACK
String GRERANGE_LOWER_FALLBACK;
Undocumented in source.
GRERANGE_UPPER
String GRERANGE_UPPER;
Undocumented in source.
GRE_INITIALIZED
String GRE_INITIALIZED;
Undocumented in source.
Initialized
bool Initialized;
IsPre_1_8
bool IsPre_1_8;
Undocumented in source.
LocationProvider
AppFileLocProvider LocationProvider;
Undocumented in source.
LowerRangeInclusive
bool LowerRangeInclusive;
Undocumented in source.
MAX_PORT
int MAX_PORT;
Undocumented in source.
PREFERENCE_CHARSET
String PREFERENCE_CHARSET;
Undocumented in source.
PREFERENCE_DISABLEOPENDURINGLOAD
String PREFERENCE_DISABLEOPENDURINGLOAD;
Undocumented in source.
PREFERENCE_DISABLEWINDOWSTATUSCHANGE
String PREFERENCE_DISABLEWINDOWSTATUSCHANGE;
Undocumented in source.
PREFERENCE_LANGUAGES
String PREFERENCE_LANGUAGES;
Undocumented in source.
PREFERENCE_PROXYHOST_FTP
String PREFERENCE_PROXYHOST_FTP;
Undocumented in source.
PREFERENCE_PROXYHOST_HTTP
String PREFERENCE_PROXYHOST_HTTP;
Undocumented in source.
PREFERENCE_PROXYHOST_SSL
String PREFERENCE_PROXYHOST_SSL;
Undocumented in source.
PREFERENCE_PROXYPORT_FTP
String PREFERENCE_PROXYPORT_FTP;
Undocumented in source.
PREFERENCE_PROXYPORT_HTTP
String PREFERENCE_PROXYPORT_HTTP;
Undocumented in source.
PREFERENCE_PROXYPORT_SSL
String PREFERENCE_PROXYPORT_SSL;
Undocumented in source.
PREFERENCE_PROXYTYPE
String PREFERENCE_PROXYTYPE;
Undocumented in source.
PREFIX_JAVASCRIPT
String PREFIX_JAVASCRIPT;
Undocumented in source.
PROFILE_AFTER_CHANGE
String PROFILE_AFTER_CHANGE;
Undocumented in source.
PROFILE_BEFORE_CHANGE
String PROFILE_BEFORE_CHANGE;
Undocumented in source.
PROFILE_DIR
String PROFILE_DIR;
Undocumented in source.
PROFILE_DO_CHANGE
String PROFILE_DO_CHANGE;
Undocumented in source.
PROPERTY_PROXYHOST
String PROPERTY_PROXYHOST;
Undocumented in source.
PROPERTY_PROXYPORT
String PROPERTY_PROXYPORT;
PerformedVersionCheck
bool PerformedVersionCheck;
Undocumented in source.
SEPARATOR_LOCALE
String SEPARATOR_LOCALE;
Undocumented in source.
SHUTDOWN_PERSIST
String SHUTDOWN_PERSIST;
Undocumented in source.
STARTUP
String STARTUP;
Undocumented in source.
TOKENIZER_LOCALE
String TOKENIZER_LOCALE;
Undocumented in source.
URI_FROMMEMORY
String URI_FROMMEMORY;
Undocumented in source.
UpperRangeInclusive
bool UpperRangeInclusive;
Undocumented in source.
WindowCreator
WindowCreator2 WindowCreator;
XPCOMInitWasGlued
bool XPCOMInitWasGlued;
XPCOMWasGlued
bool XPCOMWasGlued;
Undocumented in source.
XULRUNNER_PATH
String XULRUNNER_PATH;
awaitingNavigate
bool awaitingNavigate;
Undocumented in source.

Variables

chromeFlags
int chromeFlags;
Undocumented in source.
embedHandle
GtkWidget* embedHandle;
ignoreDispose
bool ignoreDispose;
isChild
bool isChild;
lastCharCode
int lastCharCode;
lastKeyCode
int lastKeyCode;
Undocumented in source.
listener
Listener listener;
Undocumented in source.
location
Point location;
Undocumented in source.
mozDelegate
MozillaDelegate mozDelegate;
Undocumented in source.
refCount
int refCount;
Undocumented in source.
request
nsIRequest request;
size
Point size;
Undocumented in source.
tip
Shell tip;
Undocumented in source.
unhookedDOMWindows
nsIDOMWindow[] unhookedDOMWindows;
Undocumented in source.
visible
bool visible;
Undocumented in source.
webBrowser
nsIWebBrowser webBrowser;
Undocumented in source.
webBrowserObject
Object webBrowserObject;
Undocumented in source.

Inherited Members

From WebBrowser

browser
Browser browser;
Undocumented in source.
closeWindowListeners
CloseWindowListener[] closeWindowListeners;
Undocumented in source.
locationListeners
LocationListener[] locationListeners;
Undocumented in source.
openWindowListeners
OpenWindowListener[] openWindowListeners;
Undocumented in source.
progressListeners
ProgressListener[] progressListeners;
Undocumented in source.
statusTextListeners
StatusTextListener[] statusTextListeners;
Undocumented in source.
titleListeners
TitleListener[] titleListeners;
Undocumented in source.
visibilityWindowListeners
VisibilityWindowListener[] visibilityWindowListeners;
Undocumented in source.
MozillaClearSessions
Runnable MozillaClearSessions;
Undocumented in source.
NativeClearSessions
Runnable NativeClearSessions;
Undocumented in source.
KeyTable
int[][] KeyTable;
Undocumented in source.
addCloseWindowListener
void addCloseWindowListener(CloseWindowListener listener)
Undocumented in source. Be warned that the author may not have intended to support it.
addLocationListener
void addLocationListener(LocationListener listener)
Undocumented in source. Be warned that the author may not have intended to support it.
addOpenWindowListener
void addOpenWindowListener(OpenWindowListener listener)
Undocumented in source. Be warned that the author may not have intended to support it.
addProgressListener
void addProgressListener(ProgressListener listener)
Undocumented in source. Be warned that the author may not have intended to support it.
addStatusTextListener
void addStatusTextListener(StatusTextListener listener)
Undocumented in source. Be warned that the author may not have intended to support it.
addTitleListener
void addTitleListener(TitleListener listener)
Undocumented in source. Be warned that the author may not have intended to support it.
addVisibilityWindowListener
void addVisibilityWindowListener(VisibilityWindowListener listener)
Undocumented in source. Be warned that the author may not have intended to support it.
back
bool back()
Undocumented in source.
clearSessions
void clearSessions()
Undocumented in source. Be warned that the author may not have intended to support it.
create
void create(Composite parent, int style)
Undocumented in source.
execute
bool execute(String script)
Undocumented in source.
forward
bool forward()
Undocumented in source.
getText
String getText()
Undocumented in source.
getUrl
String getUrl()
Undocumented in source.
getWebBrowser
Object getWebBrowser()
Undocumented in source. Be warned that the author may not have intended to support it.
isBackEnabled
bool isBackEnabled()
Undocumented in source.
isFocusControl
bool isFocusControl()
Undocumented in source. Be warned that the author may not have intended to support it.
isForwardEnabled
bool isForwardEnabled()
Undocumented in source.
refresh
void refresh()
Undocumented in source.
removeCloseWindowListener
void removeCloseWindowListener(CloseWindowListener listener)
Undocumented in source. Be warned that the author may not have intended to support it.
removeLocationListener
void removeLocationListener(LocationListener listener)
Undocumented in source. Be warned that the author may not have intended to support it.
removeOpenWindowListener
void removeOpenWindowListener(OpenWindowListener listener)
Undocumented in source. Be warned that the author may not have intended to support it.
removeProgressListener
void removeProgressListener(ProgressListener listener)
Undocumented in source. Be warned that the author may not have intended to support it.
removeStatusTextListener
void removeStatusTextListener(StatusTextListener listener)
Undocumented in source. Be warned that the author may not have intended to support it.
removeTitleListener
void removeTitleListener(TitleListener listener)
Undocumented in source. Be warned that the author may not have intended to support it.
removeVisibilityWindowListener
void removeVisibilityWindowListener(VisibilityWindowListener listener)
Undocumented in source. Be warned that the author may not have intended to support it.
setBrowser
void setBrowser(Browser browser)
Undocumented in source. Be warned that the author may not have intended to support it.
setText
bool setText(String html)
Undocumented in source.
setUrl
bool setUrl(String url)
Undocumented in source.
stop
void stop()
Undocumented in source.
translateKey
int translateKey(int key)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta