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 20 hours
ago. based on code collected
2 days
ago.
Nov 18, 2024 — Nov 18, 2025
Showing page 773 of 786
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Better javadoc
mikebowler
More...
about 22 years ago
Added support for auto-refresh both from a Meta tag and from an http response header.
mikebowler
More...
about 22 years ago
Fixed bug where button names would get submitted twice. Patch submitted by Brad Clarke.
mikebowler
More...
about 22 years ago
Removed unneccessary warning messages as per bug 803974
mikebowler
More...
about 22 years ago
Fixed bug where Select[index] wasn't returning options. Bug 799752
mikebowler
More...
about 22 years ago
Added link to the "contributers" page
mikebowler
More...
about 22 years ago
Fixed broken link in javadoc
mikebowler
More...
about 22 years ago
Fixed bug where an HtmlOption without a value could not be selected.
mikebowler
More...
about 22 years ago
Fixed bug where accessing a javascript variable would blow up if the variable wasn't defined. It should have been returning null.
mikebowler
More...
about 22 years ago
Stubbed out Window.onerror
mikebowler
More...
about 22 years ago
Added extra check for htmlunit.sourceforge.net
mikebowler
More...
about 22 years ago
Fixed bug where variables defined in a script could not be referenced as "window.myVariable". This prevented the google ads from working on the HtmlUnit website.
mikebowler
More...
about 22 years ago
Provided override of printStackTrace() which shouldn't be needed but apparently is for some VM's. (the other two varients are already overridden.)
mikebowler
More...
about 22 years ago
Fixed warnings as identified by checkstyle 1) Lines too long 2) typos in @throws tags
mikebowler
More...
about 22 years ago
Removed unused imports
mikebowler
More...
about 22 years ago
RFE 799865: Add click() to image, etc.
dktaylor
More...
about 22 years ago
Added support for HtmlArea.click()
mikebowler
More...
about 22 years ago
Fixed broken links
mikebowler
More...
about 22 years ago
Fixed warnings as identified by checkstyle
mikebowler
More...
about 22 years ago
Removed unused import
mikebowler
More...
about 22 years ago
Removed unneeded casts as identified by eclipse
mikebowler
More...
about 22 years ago
Removed unneeded throws clauses as identified by eclipse
mikebowler
More...
about 22 years ago
RFE 805051: Add support for additional DOM API properties and methods including support for text nodes.
dktaylor
More...
about 22 years ago
Added missing author tag
mikebowler
More...
about 22 years ago
Add support for removeChild and insertBefore DOM API functions. Besides the similar changes as the last commit, also added a method to remove the removed child from the HTML element map and made getElementById a bit faster by relying on the underlying XML instead of a linear search.
dktaylor
More...
about 22 years ago
Add support for 4 DOM API JavaScript properties: firstChild, lastChild, nextSibling and previousSibling. These were all added by adding new jsGet methods that rely on the equivalent underlying XML functions. Also the properties were added to the configuration file and 2 test cases were added for each property. The change log was also updated.
dktaylor
More...
about 22 years ago
Fix to previous HtmlFileInput support - patch supplied by Brad Clarke
mikebowler
More...
about 22 years ago
Added support for Window.focus(). Patch supplied by Brad Clarke
mikebowler
More...
about 22 years ago
Added HtmlUnit.jar to ignore file
mikebowler
More...
about 22 years ago
Added jar target back into build.xml. Patch supplied by Brad Clarke
mikebowler
More...
about 22 years ago
←
1
2
…
769
770
771
772
773
774
775
776
777
…
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