summaryrefslogtreecommitdiffstats
path: root/core/java/android/webkit/SslErrorHandler.java
Commit message (Collapse)AuthorAgeFilesLines
* 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