40
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Apr 30, 2023 — Apr 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated version of nekohtml More... over 21 years ago
- Fixed deprecated warnings - New version of commons-httpclient More... over 21 years ago
Updated docs More... over 21 years ago
Split documentation into multiple files More... over 21 years ago
Removed unused imports Cleaned up a lot of deprecated warnings More... over 21 years ago
UUndeprecated two variations on getPage() More... over 21 years ago
New method WebResponse.getLoadTimeInMilliSeconds() to measure load times of specific pages. This is intended for performance tuning of web applications More... over 21 years ago
Changes in the latest versions of commons-httpclient are reusing buffers that they previously weren't. This results in a situation where trying to get the content out of a WebResponse after the inital load would result in no content. Buffering is now done within HtmlUnit to avoid this problem. More... over 21 years ago
Improved content of stack trace dump More... over 21 years ago
Added support for indexed properties More... over 21 years ago
Performance tuning in the xml element iterator More... over 21 years ago
Fixed bug where form.submit() was always loading into the default WebWindow, not the current one. More... over 21 years ago
Removed some unneccessary diagnostics during the test run More... over 21 years ago
Fixed some javadoc warnings More... over 21 years ago
Fixed bug where clicking on a checkbox would submit the form. More... over 21 years ago
Fixed bug where comments on the same line of an opening html comment inside a script tag were being treated as javascript rather than as comment More... over 21 years ago
Added support for the Javascript Style object More... over 21 years ago
Refactored the interface between WebClient and WebConnection to make it easier to add custom implementations of WebConnection. More... over 21 years ago
Fixed bug where javascript Form.elements was not returning radio buttons More... over 21 years ago
- New method HtmlButton.isDisabled() - click() method on buttons now does nothing if that element is disabled - Buttons can now be clicked via HtmlPage.pressAccessKey() More... over 21 years ago
More support for keyboard navigation. This time clicking on a button via an accesskey More... over 21 years ago
Fixed broken links in javadoc More... over 21 years ago
Fixed javadoc warnings More... over 21 years ago
Fixed some incorrect package names More... over 21 years ago
Initial support for keyboard navigation More... over 21 years ago
Fixed bug where javascript surrounded by html comments would blow up More... over 21 years ago
Upgraded commons-httpclient to the latest daily build Upgraded nekohtml to 0.7.1 More... over 21 years ago
Added support for the javascript property Window.opener More... over 21 years ago
Improved some error messages More... over 21 years ago
Fixed bug were some status codes were being incorrectly identified as failures More... over 21 years ago