summaryrefslogtreecommitdiffstats
path: root/core/java/android/webkit/CacheManager.java
Commit message (Expand)AuthorAgeFilesLines
* Remove unused imports from frameworks/base.John Spurlock2013-11-201-6/+0
* Restore 4 classes that were accidentally deletedJonathan Dixon2013-10-181-0/+341
* Delete the old WebView.Torne (Richard Coles)2013-10-151-341/+0
* Remove CacheManager implementationBo Liu2012-10-241-122/+4
* Hiding some of the deprecated android.webkit API'sKristian Monsen2012-09-071-0/+1
* Fix JavaDoc style for several WebView classesSteve Block2012-04-261-31/+55
* Remove superfluous code after removal of Android HTTP stackSteve Block2012-03-261-8/+1
* Drop support for Android HTTP stackSteve Block2012-02-221-610/+26
* Remove unused cache methodsSteve Block2012-02-221-27/+1
* Clean up JavaDoc for CacheManagerSteve Block2012-02-211-62/+133
* Fix CacheManager.getCacheFile() with the Chromium HTTP stackSteve Block2012-02-211-32/+48
* am f7a9b869: am 1e7fb7ae: Merge "Error in compound cache-control header."Brad Fitzpatrick2011-03-301-1/+7
|\
| * Error in compound cache-control header.Henrik Baard2011-03-291-1/+7
| * Fix the last remaining @deprecated tag without comment warning.Joe Onorato2010-09-101-2/+2
* | Updated from comments to previous change after submittingKristian Monsen2011-02-161-4/+3
* | am f2b7c844: am 8d37c4ef: Merge "Tracking jarjar of org.bouncycastle to com.a...Brian Carlstrom2011-01-251-2/+2
|\ \
| * | Tracking jarjar of org.bouncycastle to com.android.org.bouncycastleBrian Carlstrom2011-01-241-2/+2
* | | am 6e8831cf: am 7450a32b: Merge "Clear the files we copy over to the temp cac...Kristian Monsen2011-01-201-2/+6
|\ \ \ | |/ /
| * | Clear the files we copy over to the temp cacheKristian Monsen2011-01-201-2/+6
* | | Documentation tweak for CacheManager.Iain Merrick2011-01-181-0/+2
|/ /
* | Hook up CacheManager for the Chromium HTTP stackSteve Block2011-01-141-8/+41
* | Avoid superfluous calls to CacheManager with the Chromium HTTP stackSteve Block2011-01-071-1/+50
* | Remove some superfluous null-checks when constructing a CacheResultSteve Block2011-01-061-11/+6
* | Tidy up CacheManager comments and documentationSteve Block2011-01-061-49/+53
* | Remove an unused non-public CacheManager methodSteve Block2011-01-061-7/+0
* | Deprecate CacheManager.Iain Merrick2010-12-171-3/+24
* | Add setContentLength method to CacheResult.Iain Merrick2010-12-171-0/+7
* | *Don't* disable CacheManager when using Chromium HTTP stack.Iain Merrick2010-12-161-9/+0
* | Disable CacheManager when using the Chrome HTTP stack.Iain Merrick2010-12-131-0/+9
* | Fixes Android HTTP cache permissionsJohn Reck2010-12-101-1/+1
* | Fix the last remaining @deprecated tag without comment warning.Joe Onorato2010-09-101-2/+2
* | Fix warnings in docs generation.Kristian Monsen2010-08-311-2/+2
|/
* Move the public method HttpDateTime.parse() into AndroidHttpClient.Jesse Wilson2010-04-091-3/+3
* Fix for when flash loads cached crossdomain.xml files.Leon Clarke2010-03-231-0/+6
* As http header can't be empty, check length beforeGrace Kloba2010-03-191-2/+6
* Add a new WebCoreWorker thread to handle the tasksGrace Kloba2010-03-011-29/+63
* Re-arrange android-common so framework no longer links with it.Dianne Hackborn2010-02-251-1/+1
* remove android.webkit.HttpDateTime, againDoug Zongker2010-02-031-0/+2
* undo "move HttpDateTime from android.webkit to android-common jar"Doug Zongker2010-02-031-2/+0
* move HttpDateTime from android.webkit to android-common jarDoug Zongker2010-02-031-0/+2
* Make sure application cache manifest files are not cached.Andrei Popescu2010-02-021-0/+10
* Cleanup the cache file when we decide not saving it.Grace Kloba2009-12-271-1/+15
* Fix a leak in WebView.Romain Guy2009-12-011-1/+1
* Update JavaDoc for CacheManger.CacheResult, WebChromeClient.getDefaultVideoPo...Ben Murdoch2009-11-191-0/+5
* Add postdata identifier so that if we cache the postGrace Kloba2009-11-081-8/+37
* Remove "@hide pending API council" in webkit to exposeGrace Kloba2009-11-071-6/+0
* handle false results in file.deleteCary Clark2009-08-131-6/+16
* replace 'new String()' with ""Cary Clark2009-08-111-1/+1
* As createCacheFile is called from WebCore instead of http thread now, removeGrace Kloba2009-08-061-5/+0
* Add content-disposition into the cache header as it is needed by Flash.Grace Kloba2009-06-291-0/+13