summaryrefslogtreecommitdiff
path: root/core/java/android/webkit/CacheManager.java
AgeCommit message (Expand)Author
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-11-19Add @UnsupportedAppUsage annotations for greylist.Artur Satayev
2018-08-16Add @UnsupportedAppUsage annotationsMathew Inwood
2017-09-21WebView: add @Nullable and @NonNull annotationsNate Fischer
2017-09-05WebView: wrap Java literals with {@code}Nate Fischer
2013-11-20Remove unused imports from frameworks/base.John Spurlock
2013-10-18Restore 4 classes that were accidentally deletedJonathan Dixon
2013-10-15Delete the old WebView.Torne (Richard Coles)
2012-10-24Remove CacheManager implementationBo Liu
2012-09-07Hiding some of the deprecated android.webkit API'sKristian Monsen
2012-04-26Fix JavaDoc style for several WebView classesSteve Block
2012-03-26Remove superfluous code after removal of Android HTTP stackSteve Block
2012-02-22Drop support for Android HTTP stackSteve Block
2012-02-22Remove unused cache methodsSteve Block
2012-02-21Clean up JavaDoc for CacheManagerSteve Block
2012-02-21Fix CacheManager.getCacheFile() with the Chromium HTTP stackSteve Block
2011-03-30am f7a9b869: am 1e7fb7ae: Merge "Error in compound cache-control header."Brad Fitzpatrick
2011-03-29Error in compound cache-control header.Henrik Baard
2011-02-16Updated from comments to previous change after submittingKristian Monsen
2011-01-25am f2b7c844: am 8d37c4ef: Merge "Tracking jarjar of org.bouncycastle to com.a...Brian Carlstrom
2011-01-24Tracking jarjar of org.bouncycastle to com.android.org.bouncycastleBrian Carlstrom
2011-01-20am 6e8831cf: am 7450a32b: Merge "Clear the files we copy over to the temp cac...Kristian Monsen
2011-01-20Clear the files we copy over to the temp cacheKristian Monsen
2011-01-18Documentation tweak for CacheManager.Iain Merrick
2011-01-14Hook up CacheManager for the Chromium HTTP stackSteve Block
2011-01-07Avoid superfluous calls to CacheManager with the Chromium HTTP stackSteve Block
2011-01-06Remove some superfluous null-checks when constructing a CacheResultSteve Block
2011-01-06Tidy up CacheManager comments and documentationSteve Block
2011-01-06Remove an unused non-public CacheManager methodSteve Block
2010-12-17Deprecate CacheManager.Iain Merrick
2010-12-17Add setContentLength method to CacheResult.Iain Merrick
2010-12-16*Don't* disable CacheManager when using Chromium HTTP stack.Iain Merrick
2010-12-13Disable CacheManager when using the Chrome HTTP stack.Iain Merrick
2010-12-10Fixes Android HTTP cache permissionsJohn Reck
2010-09-10Fix the last remaining @deprecated tag without comment warning.Joe Onorato
2010-09-10Fix the last remaining @deprecated tag without comment warning.Joe Onorato
2010-08-31Fix warnings in docs generation.Kristian Monsen
2010-04-09Move the public method HttpDateTime.parse() into AndroidHttpClient.Jesse Wilson
2010-03-23Fix for when flash loads cached crossdomain.xml files.Leon Clarke
2010-03-19As http header can't be empty, check length beforeGrace Kloba
2010-03-01Add a new WebCoreWorker thread to handle the tasksGrace Kloba
2010-02-25Re-arrange android-common so framework no longer links with it.Dianne Hackborn
2010-02-03remove android.webkit.HttpDateTime, againDoug Zongker
2010-02-03undo "move HttpDateTime from android.webkit to android-common jar"Doug Zongker
2010-02-03move HttpDateTime from android.webkit to android-common jarDoug Zongker
2010-02-02Make sure application cache manifest files are not cached.Andrei Popescu
2009-12-27Cleanup the cache file when we decide not saving it.Grace Kloba
2009-12-01Fix a leak in WebView.Romain Guy
2009-11-19Update JavaDoc for CacheManger.CacheResult, WebChromeClient.getDefaultVideoPo...Ben Murdoch
2009-11-08Add postdata identifier so that if we cache the postGrace Kloba