summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/android/WebCoreSupport/WebCookieJar.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix init and cleanup of WebCookieJar.Selim Gurun2011-12-021-2/+0
| | | | | | | | | | | Fix potential race condition due to reordering of stores in init. Fix cleanup of leftover files. Both of these were introduced during fix for "Defer CookieManager initialization". https://android-git.corp.google.com/g/#/c/152972/3 BUG: 5253777 Change-Id: Ib90debe39f009d178b3183c79949fb0f4a18fdb3
* Defer CookieManager initialization.Selim Gurun2011-11-231-1/+10
| | | | | | | | | | | Bug: 5253777 Initialize cookiemanager, and the associated components (db, etc) when cookie store is accessed. This prevents a slowdown on UI thread during initialization of the browser. Also remove an unnecessary call to retrieve database file path since now it is stored as a member variable. Change-Id: I0823cd546770d4fb3e8143d4cfab3cb2b104ba7a
* Merge Chromium at r12.0.742.93: CookiePolicy updateKristian Monsen2011-07-071-3/+3
| | | | | | | | | | Async functionality removed, and const added. Needed to make the Mutex mutable so it can be changed in the const function. Chromium CL: http://src.chromium.org/viewvc/chrome/branches/742/src/net/base/cookie_policy.h?view=diff&pathrev=88489&r1=80659&r2=80660 Change-Id: Ib8898076cd6a22ccac4f719bc9ed437bf36d7b44
* Merge WebKit at r75993: Move WebKit/android files to SourceBen Murdoch2011-05-161-0/+78
Change-Id: Ifa871f8320bdb3a09fe189fffecc23f702c394b9