aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2e020a6..1c95dcd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2013-08-27 Adam Domurad <[email protected]>
+
+ Do not wait for applet initialization when binding Java applets for NPAPI.
+ * plugin/icedteanp/IcedTeaNPPlugin.cc: Refactor to use
+ lazy-initialized javascript applet binding.
+ * plugin/icedteanp/IcedTeaPluginUtils.cc: Make use of new helper
+ class, introduce (stringPrintf), introduce NPObjectRef.
+ * plugin/icedteanp/IcedTeaPluginUtils.h: Same.
+ * plugin/icedteanp/IcedTeaScriptablePluginObject.cc: Allow
+ IcedTeaScriptableJavaObject to be lazy-initialized, introduce
+ lazy-initializing (get_scriptable_applet_object).
+ * plugin/icedteanp/IcedTeaScriptablePluginObject.h: Same.
+ * tests/cpp-unit-tests/IcedTeaScriptablePluginObjectTest.cc: Adapt
+ test to new helper class.
+
2013-08-23 Adam Domurad <[email protected]>
Spawn Java side during C++ unit tests. Many new tests.