diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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 |