index
:
frameworks_base.git
kitkat
lp5.0
lp5.1
mm6.0
n7.0
n7.1
o8.0
o8.1
q10.0
r11.0
r11.1
s12.0
s12.1
t13.0
t13.0_pre-rebase_jan22-23
u14.0
v15.0
w16.0
frameworks_base
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
webkit
/
CookieManager.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
WebView: clarify CookieManager docs
Nate Fischer
2021-02-02
1
-11
/
+29
*
Suppress all hidden abstract methods in constructable classes.
Aurimas Liutikas
2020-11-13
1
-0
/
+4
*
Android WebView: Deprecate unsafe file urls APIs
Hazem Ashmawy
2020-03-05
1
-8
/
+19
*
WebView: deprecate 'Secure' cookies for insecure schemes
Nate Fischer
2020-02-14
1
-0
/
+6
*
Clarify CookieManager RFC reference.
Torne (Richard Coles)
2019-10-21
1
-1
/
+4
*
WebView: deprecate accidentally-exposed constructors
Nate Fischer
2018-09-25
1
-0
/
+7
*
WebView: add @Nullable and @NonNull annotations
Nate Fischer
2017-09-21
1
-3
/
+5
*
WebView: wrap Java literals with {@code}
Nate Fischer
2017-09-05
1
-6
/
+6
*
Remove synchronized from static methods in WebView.
Torne (Richard Coles)
2016-07-18
1
-1
/
+1
*
Add missing @Deprecated annotations.
Aurimas Liutikas
2016-05-24
1
-0
/
+1
*
Update CookieManager documentation
Paul Miller
2014-12-12
1
-4
/
+1
*
[WebView] Allow the WebView to be compiled against the system SDK.
Ignacio Solla
2014-11-12
1
-72
/
+29
*
Put in real "code" (aka marketing) name.
Dianne Hackborn
2014-10-07
1
-2
/
+1
*
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
[next]