summaryrefslogtreecommitdiffstats
path: root/core/java/android/webkit/CacheManager.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* Oops, need to hide the new api.Grace Kloba2009-06-251-0/+3
* Fix for the new webkit. Now "expires" takes the string instead of int.Grace Kloba2009-06-251-5/+11
* Centralized debug flags and enabled more granular control of debug settings.Derek Sollenberger2009-06-031-2/+2
* Merge donut into masterJean-Baptiste Queru2009-04-221-3/+2
|\
| * Remove references to android.util.ConfigDave Bort2009-04-131-3/+2
* | AI 144242: Fix 1750062. When createCacheFile, if we get 303, or redirect with...Grace Kloba2009-04-021-2/+10
* | Automated import from //branches/master/...@142846,142846Grace Kloba2009-03-251-2/+1
|/
* auto import from //branches/cupcake_rel/...@140373The Android Open Source Project2009-03-181-6/+22
* auto import from //branches/cupcake_rel/...@138607The Android Open Source Project2009-03-131-1/+2
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+703
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-703/+0
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-5/+65
* Initial ContributionThe Android Open Source Project2008-10-211-0/+643