GNOME Bugzilla – Bug 672838
Add soup_cookie_jar_is_persistent()
Last modified: 2012-04-18 15:01:52 UTC
Created attachment 210607 [details] [review] Add SoupCookieJar:is-persistent property This will be used by WebKit to know whether cookies are persistent or not.
Comment on attachment 210607 [details] [review] Add SoupCookieJar:is-persistent property This would allow the app to create a cookie jar with is-persistent set to the wrong value (by calling g_object_new() directly rather than one of the soup_cookie_jar_*new() methods). You should do it as a virtual method instead.
You are right, my initial idea was to add a virtual method indeed, but then I thought I could avoid using a class padding by adding a new property. I'll rework the patch.
Created attachment 210637 [details] [review] Updated patch using vmethod
Comment on attachment 210637 [details] [review] Updated patch using vmethod looks good. I plan to branch fairly soon. I'll land this when I do.
committed to master