summaryrefslogtreecommitdiffstats
path: root/core/java/android/webkit/CacheManager.java
Commit message (Expand)AuthorAgeFilesLines
* 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