aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
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