[Webkit-unassigned] [Bug 109202] [BlackBerry] Cookie database isn't loaded into memory in some rare cases

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 7 09:21:40 PST 2013


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





--- Comment #2 from Yong Li <yoli at rim.com>  2013-02-07 09:23:48 PST ---
(From update of attachment 187126)
View in context: https://bugs.webkit.org/attachment.cgi?id=187126&action=review

> Source/WebCore/platform/blackberry/CookieDatabaseBackingStore/CookieDatabaseBackingStore.cpp:322
> +        if (isCurrentThread())
> +            BlackBerry::Platform::webKitThreadMessageClient()->dispatchSyncMessage(createMethodCallMessage(&CookieManager::getBackingStoreCookies, &cookieManager()));
> +        else
> +            cookieManager().getBackingStoreCookies();

I'm not sure this is right. we send message when it is current thread? maybe we want the opposite?

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