summaryrefslogtreecommitdiffstats
path: root/core/java/android/webkit/WebViewDatabase.java
Commit message (Expand)AuthorAgeFilesLines
* Remove unused imports in frameworks/base.John Spurlock2015-02-281-1/+0
* [WebView] Allow the WebView to be compiled against the system SDK.Ignacio Solla2014-11-121-25/+8
* Deprectate WebViewDatabase password methods.Ben Murdoch2013-04-111-1/+5
* Fix broken JavaDocJonathan Dixon2012-11-301-10/+10
* Use less static synchronizedJohn Reck2012-09-201-1/+1
* Hiding some of the deprecated android.webkit API'sKristian Monsen2012-09-071-1/+3
* Improve JavaDoc for HTTP basic authentication methodsSteve Block2012-07-231-3/+10
* Improve JavaDoc for saved form dataSteve Block2012-07-231-3/+6
* Improve JavaDoc for saved username/password pairsSteve Block2012-07-231-6/+11
* Create WebViewDatabaseClassic from WebViewDatabase.Ben Murdoch2012-04-261-564/+32
* Do not enable WAL mode for the WebView database.Jeff Brown2012-03-221-6/+0
* Drop support for Android HTTP stackSteve Block2012-02-221-634/+14
* WebViewDatabase v11 for ICS.Ben Murdoch2011-11-161-6/+41
* Fix a bug in the database upgrade process, and refactor slightly.Ben Murdoch2011-11-161-49/+57
* Enable write ahead logging on databases used by WebView.Leon Scroggins2011-01-101-3/+5
* Avoid superfluous calls to CacheManager with the Chromium HTTP stackSteve Block2011-01-071-4/+22
* Update the storage locations used by the Chromium HTTP stackSteve Block2010-09-281-0/+3
* am dc1f0858: am 9902196f: Fix npe in getCacheTotalSize.Patrick Scott2010-08-111-0/+3
|\
| * Fix npe in getCacheTotalSize.Patrick Scott2010-08-111-0/+3
* | Move WebViewDatabase initialization into a background thread.Patrick Scott2010-06-161-109/+154
|/
* Fix for when flash loads cached crossdomain.xml files.Leon Clarke2010-03-231-2/+11
* Close Cursors in finally blocks.Leon Scroggins2010-03-221-135/+210
* Add a new WebCoreWorker thread to handle the tasksGrace Kloba2010-03-011-2/+38
* If openOrCreateDatabase() throws an exception, deleteGrace Kloba2009-10-131-3/+21
* Per suggestion in http://b/issue?id=2062340, update the UNIQUE in theGrace Kloba2009-09-141-3/+18
* Add content-disposition into the cache header as it is needed by Flash.Grace Kloba2009-06-291-5/+14
* Fix for the new webkit. Now "expires" takes the string instead of int.Grace Kloba2009-06-251-7/+16
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+967
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-967/+0
* auto import from //branches/cupcake/...@131421The Android Open Source Project2009-02-131-25/+22
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-34/+42
* Initial ContributionThe Android Open Source Project2008-10-211-0/+962