|
|
November 23, 2004
- [HtmlUnit] Re: When to switch to commons-httpclient 3.x?, Brad Clarke
- [HtmlUnit] CVS Commit: HtmlPageTest.java: removed unnecessary cast, yourgod
- [HtmlUnit] CVS Commit: project.xml: moved jaxen to the required list, yourgod
- Re: [HtmlUnit] Test again a web server?, Brad Clarke
- [HtmlUnit] Test again a web server?, Marc Guillemot
- [HtmlUnit] CVS Commit: src/xdocs: Fixed bug where a NullPointerException is thrown, mguillem
- [HtmlUnit] [ htmlunit-Patches-1068672 ] window.resizeTo(), SourceForge.net
- [HtmlUnit] [ htmlunit-Patches-1068667 ] opener property badly set using frame, SourceForge.net
- [HtmlUnit] [ htmlunit-Patches-1068667 ] opener property badly set using frame, SourceForge.net
- [HtmlUnit] CVS Commit: WindowTest.java: Ups, removed duplicated code line., mguillem
- [HtmlUnit] CVS Commit: htmlunit/javascript: Added support for window.resizeTo., mguillem
- [HtmlUnit] CVS Commit: project.xml: Added contributor Dierk Koenig and moved, mguillem
- [HtmlUnit] CVS Commit: src/xdocs: Added support for window.resizeTo., mguillem
November 19, 2004
- [HtmlUnit] [ htmlunit-Patches-1069425 ] Set the NekoHTML feature to ignore content outside of tags, SourceForge.net
- [HtmlUnit] CVS Commit: build.xml: build under jdk1.5, yourgod
- [HtmlUnit] jdk 1.5 and BaseXPath, Brad Clarke
- [HtmlUnit] jdk 1.5 and BaseXPath, Brad Clarke
- [HtmlUnit] [ htmlunit-Patches-1069425 ] Set the NekoHTML feature to ignore content outside of tags, SourceForge.net
- [HtmlUnit] [ htmlunit-Patches-1069425 ] Set the NekoHTML feature to ignore content outside of tags, SourceForge.net
- [HtmlUnit] CVS Commit: build.xml: upped httpclient version, yourgod
- Re: [HtmlUnit] HtmlUnit 1.3.1?, Mike Bowler
- [HtmlUnit] [ htmlunit-Feature Requests-1003358 ] Add dummy support for JS methods like window.moveTo, SourceForge.net
- [HtmlUnit] [ htmlunit-Patches-1068672 ] window.resizeTo(), SourceForge.net
- [HtmlUnit] [ htmlunit-Patches-1068667 ] opener property badly set using frame, SourceForge.net
November 18, 2004
- RE: [HtmlUnit] New version of nekohtml, Brad Clarke
- RE: [HtmlUnit] New version of nekohtml, Erskine, Chris
- Re: [HtmlUnit] New version of nekohtml, Brad Clarke
- [HtmlUnit] HtmlUnit 1.3.1?, Marc Guillemot
- [HtmlUnit] New version of nekohtml, Erskine, Chris
- [HtmlUnit] [ htmlunit-Bugs-1065376 ] Cloned element's attributes shared with original, SourceForge.net
- [HtmlUnit] [ htmlunit-Bugs-875213 ] Function syntax not supported for Document.all('foo'), SourceForge.net
- [HtmlUnit] [ htmlunit-Patches-1065797 ] Add simple support for innerHTML, SourceForge.net
- [HtmlUnit] [ htmlunit-Patches-1067471 ] Support for document.all(...), SourceForge.net
- [HtmlUnit] CVS Commit: /htmlunit: Previously, if you clone an element, and set an, mbowler
- [HtmlUnit] CVS Commit: src/xdocs: Added support for InnerHTML()., mbowler
- [HtmlUnit] CVS Commit: src/xdocs: Added support for function syntax on, mbowler
- [HtmlUnit] [ htmlunit-Bugs-1066875 ] Loading documents with JScript throws exceptions., SourceForge.net
November 08, 2004
- Re: [HtmlUnit] CVS Commit: htmlunit/html: checkstyle, Brad Clarke
- [HtmlUnit] [ htmlunit-Bugs-1037428 ] OutOfMemoryError reading Adobe.com web page, SourceForge.net
- [HtmlUnit] [ htmlunit-Bugs-1050643 ] Button: default type value should work like 'submit', SourceForge.net
- [HtmlUnit] [ htmlunit-Bugs-1062388 ] Clean up memory use in HttpWebConnection.makeWebResponse(), SourceForge.net
- Re: [HtmlUnit] CVS Commit: htmlunit/html: checkstyle, Mike Bowler
- [HtmlUnit] CVS Commit: htmlunit/html: checkstyle, yourgod
- [HtmlUnit] [ htmlunit-Bugs-1062388 ] Clean up memory use in HttpWebConnection.makeWebResponse(), SourceForge.net
- [HtmlUnit] [ htmlunit-Bugs-1061234 ] OutOfMemoryError submitting form many times w/same HtmlPage, SourceForge.net
- [HtmlUnit] CVS Commit: htmlunit/html: Extended tests to cover submission of, mbowler
- [HtmlUnit] [ htmlunit-Bugs-1061234 ] OutOfMemoryError submitting form many times w/same HtmlPage, SourceForge.net
- [HtmlUnit] [ htmlunit-Bugs-1050643 ] Button: default type value should work like 'submit', SourceForge.net
- [HtmlUnit] [ htmlunit-Bugs-1061234 ] OutOfMemoryError submitting form many times w/same HtmlPage, SourceForge.net
November 07, 2004
- [HtmlUnit] [ htmlunit-Bugs-1008707 ] javascript Form.submit() should NOT call onsubmit handler, SourceForge.net
- [HtmlUnit] CVS Commit: src/xdocs: If form.submit() is called from javascript then, mbowler
- [HtmlUnit] CVS Commit: src/xdocs: Fixed bug where HtmlImageInput.click() was not, mbowler
- [HtmlUnit] [ htmlunit-Bugs-974447 ] HtmlCheckBoxInput.click() onclick logic, SourceForge.net
- [HtmlUnit] [ htmlunit-Bugs-977759 ] HtmlImageInput.click() does not submit attributes, SourceForge.net
- [HtmlUnit] [ htmlunit-Bugs-1050643 ] Button: default type value should work like 'submit', SourceForge.net
- [HtmlUnit] CVS Commit: JavaScriptConfiguration.xml: Added more properties, mbowler
- [HtmlUnit] CVS Commit: src/xdocs: Fixed bug in handling of onclick handlers for an, mbowler
- [HtmlUnit] CVS Commit: src/xdocs: If the type attribute isn't specified on a, mbowler
- [HtmlUnit] [ htmlunit-Bugs-1009817 ] colon in relative URL causes MalformedURLException, SourceForge.net
- [HtmlUnit] CVS Commit: src/xdocs: Fixed bug where a colon in a relative URL causes, mbowler
- [HtmlUnit] [ htmlunit-Bugs-939639 ] get/setAttribute() do not ignore case of attribute name, SourceForge.net
- [HtmlUnit] CVS Commit: src/xdocs: Fixed bug where the getAttribute() and, mbowler
- [HtmlUnit] [ htmlunit-Bugs-906617 ] Javascript exception, SourceForge.net
November 03, 2004
- [HtmlUnit] [ htmlunit-Bugs-1055448 ] Bug in test for file protocol, SourceForge.net
- Re: [HtmlUnit] Browser specific JS inside functions: how to code it?, Brad Clarke
- RE: [HtmlUnit] Any showstoppers for 1.3 final?, Brad Clarke
- RE: [HtmlUnit] Any showstoppers for 1.3 final?, Erskine, Chris
- Re: [HtmlUnit] Any showstoppers for 1.3 final?, Brad Clarke
- Re: [HtmlUnit] Any showstoppers for 1.3 final?, Marc Guillemot
- Re: [HtmlUnit] Any showstoppers for 1.3 final?, Brad Clarke
- Re: [HtmlUnit] Any showstoppers for 1.3 final?, Brad Clarke
- [HtmlUnit] CVS Commit: WebClientTest.java: workaround for bug 1055448, Submitted, yourgod
- [HtmlUnit] CVS Commit: gargoylesoftware/htmlunit: checkstyle, yourgod
- [HtmlUnit] Browser specific JS inside functions: how to code it?, Marc Guillemot
- Re: [HtmlUnit] Any showstoppers for 1.3 final?, Mike Bowler
- Re: [HtmlUnit] Any showstoppers for 1.3 final?, Marc Guillemot
- Re: [HtmlUnit] Any showstoppers for 1.3 final?, Brad Clarke
- [HtmlUnit] [ htmlunit-Bugs-1003598 ] null HttpState returned on non-fully qualified site names, SourceForge.net
- [HtmlUnit] Any showstoppers for 1.3 final?, Mike Bowler
- [HtmlUnit] [ htmlunit-Bugs-1058846 ] Mimic browser kludge for non-RFC2019-compliant cookies, SourceForge.net
November 02, 2004
- [HtmlUnit] CVS Commit: src/xdocs: Mimic browser kludge for non-RFC2019-compliant, mbowler
- [HtmlUnit] [ htmlunit-Bugs-930546 ] getAttribute() and setAttribute() missing on HTMLElement, SourceForge.net
- [HtmlUnit] CVS Commit: src/xdocs: getAttribute() and setAttribute() missing on, mbowler
- [HtmlUnit] [ htmlunit-Bugs-930546 ] getAttribute() and setAttribute() missing on HTMLElement, SourceForge.net
- [HtmlUnit] [ htmlunit-Bugs-1058846 ] Mimic browser kludge for non-RFC2019-compliant cookies, SourceForge.net
- [HtmlUnit] [ htmlunit-Bugs-1003598 ] null HttpState returned on non-fully qualified site names, SourceForge.net
- [HtmlUnit] [ htmlunit-Bugs-930546 ] getAttribute() and setAttribute() missing on HTMLElement, SourceForge.net
- [HtmlUnit] [ htmlunit-Bugs-930546 ] getAttribute() and setAttribute() missing on HTMLElement, SourceForge.net
- [HtmlUnit] CVS Commit: src/xdocs: Added getElementsByTagName(), getClassName() and, mbowler
- [HtmlUnit] [ htmlunit-Patches-1058238 ] Add element.getElementsByTagName, SourceForge.net
- [HtmlUnit] [ htmlunit-Patches-1058238 ] Add element.getElementsByTagName, SourceForge.net
- [HtmlUnit] [ htmlunit-Bugs-976471 ] JavaScript engine dies in multi-threaded environment, SourceForge.net
- [HtmlUnit] [ htmlunit-Bugs-930546 ] getAttribute() and setAttribute() missing on HTMLElement, SourceForge.net
- [HtmlUnit] [ htmlunit-Patches-1058238 ] Add element.getElementsByTagName, SourceForge.net
|
|