summaryrefslogtreecommitdiffstats
path: root/WebKit/android/jni/CookieManager.cpp
Commit message (Expand)AuthorAgeFilesLines
* CookieManager.getCookie() should return null rather than the empty stringSteve Block2010-10-291-1/+1
* Hook up remaining CookieManager methodsSteve Block2010-10-291-0/+55
* CookieManager.getCookie() should include HTTP-only cookiesSteve Block2010-10-281-1/+3
* Make sure we delete local references to jclass objectsSteve Block2010-10-281-0/+3
* Hook up CookieManager.getCookie() for Chromium HTTP stackSteve Block2010-10-271-10/+34
* Hook up CookieManager.acceptCookie() and setAcceptCookie() for the Chromium H...Steve Block2010-10-271-0/+27
* Update Chromium HTTP stack to get database and cache paths from CookieSyncMan...Steve Block2010-10-271-4/+0
* Fix WebRequestContext::get() to be threadsafeSteve Block2010-10-271-0/+10
* Fixes style in WebRequestContextSteve Block2010-10-271-2/+2
* Add a JNI method to determine which HTTP stack is in useSteve Block2010-10-251-1/+10
* Fix for ALT_HTTP build breakKristian Monsen2010-10-221-0/+2
* Hook up CookieManager.removeAllCookie() for the Chromium HTTP stackSteve Block2010-10-221-0/+60