OSDN Git Service

Fix WebRequestContext::get() to be threadsafe
authorSteve Block <steveblock@google.com>
Wed, 27 Oct 2010 08:58:13 +0000 (09:58 +0100)
committerSteve Block <steveblock@google.com>
Wed, 27 Oct 2010 13:07:30 +0000 (14:07 +0100)
commit9a90c4fd9e9ad727fac52b12013ad2b88644d826
treec3cfb89596caf61a7375295d5aa6a4a712f28301
parentf8d8851981c0c0605a653850bddde79841119470
Fix WebRequestContext::get() to be threadsafe

This allows the method to be called from both the WebCore thread and
the UI thread, as required to hook up CookieManager.

Change-Id: I895d14909b14f0baba77fb2cb75926d9103ee01f
WebKit/android/WebCoreSupport/WebRequestContext.cpp
WebKit/android/WebCoreSupport/WebRequestContext.h
WebKit/android/jni/CookieManager.cpp