OSDN Git Service

Hook up CookieManager.acceptCookie() and setAcceptCookie() for the Chromium HTTP...
authorSteve Block <steveblock@google.com>
Mon, 25 Oct 2010 11:20:52 +0000 (12:20 +0100)
committerSteve Block <steveblock@google.com>
Wed, 27 Oct 2010 18:46:29 +0000 (19:46 +0100)
commit965d128a2f803da81a8a6d04c3d79382ff827bb9
treed5912955a57cbfd3d43229c4c9848f9bd525862e
parent43d943757c6b39710fa65034351bc2e84946e8ce
Hook up CookieManager.acceptCookie() and setAcceptCookie() for the Chromium HTTP stack

We also update PlatformBridge::cookiesEnabled() to query the Chromium
HTTP stack directly. This avoids calling
CookieClient::cookiesEnabled(), which calls the Java
CookieManager::acceptCookie() which in turns calls back to native
code.

Also requires a change to frameworks/base ...
https://android-git.corp.google.com/g/76065

Bug: 3116410
Change-Id: Id853463f3bcef76b220e8c44dd2b30c0d6752624
WebKit/android/WebCoreSupport/ChromiumIncludes.h
WebKit/android/WebCoreSupport/PlatformBridge.cpp
WebKit/android/WebCoreSupport/WebRequestContext.cpp
WebKit/android/WebCoreSupport/WebRequestContext.h
WebKit/android/jni/CookieManager.cpp