diff options
author | Adam Domurad <[email protected]> | 2012-11-30 13:08:45 -0500 |
---|---|---|
committer | Adam Domurad <[email protected]> | 2012-11-30 13:08:45 -0500 |
commit | 1afdb66f478fdd88e14ee60ace11e807d8aad09d (patch) | |
tree | 41abbbec28c20622c38bd1fe644333005f9567ab /ChangeLog | |
parent | 3bc37bc363d716240558b095932a673257b2a20c (diff) |
Refactor IcedTeaPluginUtilities::javaResultToNPVariant into multiple functions
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,5 +1,16 @@ 2012-11-30 Adam Domurad <[email protected]> + Breaks up IcedTeaPluginUtilities::javaResultToNPVariant into multiple, + more manageable parts. + * plugin/icedteanp/IcedTeaPluginUtils.cc: Make three helper functions + for the different cases. Two new helper functions for converting from + std::string to NPString and NPVariant. + * plugin/icedteanp/IcedTeaPluginUtils.h: Two new helper functions. + * tests/cpp-unit-tests/IcedTeaPluginUtilsTest.cc: Tests for the new + NPString and NPVariant from std::string functions. + +2012-11-30 Adam Domurad <[email protected]> + Added a simple mechanism for mocking functions in the browser function table. Can be expanded as needed. * tests/cpp-unit-tests/main.cc: Call setup function, warn on browser |