summaryrefslogtreecommitdiffstats
path: root/tests/src/com/android/browser/JNIBindingsTestApp.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove WebView Java Bridge testSteve Block2011-11-101-274/+0
| | | | | | | This is superseded by a new set of tests in frameworks/base/tests/WebViewTests. Bug: 5140673 Change-Id: I2874afa5a52ad9ac77bad0aa07ec84cde117c54e
* Provide Browser implementation of WebViewClient.onReceivedClientCertRequestBrian Carlstrom2011-06-091-0/+11
| | | | | | | | | | | | | | 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
* Fixes test errorsJohn Reck2010-12-021-2/+4
| | | | | | | | Bug: 3248213 Fixes errors in the tests that were caused by missing files, proguard, and the refactor. Change-Id: I503dfc7ee42d0173e3a5ad032f58a6f4f310588c
* Fix JNI Bindings Browser Test.Ben Murdoch2010-09-061-1/+4
| | | | | | | | | The JNI bindings test was broken after BrowserFrame.documentAsText started to take a parameter to determine if it should capture the main or child frames. Update the call here to pass the correct parameter. Change-Id: I5142214164db371d9106d799bfa4e5bd7293dad3
* improvement and fixes for bindings testGuang Zhu2010-05-051-3/+38
| | | | | | | | | | * the name "testComplete" will cause test runner to actually execute it as a test case, which is not the intention here, changed to "notifyComplete" * the test depends on "/sdcard/bindings_test.html". since the same file is already being carried in the apk as asset, added a setup/teardown step to extract the file. this removes manual setup step for the tests. Change-Id: I45e1e9755ec829086fae6a36885153874f3a94a2
* Update the JNI bindings unit test in light of b/2540502Ben Murdoch2010-04-011-1/+2
| | | | Change-Id: I166331ce198fba188df5365695a20588870374c4
* Add a test for verifying the JS -> Java bindings.Ben Murdoch2010-03-301-0/+222
Change-Id: I7d15efd5cc1c40d9c0c5b7cf1a5a7f9775a709d7