40
I Use This!
Very High Activity

Commits : Listings

Analyzed about 3 hours ago. based on code collected 1 day ago.
Dec 04, 2024 — Dec 04, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed bug where submitting a form containing a select that had no options caused a NullPointerException. More... almost 22 years ago
Added disabled (failing) test case for setting opener.location.href with a relative path. More... almost 22 years ago
Removed exception that was never thrown More... almost 22 years ago
Removed what looks like a debugging line that was accidently left in More... about 22 years ago
updated my contact information More... about 22 years ago
Added properties to Location More... about 22 years ago
Added support for the following attributes on Document.Location: hash, host, hostname, href, pathname, port, protocol and search. More... about 22 years ago
Removed check for trailing spaces More... about 22 years ago
Fixed bug where forms without names were not being returned by document.forms More... about 22 years ago
Removed trailing spaces More... about 22 years ago
Completed implementation of Select.add() More... about 22 years ago
Fixed add() and remove() tests to test the right object Implemented OptionsArray.item() Implmented Select.remove() Stubbed out Select.add() but it still needs a DomNode to work with More... about 22 years ago
Fixed checkstyle warning about trailing spaces More... about 22 years ago
Stubbed out failing tests with notImplemented() More... about 22 years ago
Added 3 failing test cases for javascript that was recently broken More... about 22 years ago
The same hard coded urls were being used over and over again throughout the tests. Defined constants for the most freqently used urls in WebTestCase and changed tests to use these constants. This will reduce the number of temporary objects during tests runs and will decrease the chance of making a typo in the urls. More... about 22 years ago
- Deprecated MockWebConnection.setContent() in favour of setDefaultResponse() which is more descriptive. Changed all tests to use the new method. More... about 22 years ago
Added test to cover bug 845873 which is currently not reproducible. As it turns out, we didn't have test coverage for this functionality anyway. More... about 22 years ago
Fixed javadoc to more accurately describe what the parameter is used for. More... about 22 years ago
Added method setResponseAsGenericHtml() More... about 22 years ago
Expanded on javascript event handlers More... about 22 years ago
Added some verbage about onfocus/onblur handlers More... about 22 years ago
Added a page on working with javascript. More... about 22 years ago
Changed the behaviour of single select lists to match the common browsers. When multiple items have the selected attribute then the last one is returned to the server. When no items have been selected, the first one is sent to the server. Patch submitted by Christian Sell. More... about 22 years ago
Move other changes to 1.3-pre2 release in changes.xml. More... about 22 years ago
Nested input elements, i.e. those that were not immediate children of the enclosing form, were not handled. Patch submitted by Christian Sell. More... about 22 years ago
Changed test to match expected behaviour More... about 22 years ago
Created a new release section for 1.3-pre2 and moved the last checkin comment there. More... about 22 years ago
Removed unneeded cast More... about 22 years ago
NCOMPATIBLE CHANGE: Changed HtmlPage so it is no longer derived from HtmlElement. It is now derived from DomNode and a new HtmlHtml element represents the root element of the document. Similarly, Document in JavaScript is no longer derived from HTMLElement, but is derived from NodeImpl instead. More... about 22 years ago