[Webkit-unassigned] [Bug 174310] New: [SOUP] Remove WebKitSoupCookieJarSqlite

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 10 07:15:19 PDT 2017


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

            Bug ID: 174310
           Summary: [SOUP] Remove WebKitSoupCookieJarSqlite
           Product: WebKit
           Version: Other
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mcatanzaro at igalia.com
                CC: bugs-noreply at webkitgtk.org

It seems WebKitSoupCookieJarSqlite uses exactly the same database format as the upstream SoupCookieJarDb class. WebKitSoupCookieJarSqlite exists only because SoupCookieJarDb is relatively new, and the older SoupCookieJarSqlite class existed only in libsoup-gnome rather than libsoup proper. The advantage of continuing to use our WebKitSoupCookieJarSqlite class, besides that we already know it works, is that it utilizes the same SQLiteDatabase class that is used elsewhere in WebKit. But that's not really any reason to keep the class around, when SoupCookieJarDb does exactly the same thing. It was introduced in libsoup 2.42 and that is already our minimum required version, so we can just switch.

This passes a quick sanity-check of Epiphany's cookies dialog and also TestCookieManager.

-- 
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/20170710/8b9dc31e/attachment-0001.html>


More information about the webkit-unassigned mailing list