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