summaryrefslogtreecommitdiff
path: root/core/java/android/webkit/WebViewDatabaseClassic.java
Commit message (Collapse)AuthorAgeFilesLines
* Delete the old WebView.Torne (Richard Coles)2013-10-151-628/+0
| | | | | | | | | Delete all the Java classes used only by the old WebView implementation, and also sections of common classes that were only needed for the old WebView. Bug: 10427705 Change-Id: I02549a71104b35d86d99058c71f43e054730ec7d
* am 679c8f68: am 38915fd4: Revert "Add a delimiter between scheme and host"Selim Gurun2013-04-201-14/+1
|\ | | | | | | | | * commit '679c8f689f6799d143719bb8eb839e2640bf9d07': Revert "Add a delimiter between scheme and host"
| * Revert "Add a delimiter between scheme and host"Selim Gurun2013-04-041-14/+1
| | | | | | | | | | | | This reverts commit aa2163dd2a7b59b284cfe8a2ff3966a1a1b0ebb8 Change-Id: I19e98182e97b8e81cabe3ff09897b82d50ce968e
* | DO NOT MERGE Merge commit '8225df00' into bpGeremy Condra2013-04-181-1/+14
|\| | | | | | | | | | | | | Add a delimiter between scheme and host Bug: 6923539 Change-Id: Ic5e19f96c64367c9dc0e3168850309cdd5047e47
| * Add a delimiter between scheme and hostSelim Gurun2013-04-011-1/+14
| | | | | | | | | | Bug: 6923539 Change-Id: I49aac145e8e80a5af7475cfe93ef4a353d2d3fe6
* | Use less static synchronizedJohn Reck2012-09-201-5/+8
| | | | | | | | | | | | Bug: 6482144 Change-Id: I86161e3298101c10a112add406615001561e649e
* | Extract WebView Classic details from API classes.Jonathan Dixon2012-06-081-0/+1
|/ | | | | | | | Last remaining bits: - push JNUUtil.setContext call down into WebViewDatabaseClassic - remove references to hidden ClientCertRequestHandler from the public API classes. Change-Id: I9605dc2493b73fe8f22c7bb38c73d36632e0c7fa
* Create WebViewDatabaseClassic from WebViewDatabase.Ben Murdoch2012-04-261-0/+624
WebViewDatabase has a getInstance() method, so similarly to WebStorage, WebIconDatabase etc we refactor it into a proxy class, and move the current implementation into WebViewDatabaseClassic. Also clean up some JavaDoc in touched files. Bug: 6234236 Change-Id: I71cbd8f78e60f396e96e8546073ad634797cce15