aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 82d212b..ea34557 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2013-06-21 Adam Domurad <[email protected]>
+
+ * plugin/icedteanp/IcedTeaPluginUtils.cc: Add global state clearing
+ utility functions.
+ * plugin/icedteanp/IcedTeaPluginUtils.h: Same.
+ * tests/cpp-unit-tests/IcedTeaScriptablePluginObjectTest.cc: Test
+ scriptable object creation and destruction.
+ * tests/cpp-unit-tests/browser_mock.cc
+ (mock_createobject): New, mocks NPAPI 'createobject'.
+ * tests/cpp-unit-tests/MemoryLeakDetector.h: New, memory leak detection
+ utility class.
+ * tests/cpp-unit-tests/main.cc
+ (ReportTestFinish): Print which tests resulted in memory leaks.
+
2013-06-21 Jiri Vanek <[email protected]>
Adam Domurad <[email protected]>
Omair Majid <[email protected]>