[Webkit-unassigned] [Bug 82441] [GTK] Initial cookies API for WebKit2 GTK+ API
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Apr 11 06:24:09 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=82441
--- Comment #4 from Carlos Garcia Campos <cgarcia at igalia.com> 2012-04-11 06:24:09 PST ---
(In reply to comment #3)
> (From update of attachment 134247 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=134247&action=review
Thanks for reviewing!
> > Source/WebKit2/UIProcess/API/gtk/WebKitCookieManager.cpp:210
> > + WKCookieManagerDeleteCookiesForHostname(manager->priv->wkCookieManager.get(), wkDomain.get());
>
> Are the delete calls synchronous, or do we just not care about the result in this case?
It's async, but the C API doesn't provide any result nor callback to be emitted when the operation finishes.
> Also what about deleting a single cookie?
Not supported by the C API.
> That's something Ephy does today, something we want to keep supporting?
As I commented in the mailing list when I proposed this API, it's not a common operation, people usually remove the cookies for a domain rather than a single cookie. However, since bugs #82081 and #82082 landed already, it's now possible to see the details of all cookies using the inspector, as well as deleting a single cookie. So, we could leave that as an advanced feature available through the inspector. Or we can add the API if you think it's really important. In any case, I think it would be batter to discuss about it in the mailing list, see this thread:
https://lists.webkit.org/pipermail/webkit-gtk/2012-March/001007.html
--
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