aboutsummaryrefslogtreecommitdiffstats
path: root/tests/cpp-unit-tests/IcedTeaScriptablePluginObjectTest.cc
Commit message (Collapse)AuthorAgeFilesLines
* Back out changeset 420d72e5cee7Andrew Azores2013-10-171-7/+8
| | | | | | | | | | | Back out changeset 420d72e5cee7 due to breaking LiveConnect feature. http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2013-October/024919.html * plugin/icedteanp/IcedTeaNPPlugin.cc: undo 420d72e5cee7 * plugin/icedteanp/IcedTeaPluginUtils.cc: undo 420d72e5cee7 * plugin/icedteanp/IcedTeaPluginUtils.h: undo 420d72e5cee7 * plugin/icedteanp/IcedTeaScriptablePluginObject.cc: undo 420d72e5cee7 * plugin/icedteanp/IcedTeaScriptablePluginObject.h: undo 420d72e5cee7 * tests/cpp-unit-tests/IcedTeaScriptablePluginObjectTest.cc: undo 420d72e5cee7
* Do not wait for applet initialization when binding Java applets for NPAPI.Adam Domurad2013-08-271-8/+7
|
* Spawn Java side during C++ unit tests. Many new tests.Adam Domurad2013-08-231-0/+33
|
* Move 'get_scriptable_java_package_object' and 'get_scriptable_java_object' ↵Adam Domurad2013-06-211-18/+18
| | | | into their correct respective classes.
* More unit tests for scriptable object creation, destructionAdam Domurad2013-06-211-10/+42
|
* C++ unit testing: Add a tracked-allocation implementation of operator-newAdam Domurad2012-12-201-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.