summaryrefslogtreecommitdiffstats
path: root/tests/src/com/android/browser/TestWebViewClient.java
Commit message (Collapse)AuthorAgeFilesLines
* Provide Browser implementation of WebViewClient.onReceivedClientCertRequestBrian Carlstrom2011-06-091-0/+8
| | | | | | | | | | | | | | Following the example of onReceivedSslError, implement onReceivedClientCertRequest ERROR CASE CLIENT CERT CASE <... From frameworks/base ...> <... From frameworks/base ...> Tab.SubWindowClient.onReceivedSslError Tab.SubWindowClient.onReceivedClientCertRequest Tab.mWebViewClient.onReceivedSslError Tab.mWebViewClient.onReceivedClientCertRequest <... ssl_warnings dialog ...> <... KeyChain.choosePrivateKeyAlias/KeyChainLookup ...> SslErrorHandler.proceed (with SslCertLookupTable) ClientCertRequestHandler.proceed (with SslClientCertLookupTable) <... To frameworks/base ...> <... To frameworks/base ...> Change-Id: I3ed3789c4efc97c87ab4773cdaed3e654a1fd1e3
* Implement test to iterate over list of URLs and store load times.Andrei Popescu2010-02-221-0/+127
Also patch makefiles to correctly build tests and allow for hidden API calls in test.