summaryrefslogtreecommitdiffstats
path: root/tests/WebViewTests
Commit message (Expand)AuthorAgeFilesLines
* Add missing </head> tag to last commit.Ben Murdoch2012-06-111-1/+1
* Add JavaBridge test to ensure objects injected into child frames.Ben Murdoch2012-06-111-0/+63
* Avoid unintended side-effects of loading javascript: URLS in Java Bridge testsSteve Block2012-05-251-1/+6
* Add tests for uncaught exceptions from methods called through the Java BridgeSteve Block2012-04-251-2/+29
* Add tests for reflection and improve JavaDoc for Java BridgeSteve Block2012-04-241-0/+19
* Remove some stale TODOs from the Java Bridge testsSteve Block2012-01-111-5/+0
* Add tests for array length bounds in WebView's Java BridgeSteve Block2011-11-211-1/+20
* Update Java Bridge test for coercing JavaScript String to Java char in an arraySteve Block2011-11-161-2/+2
* Add tests for multidimensional arrays in WebView's Java BridgeSteve Block2011-11-161-0/+31
* Fix tests for methods returning arrays in WebView's Java BridgeSteve Block2011-11-161-15/+14
* Add tests for invalid and static methods in the WebView's Java BridgeSteve Block2011-11-141-14/+41
* Add tests for arrays in WebView's Java BridgeSteve Block2011-11-104-12/+815
* Add another test for WebView's Java BridgeSteve Block2011-11-091-0/+26
* Add tests for the fields of objects in the WebView's Java Bridge.Steve Block2011-11-071-0/+100
* Adds a set of basic test for WebView's Java BridgeSteve Block2011-11-072-3/+350
* Add tests for returning values from WebView's Java BridgeSteve Block2011-11-073-87/+314
* Adds a new test for type coercion in WebView's Java BridgeSteve Block2011-11-075-0/+857