History log of /frameworks/base/core/java/android/webkit/CookieManager.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
7cfa90fee54f44831ac492891d1c123601c2a262 08-Apr-2010 Jesse Wilson <jessewilson@google.com> Move the public method HttpDateTime.parse() into AndroidHttpClient.

See bug http://b/2553589

Change-Id: Ide3399c7c63daf9c0b8c18669076f2f4d6e9a876
/frameworks/base/core/java/android/webkit/CookieManager.java
11fb6144604fbd1148695421e9ab6896701a431b 01-Apr-2010 Derek Sollenberger <djsollen@google.com> Match RFC requirement that the domain portion of a cookie should be case-insensitive.

fixes bug #2549818.

Change-Id: I1372171568828545e78690f1ddc0ddcf25ddd428
/frameworks/base/core/java/android/webkit/CookieManager.java
06312cae6b0e00c4ccbe84e9c682de8d607897a9 19-Mar-2010 Patrick Scott <phanna@android.com> Compare the cookie names to ensure a consistent ordering.

Comparing the hash code provided a consistent order but it was not a logical,
testable order as the hash code was not related to lexicographic ordering.

Remove a spurious '=' from a comment.

Bug: 2527671
Change-Id: Ia2248cb8acbc4d5759a624eec13da3837f7406b8
/frameworks/base/core/java/android/webkit/CookieManager.java
2807dbd5942a64eb0200de3c2ea0f551a22720f3 08-Mar-2010 Patrick Scott <phanna@android.com> If both cookies have null values, use the name difference.

Change-Id: Idee9763a14dd559f136ee8b1eea9abaf265d15a1
/frameworks/base/core/java/android/webkit/CookieManager.java
d2b49d931afd22051807ef8919437ee889211bbb 05-Mar-2010 Patrick Scott <phanna@android.com> Cookies like "a=b" were broken due to my previous change.

Update the cookie parser to correctly detect "a=b" cookies and add comments.
Also change the comparator to compare null values before the name so that all
cookies with null values come after cookies with values.

Also added a cts test in cts project.

Bug: 2487245
/frameworks/base/core/java/android/webkit/CookieManager.java
2269d1572e5fcfb725ea55f5764d8c3280d69f6d 25-Feb-2010 Dianne Hackborn <hackbod@google.com> Re-arrange android-common so framework no longer links with it.

This is the framework part, moving classes around so the framework
no longer needs to link to android-common. Makes some APIs public,
others that didn't need to be public are private in the framework,
some small things are copied.
/frameworks/base/core/java/android/webkit/CookieManager.java
6a4472f4d5513a69665811115c56f63e5f3935fe 22-Feb-2010 Patrick Scott <phanna@android.com> Allow cookies with no name.

Cookies like "foo; path=/;" should be evaluated to have just a name. This makes
it easier to compare cookies when looking for duplicates.

Bug: 2333747
/frameworks/base/core/java/android/webkit/CookieManager.java
45a9a14006214e6478311ffcb980e766702d5a76 03-Feb-2010 Doug Zongker <dougz@android.com> remove android.webkit.HttpDateTime, again

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
/frameworks/base/core/java/android/webkit/CookieManager.java
e4a74ea0ae1370139d8d3da5ae35f11ee72e3a72 03-Feb-2010 Doug Zongker <dougz@android.com> undo "move HttpDateTime from android.webkit to android-common jar"

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
/frameworks/base/core/java/android/webkit/CookieManager.java
7ad12a5f44253dc535f9a25ceb029579b40c43b1 03-Feb-2010 Doug Zongker <dougz@android.com> move HttpDateTime from android.webkit to android-common jar

Some to-be-unbundled classes want to use HttpDateTime as well.

Change-Id: I40a001970682f6fbd4d9cd3546bd3f63ebfbe89b
/frameworks/base/core/java/android/webkit/CookieManager.java
dbdad99813be49f2a64b876507ae18db42db7bbc 16-Aug-2009 Grace Kloba <klobag@google.com> Fix a cookie bug. If "secure" is in the end of the string, it was ignored.
/frameworks/base/core/java/android/webkit/CookieManager.java
8ae277735439940480e1301ff729cee32c2ab72e 04-Aug-2009 Grace Kloba <klobag@google.com> Fix #2031300. Set only accept unique objects. So we have to assign different
value for each cookie when we add them to the SortedSet.
/frameworks/base/core/java/android/webkit/CookieManager.java
f4046ba80369efb2d2b75df05dfdf41a07bc8710 03-Aug-2009 Grace Kloba <klobag@google.com> Fix the cookie order. If multiple cookies satisfy the criteria, the one with
more specfic Path precede thoese with less specific.
/frameworks/base/core/java/android/webkit/CookieManager.java
2e5c150e746647a1ce5c10e1708debbf06c45ea7 03-Jun-2009 Derek Sollenberger <djsollen@google.com> Centralized debug flags and enabled more granular control of debug settings.
/frameworks/base/core/java/android/webkit/CookieManager.java
6b4e4275d374e47e4b87b57bbabf94d5dd55e7b3 11-May-2009 Grace Kloba <klobag@google.com> Fix 1799207. With the new local dns, we should allow the host without any PERIOD. Otherwise http://go won't work properly.
/frameworks/base/core/java/android/webkit/CookieManager.java
42bc2ff5d2e3a10ab6c1fb1e716a124f2b446dbc 14-Apr-2009 Dave Bort <dbort@android.com> Remove references to android.util.Config

The semantics of Config.DEBUG will be changing soon, and all other
Config.* fields will become deprecated/hidden.

BUG=1780938
/frameworks/base/core/java/android/webkit/CookieManager.java
ba87e3e6c985e7175152993b5efcc7dd2f0e1c93 13-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake_rel/...@138607
/frameworks/base/core/java/android/webkit/CookieManager.java
9066cfe9886ac131c34d59ed0e2d287b0e3c0087 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/frameworks/base/core/java/android/webkit/CookieManager.java
d83a98f4ce9cfa908f5c54bbd70f03eec07e7553 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/frameworks/base/core/java/android/webkit/CookieManager.java
da996f390e17e16f2dfa60e972e7ebc4f868f37e 13-Feb-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake/...@131421
/frameworks/base/core/java/android/webkit/CookieManager.java
b798689749c64baba81f02e10cf2157c747d6b46 10-Jan-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake/...@125939
/frameworks/base/core/java/android/webkit/CookieManager.java
f013e1afd1e68af5e3b868c26a653bbfb39538f8 18-Dec-2008 The Android Open Source Project <initial-contribution@android.com> Code drop from //branches/cupcake/...@124589
/frameworks/base/core/java/android/webkit/CookieManager.java
54b6cfa9a9e5b861a9930af873580d6dc20f773c 21-Oct-2008 The Android Open Source Project <initial-contribution@android.com> Initial Contribution
/frameworks/base/core/java/android/webkit/CookieManager.java