diff options
author | Carlos Garcia Campos <carlosgc@gnome.org> | 2013-03-17 19:56:37 +0800 |
---|---|---|
committer | Carlos Garcia Campos <carlosgc@gnome.org> | 2013-03-17 19:56:37 +0800 |
commit | 1d38f302f7cf2a0f96017ec726e5c04f6fefdb4f (patch) | |
tree | 9a99d48c0643763900672bc9a1f69e1345db8824 /embed | |
parent | 11b0e09ba08eb1771725184d090e6a22ca113802 (diff) | |
download | gsoc2013-epiphany-1d38f302f7cf2a0f96017ec726e5c04f6fefdb4f.tar gsoc2013-epiphany-1d38f302f7cf2a0f96017ec726e5c04f6fefdb4f.tar.gz gsoc2013-epiphany-1d38f302f7cf2a0f96017ec726e5c04f6fefdb4f.tar.bz2 gsoc2013-epiphany-1d38f302f7cf2a0f96017ec726e5c04f6fefdb4f.tar.lz gsoc2013-epiphany-1d38f302f7cf2a0f96017ec726e5c04f6fefdb4f.tar.xz gsoc2013-epiphany-1d38f302f7cf2a0f96017ec726e5c04f6fefdb4f.tar.zst gsoc2013-epiphany-1d38f302f7cf2a0f96017ec726e5c04f6fefdb4f.zip |
ephy-embed: Remove TODO comments about missing send-request signal
It's already implemented and used in the web extension to implement
ad-blocker and Do Not Track.
Diffstat (limited to 'embed')
-rw-r--r-- | embed/ephy-embed.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/embed/ephy-embed.c b/embed/ephy-embed.c index e805e077c..470d4d045 100644 --- a/embed/ephy-embed.c +++ b/embed/ephy-embed.c @@ -250,9 +250,7 @@ ephy_embed_statusbar_pop (EphyEmbed *embed, guint context_id) ephy_embed_statusbar_update (embed, msg ? msg->text : NULL); } -#ifdef HAVE_WEBKIT2 -/* TODO: WebKitWebResource::send-request */ -#else +#ifndef HAVE_WEBKIT2 static void resource_request_starting_cb (WebKitWebView *web_view, WebKitWebFrame *web_frame, @@ -1032,7 +1030,6 @@ ephy_embed_constructed (GObject *object) gtk_widget_show_all (paned); #ifdef HAVE_WEBKIT2 - /* TODO: WebKitWebResource::send-request, Downloads */ g_object_connect (web_view, "signal::load-changed", G_CALLBACK (load_changed_cb), embed, "signal::enter-fullscreen", G_CALLBACK (entering_fullscreen_cb), embed, |