| <html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xalan="http://xml.apache.org/xslt"> |
| <head> |
| <title>internet M3 milestone plan</title> |
| <link rel="stylesheet" type="text/css" href="../../../../development/milestone_plans/stylesheets/images/default_style.css"/> |
| <script src="../../../../popup.js" type="text/javascript"> |
| // script is linked |
| </script> |
| </head> |
| <body> |
| <table border="0" width="100%" cellPadding="2" cellSpacing="5"> |
| <tr> |
| <td> |
| <font class="indextop">internet M3</font> |
| <br/> |
| <font class="indexsub">wst internet tools</font> |
| </td> |
| <td> |
| <br/> |
| </td> |
| <td width="28%"> |
| <img height="86" width="120" src="../../../../development/milestone_plans/stylesheets/images/Idea.jpe"/> |
| </td> |
| </tr> |
| </table> |
| <table border="0" width="100%" cellPadding="2" cellSpacing="5"> |
| <tr> |
| <a name="Overall_Planning"> |
| <td rowspan="3" colSpan="2" bgColor="#0080c0" width="100%" align="left" valign="top"> |
| <b> |
| <font face="Arial,Helvetica"> |
| <font color="#ffffff">M3 Plan</font> |
| </font> |
| </b> |
| </td> |
| </a> |
| </tr> |
| </table> |
| <table width="100%" cellspacing="5"> |
| <tr> |
| <td/> |
| </tr> |
| </table> |
| <tr> |
| <td> |
| <table> |
| <tr> |
| <td valign="top"> |
| <img height="16" border="0" nosave="" src="../../../../development/milestone_plans/stylesheets/images/Adarrow.gif"/> |
| </td> |
| <td> |
| <b>API Stability</b> |
| <ul> |
| <li> |
| <img width="10" height="10" src="../../../../development/milestone_plans/stylesheets/images/ok.gif"/> |
| <description>Web browser and TCP/IP monitor API cleanup and improvement</description> |
| <font color="8080FF"> [high]</font> |
| </li> |
| <ul> |
| <li> |
| <description>Work on [issue] tags provided by Jim des Rivieres</description> |
| </li> |
| </ul> |
| <li> |
| <img width="10" height="10" src="../../../../development/milestone_plans/stylesheets/images/ok.gif"/> |
| <description>Create more JUnit tests for Web browser</description> |
| <font color="8080FF"> [medium]</font> |
| </li> |
| <li> |
| <img width="10" height="10" src="../../../../development/milestone_plans/stylesheets/images/ok.gif"/> |
| <description>Create more JUnit tests for TCP/IP monitor</description> |
| <font color="8080FF"> [medium]</font> |
| </li> |
| </ul> |
| </td> |
| </tr> |
| </table> |
| </td> |
| </tr> |
| <tr> |
| <td> |
| <table> |
| <tr> |
| <td valign="top"> |
| <img height="16" border="0" nosave="" src="../../../../development/milestone_plans/stylesheets/images/Adarrow.gif"/> |
| </td> |
| <td> |
| <b>Web Browser</b> |
| <ul> |
| <li> |
| <img width="10" height="10" src="../../../../development/milestone_plans/stylesheets/images/defer.gif"/> |
| <description>Investigate moving the Web browser's toolbar to main Eclipse toolbar</description> |
| <font color="8080FF"> [medium]</font> |
| </li> |
| <ul> |
| <li> |
| <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> |
| </li> |
| </ul> |
| <li> |
| <img width="10" height="10" src="../../../../development/milestone_plans/stylesheets/images/ok.gif"/> |
| <description>Switch internal web browser to use the Eclipse status line</description> |
| <font color="8080FF"> [high]</font> |
| </li> |
| <ul> |
| <li> |
| <description>Current status bar within the browser widget should be removed</description> |
| </li> |
| </ul> |
| </ul> |
| </td> |
| </tr> |
| </table> |
| </td> |
| </tr> |
| <tr> |
| <td> |
| <table> |
| <tr> |
| <td valign="top"> |
| <img height="16" border="0" nosave="" src="../../../../development/milestone_plans/stylesheets/images/Adarrow.gif"/> |
| </td> |
| <td> |
| <b>Internet Proxy Preferences</b> |
| <ul> |
| <li> |
| <img width="10" height="10" src="../../../../development/milestone_plans/stylesheets/images/ok.gif"/> |
| <description>Support nonProxyHosts</description> |
| <font color="8080FF"> [medium]</font> |
| </li> |
| <ul> |
| <li> |
| <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> |
| </li> |
| </ul> |
| <li> |
| <img width="10" height="10" src="../../../../development/milestone_plans/stylesheets/images/defer.gif"/> |
| <description>Develop JUnit tests for proxy settings</description> |
| <font color="8080FF"> [medium]</font> |
| <img width="40" height="12" src="../../../../development/milestone_plans/stylesheets/images/help.gif"/> |
| </li> |
| <ul> |
| <li> |
| <description> |
| Write JUnit tests to exercise the inner workings of the page. |
| </description> |
| </li> |
| </ul> |
| </ul> |
| </td> |
| </tr> |
| </table> |
| </td> |
| </tr> |
| <table border="0" width="100%" cellpadding="2" cellspacing="5"> |
| <tbody> |
| <tr> |
| <td colspan="4" bgcolor="#0080c0" width="100%" align="left" valign="top"> |
| <b> |
| <font face="Arial,Helvetica"> |
| <font color="#ffffff">Legend</font> |
| </font> |
| </b> |
| </td> |
| </tr> |
| <tr> |
| <td valign="top"> |
| <img width="14" height="5" src="../../../../development/milestone_plans/stylesheets/images/progress.gif"/> |
| </td> |
| <td width="50%">item is under development.</td> |
| <td valign="top"> |
| <img width="10" height="10" src="../../../../development/milestone_plans/stylesheets/images/glass.gif"/> |
| </td> |
| <td width="50%">item is under investigation.</td> |
| </tr> |
| <tr> |
| <td valign="top"> |
| <img width="10" height="10" src="../../../../development/milestone_plans/stylesheets/images/ok.gif"/> |
| </td> |
| <td width="50%">item is finished.</td> |
| <td valign="top"> |
| <img width="40" height="12" src="../../../../development/milestone_plans/stylesheets/images/help.gif"/> |
| </td> |
| <td width="50%">help wanted</td> |
| </tr> |
| <tr> |
| <td valign="top"> |
| <img width="10" height="10" src="../../../../development/milestone_plans/stylesheets/images/defer.gif"/> |
| </td> |
| <td width="50%">item is deferred.</td> |
| <td valign="top"> |
| <font class="indexsub"> |
| <img src="../../../../development/milestone_plans/stylesheets/images/new.gif"/> |
| </font> |
| </td> |
| <td width="50%">new</td> |
| </tr> |
| </tbody> |
| </table> |
| <br/> |
| </body> |
| </html> |