40
I Use This!
Very High Activity

Commits : Listings

Analyzed about 1 hour ago. based on code collected 1 day ago.
May 15, 2023 — May 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed bug where url expansion wasn't obeying the base element as defined in the html. More... about 21 years ago
Fixed checkstyle warnings More... about 21 years ago
Fixed deprecation warning More... about 21 years ago
Fixed bug where the javascript textarea object was not properly getting and setting the 'value'. More... about 21 years ago
Changed the JavaScriptEngine to use weak references for HtmlPage objects. Previously HtmlPage objects were never being garbage collected resulting in excessive memory usage. More... about 21 years ago
Upgraded NekoHTML to 0.7.5 plus one private fix from Andy Clark. Re-enabled one test that had been bypassed pending this version. More... about 21 years ago
Removed some unneeded dependencies More... about 21 years ago
Fixed asText() to be more similar to what is returned by the browser. Patch submitted by Mike J. Bresnahan More... about 21 years ago
Moved tests from LiveServerTest into SanityCheck and removed the former More... about 21 years ago
Javadoc improvements More... about 21 years ago
Better javadoc More... about 21 years ago
Fixed processing of the faq page More... about 21 years ago
Removed todo More... about 21 years ago
Fixed misc checkstyle warnings - mostly missing javadoc More... about 21 years ago
Fixed bug in character encoding. Patch supplied by Noboru Sinohara More... about 21 years ago
Fix for character encoding problem - patch supplied by Noboru Sinohara More... about 21 years ago
Wording changes More... about 21 years ago
Reorganized the layout of the various docs More... about 21 years ago
Initial checkin More... about 21 years ago
Removed a misleading comment More... about 21 years ago
Added eclipse .classpath and .project files More... about 21 years ago
Removed unused imports More... about 21 years ago
Added build.properties More... about 21 years ago
Changed places that were doing explicit null checks to use Assert.notNull() More... about 21 years ago
Renamed Assert.assertNotNull() to Assert.notNull() More... about 21 years ago
Many classes had their own assertNotNull() method. Created an assert class and changed all classes to use Assert.assertNotNull() rather than seperate methods. More... about 21 years ago
Removed unused assertNotNull() methods left over after conversion to Assert.assertNotNull() More... about 21 years ago
Created an Assert class and changed all calls to various assertNotNull() to use this new class More... about 21 years ago
Shuffled order of reports More... about 21 years ago
Removed unused method More... about 21 years ago