Thu, 03 Mar 2011 23:03:08 +0100 Laurens Holst Replace Ant build with primitive Maven build. default tip
Thu, 03 Mar 2011 22:37:04 +0100 Laurens Holst Remove dom.js which isn’t working or in development.
Sat, 16 Oct 2010 03:08:13 +0200 Laurens Holst Add manual test area to the unit test.
Sat, 16 Oct 2010 02:49:51 +0200 Laurens Holst Add Lexer::processTokens() and processToken().
Sat, 16 Oct 2010 02:45:34 +0200 Laurens Holst Fix some accidental presence of spaces instead of tabs
Sat, 16 Oct 2010 02:00:57 +0200 Laurens Holst Rename Lexer::split() to tokenize().
Sat, 16 Oct 2010 01:56:32 +0200 Laurens Holst Reorder Lexer constructor a little.
Sat, 16 Oct 2010 01:53:03 +0200 Laurens Holst Add documentation to Lexer.
Sat, 16 Oct 2010 01:35:57 +0200 Laurens Holst Add Lexer::optimisedInputElementDiv() to collapse sequences of white space and line terminators.
Sat, 16 Oct 2010 01:31:55 +0200 Laurens Holst Simplify LineTerminator to match specification.
Sat, 16 Oct 2010 01:25:43 +0200 Laurens Holst Add regular expressions for Identifier, ReservedKeyword, Keyword, FutureReservedWord, NullLiteral and BooleanLiteral.
Sat, 16 Oct 2010 01:21:12 +0200 Laurens Holst Store all regular expressions that match ES5 productions on the object.
Sat, 16 Oct 2010 01:15:51 +0200 Laurens Holst Use more regexp literals to avoid confusing double \-escapes.
Sat, 16 Oct 2010 01:03:54 +0200 Laurens Holst LexerErrorTest() does not use a second argument.
Sat, 16 Oct 2010 00:44:30 +0200 Laurens Holst Add lexer.
Sat, 16 Oct 2010 00:03:19 +0200 Laurens Holst Also replace \0 in objectToString() strings.
Fri, 15 Oct 2010 22:35:57 +0200 Laurens Holst Use \b escape in objectToString() regular expression
Fri, 15 Oct 2010 22:22:37 +0200 Laurens Holst Add serialiser for objects that does special rendering for strings and arrays.
Fri, 15 Oct 2010 00:31:57 +0200 Laurens Holst Make a start with a JavaScript parser.
Mon, 14 Feb 2011 09:45:54 +0100 Laurens Holst Match up till the end of the string.
Mon, 14 Feb 2011 09:45:37 +0100 Laurens Holst Add missing test stubs.
Fri, 11 Feb 2011 15:26:26 +0100 Laurens Holst Documentation improvements.
Fri, 11 Feb 2011 15:25:48 +0100 Laurens Holst Move URI.resolve() closer to URI::resolve()
Fri, 11 Feb 2011 15:13:20 +0100 Laurens Holst Add URI part getters.
Fri, 11 Feb 2011 15:04:37 +0100 Laurens Holst Import URI class as well.
Thu, 18 Nov 2010 22:27:56 +0100 Laurens Holst Fix Selectors test suite not running.
Thu, 14 Oct 2010 22:39:12 +0200 Laurens Holst Throw a nicer ReferenceError in Firefox, with proper file name and line number.
Thu, 14 Oct 2010 22:13:46 +0200 Laurens Holst Show assertion failed message when assertion fails.
Thu, 14 Oct 2010 21:51:13 +0200 Laurens Holst Improve assertion messages.
Thu, 14 Oct 2010 21:43:05 +0200 Laurens Holst Use gl.require() in tests.
Thu, 14 Oct 2010 21:05:37 +0200 Laurens Holst Some updates to JSDoc style
Thu, 14 Oct 2010 20:45:17 +0200 Laurens Holst Add function to require external objects.
Tue, 12 Oct 2010 21:32:50 +0200 Laurens Holst Don’t include test subject in suite variable name.
Fri, 08 Oct 2010 01:43:16 +0200 Laurens Holst Remove View::renderViews() TODO tests which aren’t really to do any more.
Fri, 08 Oct 2010 01:40:56 +0200 Laurens Holst Just say ‘Unit test log’; there’s not much there to debug.
Fri, 08 Oct 2010 01:19:31 +0200 Laurens Holst Add View::renderViews() helper method for rendering views into an element.
Fri, 08 Oct 2010 01:12:55 +0200 Laurens Holst Groups URI tests.
Fri, 08 Oct 2010 01:05:00 +0200 Laurens Holst Make SimpleView::addEventListenerTo() work in IE6-8...
Fri, 08 Oct 2010 00:44:22 +0200 Laurens Holst Rename document argument to oDocument.
Fri, 08 Oct 2010 00:26:38 +0200 Laurens Holst Allow the user to collapse groups, and collapse groups without errors by default.
Fri, 08 Oct 2010 00:24:55 +0200 Laurens Holst Colour test completion message red if there are errors.
Fri, 08 Oct 2010 00:17:53 +0200 Laurens Holst Use ul/li tags for tree unit test log structure.
Thu, 07 Oct 2010 20:55:30 +0200 Laurens Holst Add some statistics to TestView class to nice up tests a little more.
Thu, 07 Oct 2010 20:48:03 +0200 Laurens Holst Add TestView class to remove repetition.
Wed, 06 Oct 2010 01:16:05 +0200 Laurens Holst Add test index page and add headings to test pages.
Wed, 06 Oct 2010 01:09:12 +0200 Laurens Holst Nice up the test group styling.
Wed, 06 Oct 2010 00:57:05 +0200 Laurens Holst Create nicer MVC classes, and rid the world of XML bindings.
Wed, 06 Oct 2010 00:08:31 +0200 Laurens Holst Don’t output undefined in Test::assert*() if a message is not provided.
Wed, 06 Oct 2010 00:04:07 +0200 Laurens Holst Add Test::assertNotEquals() and assertException() methods.
Tue, 05 Oct 2010 23:06:09 +0200 Laurens Holst Use JavaScript-based view classes for gl.unit instead of in XML.
Tue, 05 Oct 2010 22:59:59 +0200 Laurens Holst Add CSS dependency type.
Tue, 05 Oct 2010 22:58:44 +0200 Laurens Holst Correct documentation.
Thu, 20 May 2010 13:48:31 +0200 Laurens Holst uri: Move exports to the end of the file.
Thu, 20 May 2010 13:39:46 +0200 Laurens Holst Add a little more description to uri.js file overview.
Thu, 06 May 2010 23:15:32 +0200 Laurens Holst Add missing super calls in URI tests.
Thu, 06 May 2010 23:13:05 +0200 Laurens Holst Some renaming of variables and CSS classes.
Thu, 06 May 2010 23:10:51 +0200 Laurens Holst Fix and improve error counting.
Thu, 06 May 2010 23:09:03 +0200 Laurens Holst Forgot to call base class...
Thu, 06 May 2010 22:55:40 +0200 Laurens Holst Group selectors tests
Thu, 06 May 2010 22:55:32 +0200 Laurens Holst Add test group view.