index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
webkit
/
CacheManager.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unused imports from frameworks/base.
John Spurlock
2013-11-20
1
-6
/
+0
*
Restore 4 classes that were accidentally deleted
Jonathan Dixon
2013-10-18
1
-0
/
+341
*
Delete the old WebView.
Torne (Richard Coles)
2013-10-15
1
-341
/
+0
*
Remove CacheManager implementation
Bo Liu
2012-10-24
1
-122
/
+4
*
Hiding some of the deprecated android.webkit API's
Kristian Monsen
2012-09-07
1
-0
/
+1
*
Fix JavaDoc style for several WebView classes
Steve Block
2012-04-26
1
-31
/
+55
*
Remove superfluous code after removal of Android HTTP stack
Steve Block
2012-03-26
1
-8
/
+1
*
Drop support for Android HTTP stack
Steve Block
2012-02-22
1
-610
/
+26
*
Remove unused cache methods
Steve Block
2012-02-22
1
-27
/
+1
*
Clean up JavaDoc for CacheManager
Steve Block
2012-02-21
1
-62
/
+133
*
Fix CacheManager.getCacheFile() with the Chromium HTTP stack
Steve Block
2012-02-21
1
-32
/
+48
*
am f7a9b869: am 1e7fb7ae: Merge "Error in compound cache-control header."
Brad Fitzpatrick
2011-03-30
1
-1
/
+7
|
\
|
*
Error in compound cache-control header.
Henrik Baard
2011-03-29
1
-1
/
+7
|
*
Fix the last remaining @deprecated tag without comment warning.
Joe Onorato
2010-09-10
1
-2
/
+2
*
|
Updated from comments to previous change after submitting
Kristian Monsen
2011-02-16
1
-4
/
+3
*
|
am f2b7c844: am 8d37c4ef: Merge "Tracking jarjar of org.bouncycastle to com.a...
Brian Carlstrom
2011-01-25
1
-2
/
+2
|
\
\
|
*
|
Tracking jarjar of org.bouncycastle to com.android.org.bouncycastle
Brian Carlstrom
2011-01-24
1
-2
/
+2
*
|
|
am 6e8831cf: am 7450a32b: Merge "Clear the files we copy over to the temp cac...
Kristian Monsen
2011-01-20
1
-2
/
+6
|
\
\
\
|
|
/
/
|
*
|
Clear the files we copy over to the temp cache
Kristian Monsen
2011-01-20
1
-2
/
+6
*
|
|
Documentation tweak for CacheManager.
Iain Merrick
2011-01-18
1
-0
/
+2
|
/
/
*
|
Hook up CacheManager for the Chromium HTTP stack
Steve Block
2011-01-14
1
-8
/
+41
*
|
Avoid superfluous calls to CacheManager with the Chromium HTTP stack
Steve Block
2011-01-07
1
-1
/
+50
*
|
Remove some superfluous null-checks when constructing a CacheResult
Steve Block
2011-01-06
1
-11
/
+6
*
|
Tidy up CacheManager comments and documentation
Steve Block
2011-01-06
1
-49
/
+53
*
|
Remove an unused non-public CacheManager method
Steve Block
2011-01-06
1
-7
/
+0
*
|
Deprecate CacheManager.
Iain Merrick
2010-12-17
1
-3
/
+24
*
|
Add setContentLength method to CacheResult.
Iain Merrick
2010-12-17
1
-0
/
+7
*
|
*Don't* disable CacheManager when using Chromium HTTP stack.
Iain Merrick
2010-12-16
1
-9
/
+0
*
|
Disable CacheManager when using the Chrome HTTP stack.
Iain Merrick
2010-12-13
1
-0
/
+9
*
|
Fixes Android HTTP cache permissions
John Reck
2010-12-10
1
-1
/
+1
*
|
Fix the last remaining @deprecated tag without comment warning.
Joe Onorato
2010-09-10
1
-2
/
+2
*
|
Fix warnings in docs generation.
Kristian Monsen
2010-08-31
1
-2
/
+2
|
/
*
Move the public method HttpDateTime.parse() into AndroidHttpClient.
Jesse Wilson
2010-04-09
1
-3
/
+3
*
Fix for when flash loads cached crossdomain.xml files.
Leon Clarke
2010-03-23
1
-0
/
+6
*
As http header can't be empty, check length before
Grace Kloba
2010-03-19
1
-2
/
+6
*
Add a new WebCoreWorker thread to handle the tasks
Grace Kloba
2010-03-01
1
-29
/
+63
*
Re-arrange android-common so framework no longer links with it.
Dianne Hackborn
2010-02-25
1
-1
/
+1
*
remove android.webkit.HttpDateTime, again
Doug Zongker
2010-02-03
1
-0
/
+2
*
undo "move HttpDateTime from android.webkit to android-common jar"
Doug Zongker
2010-02-03
1
-2
/
+0
*
move HttpDateTime from android.webkit to android-common jar
Doug Zongker
2010-02-03
1
-0
/
+2
*
Make sure application cache manifest files are not cached.
Andrei Popescu
2010-02-02
1
-0
/
+10
*
Cleanup the cache file when we decide not saving it.
Grace Kloba
2009-12-27
1
-1
/
+15
*
Fix a leak in WebView.
Romain Guy
2009-12-01
1
-1
/
+1
*
Update JavaDoc for CacheManger.CacheResult, WebChromeClient.getDefaultVideoPo...
Ben Murdoch
2009-11-19
1
-0
/
+5
*
Add postdata identifier so that if we cache the post
Grace Kloba
2009-11-08
1
-8
/
+37
*
Remove "@hide pending API council" in webkit to expose
Grace Kloba
2009-11-07
1
-6
/
+0
*
handle false results in file.delete
Cary Clark
2009-08-13
1
-6
/
+16
*
replace 'new String()' with ""
Cary Clark
2009-08-11
1
-1
/
+1
*
As createCacheFile is called from WebCore instead of http thread now, remove
Grace Kloba
2009-08-06
1
-5
/
+0
*
Add content-disposition into the cache header as it is needed by Flash.
Grace Kloba
2009-06-29
1
-0
/
+13
[next]