GNOME Bugzilla – Bug 678626
Port cookies to WebKit2
Last modified: 2012-07-04 11:16:27 UTC
Created attachment 217021 [details] [review] Patch Use WebKit2 cookies API instead of using libsoup directly.
Review of attachment 217021 [details] [review]: I strongly dislike the PDM code in general, and it seems we'll most certainly want to get rid of it anyway, but for now let's just push everything since the important bits are in EphyEmbedPrefs and EphyEmbedSingle. ::: src/pdm-dialog.c @@ +1028,3 @@ + } + + /* the array items has been consumed, so we need only to free the array */ Capitalization and a period. @@ +1107,3 @@ { +#ifdef HAVE_WEBKIT2 + char *domain = (char *) data; This is the wrong style but since the file is already using it elsewhere I guess it does not matter.
Yes, I'm trying to follow the style of the file I'm modifying.