summaryrefslogtreecommitdiffstats
path: root/core/java/android/webkit/SslCertLookupTable.java
Commit message (Expand)AuthorAgeFilesLines
* Fix SslCertLookupTable to correctly determine whether we have a valid cached ...Steve Block2011-10-051-19/+16
* SSL-related cleanup in BrowserFrame and SslCertLookupTableSteve Block2011-10-051-3/+4
* Fix BrowserFrame to construct SslError using the full URL, rather than the hostSteve Block2011-10-051-2/+23
* Hook up WebView.clearSslPreferences() for the Chromium HTTP stackKristian Monsen2011-09-281-0/+4
* Remove superfluous synchronized modifier on SslCertLookupTable.getInstance()Steve Block2011-09-271-11/+8
* Implement android.webkit.BrowserFrame.requestClientCertBrian Carlstrom2011-06-091-2/+2
* b/2864818 Prompt the SSL error dialog to user and proceed or cancelHuahui Wu2010-12-151-0/+52