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 0a364c0..ba7d0d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2013-10-09 Omair Majid <[email protected]>
+
+ * plugin/icedteanp/java/sun/applet/PluginAppletViewer.java
+ (requestPluginProxyInfo): Accept a String instead of URI.
+ (convertUriSchemeForProxyQuery): Move to ...
+ * plugin/icedteanp/java/sun/applet/PluginProxySelector.java
+ (convertUriSchemeForProxyQuery): Here.
+ (getFromBrowser): Call convertUriSchemeForProxyQuery.
+ * tests/netx/unit/sun/applet/PluginAppletViewerTest.java
+ (testConvertUriSchemeForProxyQuery),
+ (assertQueryForBrowserProxyUsesHttpFallback),
+ (assertQueryForBrowserProxyContainsNoDoubleSlashes),
+ (assertQueryForBrowserProxyDoesNotChangeQuery): Move to ...
+ * tests/netx/unit/sun/applet/PluginProxySelectorTest.java: Here.
+
2013-10-07 Andrew Azores <[email protected]>
DeploymentConfiguration properties reproducer fix