[epiphany] ephy-embed: Remove TODO comments about missing send-request signal



commit 1d38f302f7cf2a0f96017ec726e5c04f6fefdb4f
Author: Carlos Garcia Campos <carlosgc gnome org>
Date:   Sun Mar 17 12:56:37 2013 +0100

    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.

 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 e805e07..470d4d0 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,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]