History log of /packages/apps/Browser/src/com/android/browser/KeyChainLookup.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
914c5591baeb86bf30a5bc28930071442a822d60 01-Aug-2011 Ben Murdoch <benm@google.com> Cache the application context instead of Activity.

When storing a reference to a Context, ensure that it's the
Application context rather than Activity Context.

Bug: 5084293

Change-Id: Ib0be5f8ceb91846bb985d0813a8f22cabd44eaf8
/packages/apps/Browser/src/com/android/browser/KeyChainLookup.java
aa09cd8dc20c9134b69ace4a7b84fe0103220fb4 10-Jun-2011 Brian Carlstrom <bdc@google.com> Tracking KeyChain API refinements

Change-Id: Ia1a07c443b3c2e0373eeb4a7f5cffa65bbed17a0
/packages/apps/Browser/src/com/android/browser/KeyChainLookup.java
8862c1dd48ac83011411c469afb5065b6d0c32f9 02-Jun-2011 Brian Carlstrom <bdc@google.com> Provide Browser implementation of WebViewClient.onReceivedClientCertRequest

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
/packages/apps/Browser/src/com/android/browser/KeyChainLookup.java