summaryrefslogtreecommitdiffstats
path: root/core/java/android/webkit/CookieManager.java
Commit message (Collapse)AuthorAgeFilesLines
* remove android.webkit.HttpDateTime, againDoug Zongker2010-02-031-0/+2
| | | | | | | Remove this class, again, and change the webkit uses of it to use the one in android-common. Remove class from preloaded-classes as well. Change-Id: Ic0d4835e77180d299bc2c22b7c8780861b4781ee
* undo "move HttpDateTime from android.webkit to android-common jar"Doug Zongker2010-02-031-2/+0
| | | | | | | | | This restores this class to android.webkit, but leaves a copy in android-common while I figure out how to move it correctly. This reverts commit 7ad12a5f44253dc535f9a25ceb029579b40c43b1. Change-Id: I1d0a3efe34764058b979c6987e6e774f64d02b8c
* move HttpDateTime from android.webkit to android-common jarDoug Zongker2010-02-031-0/+2
| | | | | | Some to-be-unbundled classes want to use HttpDateTime as well. Change-Id: I40a001970682f6fbd4d9cd3546bd3f63ebfbe89b
* 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
| | | | value for each cookie when we add them to the SortedSet.
* Fix the cookie order. If multiple cookies satisfy the criteria, the one withGrace Kloba2009-08-031-11/+29
| | | | more specfic Path precede thoese with less specific.
* 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 ↵Grace Kloba2009-05-111-2/+0
| | | | PERIOD. Otherwise http://go won't work properly.
* Remove references to android.util.ConfigDave Bort2009-04-131-7/+6
| | | | | | | The semantics of Config.DEBUG will be changing soon, and all other Config.* fields will become deprecated/hidden. BUG=1780938
* 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