aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-embed-single.c
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-11-19 03:24:16 +0800
committerChristian Persch <chpe@src.gnome.org>2005-11-19 03:24:16 +0800
commit2fc8ea94dc040a9854718593571b48345d6b22f2 (patch)
tree03616c4e1d09b436113c871aa33ad043d04c6429 /embed/ephy-embed-single.c
parent9c59c6bc168115ba34387b2777f6898289c37e3a (diff)
downloadgsoc2013-epiphany-2fc8ea94dc040a9854718593571b48345d6b22f2.tar
gsoc2013-epiphany-2fc8ea94dc040a9854718593571b48345d6b22f2.tar.gz
gsoc2013-epiphany-2fc8ea94dc040a9854718593571b48345d6b22f2.tar.bz2
gsoc2013-epiphany-2fc8ea94dc040a9854718593571b48345d6b22f2.tar.lz
gsoc2013-epiphany-2fc8ea94dc040a9854718593571b48345d6b22f2.tar.xz
gsoc2013-epiphany-2fc8ea94dc040a9854718593571b48345d6b22f2.tar.zst
gsoc2013-epiphany-2fc8ea94dc040a9854718593571b48345d6b22f2.zip
Add chrome: and resource: to the safe list; otherwise forms and scrollbars
2005-11-18 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyContentPolicy.cpp: * embed/ephy-embed-single.c: * embed/ephy-embed-single.h: Add chrome: and resource: to the safe list; otherwise forms and scrollbars break. Fixes bug #316498.
Diffstat (limited to 'embed/ephy-embed-single.c')
-rw-r--r--embed/ephy-embed-single.c27
1 files changed, 0 insertions, 27 deletions
diff --git a/embed/ephy-embed-single.c b/embed/ephy-embed-single.c
index 4f2c50000..fe32a0289 100644
--- a/embed/ephy-embed-single.c
+++ b/embed/ephy-embed-single.c
@@ -146,33 +146,6 @@ ephy_embed_single_iface_init (gpointer g_iface)
G_TYPE_STRING | G_SIGNAL_TYPE_STATIC_SCOPE);
/**
- * EphyEmbedSingle::check_content:
- * @single: the #EphyEmbedSingle
- * @type: the type of content (an #EphyContentCheckType)
- * @address: the address of the content
- * @requesting_address: the address of the requesting content (may be empty)
- * @mime_type_guess: a guess of the mime type of the content (may be empty)
- *
- * The ::check-content signal is emitted when Epiphany loads any content from
- * anywhere.
- *
- * If a connected callback returns %TRUE, the
- * signal emission will stop, and the load be aborted.
- **/
- g_signal_new ("check_content",
- EPHY_TYPE_EMBED_SINGLE,
- G_SIGNAL_RUN_FIRST | G_SIGNAL_RUN_LAST,
- G_STRUCT_OFFSET (EphyEmbedSingleIface, check_content),
- g_signal_accumulator_true_handled, NULL,
- ephy_marshal_BOOLEAN__ENUM_STRING_STRING_STRING,
- G_TYPE_BOOLEAN,
- 4,
- EPHY_TYPE_CONTENT_CHECK_TYPE,
- G_TYPE_STRING | G_SIGNAL_TYPE_STATIC_SCOPE,
- G_TYPE_STRING | G_SIGNAL_TYPE_STATIC_SCOPE,
- G_TYPE_STRING | G_SIGNAL_TYPE_STATIC_SCOPE);
-
-/**
* EphyEmbedSingle::network-status:
*
* Whether the network is on-line.