[Webkit-unassigned] [Bug 34003] [GTK] Pass cookies to GStreamer

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 22 13:51:16 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=34003


Gustavo Noronha (kov) <gns at gnome.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #47204|review?                     |review-
               Flag|                            |




--- Comment #8 from Gustavo Noronha (kov) <gns at gnome.org>  2010-01-22 13:51:15 PST ---
(From update of attachment 47204)
>
> @@ -49,6 +49,8 @@
>  #include <math.h>
>  #include <wtf/gtk/GOwnPtr.h>
>  
> +#include <webkit/webkitwebview.h>

This should go along with the other includes above. Between math and wtf/gtk
sounds right.

> +    if (element) {
> +        GParamSpec *pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (element), "cookies");

You have a number of style problems in this patch - mostly spaces between
function names, and parenses, and misplaced *. Other than that, the patch looks
good. I would still prefer to be able to set the same cookie jar, though,
because I'm pretty sure we'll hit some corner case this is not going to work
for. We might as well consider, for the future, writing a custom source that
uses WebCore's machinery to download the video data, by the way.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list