summaryrefslogtreecommitdiffstats
path: root/tests/src/com/android/browser/JNIBindingsTest.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove WebView Java Bridge testSteve Block2011-11-101-288/+0
| | | | | | | This is superseded by a new set of tests in frameworks/base/tests/WebViewTests. Bug: 5140673 Change-Id: I2874afa5a52ad9ac77bad0aa07ec84cde117c54e
* Revert "Merge WebKit at r73109: update V8 JNI test cases."Steve Block2011-09-051-2/+1
| | | | | | | This reverts commit faed5798f2ca3320e0b6afdb197feda25052f79a. Bug: 5252155 Change-Id: Ibb3a84cd353fc63a7378d7106b1a6f44a9eb9768
* Adds tests for passing and returning null strings to and from the methods of ↵Steve Block2011-09-021-2/+4
| | | | | | | injected Java objects Bug: 5222742 Change-Id: Id6222aebce7570b0649cd9cb7f4f16b0f0b640a8
* Merge WebKit at r73109: update V8 JNI test cases.Shimeng (Simon) Wang2010-12-221-1/+2
| | | | | | | | This is because of webkit change: http://trac.webkit.org/changeset/72974 which will treat JS numbers as doubles. Change-Id: I45a9966bcd435778457dbd5ca01953696c6c2d84
* improvement and fixes for bindings testGuang Zhu2010-05-051-3/+4
| | | | | | | | | | * 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-0/+18
| | | | Change-Id: I166331ce198fba188df5365695a20588870374c4
* Add a test for verifying the JS -> Java bindings.Ben Murdoch2010-03-301-0/+267
Change-Id: I7d15efd5cc1c40d9c0c5b7cf1a5a7f9775a709d7