aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndrew Azores <[email protected]>2014-01-17 13:43:09 -0500
committerAndrew Azores <[email protected]>2014-01-17 13:43:09 -0500
commitc4bef6cad39892b850022c8f85c1edd97b0c7b40 (patch)
tree50e5af192a64a3a7da0f04eaf5fae1a2c6eeee48 /ChangeLog
parent4cc1ae82645431a5c1f0958a800e8e5dfc012086 (diff)
Added PolicyPanel to itweb-settings for custom policies
Added itweb-settings panel to explain custom policy files and allow launching a policy editor for user's policy file. * netx/net/sourceforge/jnlp/controlpanel/ControlPanel.java: (createMainSettingsPanel, createPolicySettingsPanel) added PolicyPanel * netx/net/sourceforge/jnlp/resources/Messages.properties: new messages for PolicyPanel * netx/net/sourceforge/jnlp/controlpanel/PolicyPanel.java: new panel to allow launching of external policy editor * tests/reproducers/simple/CustomPolicies/resources/CustomPolicies.html: new test to ensure custom user policy files work correctly * tests/reproducers/simple/CustomPolicies/resources/CustomPoliciesApplet.jnlp * tests/reproducers/simple/CustomPolicies/resources/CustomPoliciesApplication.jnlp * tests/reproducers/simple/CustomPolicies/resources/CustomPoliciesJnlpHref.html * tests/reproducers/simple/CustomPolicies/srcs/CustomPolicies.java * tests/reproducers/simple/CustomPolicies/testcases/CustomPoliciesTest.java
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 65cbee4..d31c0f9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,23 @@
2014-01-17 Andrew Azores <[email protected]>
+ Added itweb-settings panel to explain custom policy files and allow
+ launching a policy editor for user's policy file.
+ * netx/net/sourceforge/jnlp/controlpanel/ControlPanel.java:
+ (createMainSettingsPanel, createPolicySettingsPanel) added PolicyPanel
+ * netx/net/sourceforge/jnlp/resources/Messages.properties: new messages
+ for PolicyPanel
+ * netx/net/sourceforge/jnlp/controlpanel/PolicyPanel.java: new panel to
+ allow launching of external policy editor
+ * tests/reproducers/simple/CustomPolicies/resources/CustomPolicies.html:
+ new test to ensure custom user policy files work correctly
+ * tests/reproducers/simple/CustomPolicies/resources/CustomPoliciesApplet.jnlp
+ * tests/reproducers/simple/CustomPolicies/resources/CustomPoliciesApplication.jnlp
+ * tests/reproducers/simple/CustomPolicies/resources/CustomPoliciesJnlpHref.html
+ * tests/reproducers/simple/CustomPolicies/srcs/CustomPolicies.java
+ * tests/reproducers/simple/CustomPolicies/testcases/CustomPoliciesTest.java
+
+2014-01-17 Andrew Azores <[email protected]>
+
Fixes JS reproducer regression.
http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2014-January/025764.html
* plugin/icedteanp/IcedTeaScriptablePluginObject.cc: (hasMethod) fixed