index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
webkit
/
CookieManager.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove synchronized from acceptThirdPartyCookies()
Hector Dearman
2014-08-26
1
-1
/
+1
*
Add documentation for CookieManager defualts
Hector Dearman
2014-07-25
1
-3
/
+10
*
Update CookieManager API for Council review.
Hector Dearman
2014-07-24
1
-2
/
+1
*
Deprecate the Cookie Sync Manager
Hector Dearman
2014-07-01
1
-2
/
+10
*
Add Third Party Cookie API
Hector Dearman
2014-06-25
1
-1
/
+30
*
Connect WebView Async Cookie APIs
Hector Dearman
2014-06-17
1
-1
/
+65
*
Removes bad comment from CookieManager
Hector Dearman
2014-05-19
1
-2
/
+1
*
Clean up JavaDoc for CookieManager
Steve Block
2012-08-14
1
-2
/
+2
*
Fix JavaDoc style for several WebView classes
Steve Block
2012-04-26
1
-20
/
+31
*
static methods in CookieManger call via instance
Jonathan Dixon
2012-04-24
1
-4
/
+20
*
Fix dumprendertree crash
Jonathan Dixon
2012-04-23
1
-2
/
+4
*
Seperate interface and implementation of 4 WebView classes
Jonathan Dixon
2012-04-23
1
-111
/
+29
*
Two WebView API cleanups
Jonathan Dixon
2012-04-13
1
-1
/
+1
*
Remove superfluous code after removal of Android HTTP stack
Steve Block
2012-03-26
1
-200
/
+0
*
Drop support for Android HTTP stack
Steve Block
2012-02-22
1
-776
/
+17
*
Clean up JavaDoc for CookieManager
Steve Block
2012-02-21
1
-65
/
+71
*
Fix crash with HTML5 video.
Ben Murdoch
2011-12-01
1
-0
/
+11
*
Fix from post submit review
Kristian Monsen
2011-03-02
1
-0
/
+1
*
Part of fix for bug 3489551 Browser doesn't send cookies for HTML5 video in i...
Kristian Monsen
2011-03-01
1
-12
/
+76
*
Merge "Adds CookieManager methods to configure policy for cookies for file sc...
Steve Block
2011-02-10
1
-0
/
+28
|
\
|
*
Adds CookieManager methods to configure policy for cookies for file scheme URLs
Kristian Monsen
2010-12-21
1
-0
/
+28
*
|
am 01b7a98c: am 160c18a4: Merge "Need a public way to wait for cookie operati...
Patrick Scott
2011-02-07
1
-5
/
+11
|
\
\
|
*
|
Need a public way to wait for cookie operations.
Patrick Scott
2011-02-04
1
-5
/
+11
|
*
|
Fix for bug 3407633 Cookie not set in CookieManager - DO NOT MERGE
Kristian Monsen
2011-02-01
1
-0
/
+4
|
|
/
*
|
Proper fix for bug 3407633
Kristian Monsen
2011-02-01
1
-15
/
+12
*
|
Fix for bug 3407633 Cookie not set in CookieManager
Kristian Monsen
2011-02-01
1
-0
/
+4
|
/
*
Move useChromiumHttpStack() from CookieManager to JniUtil.
Iain Merrick
2010-12-10
1
-21
/
+9
*
Make CookieManager.removeSessionCookies async
Kristian Monsen
2010-12-09
1
-1
/
+30
*
Call flushCookieStore() from CookieSyncManager.
Iain Merrick
2010-12-06
1
-6
/
+3
*
Add FlushCookieStore() method to CookieManager (Java side)
Iain Merrick
2010-12-01
1
-0
/
+15
*
Correctly parse cookies with spaces after = in attributes
Brian Carlstrom
2010-11-09
1
-5
/
+8
*
Hook up remaining CookieManager methods
Steve Block
2010-10-28
1
-0
/
+23
*
Hook up CookieManager.getCookie() for Chromium HTTP stack
Steve Block
2010-10-27
1
-0
/
+5
*
Hook up CookieManager.acceptCookie() and setAcceptCookie() for the Chromium H...
Steve Block
2010-10-27
1
-0
/
+11
*
Add a JNI method to determine which HTTP stack is in use
Steve Block
2010-10-22
1
-5
/
+17
*
Hook up CookieManager.removeAllCookie() for the Chromium HTTP stack
Steve Block
2010-10-21
1
-0
/
+8
*
Make fields in WebAddress private, add getters/setters
Bjorn Bringert
2010-10-13
1
-6
/
+6
*
Move the public method HttpDateTime.parse() into AndroidHttpClient.
Jesse Wilson
2010-04-09
1
-2
/
+2
*
Match RFC requirement that the domain portion of a cookie should be case-inse...
Derek Sollenberger
2010-04-01
1
-1
/
+11
*
Compare the cookie names to ensure a consistent ordering.
Patrick Scott
2010-03-19
1
-9
/
+3
*
If both cookies have null values, use the name difference.
Patrick Scott
2010-03-08
1
-1
/
+5
*
Cookies like "a=b" were broken due to my previous change.
Patrick Scott
2010-03-08
1
-8
/
+15
*
Re-arrange android-common so framework no longer links with it.
Dianne Hackborn
2010-02-25
1
-1
/
+1
*
Allow cookies with no name.
Patrick Scott
2010-02-25
1
-43
/
+72
*
remove android.webkit.HttpDateTime, again
Doug Zongker
2010-02-03
1
-0
/
+2
*
undo "move HttpDateTime from android.webkit to android-common jar"
Doug Zongker
2010-02-03
1
-2
/
+0
*
move HttpDateTime from android.webkit to android-common jar
Doug Zongker
2010-02-03
1
-0
/
+2
*
Fix a cookie bug. If "secure" is in the end of the string, it was ignored.
Grace Kloba
2009-08-16
1
-2
/
+4
*
Fix #2031300. Set only accept unique objects. So we have to assign different
Grace Kloba
2009-08-03
1
-1
/
+18
*
Fix the cookie order. If multiple cookies satisfy the criteria, the one with
Grace Kloba
2009-08-03
1
-11
/
+29
[next]