summaryrefslogtreecommitdiffstats
path: root/WebKit/android/jni/CookieManager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Part bug 3489551 Browser doesn't send cookies for HTML5 video in incognitoKristian Monsen2011-03-011-9/+9
* Do not accept cookies for file scheme URLs by defaultKristian Monsen2011-02-101-0/+21
* Fixing cookie CTS tests.Kristian Monsen2011-01-171-2/+2
* Adds an optimization to cache the WebCache backendSteve Block2011-01-061-1/+0
* Add a stdStringToJstring() helper functionSteve Block2011-01-061-1/+1
* Add JNI hooks for JniUtil class.Iain Merrick2010-12-101-11/+0
* Fix CookieManager.hasCookies().Iain Merrick2010-12-061-1/+5
* CookieManager::flushCookieStore() is now synchronous.Iain Merrick2010-12-031-2/+1
* Add FlushCookieStore() method to CookieManager (C++ side).Iain Merrick2010-12-011-0/+9
* Make WebCookieJar::get() threadsafeSteve Block2010-11-291-10/+1
* Factor out CookieManager from WebRequestContextKristian Monsen2010-11-261-15/+16
* Session cookies are now persistent.Iain Merrick2010-11-251-1/+1
* 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