logo       

[HtmlUnit] HtmlUnit build-100 Build Fixed: msg#00084

java.htmlunit.devel

Subject: [HtmlUnit] HtmlUnit build-100 Build Fixed

BUILD COMPLETE -  build-100
Date of build:03/31/2006 10:43:00
Time to build:56 seconds
Time to compile:36 seconds
Time to Acceptance Test:
Last changed:03/29/2006 10:57:23
Last log entry:Proxy settings now respected to load external _javascript_ files (fixes bug 1460444)

 Unit Tests: (2548)
All Tests Passed
 

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

 Deployments by this build: (2)
Building jar: E:\ccprojects\htmlunit\ant-target\HtmlUnit.jar
Building jar: E:\ccprojects\htmlunit\ant-target\HtmlUnit-src.jar
<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise