summaryrefslogtreecommitdiffstats
path: root/WebKit/android/WebCoreSupport/WebCache.cpp
Commit message (Expand)AuthorAgeFilesLines
* Resolve MIME types for CacheResult in the same way as WebResponse.Ben Murdoch2011-01-141-1/+1
* Hook up CacheManager for the Chromium HTTP stackSteve Block2011-01-141-0/+68
* Merge Chromium at 9.0.597.55: Add DnsCertChecker to constructorBen Murdoch2011-01-111-0/+1
* Adds an optimization to cache the WebCache backendSteve Block2011-01-061-24/+23
* Removing the host resolver leakKristian Monsen2010-12-221-7/+0
* Adding a method to delete a WebCacheKristian Monsen2010-12-221-0/+7
* Adding proxy support to the Webkit layerKristian Monsen2010-12-151-1/+2
* Make private browsing cache in-memoryKristian Monsen2010-12-131-20/+14
* Use one WebRequestContext per WebViewSteve Block2010-12-011-0/+2
* Fix a bug when cleaning up private browsingSteve Block2010-12-011-25/+38
* Factor out WebCache from WebRequestContextSteve Block2010-11-291-19/+76
* Fix a missing namespace in WebCacheSteve Block2010-10-271-3/+5
* Fixes style in WebRequestContextSteve Block2010-10-271-1/+1
* Fix Chromium HTTP request context getters to use raw pointersSteve Block2010-10-211-1/+1
* Hook up WebView.clearCache() for the Chromium HTTP stackSteve Block2010-10-061-0/+100