summaryrefslogtreecommitdiffstats
path: root/core/java/android/webkit/CookieManager.java
Commit message (Expand)AuthorAgeFilesLines
* Update CookieManager documentationPaul Miller2014-12-121-4/+1
* [WebView] Allow the WebView to be compiled against the system SDK.Ignacio Solla2014-11-121-72/+29
* Put in real "code" (aka marketing) name.Dianne Hackborn2014-10-071-2/+1
* Remove synchronized from acceptThirdPartyCookies()Hector Dearman2014-08-261-1/+1
* Add documentation for CookieManager defualtsHector Dearman2014-07-251-3/+10
* Update CookieManager API for Council review.Hector Dearman2014-07-241-2/+1
* Deprecate the Cookie Sync ManagerHector Dearman2014-07-011-2/+10
* Add Third Party Cookie APIHector Dearman2014-06-251-1/+30
* Connect WebView Async Cookie APIsHector Dearman2014-06-171-1/+65
* Removes bad comment from CookieManagerHector Dearman2014-05-191-2/+1
* Clean up JavaDoc for CookieManagerSteve Block2012-08-141-2/+2
* Fix JavaDoc style for several WebView classesSteve Block2012-04-261-20/+31
* static methods in CookieManger call via instanceJonathan Dixon2012-04-241-4/+20
* Fix dumprendertree crashJonathan Dixon2012-04-231-2/+4
* Seperate interface and implementation of 4 WebView classesJonathan Dixon2012-04-231-111/+29
* Two WebView API cleanupsJonathan Dixon2012-04-131-1/+1
* Remove superfluous code after removal of Android HTTP stackSteve Block2012-03-261-200/+0
* Drop support for Android HTTP stackSteve Block2012-02-221-776/+17
* Clean up JavaDoc for CookieManagerSteve Block2012-02-211-65/+71
* Fix crash with HTML5 video.Ben Murdoch2011-12-011-0/+11
* Fix from post submit reviewKristian Monsen2011-03-021-0/+1
* Part of fix for bug 3489551 Browser doesn't send cookies for HTML5 video in i...Kristian Monsen2011-03-011-12/+76
* Merge "Adds CookieManager methods to configure policy for cookies for file sc...Steve Block2011-02-101-0/+28
|\
| * Adds CookieManager methods to configure policy for cookies for file scheme URLsKristian Monsen2010-12-211-0/+28
* | am 01b7a98c: am 160c18a4: Merge "Need a public way to wait for cookie operati...Patrick Scott2011-02-071-5/+11
|\ \
| * | Need a public way to wait for cookie operations.Patrick Scott2011-02-041-5/+11
| * | Fix for bug 3407633 Cookie not set in CookieManager - DO NOT MERGEKristian Monsen2011-02-011-0/+4
| |/
* | Proper fix for bug 3407633Kristian Monsen2011-02-011-15/+12
* | Fix for bug 3407633 Cookie not set in CookieManagerKristian Monsen2011-02-011-0/+4
|/
* Move useChromiumHttpStack() from CookieManager to JniUtil.Iain Merrick2010-12-101-21/+9
* Make CookieManager.removeSessionCookies asyncKristian Monsen2010-12-091-1/+30
* Call flushCookieStore() from CookieSyncManager.Iain Merrick2010-12-061-6/+3
* Add FlushCookieStore() method to CookieManager (Java side)Iain Merrick2010-12-011-0/+15
* Correctly parse cookies with spaces after = in attributesBrian Carlstrom2010-11-091-5/+8
* Hook up remaining CookieManager methodsSteve Block2010-10-281-0/+23
* Hook up CookieManager.getCookie() for Chromium HTTP stackSteve Block2010-10-271-0/+5
* Hook up CookieManager.acceptCookie() and setAcceptCookie() for the Chromium H...Steve Block2010-10-271-0/+11
* Add a JNI method to determine which HTTP stack is in useSteve Block2010-10-221-5/+17
* Hook up CookieManager.removeAllCookie() for the Chromium HTTP stackSteve Block2010-10-211-0/+8
* Make fields in WebAddress private, add getters/settersBjorn Bringert2010-10-131-6/+6
* Move the public method HttpDateTime.parse() into AndroidHttpClient.Jesse Wilson2010-04-091-2/+2
* Match RFC requirement that the domain portion of a cookie should be case-inse...Derek Sollenberger2010-04-011-1/+11
* Compare the cookie names to ensure a consistent ordering.Patrick Scott2010-03-191-9/+3
* If both cookies have null values, use the name difference.Patrick Scott2010-03-081-1/+5
* Cookies like "a=b" were broken due to my previous change.Patrick Scott2010-03-081-8/+15
* Re-arrange android-common so framework no longer links with it.Dianne Hackborn2010-02-251-1/+1
* Allow cookies with no name.Patrick Scott2010-02-251-43/+72
* remove android.webkit.HttpDateTime, againDoug Zongker2010-02-031-0/+2
* undo "move HttpDateTime from android.webkit to android-common jar"Doug Zongker2010-02-031-2/+0
* move HttpDateTime from android.webkit to android-common jarDoug Zongker2010-02-031-0/+2