40
I Use This!
Very High Activity

Commits : Listings

Analyzed about 20 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
Better javadoc More... about 22 years ago
Added support for auto-refresh both from a Meta tag and from an http response header. More... about 22 years ago
Fixed bug where button names would get submitted twice. Patch submitted by Brad Clarke. More... about 22 years ago
Removed unneccessary warning messages as per bug 803974 More... about 22 years ago
Fixed bug where Select[index] wasn't returning options. Bug 799752 More... about 22 years ago
Added link to the "contributers" page More... about 22 years ago
Fixed broken link in javadoc More... about 22 years ago
Fixed bug where an HtmlOption without a value could not be selected. 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. More... about 22 years ago
Stubbed out Window.onerror More... about 22 years ago
Added extra check for htmlunit.sourceforge.net 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. 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.) More... about 22 years ago
Fixed warnings as identified by checkstyle 1) Lines too long 2) typos in @throws tags More... about 22 years ago
Removed unused imports More... about 22 years ago
RFE 799865: Add click() to image, etc. More... about 22 years ago
Added support for HtmlArea.click() More... about 22 years ago
Fixed broken links More... about 22 years ago
Fixed warnings as identified by checkstyle More... about 22 years ago
Removed unused import More... about 22 years ago
Removed unneeded casts as identified by eclipse More... about 22 years ago
Removed unneeded throws clauses as identified by eclipse More... about 22 years ago
RFE 805051: Add support for additional DOM API properties and methods including support for text nodes. More... about 22 years ago
Added missing author tag 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. 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. More... about 22 years ago
Fix to previous HtmlFileInput support - patch supplied by Brad Clarke More... about 22 years ago
Added support for Window.focus(). Patch supplied by Brad Clarke More... about 22 years ago
Added HtmlUnit.jar to ignore file More... about 22 years ago
Added jar target back into build.xml. Patch supplied by Brad Clarke More... about 22 years ago