[Webkit-unassigned] [Bug 108052] Expose WebContext::setCookieStorageDirectory() to Qt API

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 29 03:51:53 PST 2013


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





--- Comment #1 from Jocelyn Turcotte <jocelyn.turcotte at digia.com>  2013-01-29 03:53:51 PST ---
I didn't read deeply through the code, but a comment in Source/WebKit2/UIProcess/API/C/WKContextPrivate.h says:
// FIXME: These functions are only effective if called before the Web process is launched. But
// we should really change these settings to be on WebPreferences and changeable at runtime.

So you would have to fix this first, else you might notice that WKContextSetCookieStorageDirectory won't have any effect unless you kill the process.

You also shouldn't need to move it to the public C API to be able to use it from the Qt API, this is the public API in our case.

-- 
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