openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
HtmlUnit
Settings
|
Report Duplicate
40
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very High Activity
Commits
: Listings
Analyzed
about 17 hours
ago. based on code collected
2 days
ago.
Nov 18, 2024 — Nov 18, 2025
Showing page 776 of 786
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Fix for bug 738548 - "Form values are not Posted Properly to Server"
mikebowler
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.
mikebowler
More...
over 22 years ago
Upgraded NekoHTML to 0.7.7 which fixes problems with duplicate body tags
mikebowler
More...
over 22 years ago
Fix for bug 759217:HtmlTextArea use HtmlNode for setText Patch submitted by Barnaby Court
mikebowler
More...
over 22 years ago
Added instructions about getting dependant jar files
mikebowler
More...
over 22 years ago
Fix for broken input test - patch from Barnaby Court
mikebowler
More...
over 22 years ago
Patch from Barnaby Court to consolidate all the input logic into HtmlInput. One test is currently broken.
mikebowler
More...
over 22 years ago
Fixed SanityCheck target
mikebowler
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.
mikebowler
More...
over 22 years ago
Changed license.xml to LICENSE.txt to be more maven friendly
mikebowler
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.
mikebowler
More...
over 22 years ago
Fixed checkstyle warnings
mikebowler
More...
over 22 years ago
sorry for the spam, all done now
yourgod
More...
over 22 years ago
and finally
yourgod
More...
over 22 years ago
testing activitymail
yourgod
More...
over 22 years ago
Added Brad Clarke to the list of contributers
mikebowler
More...
over 22 years ago
The url in "issue tracker" wasn't been escaped properly which was causing maven some grief.
mikebowler
More...
over 22 years ago
Added issue tracking url
mikebowler
More...
over 22 years ago
Added mailing list information
mikebowler
More...
over 22 years ago
Removed some unused code
mikebowler
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.
mikebowler
More...
over 22 years ago
Removed unused imports as identified by PMD
mikebowler
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).
dktaylor
More...
over 22 years ago
Added Barnaby Court to the list of contributers
mikebowler
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.
dktaylor
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;
dktaylor
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.
dktaylor
More...
over 22 years ago
Added explanation of why we don't delete the directory target/repository
mikebowler
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.
dktaylor
More...
over 22 years ago
Moved David K. Taylor from "contributers" to "developers"
mikebowler
More...
over 22 years ago
←
1
2
…
772
773
774
775
776
777
778
779
780
…
785
786
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree