History log of /external/webkit/Source/WebKit/android/WebCoreSupport/WebCookieJar.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
17393d82fd683230373d65641b1eea02af17c0e2 01-Dec-2011 Selim Gurun <sgurun@google.com> Fix init and cleanup of WebCookieJar.

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
/external/webkit/Source/WebKit/android/WebCoreSupport/WebCookieJar.cpp
230023a6cbf70856cb2e957af3a066158360d5da 21-Nov-2011 Selim Gurun <sgurun@google.com> Defer CookieManager initialization.

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
/external/webkit/Source/WebKit/android/WebCoreSupport/WebCookieJar.cpp
11aad316ddd7f5db407a4fc1bdd26ba6b8ba912d 07-Jul-2011 Kristian Monsen <kristianm@google.com> Merge Chromium at r12.0.742.93: CookiePolicy update

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
/external/webkit/Source/WebKit/android/WebCoreSupport/WebCookieJar.cpp
e4a6ca290c7810f10ff4fc136a07db2149422492 07-Jun-2011 Kristian Monsen <kristianm@google.com> Merge Chromium at r11.0.672.0: Compile fixes

WebRequestContext.h:
http://src.chromium.org/viewvc/chrome/trunk/src/net/url_request/url_request_context.h?r1=70592&r2=71522&pathrev=74924

Other files:
base/lock.h moved to base/synchronization/lock.h contents
to base namespace:
http://codereview.chromium.org/6018013

Change-Id: Icf028ea9cd32746c6681751bc86935aefb7c0084
/external/webkit/Source/WebKit/android/WebCoreSupport/WebCookieJar.cpp
f5c16878840c58e6e0b1622e0cd950fe27ae7832 25-May-2011 Kristian Monsen <kristianm@google.com> Merge chromium at 10.0.634.0: Compile fixes

base/thread.h moved to base/threading/thread.h:
http://codereview.chromium.org/6028009

base/condition_variable.h base/lock.h moved to base/synchronization
and classes added to base namespace:
http://codereview.chromium.org/6018013

Change-Id: I74d14224d6b17df33bc1cc9a5521fd267f4e830c
/external/webkit/Source/WebKit/android/WebCoreSupport/WebCookieJar.cpp
a2c606d1d8312a5d063e4a11e5911d9c8e4a3d19 13-May-2011 Ben Murdoch <benm@google.com> Merge WebKit at r75993: Move WebKit/android files to Source

Change-Id: Ifa871f8320bdb3a09fe189fffecc23f702c394b9
/external/webkit/Source/WebKit/android/WebCoreSupport/WebCookieJar.cpp