40
I Use This!
Very High Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 4 days ago.
May 28, 2023 — May 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed exception when specifying an empty string for src on an a frame. More... over 20 years ago
Fixed exception when trying to reference one frame by name from another in JavaScript. For example "parent.nav.document", where nav is the name of the frame. More... over 20 years ago
An HtmlTextArea should not contain anything but preformatted text, so doing things such as converting <br> to line breaks and removing extra white space should not happen. Patch supplied by Brad Clarke. More... over 20 years ago
Fixed contributor information for Jun Chen More... over 20 years ago
Added support for the format of <script> defined by DOM Leve2. Patch submitted by Jun Chen More... over 20 years ago
Fixed IndexOutOfBoundsException when refresh string is empty. More... over 20 years ago
Better javadoc More... over 20 years ago
Added support for auto-refresh both from a Meta tag and from an http response header. More... over 20 years ago
Fixed bug where button names would get submitted twice. Patch submitted by Brad Clarke. More... over 20 years ago
Removed unneccessary warning messages as per bug 803974 More... over 20 years ago
Fixed bug where Select[index] wasn't returning options. Bug 799752 More... over 20 years ago
Added link to the "contributers" page More... over 20 years ago
Fixed broken link in javadoc More... over 20 years ago
Fixed bug where an HtmlOption without a value could not be selected. More... over 20 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... over 20 years ago
Stubbed out Window.onerror More... over 20 years ago
Added extra check for htmlunit.sourceforge.net More... over 20 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... over 20 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... over 20 years ago
Fixed warnings as identified by checkstyle 1) Lines too long 2) typos in @throws tags More... over 20 years ago
Removed unused imports More... over 20 years ago
RFE 799865: Add click() to image, etc. More... over 20 years ago
Added support for HtmlArea.click() More... over 20 years ago
Fixed broken links More... over 20 years ago
Fixed warnings as identified by checkstyle More... over 20 years ago
Removed unused import More... over 20 years ago
Removed unneeded casts as identified by eclipse More... over 20 years ago
Removed unneeded throws clauses as identified by eclipse More... over 20 years ago
RFE 805051: Add support for additional DOM API properties and methods including support for text nodes. More... over 20 years ago
Added missing author tag More... over 20 years ago