[Webkit-unassigned] [Bug 179101] [GTK] Problem with SquirrelMail

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 15 15:42:41 PDT 2018


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

--- Comment #15 from Michael Catanzaro <mcatanzaro at igalia.com> ---
(In reply to bugzilla-ok from comment #14)
> >Surf 2.x uses WebKit2, by the way.
> 
> And Epiphany uses WebKit2-GTK? The two are substantially different?
> 
> >It uses the WebKitCookieManager with the cookies as plain text (WEBKIT_COOKIE_PERSISTENT_STORAGE_TEXT).
> 
> Epiphany and MiniBrowser handle cookies differently?

Epiphany uses an SQLite database. MiniBrowser just stores them in memory until you close the browser, unless you use the command line flags that Carlos Garcia added last week, in which case you can choose whether it uses SQLite or a text file.

> Maybe SquirrelMail
> cookies fail if they aren't handled as plain text?

I suppose it might be possible. Should be straightforward to test by building MiniBrowser from WebKit trunk. Look over https://trac.webkit.org/changeset/231637/webkit to review how to switch from SQLite to text database format by changing the filename of the cookie storage file.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180515/b25a7d5c/attachment.html>


More information about the webkit-unassigned mailing list