History log of /frameworks/base/tests/WebViewTests/src/com/android/webviewtests/JavaBridgeBasicsTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d890b0ddb607bbff5e809653f065b5e0cf480a6f 24-Apr-2012 Steve Block <steveblock@google.com> Add tests for uncaught exceptions from methods called through the Java Bridge

If a method called on a Java object through the Java Bridge throws an uncaught
exception, we throw a JavaScript exception.

See WebKit change https://android-git.corp.google.com/g/184252

Bug: 6386557
Change-Id: I35c456c162fd9b2a078ee9fce1ea68404b4c829c
/frameworks/base/tests/WebViewTests/src/com/android/webviewtests/JavaBridgeBasicsTest.java
3aa800b9f93a99d6f25623ed24ab5f6fec213c15 24-Apr-2012 Steve Block <steveblock@google.com> Add tests for reflection and improve JavaDoc for Java Bridge

Bug: 5461416
Change-Id: Ic339b97a9424d8848f8afd47ba00cbbee4d60c9d
/frameworks/base/tests/WebViewTests/src/com/android/webviewtests/JavaBridgeBasicsTest.java
13ad467a91ac6d86a959b49f0168a0e6893aef2c 14-Nov-2011 Steve Block <steveblock@google.com> Add tests for invalid and static methods in the WebView's Java Bridge

Change-Id: I18dacf4a4de8c787e46ea2781f5a365372a0a7da
/frameworks/base/tests/WebViewTests/src/com/android/webviewtests/JavaBridgeBasicsTest.java
8e33fe944f9e407e1ba0c40736747c707c40acc7 09-Nov-2011 Steve Block <steveblock@google.com> Add another test for WebView's Java Bridge

Tests that an exception is raised if the wrong number of arguments are passed
to a method of an injected object.

Bug: 5140673
Change-Id: Ic9f9d09969e0fccbe82584e1a9ca7580f6010c87
/frameworks/base/tests/WebViewTests/src/com/android/webviewtests/JavaBridgeBasicsTest.java
f7e26448c3591989840efa65f4f3f93a294b991e 04-Nov-2011 Steve Block <steveblock@google.com> Adds a set of basic test for WebView's Java Bridge

Bug: 5140673
Change-Id: Ie43c16aeca9c5982b4ea64e3b54ec1a33c5f7241
/frameworks/base/tests/WebViewTests/src/com/android/webviewtests/JavaBridgeBasicsTest.java