aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorAdam Domurad <[email protected]>2012-11-30 13:08:45 -0500
committerAdam Domurad <[email protected]>2012-11-30 13:08:45 -0500
commit1afdb66f478fdd88e14ee60ace11e807d8aad09d (patch)
tree41abbbec28c20622c38bd1fe644333005f9567ab /ChangeLog
parent3bc37bc363d716240558b095932a673257b2a20c (diff)
Refactor IcedTeaPluginUtilities::javaResultToNPVariant into multiple functions
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a28a84f..e446b80 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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