[Webkit-unassigned] [Bug 112162] [BlackBerry] Implement platform strategies

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 6 11:58:11 PDT 2013


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





--- Comment #7 from Rob Buis <rwlbuis at gmail.com>  2013-05-06 11:56:33 PST ---
(From update of attachment 200661)
View in context: https://bugs.webkit.org/attachment.cgi?id=200661&action=review

> Source/WebCore/platform/network/blackberry/CookieJarBlackBerry.cpp:45
> +    return !cookieManager().cookieJar().isEmpty();

otcheung says: for us, cookieManager().cookieJar() holds the file name of the cookie database file. It's always init to some string object so it'll always return true in this case. since we don't have access to the websettings object through document anymore, we may want to have ftns that toggles the availability of cookies in cookiemanager, and update those values with the toggles in WebPageClientImpl. However, that seems quite unclean because we'll be storing the cookieenabled bool in multiple places.

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