| modified | mguillem | src/java/com/gargoylesoftware/htmlunit/WebClient.java | 03/29/2006 10:57:23 | Proxy settings now respected to load external _javascript_ files (fixes bug 1460444) |
| modified | mguillem | src/test/java/com/gargoylesoftware/htmlunit/WebClientTest.java | 03/29/2006 10:57:23 | Proxy settings now respected to load external _javascript_ files (fixes bug 1460444) |
| modified | mguillem | src/xdocs/changes.xml | 03/29/2006 10:57:23 | Proxy settings now respected to load external _javascript_ files (fixes bug 1460444) |
| modified | yourgod | src/java/com/gargoylesoftware/htmlunit/html/HtmlCheckBoxInput.java | 03/28/2006 18:19:28 | HtmlCheckBoxInput.setChecked() now fires the _javascript_ onchange event. |
| modified | yourgod | src/test/java/com/gargoylesoftware/htmlunit/html/HtmlCheckBoxInputTest.java | 03/28/2006 18:19:28 | HtmlCheckBoxInput.setChecked() now fires the _javascript_ onchange event. |
| modified | yourgod | src/xdocs/changes.xml | 03/28/2006 18:19:28 | HtmlCheckBoxInput.setChecked() now fires the _javascript_ onchange event. |
| modified | yourgod | src/java/com/gargoylesoftware/htmlunit/WebClient.java | 03/28/2006 16:37:41 | use getter and setter for easier debugging |
| modified | yourgod | src/java/com/gargoylesoftware/htmlunit/_javascript_/host/_javascript_BackgroundJob.java | 03/23/2006 16:45:16 | Implemented window.setTimeout(function, int) and window.setInterval(function, int) |
| modified | yourgod | src/java/com/gargoylesoftware/htmlunit/_javascript_/host/Window.java | 03/23/2006 16:45:16 | Implemented window.setTimeout(function, int) and window.setInterval(function, int) |
| modified | yourgod | src/test/java/com/gargoylesoftware/htmlunit/_javascript_/host/WindowTest.java | 03/23/2006 16:45:16 | Implemented window.setTimeout(function, int) and window.setInterval(function, int) |
| modified | yourgod | src/java/com/gargoylesoftware/htmlunit/html/HtmlPage.java | 03/23/2006 16:45:15 | Implemented window.setTimeout(function, int) and window.setInterval(function, int) |
| modified | yourgod | src/xdocs/changes.xml | 03/23/2006 16:45:15 | Implemented window.setTimeout(function, int) and window.setInterval(function, int) |
| modified | yourgod | src/java/com/gargoylesoftware/htmlunit/WebConnectionImpl.java | 03/23/2006 15:54:08 | made public so it can be extended externally as the old class could be (still internal so you do so at your own risk) |
| modified | yourgod | src/java/com/gargoylesoftware/htmlunit/util/WebConnectionWrapper.java | 03/23/2006 15:50:38 | @see -> {@inheritDoc} |
| modified | yourgod | src/java/com/gargoylesoftware/htmlunit/html/HtmlOption.java | 03/23/2006 15:47:13 | make HtmlOption.asText() more browser-like |
| modified | yourgod | src/test/java/com/gargoylesoftware/htmlunit/html/HtmlOptionTest.java | 03/23/2006 15:47:13 | make HtmlOption.asText() more browser-like |
| modified | yourgod | src/xdocs/changes.xml | 03/23/2006 15:47:13 | make HtmlOption.asText() more browser-like |
| modified | mguillem | src/java/com/gargoylesoftware/htmlunit/html/DomText.java | 03/23/2006 13:45:26 | toString() now returns asText() to facilitate debugging |
| modified | mguillem | src/java/com/gargoylesoftware/htmlunit/HttpWebConnection.java | 03/23/2006 13:44:40 | WebConnection is now an interface. Added WebConnectionWrapper to facilitate custom implementations enhencing existing connections |
| modified | mguillem | src/java/com/gargoylesoftware/htmlunit/MockWebConnection.java | 03/23/2006 13:44:40 | WebConnection is now an interface. Added WebConnectionWrapper to facilitate custom implementations enhencing existing connections |
| modified | mguillem | src/java/com/gargoylesoftware/htmlunit/WebConnection.java | 03/23/2006 13:44:40 | WebConnection is now an interface. Added WebConnectionWrapper to facilitate custom implementations enhencing existing connections |
| added | mguillem | src/java/com/gargoylesoftware/htmlunit/WebConnectionImpl.java | 03/23/2006 13:44:40 | WebConnection is now an interface. Added WebConnectionWrapper to facilitate custom implementations enhencing existing connections |
| modified | mguillem | src/java/com/gargoylesoftware/htmlunit/util/DebuggingWebConnection.java | 03/23/2006 13:44:40 | WebConnection is now an interface. Added WebConnectionWrapper to facilitate custom implementations enhencing existing connections |
| added | mguillem | src/java/com/gargoylesoftware/htmlunit/util/WebConnectionWrapper.java | 03/23/2006 13:44:40 | WebConnection is now an interface. Added WebConnectionWrapper to facilitate custom implementations enhencing existing connections |
| added | mguillem | src/test/java/com/gargoylesoftware/htmlunit/util/DebuggingWebConnectionTest.java | 03/23/2006 13:44:39 | WebConnection is now an interface. Added WebConnectionWrapper to facilitate custom implementations enhencing existing connections |
| added | mguillem | src/test/java/com/gargoylesoftware/htmlunit/util/WebConnectionWrapperTest.java | 03/23/2006 13:44:39 | WebConnection is now an interface. Added WebConnectionWrapper to facilitate custom implementations enhencing existing connections |
| modified | mguillem | src/java/com/gargoylesoftware/htmlunit/_javascript_/host/Event.java | 03/23/2006 13:42:56 | centralised event handler call, preparing for IE style of event placement added test for IE window.event... as notYetImplemented() |
| modified | mguillem | src/test/java/com/gargoylesoftware/htmlunit/_javascript_/host/EventTest.java | 03/23/2006 13:42:56 | centralised event handler call, preparing for IE style of event placement added test for IE window.event... as notYetImplemented() |
| modified | mguillem | src/java/com/gargoylesoftware/htmlunit/html/ClickableElement.java | 03/23/2006 13:42:55 | centralised event handler call, preparing for IE style of event placement added test for IE window.event... as notYetImplemented() |
| modified | mguillem | src/java/com/gargoylesoftware/htmlunit/html/HtmlElement.java | 03/23/2006 13:42:55 | centralised event handler call, preparing for IE style of event placement added test for IE window.event... as notYetImplemented() |
| modified | mguillem | src/java/com/gargoylesoftware/htmlunit/html/HtmlPage.java | 03/23/2006 13:42:55 | centralised event handler call, preparing for IE style of event placement added test for IE window.event... as notYetImplemented() |
| modified | mguillem | src/java/com/gargoylesoftware/htmlunit/html/HtmlRadioButtonInput.java | 03/23/2006 13:42:55 | centralised event handler call, preparing for IE style of event placement added test for IE window.event... as notYetImplemented() |
| modified | mguillem | src/test/java/com/gargoylesoftware/htmlunit/html/HtmlAreaTest.java | 03/23/2006 13:40:57 | simplified code |
| added | mguillem | src/test/java/com/gargoylesoftware/htmlunit/html/DomTextTest.java | 03/23/2006 13:40:50 | added test for DomText.asText()... as notYetImplemented() |
| modified | mguillem | build.xml | 03/09/2006 14:18:29 | upgraded dom4j from 1.5 to 1.6.1 |
| modified | mguillem | project.xml | 03/09/2006 14:18:29 | upgraded dom4j from 1.5 to 1.6.1 |
| modified | mguillem | src/java/com/gargoylesoftware/htmlunit/WebClient.java | 03/09/2006 14:04:44 | Encode path part of urls containing illegal characters (fix for bug 1437068) |
| modified | mguillem | src/test/java/com/gargoylesoftware/htmlunit/WebClientTest.java | 03/09/2006 14:04:44 | Encode path part of urls containing illegal characters (fix for bug 1437068) |
| modified | mguillem | src/xdocs/changes.xml | 03/09/2006 14:04:44 | Encode path part of urls containing illegal characters (fix for bug 1437068) |