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
/
CookieSyncManager.java
Age
Commit message (
Expand
)
Author
2016-07-18
Remove synchronized from static methods in WebView.
Torne (Richard Coles)
2015-02-28
Remove unused imports in frameworks/base.
John Spurlock
2014-08-05
Fix CookieSyncManager package summary
Hector Dearman
2014-07-25
Add documentation for CookieManager defualts
Hector Dearman
2014-07-01
Deprecate the Cookie Sync Manager
Hector Dearman
2013-10-15
Delete the old WebView.
Torne (Richard Coles)
2013-10-04
Fix CookieSyncManager for WebViewClassic
Jonathan Dixon
2013-10-03
Decouple construction of WebView, CookieSyncManager, WebViewDatabase
Jonathan Dixon
2012-06-08
Extract WebView Classic details from API classes.
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
2011-09-12
Cleanup for bug 5278763
Kristian Monsen
2011-02-21
Part of fix for bug 3424424 Browser hanging
Kristian Monsen
2010-12-06
Call flushCookieStore() from CookieSyncManager.
Iain Merrick
2010-11-17
Move getDatabaseDirectory and getCacheDirectory to a new class
Kristian Monsen
2010-10-27
Update Chromium HTTP stack to get database and cache paths from CookieSyncMan...
Steve Block
2009-12-01
Fix a leak in WebView.
Romain Guy
2009-06-03
Centralized debug flags and enabled more granular control of debug settings.
Derek Sollenberger
2009-04-22
Merge donut into master
Jean-Baptiste Queru
2009-04-13
Remove references to android.util.Config
Dave Bort
2009-03-03
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-03-03
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-01-29
Add some documentation to WebView, WebSettings and CookieSyncManager.
Mike Hearn
2008-10-21
Initial Contribution
The Android Open Source Project