diff options
author | Andrew Azores <[email protected]> | 2013-09-04 12:22:16 -0400 |
---|---|---|
committer | Andrew Azores <[email protected]> | 2013-09-04 12:22:16 -0400 |
commit | c72f8a72b8358c466e90b99a5dad2c5b7c653a38 (patch) | |
tree | ea4a55feb1eb155f6e64120dfb2a0bd357e89c6b /ChangeLog | |
parent | 3a58ec9fc80fe436c774c2579e683dcb62dde19c (diff) | |
parent | 954a988dde49b5ee6f154ddebbf7459341ccab1a (diff) |
merging
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 33 |
1 files changed, 33 insertions, 0 deletions
@@ -6,6 +6,39 @@ * tests/netx/unit/net/sourceforge/jnlp/security/SecurityDialogsTest.java: new unit test for SecurityDialogs#getIntegerReponseAsBoolean() +2013-09-04 Adam Domurad <[email protected]> + + * netx/net/sourceforge/jnlp/Launcher.java: + Fix applet context being null during applet init & start. + +2013-08-29 Omair Majid <[email protected]> + + * tests/netx/unit/net/sourceforge/jnlp/JNLPFileTest.java + (testPropertyRestrictions): New method. Check that properties in + resources are are combined and filtered as appropriate. + +2013-08-29 Omair Majid <[email protected]> + + PR1058 + * netx/net/sourceforge/jnlp/services/XFileOpenService.java + (openMultiFileDialog): Create a privileged proxy for each FileContents + instance and return an array of them. + +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. |