summaryrefslogtreecommitdiff
path: root/core/java/android/webkit/CookieManager.java
AgeCommit message (Expand)Author
2021-02-02WebView: clarify CookieManager docsNate Fischer
2020-11-13Suppress all hidden abstract methods in constructable classes.Aurimas Liutikas
2020-03-05Android WebView: Deprecate unsafe file urls APIsHazem Ashmawy
2020-02-14WebView: deprecate 'Secure' cookies for insecure schemesNate Fischer
2019-10-21Clarify CookieManager RFC reference.Torne (Richard Coles)
2018-09-25WebView: deprecate accidentally-exposed constructorsNate Fischer
2017-09-21WebView: add @Nullable and @NonNull annotationsNate Fischer
2017-09-05WebView: wrap Java literals with {@code}Nate Fischer
2016-07-18Remove synchronized from static methods in WebView.Torne (Richard Coles)
2016-05-24Add missing @Deprecated annotations.Aurimas Liutikas
2014-12-12Update CookieManager documentationPaul Miller
2014-11-12[WebView] Allow the WebView to be compiled against the system SDK.Ignacio Solla
2014-10-07Put in real "code" (aka marketing) name.Dianne Hackborn
2014-08-26Remove synchronized from acceptThirdPartyCookies()Hector Dearman
2014-07-25Add documentation for CookieManager defualtsHector Dearman
2014-07-24Update CookieManager API for Council review.Hector Dearman
2014-07-01Deprecate the Cookie Sync ManagerHector Dearman
2014-06-25Add Third Party Cookie APIHector Dearman
2014-06-17Connect WebView Async Cookie APIsHector Dearman
2014-05-19Removes bad comment from CookieManagerHector Dearman
2012-08-14Clean up JavaDoc for CookieManagerSteve Block
2012-04-26Fix JavaDoc style for several WebView classesSteve Block
2012-04-24static methods in CookieManger call via instanceJonathan Dixon
2012-04-23Fix dumprendertree crashJonathan Dixon
2012-04-23Seperate interface and implementation of 4 WebView classesJonathan Dixon
2012-04-13Two WebView API cleanupsJonathan Dixon
2012-03-26Remove superfluous code after removal of Android HTTP stackSteve Block
2012-02-22Drop support for Android HTTP stackSteve Block
2012-02-21Clean up JavaDoc for CookieManagerSteve Block
2011-12-01Fix crash with HTML5 video.Ben Murdoch
2011-03-02Fix from post submit reviewKristian Monsen
2011-03-01Part of fix for bug 3489551 Browser doesn't send cookies for HTML5 video in i...Kristian Monsen
2011-02-10Merge "Adds CookieManager methods to configure policy for cookies for file sc...Steve Block
2011-02-07am 01b7a98c: am 160c18a4: Merge "Need a public way to wait for cookie operati...Patrick Scott
2011-02-04Need a public way to wait for cookie operations.Patrick Scott
2011-02-01Proper fix for bug 3407633Kristian Monsen
2011-02-01Fix for bug 3407633 Cookie not set in CookieManager - DO NOT MERGEKristian Monsen
2011-02-01Fix for bug 3407633 Cookie not set in CookieManagerKristian Monsen
2010-12-21Adds CookieManager methods to configure policy for cookies for file scheme URLsKristian Monsen
2010-12-10Move useChromiumHttpStack() from CookieManager to JniUtil.Iain Merrick
2010-12-09Make CookieManager.removeSessionCookies asyncKristian Monsen
2010-12-06Call flushCookieStore() from CookieSyncManager.Iain Merrick
2010-12-01Add FlushCookieStore() method to CookieManager (Java side)Iain Merrick
2010-11-09Correctly parse cookies with spaces after = in attributesBrian Carlstrom
2010-10-28Hook up remaining CookieManager methodsSteve Block
2010-10-27Hook up CookieManager.getCookie() for Chromium HTTP stackSteve Block
2010-10-27Hook up CookieManager.acceptCookie() and setAcceptCookie() for the Chromium H...Steve Block
2010-10-22Add a JNI method to determine which HTTP stack is in useSteve Block
2010-10-21Hook up CookieManager.removeAllCookie() for the Chromium HTTP stackSteve Block
2010-10-13Make fields in WebAddress private, add getters/settersBjorn Bringert