diff options
author | Marco Pesenti Gritti <marco@gnome.org> | 2004-06-13 04:25:09 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2004-06-13 04:25:09 +0800 |
commit | b59ab61dde301128d88778045f502cc30008bf8f (patch) | |
tree | 57dd181d409b16ca5abe7d2bddac9c3c54219e95 /embed/ephy-embed.h | |
parent | decb30ea6768b634476d351f3d5f5e73e4308326 (diff) | |
download | gsoc2013-epiphany-b59ab61dde301128d88778045f502cc30008bf8f.tar.gz gsoc2013-epiphany-b59ab61dde301128d88778045f502cc30008bf8f.tar.zst gsoc2013-epiphany-b59ab61dde301128d88778045f502cc30008bf8f.zip |
Add a way to open new windows passing features and uri. Something like js
2004-06-12 Marco Pesenti Gritti <marco@gnome.org>
* embed/ephy-embed-single.c: (ephy_embed_single_open_window):
* embed/ephy-embed-single.h:
* embed/ephy-embed.h:
* embed/mozilla/EphyBrowser.cpp:
* embed/mozilla/EphyBrowser.h:
* embed/mozilla/EventContext.cpp:
* embed/mozilla/mozilla-embed-single.cpp:
Add a way to open new windows passing features and uri.
Something like js window.open. It's necessary for popup
blocker.
Diffstat (limited to 'embed/ephy-embed.h')
-rw-r--r-- | embed/ephy-embed.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/ephy-embed.h b/embed/ephy-embed.h index b890222b7..e55152272 100644 --- a/embed/ephy-embed.h +++ b/embed/ephy-embed.h @@ -39,7 +39,7 @@ G_BEGIN_DECLS #define EPHY_TYPE_EMBED_CHROME_MASK (ephy_embed_chrome_get_type ()) -typedef struct _EphyEmbed EphyEmbed; /* dummy typedef */ +typedef struct _EphyEmbed EphyEmbed; typedef struct _EphyEmbedIface EphyEmbedIface; typedef enum |