commit | d46dcc34acdf869f2c089de14483ce341a8e0a46 | [log] [tgz] |
---|---|---|
author | Leon Clarke <leonclarke@google.com> | Thu Apr 01 13:09:26 2010 +0100 |
committer | Jean-Baptiste Queru <jbq@google.com> | Tue May 04 10:55:58 2010 -0700 |
tree | dc5a37ea8103d0dc2795a65f18bf13211c5a40ad | |
parent | 59d754d5c165921cc674fac0010954aa0491a338 [diff] |
Bug:2558977 Use the mock WebViewClient to accept the certificate, since the certificate isn't added to the WebView until it has been validated, and since we don't accept the invalid cert, it won't be validated. Also, remove a comment claiming that onReceivedSslError is hidden and can't be called since it is no longer hidden and it's needed.