From 1afdb66f478fdd88e14ee60ace11e807d8aad09d Mon Sep 17 00:00:00 2001 From: Adam Domurad Date: Fri, 30 Nov 2012 13:08:45 -0500 Subject: Refactor IcedTeaPluginUtilities::javaResultToNPVariant into multiple functions --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a28a84f..e446b80 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2012-11-30 Adam Domurad + + 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 Added a simple mechanism for mocking functions in the browser function -- cgit v1.2.3