Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | All output messages redirected to PLUGIN_{DEBUG,ERROR} macros | Jiri Vanek | 2013-10-25 | 1 | -0/+62 |
| | |||||
* | Back out changeset 420d72e5cee7 | Andrew Azores | 2013-10-17 | 1 | -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 Domurad | 2013-08-27 | 1 | -8/+7 |
| | |||||
* | Spawn Java side during C++ unit tests. Many new tests. | Adam Domurad | 2013-08-23 | 11 | -23/+731 |
| | |||||
* | Fix many memory leaks due to utf8fromidentifier misuse | Adam Domurad | 2013-07-30 | 2 | -2/+24 |
| | |||||
* | 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 | 5 | -19/+146 |
| | |||||
* | Added code to parse properties and to find correct configuration files from ↵ | Jiri Vanek | 2013-03-28 | 2 | -0/+565 |
| | | | | c++ part of plugin. | ||||
* | Clean up NP_Initialize; add more C++ unit tests | Adam Domurad | 2012-12-21 | 1 | -0/+92 |
| | |||||
* | C++ unit testing: Add a tracked-allocation implementation of operator-new | Adam Domurad | 2012-12-20 | 5 | -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 Domurad | 2012-12-04 | 2 | -1/+94 |
| | |||||
* | Refactor IcedTeaPluginUtilities::javaResultToNPVariant into multiple functions | Adam Domurad | 2012-11-30 | 1 | -0/+36 |
| | |||||
* | C++ unit testing: Simple mocking of browser-table functions | Adam Domurad | 2012-11-30 | 3 | -2/+141 |
| | |||||
* | Unit test integration for UnitTest++ with icedtea-web | Adam Domurad | 2012-11-21 | 2 | -0/+153 |