index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
webkit
/
CookieManager.java
Age
Commit message (
Expand
)
Author
2021-02-02
WebView: clarify CookieManager docs
Nate Fischer
2020-11-13
Suppress all hidden abstract methods in constructable classes.
Aurimas Liutikas
2020-03-05
Android WebView: Deprecate unsafe file urls APIs
Hazem Ashmawy
2020-02-14
WebView: deprecate 'Secure' cookies for insecure schemes
Nate Fischer
2019-10-21
Clarify CookieManager RFC reference.
Torne (Richard Coles)
2018-09-25
WebView: deprecate accidentally-exposed constructors
Nate Fischer
2017-09-21
WebView: add @Nullable and @NonNull annotations
Nate Fischer
2017-09-05
WebView: wrap Java literals with {@code}
Nate Fischer
2016-07-18
Remove synchronized from static methods in WebView.
Torne (Richard Coles)
2016-05-24
Add missing @Deprecated annotations.
Aurimas Liutikas
2014-12-12
Update CookieManager documentation
Paul Miller
2014-11-12
[WebView] Allow the WebView to be compiled against the system SDK.
Ignacio Solla
2014-10-07
Put in real "code" (aka marketing) name.
Dianne Hackborn
2014-08-26
Remove synchronized from acceptThirdPartyCookies()
Hector Dearman
2014-07-25
Add documentation for CookieManager defualts
Hector Dearman
2014-07-24
Update CookieManager API for Council review.
Hector Dearman
2014-07-01
Deprecate the Cookie Sync Manager
Hector Dearman
2014-06-25
Add Third Party Cookie API
Hector Dearman
2014-06-17
Connect WebView Async Cookie APIs
Hector Dearman
2014-05-19
Removes bad comment from CookieManager
Hector Dearman
2012-08-14
Clean up JavaDoc for CookieManager
Steve Block
2012-04-26
Fix JavaDoc style for several WebView classes
Steve Block
2012-04-24
static methods in CookieManger call via instance
Jonathan Dixon
2012-04-23
Fix dumprendertree crash
Jonathan Dixon
2012-04-23
Seperate interface and implementation of 4 WebView classes
Jonathan Dixon
2012-04-13
Two WebView API cleanups
Jonathan Dixon
2012-03-26
Remove superfluous code after removal of Android HTTP stack
Steve Block
2012-02-22
Drop support for Android HTTP stack
Steve Block
2012-02-21
Clean up JavaDoc for CookieManager
Steve Block
2011-12-01
Fix crash with HTML5 video.
Ben Murdoch
2011-03-02
Fix from post submit review
Kristian Monsen
2011-03-01
Part of fix for bug 3489551 Browser doesn't send cookies for HTML5 video in i...
Kristian Monsen
2011-02-10
Merge "Adds CookieManager methods to configure policy for cookies for file sc...
Steve Block
2011-02-07
am 01b7a98c: am 160c18a4: Merge "Need a public way to wait for cookie operati...
Patrick Scott
2011-02-04
Need a public way to wait for cookie operations.
Patrick Scott
2011-02-01
Proper fix for bug 3407633
Kristian Monsen
2011-02-01
Fix for bug 3407633 Cookie not set in CookieManager - DO NOT MERGE
Kristian Monsen
2011-02-01
Fix for bug 3407633 Cookie not set in CookieManager
Kristian Monsen
2010-12-21
Adds CookieManager methods to configure policy for cookies for file scheme URLs
Kristian Monsen
2010-12-10
Move useChromiumHttpStack() from CookieManager to JniUtil.
Iain Merrick
2010-12-09
Make CookieManager.removeSessionCookies async
Kristian Monsen
2010-12-06
Call flushCookieStore() from CookieSyncManager.
Iain Merrick
2010-12-01
Add FlushCookieStore() method to CookieManager (Java side)
Iain Merrick
2010-11-09
Correctly parse cookies with spaces after = in attributes
Brian Carlstrom
2010-10-28
Hook up remaining CookieManager methods
Steve Block
2010-10-27
Hook up CookieManager.getCookie() for Chromium HTTP stack
Steve Block
2010-10-27
Hook up CookieManager.acceptCookie() and setAcceptCookie() for the Chromium H...
Steve Block
2010-10-22
Add a JNI method to determine which HTTP stack is in use
Steve Block
2010-10-21
Hook up CookieManager.removeAllCookie() for the Chromium HTTP stack
Steve Block
2010-10-13
Make fields in WebAddress private, add getters/setters
Bjorn Bringert
[next]