summaryrefslogtreecommitdiff
path: root/core/java/android/net/http/SslError.java
Commit message (Expand)AuthorAgeFilesLines
* Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-061-1/+2
* Limit access to suspected false positives.Mathew Inwood2018-12-281-2/+3
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-141-0/+4
* Fix obvious typos under frameworks/base/coreKen Wakasa2012-03-091-1/+1
* Fix SslError.getPrimaryError() to return -1 if the set of errors is emptySteve Block2011-10-051-2/+5
* Fix BrowserFrame to construct SslError using the full URL, rather than the hostSteve Block2011-10-051-4/+0
* Clean up SslErrorSteve Block2011-10-041-59/+49
* Part of fix for bug 4997380: Some error types unknown to SslErrorKristian Monsen2011-07-131-2/+37
* 2nd try: Gets the URL that has a cert error and carrys it in SslError.Huahui Wu2011-06-281-3/+65
* Revert "Gets the URL that has a cert error and carrys it in SslError."Huahui Wu2011-06-281-65/+3
* Gets the URL that has a cert error and carrys it in SslError.Huahui Wu2011-06-271-3/+65
* Expose onReceivedSslError() so that the WebView clientGrace Kloba2009-12-071-2/+0
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+144
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-144/+0
* Initial ContributionThe Android Open Source Project2008-10-211-0/+144