Sat, 17 Oct 2009 16:23:15 +0200 Laurens Holst Only use .children.tags() optimisation in IE.
Sat, 17 Oct 2009 16:14:27 +0200 Laurens Holst Add PHP file to more easily test selectors in XHTML environment
Sat, 17 Oct 2009 03:05:41 +0200 Laurens Holst Clean up parsePseudoSelector
Sat, 17 Oct 2009 02:50:45 +0200 Laurens Holst Rename classes in a futile attempt to be more consistent
Sat, 17 Oct 2009 02:49:52 +0200 Laurens Holst Remove generic arguments from SimpleSelector base class, implement individually
Sat, 17 Oct 2009 02:35:47 +0200 Laurens Holst Move nth-selector argument parsing into the constructor
Sat, 17 Oct 2009 01:55:21 +0200 Laurens Holst Remove extraneous argument
Sat, 17 Oct 2009 01:54:35 +0200 Laurens Holst Class-ify simple selector variations
Sat, 17 Oct 2009 00:23:59 +0200 Laurens Holst Class-ify combinator variations
Sat, 17 Oct 2009 00:16:49 +0200 Laurens Holst Don’t special-case Combinator.ROOT in Combinator.match()…
Fri, 16 Oct 2009 23:55:59 +0200 Laurens Holst Split out attribute and pseudo-class parse code.
Fri, 16 Oct 2009 23:49:21 +0200 Laurens Holst Turn regular expression constants into local variables.
Fri, 16 Oct 2009 22:52:16 +0200 Laurens Holst Remove unused variable
Fri, 16 Oct 2009 20:45:32 +0200 Laurens Holst Added tag selectors-1.0.9 for changeset 1fe0cb6cbd2c
Fri, 16 Oct 2009 20:45:29 +0200 Laurens Holst Added tag selectors-1.0.8 for changeset 146d23344ca4
Fri, 16 Oct 2009 20:45:24 +0200 Laurens Holst Added tag selectors-1.0.7 for changeset 43f49f894904
Fri, 16 Oct 2009 14:28:07 +0200 Laurens Holst Increase version number selectors-1.0.9
Fri, 16 Oct 2009 14:19:27 +0200 Laurens Holst Fix broken unit test “form[action=""]”
Fri, 16 Oct 2009 14:18:51 +0200 Laurens Holst Correct unit test
Fri, 16 Oct 2009 14:15:06 +0200 Laurens Holst Add another attribute selector test case
Fri, 16 Oct 2009 14:05:13 +0200 Laurens Holst Always return a boolean
Fri, 16 Oct 2009 13:56:32 +0200 Laurens Holst Correct :empty unit tests
Fri, 16 Oct 2009 13:55:21 +0200 Laurens Holst Do report all values for unit test results with mismatching length
Fri, 16 Oct 2009 13:48:40 +0200 Laurens Holst Improve readability of assert messages.
Fri, 16 Oct 2009 13:47:38 +0200 Laurens Holst Avoid error in unit test with mismatching result length
Fri, 16 Oct 2009 13:39:11 +0200 Laurens Holst Fix IE issue in unit test “form[enctype="application/x-www-form-urlencoded"]”
Fri, 16 Oct 2009 13:35:04 +0200 Laurens Holst Add test for input type default value and ‘for’ attribute (‘htmlFor’ in DOM)
Fri, 16 Oct 2009 13:10:43 +0200 Laurens Holst Add test for ‘boolean’ readonly attribute
Fri, 16 Oct 2009 13:10:12 +0200 Laurens Holst Make IE version detection not break Firefox
Fri, 16 Oct 2009 13:04:27 +0200 Laurens Holst Better way to get attributes in IE6/7
Fri, 16 Oct 2009 12:49:36 +0200 Laurens Holst Better way to get absolute script src URLs in IE6/7
Fri, 16 Oct 2009 12:30:57 +0200 Laurens Holst Add additional :empty test
Fri, 16 Oct 2009 12:17:35 +0200 Laurens Holst Make dependency system work in IE6 and IE7
Fri, 16 Oct 2009 11:05:15 +0200 Laurens Holst Wrap selectors API wrapper prototype methods in browser support check
Wed, 14 Oct 2009 01:30:48 +0200 Grauw Make the dependency stuff work in IE as well
Wed, 14 Oct 2009 01:05:06 +0200 Grauw Split out XML bindings stuff from core library
Wed, 14 Oct 2009 00:58:45 +0200 Grauw Dependency system work in progress…
Tue, 13 Oct 2009 21:40:29 +0200 Grauw Simple dependency system
Tue, 13 Oct 2009 21:40:20 +0200 Grauw Add tests for the Selector Parser object
Tue, 13 Oct 2009 20:04:27 +0200 Grauw Additional negative test for attribute selector
Mon, 05 Oct 2009 23:46:18 +0200 Grauw Output URI unit test results to debug log
Mon, 05 Oct 2009 21:26:47 +0200 Grauw Events and IE events support classes (non functional version)
Mon, 28 Sep 2009 10:59:16 +0200 Grauw Fix issue with child selector in Firefox 3.5
Mon, 28 Sep 2009 10:58:23 +0200 Grauw Fix page encoding in IE.
Mon, 28 Sep 2009 10:58:13 +0200 Grauw Add tests for ID, descendant and child selector
Wed, 23 Sep 2009 16:38:55 +0200 Grauw Add some tests regarding selectors attribute matching.
Thu, 27 Aug 2009 18:40:58 +0200 Grauw Missing jsunit.js file!
Mon, 20 Jul 2009 22:03:21 +0200 Grauw Put URI class definition in a function scope, use closures for some variables.
Mon, 20 Jul 2009 21:42:55 +0200 Grauw Documentation improvements
Mon, 20 Jul 2009 21:42:31 +0200 Grauw Fix bug in normalisation. Thanks to Dan Tsymbala for pointing it out.
Fri, 03 Jul 2009 16:20:53 +0200 Grauw Fix bug with :not(:lang(en)) not working
Fri, 03 Jul 2009 16:09:52 +0200 Grauw Add some tests for :not selector
Fri, 03 Jul 2009 15:33:50 +0200 Grauw Add a second approach to Class.create, and some documentation
Thu, 02 Jul 2009 23:33:17 +0200 Grauw Add missing semicolons.
Thu, 02 Jul 2009 23:02:51 +0200 Grauw Non-statement function literals don‘t need terminating semicolons.
Fri, 12 Jun 2009 18:28:57 +0200 Grauw Split out unit test classes from main file
Fri, 12 Jun 2009 03:20:02 +0200 Grauw Change method of overwriting the matching/querying function to be a little more clear.
Fri, 12 Jun 2009 03:18:25 +0200 Grauw No need to test for existence of gl object.
Fri, 12 Jun 2009 03:18:06 +0200 Grauw Also test node matching in unit tests.
Fri, 12 Jun 2009 03:10:30 +0200 Grauw Missed one instance reference to constant