summaryrefslogtreecommitdiffstats
path: root/core/java/android/webkit/CookieManager.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a cookie bug. If "secure" is in the end of the string, it was ignored.Grace Kloba2009-08-161-2/+4
* Fix #2031300. Set only accept unique objects. So we have to assign differentGrace Kloba2009-08-031-1/+18
* Fix the cookie order. If multiple cookies satisfy the criteria, the one withGrace Kloba2009-08-031-11/+29
* Centralized debug flags and enabled more granular control of debug settings.Derek Sollenberger2009-06-031-6/+6
* Fix 1799207. With the new local dns, we should allow the host without any PER...Grace Kloba2009-05-111-2/+0
* Remove references to android.util.ConfigDave Bort2009-04-131-7/+6
* auto import from //branches/cupcake_rel/...@138607The Android Open Source Project2009-03-131-1/+6
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+934
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-934/+0
* auto import from //branches/cupcake/...@131421The Android Open Source Project2009-02-131-1/+8
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-091-32/+53
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-55/+63
* Initial ContributionThe Android Open Source Project2008-10-211-0/+898