aboutsummaryrefslogtreecommitdiffstats
path: root/tests/cpp-unit-tests
Commit message (Collapse)AuthorAgeFilesLines
* All output messages redirected to PLUGIN_{DEBUG,ERROR} macrosJiri Vanek2013-10-251-0/+62
|
* 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-2311-23/+731
|
* Fix many memory leaks due to utf8fromidentifier misuseAdam Domurad2013-07-302-2/+24
|
* 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-215-19/+146
|
* Added code to parse properties and to find correct configuration files from ↵Jiri Vanek2013-03-282-0/+565
| | | | c++ part of plugin.
* Clean up NP_Initialize; add more C++ unit testsAdam Domurad2012-12-211-0/+92
|
* C++ unit testing: Add a tracked-allocation implementation of operator-newAdam Domurad2012-12-205-4/+239
| | | | | Two tests that catch memory leaks are also added. For the purposes of verifying the patch works, the fix is in a separate changeset.
* Remove redundant HTML-tag scanner from ITW. Do not reconstruct tags.Adam Domurad2012-12-042-1/+94
|
* Refactor IcedTeaPluginUtilities::javaResultToNPVariant into multiple functionsAdam Domurad2012-11-301-0/+36
|
* C++ unit testing: Simple mocking of browser-table functionsAdam Domurad2012-11-303-2/+141
|
* Unit test integration for UnitTest++ with icedtea-webAdam Domurad2012-11-212-0/+153