40
I Use This!
Very High Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected 2 days ago.
Nov 18, 2024 — Nov 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix for bug 738548 - "Form values are not Posted Properly to Server" More... over 22 years ago
Fixed broken attributes tests that had been failing due to ClassCastException when a proxy element was returned instead of the concrete class. More... over 22 years ago
Upgraded NekoHTML to 0.7.7 which fixes problems with duplicate body tags More... over 22 years ago
Fix for bug 759217:HtmlTextArea use HtmlNode for setText Patch submitted by Barnaby Court More... over 22 years ago
Added instructions about getting dependant jar files More... over 22 years ago
Fix for broken input test - patch from Barnaby Court More... over 22 years ago
Patch from Barnaby Court to consolidate all the input logic into HtmlInput. One test is currently broken. More... over 22 years ago
Fixed SanityCheck target More... over 22 years ago
Initial checkin - this class will dynamically generate tests for the majority of getXXAttribute() methods to ensure they are working correctly. More... over 22 years ago
Changed license.xml to LICENSE.txt to be more maven friendly More... over 22 years ago
Made the license at the top of each source file more explicit to make it easier for people using specific files (rather than the whole package) in other projects. More... over 22 years ago
Fixed checkstyle warnings More... over 22 years ago
sorry for the spam, all done now More... over 22 years ago
and finally More... over 22 years ago
testing activitymail More... over 22 years ago
Added Brad Clarke to the list of contributers More... over 22 years ago
The url in "issue tracker" wasn't been escaped properly which was causing maven some grief. More... over 22 years ago
Added issue tracking url More... over 22 years ago
Added mailing list information More... over 22 years ago
Removed some unused code More... over 22 years ago
Fixed broken behaviour in Input.onclick. Previously, if the onclick handler for a submit input didn't return true then the form would not be submitted. The html spec doesn't seem clear on this but Internet Explorer and Mozilla both allow the form to be submitted no matter what is returned from Input.onclick. More... over 22 years ago
Removed unused imports as identified by PMD More... over 22 years ago
Add support for getting HTMLElement.parentNode. HTMLElement.parentNode returns the node above the current node. It returns null if there is no parent or the parent node type is not supported (not HTML). More... over 22 years ago
Added Barnaby Court to the list of contributers More... over 22 years ago
Based on patch by Barnaby Court, added support for appendChild to HTMLElement. - added appendChild to config file. - added jsFunction_appendChild to HTMLElement. - added test case for appendChild - added change to change log. More... over 22 years ago
Add support for setting window.onload within a script. Window.onload may be set to the name of a function, e.g., window.onload=initFunc; More... over 22 years ago
Partial fix for RFE 741930: Add createElement for elements with 1-for-1 mapping from HTML tag names and DOM Level 0 classes. This excludes the input tags since the DOM Level 0 classes all map to a single HTML tag. More... over 22 years ago
Added explanation of why we don't delete the directory target/repository More... over 22 years ago
Change clean build target to remove the target/repository directory created by the initialize target, so that clean restores the build area to a fresh checkout for easy comparison. More... over 22 years ago
Moved David K. Taylor from "contributers" to "developers" More... over 22 years ago