summaryrefslogtreecommitdiff
path: root/tests/WebViewTests
AgeCommit message (Expand)Author
2015-06-25Remove Webviewtests in frameworks Selim Gurun
2012-06-11Add missing </head> tag to last commit. Ben Murdoch
2012-06-11Add JavaBridge test to ensure objects injected into child frames. Ben Murdoch
2012-05-25Avoid unintended side-effects of loading javascript: URLS in Java Bridge tests Steve Block
2012-04-25Add tests for uncaught exceptions from methods called through the Java Bridge Steve Block
2012-04-24Add tests for reflection and improve JavaDoc for Java Bridge Steve Block
2012-01-11Remove some stale TODOs from the Java Bridge tests Steve Block
2011-11-21Add tests for array length bounds in WebView's Java Bridge Steve Block
2011-11-16Update Java Bridge test for coercing JavaScript String to Java char in an array Steve Block
2011-11-16Add tests for multidimensional arrays in WebView's Java Bridge Steve Block
2011-11-16Fix tests for methods returning arrays in WebView's Java Bridge Steve Block
2011-11-14Add tests for invalid and static methods in the WebView's Java Bridge Steve Block
2011-11-10Add tests for arrays in WebView's Java Bridge Steve Block
2011-11-09Add another test for WebView's Java Bridge Steve Block
2011-11-07Add tests for the fields of objects in the WebView's Java Bridge. Steve Block
2011-11-07Adds a set of basic test for WebView's Java Bridge Steve Block
2011-11-07Add tests for returning values from WebView's Java Bridge Steve Block
2011-11-07Adds a new test for type coercion in WebView's Java Bridge Steve Block