History log of /frameworks/base/core/java/android/webkit/CacheManager.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6090995951c6e2e4dcf38102f01793f8a94166e1 19-Nov-2013 John Spurlock <jspurlock@google.com> Remove unused imports from frameworks/base.

Change-Id: Ia1f99bd2c1105b0b0f70aa614f1f4a67b2840906
/frameworks/base/core/java/android/webkit/CacheManager.java
74fc73f62bd1ade8e94a6bba34bcd24d54400dd2 19-Oct-2013 Jonathan Dixon <joth@google.com> Restore 4 classes that were accidentally deleted

Bug 11291911

These deleted classes were previously public APIs and so need to remain
in the build (but hidden) in order to keep existing apps working.
(Partially reverts Change-Id: I02549a71104b35d86d99058c71f43e054730ec7d)

Change-Id: I28e53b056f41e66645136f5e18fba2ff55a65fe5
/frameworks/base/core/java/android/webkit/CacheManager.java
94c0057d67c2e0a4b88a4f735388639210260d0e 14-Oct-2013 Torne (Richard Coles) <torne@google.com> Delete the old WebView.

Delete all the Java classes used only by the old WebView implementation,
and also sections of common classes that were only needed for the old
WebView.

Bug: 10427705
Change-Id: I02549a71104b35d86d99058c71f43e054730ec7d
/frameworks/base/core/java/android/webkit/CacheManager.java
7cd2baf4ce7c9b45477ae217a92fb4115aceb4fb 05-Oct-2012 Bo Liu <boliu@google.com> Remove CacheManager implementation

CacheManager will not be implemented with webviewchromium. So removing
existing implemntation in WebViewClassic.

Change-Id: I82d3a156ba898393cc12080f8150841cd76f187a
/frameworks/base/core/java/android/webkit/CacheManager.java
f4912580e6adc90ab37b07b8108c7334f359e317 16-Aug-2012 Kristian Monsen <kristianm@google.com> Hiding some of the deprecated android.webkit API's

Change-Id: I1775a2ff615d1633fe9a20a5af49623222d3d27b
/frameworks/base/core/java/android/webkit/CacheManager.java
4e584df4cee8334bc371c04a67bcd0a32e2f9480 25-Apr-2012 Steve Block <steveblock@google.com> Fix JavaDoc style for several WebView classes

This fixes the JavaDoc style for the following classes ...
- CacheManager.java
- CookieManager.java
- GeolocationPermissions.java
- WebResourceResponse.java
- WebSettings.java
- WebStorage.java
- WebView.java

In particular, this applies the guidelines at
https://wiki.corp.google.com/twiki/bin/view/Main/APIDocumentation

This should help to ensure that future JavaDoc comments use correct style,
rather than using incorrect style for consistency.

Note that this change does not attempt to improve the content of the JavaDoc
comments. This will be done in later changes.

Bug: 5461416
Change-Id: I79e9b15a8cf3597195d58e154a7eb1bcc462944c
/frameworks/base/core/java/android/webkit/CacheManager.java
f2bfe2bc05322a754c5a5d4e16ca182303ca72aa 26-Mar-2012 Steve Block <steveblock@google.com> Remove superfluous code after removal of Android HTTP stack

See b/5495616.

Bug: 6228353
Change-Id: I16cfd7b37973919d5bf14d2d80954caede264961
/frameworks/base/core/java/android/webkit/CacheManager.java
0acb1c32fa002a648c8090f622b0094f406d5411 16-Feb-2012 Steve Block <steveblock@google.com> Drop support for Android HTTP stack

All future releases will use the Chromium HTTP stack and maintaining two HTTP
stacks adds maintenance overhead. The Chromium HTTP stack requires V8, but we
now use V8 in all build targets (b/5495373), so we can safely drop the Android
HTTP stack.

LoadListener, HttpAuthHandlerImpl, Network, SslErrorHandlerImpl, WebViewWorker
- Android-stack specific, removed
StreamLoader, FrameLoader
- Require LoadListener, removed
CacheLoader, ContentLoader, DataLoader, FileLoader
- Extend StreamLoader, removed

BrowserFrame
- Removed methods that create LoadListener
- BrowserFrame.startLoadingResource() is called from native
CallbackProxy, WebView
- Removed calls to Network methods
CacheManager, CookieManager, CookieSyncManager, WebViewCore, WebResourceResponse
- Removed other Android-stack specific code
JniUtlil
- Removed useChromiumHttpStack()
WebViewDatabase
- Removed all code to create cookies and cache databases for Android HTTP stack

See corresponding WebKit change https://android-git.corp.google.com/g/166327.

Bug: 5495616
Change-Id: If491675516f6eb187077af4220214bb6e6a8d045
/frameworks/base/core/java/android/webkit/CacheManager.java
1e17ecae25c8b56db6d168851b858aa3ef9a3b6a 22-Feb-2012 Steve Block <steveblock@google.com> Remove unused cache methods

These were added in https://mondrian.corp.google.com/changelist/19077-p9.

CacheManager.setCacheDisabled() has been unused since
https://mondrian.corp.google.com/changelist/20678-p9 (see change to WebView),
so the WebKit cache is always enabled.

BrowserFrame.setCacheDisabled() has been unused since
https://mondrian.corp.google.com/changelist/33679-p9, so the WebCore cache is
always enabled.

BrowserFrame.CacheDisabled() has been unused since
https://mondrian.corp.google.com/changelist/32803-p9 (see change to WebView).

See WebKit change https://android-git.corp.google.com/g/167298.

Change-Id: I68bf334f4a34df1b88d2b5204e50c2eb04db7e69
/frameworks/base/core/java/android/webkit/CacheManager.java
303bc083c5a158ff240be658ac30d201cad56a18 20-Feb-2012 Steve Block <steveblock@google.com> Clean up JavaDoc for CacheManager

Clean-up only, no functional change.

Bug: 5461416
Change-Id: I272b1456e797f398014a6a4159319e5519fcaf64
/frameworks/base/core/java/android/webkit/CacheManager.java
ffefba15e3a011836f037c185d4909a59995ff32 21-Feb-2012 Steve Block <steveblock@google.com> Fix CacheManager.getCacheFile() with the Chromium HTTP stack

We need to populate the headers map with both the Android and Chromium HTTP
stacks.

Change-Id: I2df0aa2fce917ad43a1cac1426a324e49b2950f9
/frameworks/base/core/java/android/webkit/CacheManager.java
5db7fd6b70f47f31fbc59f92907b9807f9c4e64d 30-Mar-2011 Brad Fitzpatrick <bradfitz@android.com> am f7a9b869: am 1e7fb7ae: Merge "Error in compound cache-control header."

* commit 'f7a9b8691918642db74a667a71028c0a77b527ff':
Error in compound cache-control header.
eb0ced7a094df2c73e052a066535f4359b11a92d 16-Aug-2010 Henrik Baard <henrik.baard@sonyericsson.com> Error in compound cache-control header.

A cache control header containing both no-cache and max-age attribute does not
behave as expected.

Cache-Control: no-cache, max-age=200000

Will set expired to 20000ms seconds, ignoring the no-cache header. My
interpretation is that the no-cache header should not be ignored in
this case.

Change-Id: Iadd1900e4d2c6c0dacc6bb3e7b944cf78ca9b266
/frameworks/base/core/java/android/webkit/CacheManager.java
8beb86c0430a7125bb1617172f34187308b178c0 16-Feb-2011 Kristian Monsen <kristianm@google.com> Updated from comments to previous change after submitting

Previous change:
https://android-git.corp.google.com/g/#change,91471

This change was to fix bug 3270236

Change-Id: I7dc3179a55420d3383647e2bd50d4766dd21231b
/frameworks/base/core/java/android/webkit/CacheManager.java
aa16a0f357ab2a222c3a1ca1163b1570d878094f 25-Jan-2011 Brian Carlstrom <bdc@google.com> am f2b7c844: am 8d37c4ef: Merge "Tracking jarjar of org.bouncycastle to com.android.org.bouncycastle" into honeycomb

* commit 'f2b7c84468c5397b44566c393bec2675d73817b7':
Tracking jarjar of org.bouncycastle to com.android.org.bouncycastle
4140faeebbfa23d56068c1862b2913fb62145f4f 25-Jan-2011 Brian Carlstrom <bdc@google.com> Tracking jarjar of org.bouncycastle to com.android.org.bouncycastle

Bug: 3086427
Change-Id: I7af99fe4c36d9a519777f0499ccab65646313879
/frameworks/base/core/java/android/webkit/CacheManager.java
28f37efe309d51c877bdd8c5ac31946db3ff06e4 20-Jan-2011 Kristian Monsen <kristianm@google.com> am 6e8831cf: am 7450a32b: Merge "Clear the files we copy over to the temp cache" into honeycomb

* commit '6e8831cf2d7fd90ab124f58a9fc1919fac818887':
Clear the files we copy over to the temp cache
cedb3a7e5849fd16e939add1ac6f5586467b8c68 20-Jan-2011 Kristian Monsen <kristianm@google.com> Clear the files we copy over to the temp cache

Fixes CTS tests

Change-Id: I3464ac90e58a9df21379a8da9d637f4f5ee69b85
/frameworks/base/core/java/android/webkit/CacheManager.java
0e22f2b6096b4f0266ae2a9b2df3462b8638a605 18-Jan-2011 Iain Merrick <husky@google.com> Documentation tweak for CacheManager.

It can't be used independently of WebView.

Change-Id: Id90501ece0182481c7db541b5d1897782b7ee9c0
/frameworks/base/core/java/android/webkit/CacheManager.java
e8492473a94e827b9a73f1fa4f5741e85c0e832c 07-Jan-2011 Steve Block <steveblock@google.com> Hook up CacheManager for the Chromium HTTP stack

Requires a corresponding change in external/webkit
https://android-git.corp.google.com/g/87938

Bug: 3270236
Change-Id: Ibb6ee0531bde48d9b069de28f9f22891ca6d0718
/frameworks/base/core/java/android/webkit/CacheManager.java
808751fe7ac16bf7224cba284a318695d8093355 04-Jan-2011 Steve Block <steveblock@google.com> Avoid superfluous calls to CacheManager with the Chromium HTTP stack

When using the Chromium HTTP stack, most of the calls to CacheManager
methods are not required, as we're not using its cache. These methods
are now marked with asserts to make this clear.

Also avoid creating the cache database in WebViewDatabase.

This will avoid creating the database databases/webviewCache.db and
the directory cache/webviewCache.

Bug: 3270236
Change-Id: I68f94dde16830ed817454d5e1af961f41b71d018
/frameworks/base/core/java/android/webkit/CacheManager.java
7a1121511d8b587a3ab9fc971c0e85cef38f3f81 05-Jan-2011 Steve Block <steveblock@google.com> Remove some superfluous null-checks when constructing a CacheResult

Change-Id: I57f0283872b788f84fef1667f79c37f4d92a5868
/frameworks/base/core/java/android/webkit/CacheManager.java
67ba204aa23e7d5a96ad241a1623e44976b51741 04-Jan-2011 Steve Block <steveblock@google.com> Tidy up CacheManager comments and documentation

Change-Id: I3a7d3836a51ef3092652ade87f29bc84af69ee7d
/frameworks/base/core/java/android/webkit/CacheManager.java
e7fc1d26c5061cda7076d974f705c240e4e244fc 22-Dec-2010 Steve Block <steveblock@google.com> Remove an unused non-public CacheManager method

Change-Id: Ia0bef0a66167ce948802701e1dd85e82b937dbdf
/frameworks/base/core/java/android/webkit/CacheManager.java
c96235deb9f4d08285f3b1a2c28ea9f771b40f47 13-Dec-2010 Iain Merrick <husky@google.com> Deprecate CacheManager.

This class gives fairly low-level access to the HTTP cache, which
as far as we can tell was only exposed for the benefit of Gears.

BUG=3270236

Change-Id: Ibce10ecf8b524d3f472affa2a37fe4de15efd2ed
/frameworks/base/core/java/android/webkit/CacheManager.java
b67529b905440e2ba550742773b927abad882c19 17-Dec-2010 Iain Merrick <husky@google.com> Add setContentLength method to CacheResult.

This is needed to construct a cachable CacheResult object.
Currently only WebViewWorker is able to do this, by updating
the fields directly.

Bug: 3270236

Change-Id: I50148697dcee4d329e1436a2ce4c15224cb5ae30
/frameworks/base/core/java/android/webkit/CacheManager.java
811665e905f794e3ea20659ae78d322002bd329d 16-Dec-2010 Iain Merrick <husky@google.com> *Don't* disable CacheManager when using Chromium HTTP stack.

This reverts CL https://android-git.corp.google.com/g/84508

After lengthy discussion we have decided that disabling CacheManager
is too risky for third-party apps, and that enough functionality is
still available for it to be useful.

WebView.loadUrl() will not add pages to the cache, but it is still
possible to add them manually via CacheManager.saveCacheFile().

Change-Id: I6cfd9f93bb8d685450f048375adad9d17fa4eeba
/frameworks/base/core/java/android/webkit/CacheManager.java
0f868ca036ed6dcd835dfb2d8f8842f344d4f5ff 10-Dec-2010 Iain Merrick <husky@google.com> Disable CacheManager when using the Chrome HTTP stack.

Currently, cacheDisabled() reports false, but no files are ever
added to the cache. This CL makes the framework more honest and
reports that the cache is disabled.

BUG=3270236

Change-Id: I13c0291ac295d965f71f1e70dbdebc74b95ddce0
/frameworks/base/core/java/android/webkit/CacheManager.java
11c1a0be5d8332e662ccc00f4cb66d821e79c8df 07-Dec-2010 John Reck <jreck@google.com> Fixes Android HTTP cache permissions

Bug: 3244281

Change-Id: I372475bc2d9bd2f2354ee603f77468df0cb043bf
/frameworks/base/core/java/android/webkit/CacheManager.java
201480c50e6f0ca7a0df7dfb14ba748c710969ea 10-Sep-2010 Joe Onorato <joeo@google.com> Fix the last remaining @deprecated tag without comment warning.

Change-Id: I526707233652e8092b33357d08f8ed81cd3a9e14
/frameworks/base/core/java/android/webkit/CacheManager.java
4d8cc7bdf45ca2d8222190c92aa9a0b19a0c4313 10-Sep-2010 Joe Onorato <joeo@google.com> Fix the last remaining @deprecated tag without comment warning.

Change-Id: Id4c50dee743fa781ca3f470f97ed76d1501f7222
/frameworks/base/core/java/android/webkit/CacheManager.java
b5503c168a49f0f2b1372678f87d874e7d82aaad 31-Aug-2010 Kristian Monsen <kristianm@google.com> Fix warnings in docs generation.

This should fix the droiddoc warning related to the browser. Will make it a bit easier to pick up errors.

Change-Id: I8dc276bbe3d15f224eba7e4e97046024173dcecc
/frameworks/base/core/java/android/webkit/CacheManager.java
7cfa90fee54f44831ac492891d1c123601c2a262 08-Apr-2010 Jesse Wilson <jessewilson@google.com> Move the public method HttpDateTime.parse() into AndroidHttpClient.

See bug http://b/2553589

Change-Id: Ide3399c7c63daf9c0b8c18669076f2f4d6e9a876
/frameworks/base/core/java/android/webkit/CacheManager.java
60708a75120c4469dc2683485301ff9ee3b022e0 23-Mar-2010 Leon Clarke <leonclarke@google.com> Fix for when flash loads cached crossdomain.xml files.
Cache the x-permitted-cross-domain-policies header.
http://b/issue?id=2519669
/frameworks/base/core/java/android/webkit/CacheManager.java
7865fa97244d2f33d2a9c9ec359b475d6597e994 20-Mar-2010 Grace Kloba <klobag@google.com> As http header can't be empty, check length before
setting lastModified and etag to the cacheResult.

Fix http://b/issue?id=2531047
/frameworks/base/core/java/android/webkit/CacheManager.java
2036dbab1726c34953360a7a56d6b9ef1f2aa7dd 15-Feb-2010 Grace Kloba <klobag@google.com> Add a new WebCoreWorker thread to handle the tasks
which should not block either UI or WebKit. It handles
local file access, cache access and trim cache.

Move createCache, saveCache and most of getCache out
of WebCore thread so that slow IO and database will
not affect loading performance. getCache can be still
called from WebCore thread in the uncommon cases
like redirect and POST validation.

Move cache ticker from WebCore thread to WebViewWorkerThread.

Move setCookie from WebCore thread to WebViewWorkerThread.

Remove the unreferenced files in the cache directory
while trim cache.

Confirmed with our SQL expert, Vasu, there is no need
to wrap clearCache with end/startTransaction any more.

http://b/issue?id=2414792
http://b/issue?id=2475242
/frameworks/base/core/java/android/webkit/CacheManager.java
2269d1572e5fcfb725ea55f5764d8c3280d69f6d 25-Feb-2010 Dianne Hackborn <hackbod@google.com> Re-arrange android-common so framework no longer links with it.

This is the framework part, moving classes around so the framework
no longer needs to link to android-common. Makes some APIs public,
others that didn't need to be public are private in the framework,
some small things are copied.
/frameworks/base/core/java/android/webkit/CacheManager.java
45a9a14006214e6478311ffcb980e766702d5a76 03-Feb-2010 Doug Zongker <dougz@android.com> remove android.webkit.HttpDateTime, again

Remove this class, again, and change the webkit uses of it to use the
one in android-common. Remove class from preloaded-classes as well.

Change-Id: Ic0d4835e77180d299bc2c22b7c8780861b4781ee
/frameworks/base/core/java/android/webkit/CacheManager.java
e4a74ea0ae1370139d8d3da5ae35f11ee72e3a72 03-Feb-2010 Doug Zongker <dougz@android.com> undo "move HttpDateTime from android.webkit to android-common jar"

This restores this class to android.webkit, but leaves a copy in
android-common while I figure out how to move it correctly.

This reverts commit 7ad12a5f44253dc535f9a25ceb029579b40c43b1.

Change-Id: I1d0a3efe34764058b979c6987e6e774f64d02b8c
/frameworks/base/core/java/android/webkit/CacheManager.java
7ad12a5f44253dc535f9a25ceb029579b40c43b1 03-Feb-2010 Doug Zongker <dougz@android.com> move HttpDateTime from android.webkit to android-common jar

Some to-be-unbundled classes want to use HttpDateTime as well.

Change-Id: I40a001970682f6fbd4d9cd3546bd3f63ebfbe89b
/frameworks/base/core/java/android/webkit/CacheManager.java
a1ba11bd78f9540e58516dd742fe4cc8726e262f 02-Feb-2010 Andrei Popescu <andreip@google.com> Make sure application cache manifest files are not cached.

Fix b:2326937
/frameworks/base/core/java/android/webkit/CacheManager.java
998c05b3b5db124a31da1ac38af0e97bca114122 28-Dec-2009 Grace Kloba <klobag@google.com> Cleanup the cache file when we decide not saving it.
This logic was lost when we switched back using FLASH
instead of RAM for the cache.

Add back the CACHE_MAX_SIZE to limit the maximum
cacheable file.

Fix http://b/issue?id=2346132
/frameworks/base/core/java/android/webkit/CacheManager.java
01d0fbfa683012623f030ec75a63e1a9fabcb916 01-Dec-2009 Romain Guy <romainguy@android.com> Fix a leak in WebView.

Fixes #2296601.

WebView and its related APIs are keeping static objects that hold references to
Context instance. This could cause applications to leak their first Activity
and all the associated resources.
/frameworks/base/core/java/android/webkit/CacheManager.java
f0c443deca49d597c8268ef3b0f7198976073241 19-Nov-2009 Ben Murdoch <benm@google.com> Update JavaDoc for CacheManger.CacheResult, WebChromeClient.getDefaultVideoPoster and WebChromeClient.getVideoLoadingProgressView.

Change-Id: I09e159cec0ccdf09b278daeeab268c0c4f4476ba
/frameworks/base/core/java/android/webkit/CacheManager.java
8c92c39b858ae73a1b08ed698887efa98ced987c 09-Nov-2009 Grace Kloba <klobag@google.com> Add postdata identifier so that if we cache the post
result, we will use (url+postIdentifier) as the key
for the CacheResult.

Fix http://b/issue?id=1980031
/frameworks/base/core/java/android/webkit/CacheManager.java
0691ad50ca6b7a2968a0b95e1e9bb7228dd47d65 22-Oct-2009 Grace Kloba <klobag@google.com> Remove "@hide pending API council" in webkit to expose
the apis to SDK.

Remove @hide in GeolocationPermissions and WebStorage
to expose them to the SDK users.

Remove @hide for freeMemory() in WebView.

Remove @hide comment in CallbackProxy and
GoogleLocationSettingManager as they are not public class.
/frameworks/base/core/java/android/webkit/CacheManager.java
543221fc4b9dd16db2c687cd59f1eeea8d89c5a5 12-Aug-2009 Cary Clark <cary@android.com> handle false results in file.delete

found by findbugs
http://b/issue?id=1856614
/frameworks/base/core/java/android/webkit/CacheManager.java
686cf75d5cf447d34961f6217f2ea3ce3e484ac2 11-Aug-2009 Cary Clark <cary@android.com> replace 'new String()' with ""

bug reported by findbugs
http://b/issue?id=1856909
/frameworks/base/core/java/android/webkit/CacheManager.java
bf951c5afdae020befac8099a9e13a851d26863c 07-Aug-2009 Grace Kloba <klobag@google.com> As createCacheFile is called from WebCore instead of http thread now, remove
the endCacheTransaction/startTransaction pairs.
/frameworks/base/core/java/android/webkit/CacheManager.java
0b956e1353a691674cb22c899c5a444b92532b60 29-Jun-2009 Grace Kloba <klobag@google.com> Add content-disposition into the cache header as it is needed by Flash.

As WebKit is using string version of "expires", pass it with the rest of the headers.
/frameworks/base/core/java/android/webkit/CacheManager.java
9994127562ad71168ac0c3a1a5e0d6787f67e7bf 25-Jun-2009 Grace Kloba <klobag@google.com> Oops, need to hide the new api.
/frameworks/base/core/java/android/webkit/CacheManager.java
e64c5567de20d06ac7ed1f5a01f018991cd40a52 20-Jun-2009 Grace Kloba <klobag@google.com> Fix for the new webkit. Now "expires" takes the string instead of int.

We have to upadte our cache database. Good thing is Gears can avoid the expensive date conversion.
/frameworks/base/core/java/android/webkit/CacheManager.java
2e5c150e746647a1ce5c10e1708debbf06c45ea7 03-Jun-2009 Derek Sollenberger <djsollen@google.com> Centralized debug flags and enabled more granular control of debug settings.
/frameworks/base/core/java/android/webkit/CacheManager.java
74008f608af0c567456d37e63d48643689388c74 23-Apr-2009 Jean-Baptiste Queru <jbq@google.com> Merge donut into master
42bc2ff5d2e3a10ab6c1fb1e716a124f2b446dbc 14-Apr-2009 Dave Bort <dbort@android.com> Remove references to android.util.Config

The semantics of Config.DEBUG will be changing soon, and all other
Config.* fields will become deprecated/hidden.

BUG=1780938
/frameworks/base/core/java/android/webkit/CacheManager.java
3afdd56470d6d4dcb20fe0f68ec9e54a167a9d74 02-Apr-2009 Grace Kloba <> AI 144242: Fix 1750062. When createCacheFile, if we get 303, or redirect with cookies, or "no-store", make sure to remove the existing entry in the cache db before returning null for CachedResult.
BUG=1750062

Automated import of CL 144242
/frameworks/base/core/java/android/webkit/CacheManager.java
52cf58a2a47e4dc975314fab44783c7e4654ca6d 26-Mar-2009 Grace Kloba <> Automated import from //branches/master/...@142846,142846
/frameworks/base/core/java/android/webkit/CacheManager.java
105925376f8d0f6b318c9938c7b83ef7fef094da 19-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake_rel/...@140373
/frameworks/base/core/java/android/webkit/CacheManager.java
ba87e3e6c985e7175152993b5efcc7dd2f0e1c93 13-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake_rel/...@138607
/frameworks/base/core/java/android/webkit/CacheManager.java
9066cfe9886ac131c34d59ed0e2d287b0e3c0087 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/frameworks/base/core/java/android/webkit/CacheManager.java
d83a98f4ce9cfa908f5c54bbd70f03eec07e7553 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/frameworks/base/core/java/android/webkit/CacheManager.java
f013e1afd1e68af5e3b868c26a653bbfb39538f8 18-Dec-2008 The Android Open Source Project <initial-contribution@android.com> Code drop from //branches/cupcake/...@124589
/frameworks/base/core/java/android/webkit/CacheManager.java
54b6cfa9a9e5b861a9930af873580d6dc20f773c 21-Oct-2008 The Android Open Source Project <initial-contribution@android.com> Initial Contribution
/frameworks/base/core/java/android/webkit/CacheManager.java