summaryrefslogtreecommitdiff
path: root/core/java/android/webkit/CookieSyncManager.java
AgeCommit message (Expand)Author
2016-07-18Remove synchronized from static methods in WebView.Torne (Richard Coles)
2015-02-28Remove unused imports in frameworks/base.John Spurlock
2014-08-05Fix CookieSyncManager package summaryHector Dearman
2014-07-25Add documentation for CookieManager defualtsHector Dearman
2014-07-01Deprecate the Cookie Sync ManagerHector Dearman
2013-10-15Delete the old WebView.Torne (Richard Coles)
2013-10-04Fix CookieSyncManager for WebViewClassicJonathan Dixon
2013-10-03Decouple construction of WebView, CookieSyncManager, WebViewDatabaseJonathan Dixon
2012-06-08Extract WebView Classic details from API classes.Jonathan Dixon
2012-03-26Remove superfluous code after removal of Android HTTP stackSteve Block
2012-02-22Drop support for Android HTTP stackSteve Block
2011-09-12Cleanup for bug 5278763Kristian Monsen
2011-02-21Part of fix for bug 3424424 Browser hangingKristian Monsen
2010-12-06Call flushCookieStore() from CookieSyncManager.Iain Merrick
2010-11-17Move getDatabaseDirectory and getCacheDirectory to a new classKristian Monsen
2010-10-27Update Chromium HTTP stack to get database and cache paths from CookieSyncMan...Steve Block
2009-12-01Fix a leak in WebView.Romain Guy
2009-06-03Centralized debug flags and enabled more granular control of debug settings.Derek Sollenberger
2009-04-22Merge donut into masterJean-Baptiste Queru
2009-04-13Remove references to android.util.ConfigDave Bort
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-01-29Add some documentation to WebView, WebSettings and CookieSyncManager.Mike Hearn
2008-10-21Initial ContributionThe Android Open Source Project