Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not wait for applet initialization when binding Java applets for NPAPI. | Adam Domurad | 2013-08-27 | 1 | -8/+7 |
| | |||||
* | Spawn Java side during C++ unit tests. Many new tests. | Adam Domurad | 2013-08-23 | 1 | -0/+33 |
| | |||||
* | Move 'get_scriptable_java_package_object' and 'get_scriptable_java_object' ↵ | Adam Domurad | 2013-06-21 | 1 | -18/+18 |
| | | | | into their correct respective classes. | ||||
* | More unit tests for scriptable object creation, destruction | Adam Domurad | 2013-06-21 | 1 | -10/+42 |
| | |||||
* | C++ unit testing: Add a tracked-allocation implementation of operator-new | Adam Domurad | 2012-12-20 | 1 | -0/+66 |
Two tests that catch memory leaks are also added. For the purposes of verifying the patch works, the fix is in a separate changeset. |