aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/EphyBrowser.h
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@gnome.org>2003-10-28 01:29:36 +0800
committerMarco Pesenti Gritti <marco@src.gnome.org>2003-10-28 01:29:36 +0800
commit7b0fe9305597ff7bd10c4dc468ae00eab155ca36 (patch)
tree5b8a213e75b8c49a7246abed3ac9e65393517d9d /embed/mozilla/EphyBrowser.h
parent03518bcc5c5aa9a9149315e932f84a0aee2d44ce (diff)
downloadgsoc2013-epiphany-7b0fe9305597ff7bd10c4dc468ae00eab155ca36.tar
gsoc2013-epiphany-7b0fe9305597ff7bd10c4dc468ae00eab155ca36.tar.gz
gsoc2013-epiphany-7b0fe9305597ff7bd10c4dc468ae00eab155ca36.tar.bz2
gsoc2013-epiphany-7b0fe9305597ff7bd10c4dc468ae00eab155ca36.tar.lz
gsoc2013-epiphany-7b0fe9305597ff7bd10c4dc468ae00eab155ca36.tar.xz
gsoc2013-epiphany-7b0fe9305597ff7bd10c4dc468ae00eab155ca36.tar.zst
gsoc2013-epiphany-7b0fe9305597ff7bd10c4dc468ae00eab155ca36.zip
Solving the wrapper mess THE END
2003-10-27 Marco Pesenti Gritti <marco@gnome.org> * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EphyBrowser.h: * embed/mozilla/mozilla-embed.cpp: Solving the wrapper mess THE END An about:blank document is created syncronously on _init, which means there are no more race conditions ! Mozilla api is CRACK.
Diffstat (limited to 'embed/mozilla/EphyBrowser.h')
-rw-r--r--embed/mozilla/EphyBrowser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/mozilla/EphyBrowser.h b/embed/mozilla/EphyBrowser.h
index b803ccec8..9d02d87b0 100644
--- a/embed/mozilla/EphyBrowser.h
+++ b/embed/mozilla/EphyBrowser.h
@@ -46,7 +46,6 @@ public:
~EphyBrowser();
nsresult Init (GtkMozEmbed *mozembed);
- nsresult InitDocument ();
nsresult Destroy (void);
nsresult DoCommand (const char *command);
@@ -88,6 +87,7 @@ public:
nsCOMPtr<nsIWebBrowser> mWebBrowser;
nsCOMPtr<nsIDOMWindow> mDOMWindow;
+ nsCOMPtr<nsIDOMDocument> mDOMDocument;
GtkMozEmbed *mGtkMozEmbed;
private: