[webkit-gtk] Cookies API in WebKit2
Sergio Villar Senin
svillar at igalia.com
Mon Mar 26 02:20:05 PDT 2012
En 26/03/12 10:40, Carlos Garcia Campos escribiu:
> typedef enum { WEBKIT_COOKIE_STORAGE_TEXT,
> WEBKIT_COOKIE_STORAGE_SQLITE } WebKitCookieStorage;
>
> void webkit_cookie_manager_set_storage (WebKitCookieManager
> *cookie_manager, const gchar *storage_path,
> WebKitCookieStorage storage);
Do we really need this API?. I mean why a client would have to care
about this? I guess we should use the sqlite backend by default and
fallback to text storage if needed.
BR
More information about the webkit-gtk
mailing list