blob: d6bc8cc98f7965156bf6846c096f1cad443f2dc8 [file] [log] [blame]
<?xml-stylesheet type="text/xsl" href="../../../../development/milestone_plans/stylesheets/milestone-bulletList.xsl"?>
<plan xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../development/milestone_plans/milestonePlan.xsd">
<component name="internet" subproject="wst">
<description>wst internet tools</description>
<milestone name="M3">
<title>M3 Plan</title>
<category name="API Stability">
<item priority="high" status="done">
<description>Web browser and TCP/IP monitor API cleanup and improvement</description>
<developer name="deboer@ca.ibm.com"/>
<step>
<description>Work on [issue] tags provided by Jim des Rivieres</description>
</step>
</item>
<item priority="medium" status="done">
<description>Create more JUnit tests for Web browser</description>
<developer name="deboer@ca.ibm.com"/>
</item>
<item priority="medium" status="done">
<description>Create more JUnit tests for TCP/IP monitor</description>
<developer name="deboer@ca.ibm.com"/>
</item>
</category>
<category name="Web Browser">
<item priority="medium" status="deferred">
<description>Investigate moving the Web browser's toolbar to main Eclipse toolbar</description>
<developer name="deboer@ca.ibm.com"/>
<step>
<description>Deferred because Eclipse forces all editors of a particular type to have the same toolbar - this won't work for applications that use the internal Web browser</description>
</step>
</item>
<item priority="high" status="done">
<description>Switch internal web browser to use the Eclipse status line</description>
<developer name="deboer@ca.ibm.com"/>
<step>
<description>Current status bar within the browser widget should be removed</description>
</step>
</item>
</category>
<category name="Internet Proxy Preferences">
<item priority="medium" status="done">
<description>Support nonProxyHosts</description>
<developer name="cbrealey@ca.ibm.com"/>
<step>
<description>
The page currently lets you manage the following standard (or defacto standard *) JRE system properties for HTTP:
<ol>
<li><code>socksProxyHost</code></li>
<li><code>socksProxyPort</code></li>
<li><code>http.proxyHost</code></li>
<li><code>http.proxyPort</code></li>
<li>* <code>http.proxyUserName</code></li>
<li>* <code>http.proxyPassword</code></li>
</ol>
Enhance the page to let you manage <code>http.nonProxyHosts</code>,
which is used to define one or more specific or wildcard hostnames of systems
to which direct, vs. proxy, connections should be made.
Requested via bug <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=80943">80943</a>.
</description>
</step>
</item>
<item priority="medium" status="deferred" helpWanted="true">
<description>Develop JUnit tests for proxy settings</description>
<developer name="cbrealey@ca.ibm.com"/>
<step>
<description>
Write JUnit tests to exercise the inner workings of the page.
</description>
</step>
</item>
</category>
</milestone>
</component>
</plan>