summaryrefslogtreecommitdiffstats
path: root/core/java/android/webkit/SslErrorHandler.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix public comments for SslErrorHandler.Selim Gurun2013-01-281-3/+5
| | | | | | Fix documentation. Change-Id: I56a485d2ed3b338f9acb6fa8d7e42cba88ad6291
* Make SslErrorHandler ctor public/@hide.Ben Murdoch2012-08-231-2/+2
| | | | | | | | | Allow WebViewProvider implementations to subclass SslErrorHandler but at the same time maintain API compatibility by @hide'ing the constructor. Bug: 6238802 Change-Id: I5de268364ed74e59f62439b8612ab682656a7906
* b/2864818 Prompt the SSL error dialog to user and proceed or cancelHuahui Wu2010-12-151-237/+7
| | | | | | the request. C++ side cl: https://android-git.corp.google.com/g/#change,84529 Change-Id: I1f4c69c6ddb92324a1ec3c193018e8d703454f56
* Store the LoadListener in the SslErrorHandler passed to the client.Patrick Scott2010-02-261-19/+28
| | | | | | | This ensures that the loader will not be null when passing the message to the main handler. Bug: 2474087
* Set a flag that indicates a response is pending.Patrick Scott2010-01-261-2/+16
| | | | | | | | This will keep track of multiple calls to proceed/cancel. If an error has occurred and the client calls proceed or cancel more than once, the loader may be null. Set the flag during the callback and reset after a response. Bug: 2371305
* Fix synchronous xml requests with ssl errors.Patrick Scott2009-08-241-21/+42
| | | | | | | | | | Use the in-memory ssl preference table before posting a message to the WebCore thread. Since the WebCore thread is blocked waiting for the ssl resource, we cannot query the user for their preference. If the table does not contain the user's decision, bail on the request to avoid a deadlock. Also mark a few of the ssl handler's method's as synchronized. This was reported by findbugs.
* make final constants staticCary Clark2009-08-111-1/+1
| | | | | found by findbugs http://b/issue?id=1857033
* remove unused localsCary Clark2009-08-111-8/+1
| | | | | found by findbugs http://b/issue?id=1857022
* Centralized debug flags and enabled more granular control of debug settings.Derek Sollenberger2009-06-031-6/+6
|
* fix warning where we were boxing and int, only to have it automatically unboxedMike Reed2009-05-181-1/+1
|
* Remove references to android.util.ConfigDave Bort2009-04-131-7/+6
| | | | | | | The semantics of Config.DEBUG will be changing soon, and all other Config.* fields will become deprecated/hidden. BUG=1780938
* auto import from //branches/cupcake_rel/...@140373The Android Open Source Project2009-03-181-19/+1
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+255
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-255/+0
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+255