index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
webkit
/
CacheManager.java
Age
Commit message (
Expand
)
Author
2019-12-18
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-11-19
Add @UnsupportedAppUsage annotations for greylist.
Artur Satayev
2018-08-16
Add @UnsupportedAppUsage annotations
Mathew Inwood
2017-09-21
WebView: add @Nullable and @NonNull annotations
Nate Fischer
2017-09-05
WebView: wrap Java literals with {@code}
Nate Fischer
2013-11-20
Remove unused imports from frameworks/base.
John Spurlock
2013-10-18
Restore 4 classes that were accidentally deleted
Jonathan Dixon
2013-10-15
Delete the old WebView.
Torne (Richard Coles)
2012-10-24
Remove CacheManager implementation
Bo Liu
2012-09-07
Hiding some of the deprecated android.webkit API's
Kristian Monsen
2012-04-26
Fix JavaDoc style for several WebView classes
Steve Block
2012-03-26
Remove superfluous code after removal of Android HTTP stack
Steve Block
2012-02-22
Drop support for Android HTTP stack
Steve Block
2012-02-22
Remove unused cache methods
Steve Block
2012-02-21
Clean up JavaDoc for CacheManager
Steve Block
2012-02-21
Fix CacheManager.getCacheFile() with the Chromium HTTP stack
Steve Block
2011-03-30
am f7a9b869: am 1e7fb7ae: Merge "Error in compound cache-control header."
Brad Fitzpatrick
2011-03-29
Error in compound cache-control header.
Henrik Baard
2011-02-16
Updated from comments to previous change after submitting
Kristian Monsen
2011-01-25
am f2b7c844: am 8d37c4ef: Merge "Tracking jarjar of org.bouncycastle to com.a...
Brian Carlstrom
2011-01-24
Tracking jarjar of org.bouncycastle to com.android.org.bouncycastle
Brian Carlstrom
2011-01-20
am 6e8831cf: am 7450a32b: Merge "Clear the files we copy over to the temp cac...
Kristian Monsen
2011-01-20
Clear the files we copy over to the temp cache
Kristian Monsen
2011-01-18
Documentation tweak for CacheManager.
Iain Merrick
2011-01-14
Hook up CacheManager for the Chromium HTTP stack
Steve Block
2011-01-07
Avoid superfluous calls to CacheManager with the Chromium HTTP stack
Steve Block
2011-01-06
Remove some superfluous null-checks when constructing a CacheResult
Steve Block
2011-01-06
Tidy up CacheManager comments and documentation
Steve Block
2011-01-06
Remove an unused non-public CacheManager method
Steve Block
2010-12-17
Deprecate CacheManager.
Iain Merrick
2010-12-17
Add setContentLength method to CacheResult.
Iain Merrick
2010-12-16
*Don't* disable CacheManager when using Chromium HTTP stack.
Iain Merrick
2010-12-13
Disable CacheManager when using the Chrome HTTP stack.
Iain Merrick
2010-12-10
Fixes Android HTTP cache permissions
John Reck
2010-09-10
Fix the last remaining @deprecated tag without comment warning.
Joe Onorato
2010-09-10
Fix the last remaining @deprecated tag without comment warning.
Joe Onorato
2010-08-31
Fix warnings in docs generation.
Kristian Monsen
2010-04-09
Move the public method HttpDateTime.parse() into AndroidHttpClient.
Jesse Wilson
2010-03-23
Fix for when flash loads cached crossdomain.xml files.
Leon Clarke
2010-03-19
As http header can't be empty, check length before
Grace Kloba
2010-03-01
Add a new WebCoreWorker thread to handle the tasks
Grace Kloba
2010-02-25
Re-arrange android-common so framework no longer links with it.
Dianne Hackborn
2010-02-03
remove android.webkit.HttpDateTime, again
Doug Zongker
2010-02-03
undo "move HttpDateTime from android.webkit to android-common jar"
Doug Zongker
2010-02-03
move HttpDateTime from android.webkit to android-common jar
Doug Zongker
2010-02-02
Make sure application cache manifest files are not cached.
Andrei Popescu
2009-12-27
Cleanup the cache file when we decide not saving it.
Grace Kloba
2009-12-01
Fix a leak in WebView.
Romain Guy
2009-11-19
Update JavaDoc for CacheManger.CacheResult, WebChromeClient.getDefaultVideoPo...
Ben Murdoch
2009-11-08
Add postdata identifier so that if we cache the post
Grace Kloba
[next]