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
/
WebViewDatabase.java
Age
Commit message (
Expand
)
Author
2018-09-25
WebView: deprecate accidentally-exposed constructors
Nate Fischer
2017-09-21
WebView: add @Nullable and @NonNull annotations
Nate Fischer
2017-09-05
WebView: wrap Java literals with {@code}
Nate Fischer
2017-04-04
Disable WebView autocomplete feature.
Selim Gurun
2016-09-26
Deprecate WebView#{get,set}HttpAuthUsernamePassword
Nate Fischer
2016-09-06
Fix WebViewDatabase javadoc.
Hui Shu
2015-02-28
Remove unused imports in frameworks/base.
John Spurlock
2014-11-12
[WebView] Allow the WebView to be compiled against the system SDK.
Ignacio Solla
2013-04-11
Deprectate WebViewDatabase password methods.
Ben Murdoch
2012-11-30
Fix broken JavaDoc
Jonathan Dixon
2012-09-20
Use less static synchronized
John Reck
2012-09-07
Hiding some of the deprecated android.webkit API's
Kristian Monsen
2012-07-23
Improve JavaDoc for HTTP basic authentication methods
Steve Block
2012-07-23
Improve JavaDoc for saved form data
Steve Block
2012-07-23
Improve JavaDoc for saved username/password pairs
Steve Block
2012-04-26
Create WebViewDatabaseClassic from WebViewDatabase.
Ben Murdoch
2012-03-22
Do not enable WAL mode for the WebView database.
Jeff Brown
2012-02-22
Drop support for Android HTTP stack
Steve Block
2011-11-16
WebViewDatabase v11 for ICS.
Ben Murdoch
2011-11-16
Fix a bug in the database upgrade process, and refactor slightly.
Ben Murdoch
2011-01-10
Enable write ahead logging on databases used by WebView.
Leon Scroggins
2011-01-07
Avoid superfluous calls to CacheManager with the Chromium HTTP stack
Steve Block
2010-09-28
Update the storage locations used by the Chromium HTTP stack
Steve Block
2010-08-11
am dc1f0858: am 9902196f: Fix npe in getCacheTotalSize.
Patrick Scott
2010-08-11
Fix npe in getCacheTotalSize.
Patrick Scott
2010-06-16
Move WebViewDatabase initialization into a background thread.
Patrick Scott
2010-03-23
Fix for when flash loads cached crossdomain.xml files.
Leon Clarke
2010-03-22
Close Cursors in finally blocks.
Leon Scroggins
2010-03-01
Add a new WebCoreWorker thread to handle the tasks
Grace Kloba
2009-10-13
If openOrCreateDatabase() throws an exception, delete
Grace Kloba
2009-09-14
Per suggestion in http://b/issue?id=2062340, update the UNIQUE in the
Grace Kloba
2009-06-29
Add content-disposition into the cache header as it is needed by Flash.
Grace Kloba
2009-06-25
Fix for the new webkit. Now "expires" takes the string instead of int.
Grace Kloba
2009-03-03
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-03-03
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-02-13
auto import from //branches/cupcake/...@131421
The Android Open Source Project
2008-12-17
Code drop from //branches/cupcake/...@124589
The Android Open Source Project
2008-10-21
Initial Contribution
The Android Open Source Project