40
I Use This!
Very High Activity

Commits : Listings

Analyzed about 15 hours ago. based on code collected 2 days ago.
May 15, 2023 — May 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated versions to 1.2-pre1 More... over 21 years ago
Updated version number to 1.1 final More... over 21 years ago
Documentation updates for 1.1 final More... over 21 years ago
Fixed bug where javascript option.text was returning the wrong value More... over 21 years ago
Removed an ugly hack that was an attempt to fix a bug. The hack didn't work anyway More... over 21 years ago
If there is only one radio button with a given name then javascript should be returning the radio button, not an array of buttons. The code was always returning an array. More... over 21 years ago
Stubbed out javascript:window.close() More... over 21 years ago
- Another test in SanityCheck - A quick hack in WebClient to see if we can isolate a problem reported on sourceforge. If this works then a cleaner solution will be put in. More... over 21 years ago
Fixed bug where accessing radio buttons by name wasn't working correctly More... over 21 years ago
Fixed bug where loading of external javascript files would not follow redirects. More... over 21 years ago
Added some more todos to the list More... over 21 years ago
Improved some error handling when secondary pages are being loaded by frames More... over 21 years ago
javascript files can be returned with a content type of application/x-javascript Added support for this content type More... over 21 years ago
Fixed misc checkstyle warnings More... over 21 years ago
Added HtmlElement.disabled for IE browsers only More... over 21 years ago
Updated version number to rc2 More... over 21 years ago
Fixed bug where javascript:option.getValue() was returning the text, not the value More... over 21 years ago
Removed the need for HiddenWebWindow. Javascript files are now loaded without the creation of a Page object which will hopefully fix an intermittant problem that seems to have been caused by javascript files being returned with a content type of "text/html" instead of "text/javascript" More... over 21 years ago
Misc javadoc cleanups More... over 21 years ago
Added support for onchange handlers in HtmlSelect More... over 21 years ago
Put in some diagnostics to help track down a bug which causes HiddenWebWindow.setScriptObject() to be called More... over 21 years ago
Fixed bug where javascript:Window.open() was not returning the new window object More... over 21 years ago
Fixed bug where new top level window was being created everytime More... over 21 years ago
Documentation polishing in preparation for 1.1final More... over 21 years ago
- Changed title on warning box on main page - Turned class/method names into links to javadoc More... over 21 years ago
Cleaned up misc checkstyle warnings - mostly javadoc related. More... over 21 years ago
Updated version information in preparation for release candidate 1 More... over 21 years ago
- Fixed bug where script tags that loaded external files would cause the new script to overwrite the existing page in the window - Fixed bug where a redirect called from javascript in the page load would not replace the page. More... over 21 years ago
Added new failing test More... over 21 years ago
- Added support for manipulating the disabled attribute of any element via javascript. This is incorrect according to the html specification but Internet Explorer supports it so we have to as well. This will print a warning if it is used. - Fixed up some places where deprecated methods had been used. More... over 21 years ago