summaryrefslogtreecommitdiffstats
path: root/core/java/android/webkit/CookieManager.java
Commit message (Expand)AuthorAgeFilesLines
* 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