Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Tweaked the name unit tests to specify the exact nodes from which to test ↵ | John Resig | 2010-09-02 | 1 | -2/+2 | |
| | | | | against. | |||||
* | Remove cases of :contains() where quotes are used - not using quotes follows ↵ | John Resig | 2010-09-02 | 1 | -5/+6 | |
| | | | | more closely with the CSS Selector recommendation. | |||||
* | Replace usage of the removed global reset() method with QUnit.reset(). | jzaefferer | 2010-07-28 | 1 | -2/+2 | |
| | ||||||
* | Bringing some selector tests back from Sizzle. | jeresig | 2010-01-11 | 1 | -1/+3 | |
| | ||||||
* | Bringing Sizzle test suite changes back in. | John Resig | 2009-12-19 | 1 | -11/+22 | |
| | ||||||
* | Reworked some more of the selector tests as well to clean up after themselves. | jeresig | 2009-12-17 | 1 | -1/+3 | |
| | ||||||
* | Added some more tests around the name tests to catch possible regressions. | jeresig | 2009-12-17 | 1 | -2/+6 | |
| | ||||||
* | Check Sizzle or jQuery. | John Resig | 2009-12-07 | 1 | -1/+1 | |
| | ||||||
* | Only run the visibility selectors if the filter exists. | John Resig | 2009-12-07 | 1 | -0/+2 | |
| | ||||||
* | Removed broken hidden/visible test. | jeresig | 2009-12-03 | 1 | -7/+4 | |
| | ||||||
* | Re-arranged many of the selector tests, breaking them into smaller test ↵ | jeresig | 2009-12-03 | 1 | -80/+86 | |
| | | | | groups and into more-appropriate sections. | |||||
* | Updated the jQuery suite to use the updated QUnit CSS styling. | John Resig | 2009-09-29 | 1 | -3/+3 | |
| | ||||||
* | Adapted the jQuery test suite to handle the toolbar moving inline. | John Resig | 2009-09-29 | 1 | -1/+1 | |
| | ||||||
* | Updated the jQuery suite to use the new 'qunit-' prefix on specific elements. | John Resig | 2009-09-29 | 1 | -8/+8 | |
| | ||||||
* | Switched from using QUnit's isObj/isSet to the more robust same method. | John Resig | 2009-09-29 | 1 | -18/+18 | |
| | ||||||
* | Temporarily disabled some tests for Opera 10 - a variety of problems with ↵ | John Resig | 2009-08-26 | 1 | -1/+4 | |
| | | | | input elements and selectors exist. | |||||
* | fix :hidden selector that was accidentally reverted in previous commit, also ↵ | Brandon Aaron | 2009-05-04 | 1 | -1/+2 | |
| | | | | fixed tests for :hidden selector in IE6 | |||||
* | fix for #4374, gap in :hidden, :visible logic | Brandon Aaron | 2009-03-18 | 1 | -1/+16 | |
| | ||||||
* | Fixed one of the selector tests that was reporting incorrectly in browsers ↵ | John Resig | 2009-02-19 | 1 | -1/+1 | |
| | | | | that actually supported type="search" inputs. | |||||
* | Missed an other search-related test. | John Resig | 2009-02-18 | 1 | -1/+1 | |
| | ||||||
* | Made it so that search input elements are now serialized. Fixes bug #4107. | John Resig | 2009-02-18 | 1 | -3/+3 | |
| | ||||||
* | Brought back the compareDocumentPosition code. While it is redundant in ↵ | John Resig | 2009-02-17 | 1 | -2/+2 | |
| | | | | Firefox it's much faster than using indexOf. | |||||
* | Tweaked some of the selector tests to handle some of the test page changes. | John Resig | 2009-02-17 | 1 | -4/+4 | |
| | ||||||
* | Disabled one of the ordering tests that was taking a while to run. | John Resig | 2009-02-17 | 1 | -2/+2 | |
| | ||||||
* | Added support for class selectors and class attribute selectors on XML ↵ | John Resig | 2009-02-16 | 1 | -1/+3 | |
| | | | | documents. Fixes jQuery bug #4167. | |||||
* | Fixed an issue with :nth-child selectors embedded in :not() filters. Fixes ↵ | John Resig | 2009-02-16 | 1 | -1/+2 | |
| | | | | jQuery bug #4156. | |||||
* | Change the behavior of how :visible and :hidden work. :hidden is when an ↵ | John Resig | 2009-02-16 | 1 | -3/+6 | |
| | | | | element is display none, a parent element is display none, or the element has a width of 0. :visible is when the element is not display none and all of its ancesotrs are not display none and its width is larger than 0. Fixes jQuery bugs #1349, #3265, and #3895. | |||||
* | Fixed a bug with certain + selectors failing (Fixes jQuery bug #4023). Also ↵ | John Resig | 2009-02-16 | 1 | -1/+4 | |
| | | | | tweaked the + and > functions a little bit. | |||||
* | Fixed the issue where weird characters were being used in ID selectors. ↵ | John Resig | 2009-02-15 | 1 | -1/+3 | |
| | | | | Fixes jQuery bug #3913. | |||||
* | Make sure that [name=FOO] searches actually have the specified name (IE ↵ | John Resig | 2009-02-15 | 1 | -1/+8 | |
| | | | | includes elements that have the ID, as well). | |||||
* | Added fixes for two different :not() bugs. One with p:not(p.foo) failing and ↵ | John Resig | 2009-02-15 | 1 | -1/+17 | |
| | | | | another with a weird combination of multiple selectors and filters. Fixes jQuery bug #4101. | |||||
* | Updated the copy of jQuery and added some more context tests. | John Resig | 2009-02-15 | 1 | -2/+12 | |
| | ||||||
* | Provide a graceful failover for [name=foo] queries that are looking for ↵ | John Resig | 2009-02-14 | 1 | -1/+3 | |
| | | | | non-input/iframe/form elements. Fixes jQuery bug #4081. | |||||
* | Added support for sorting in Safari - when querySelectorAll isn't able to be ↵ | John Resig | 2009-02-14 | 1 | -1/+2 | |
| | | | | used. | |||||
* | Disabled expando selector tests - they don't work in all browsers. | John Resig | 2009-02-14 | 1 | -4/+5 | |
| | ||||||
* | Make sure that elements are returned in document order - and that the ↵ | John Resig | 2009-02-14 | 1 | -2/+9 | |
| | | | | results are unique. | |||||
* | Fixed bubbling of live events (if an inner element handles an event first - ↵ | John Resig | 2009-02-09 | 1 | -3/+3 | |
| | | | | and stops progatation - then the parent event doesn't encounter the event). Thanks to Irae for the patch. Fixes bug #3980. | |||||
* | Reworked the attribute selection code to be able to select false-y values - ↵ | John Resig | 2009-02-09 | 1 | -1/+8 | |
| | | | | and added some tests to verify that they work well against expandos. | |||||
* | Added a fix for empty attribute selection values. Fixes jQuery bug #3990. | John Resig | 2009-02-07 | 1 | -1/+4 | |
| | ||||||
* | Added logic for not using getElementsByClassName in different failure ↵ | John Resig | 2009-02-07 | 1 | -2/+13 | |
| | | | | states. Fixes jQuery bugs #4058 and #4042. | |||||
* | Tweaked one of the selector tests. | John Resig | 2009-01-22 | 1 | -1/+1 | |
| | ||||||
* | A follow-up for bug #3945. ID selectors don't work in querySelectorAll on ↵ | John Resig | 2009-01-21 | 1 | -2/+2 | |
| | | | | XML documents, so we just fall back to the normal engine. | |||||
* | Make sure that [name=foo] and #id selectors don't use the native methods on ↵ | John Resig | 2009-01-21 | 1 | -2/+6 | |
| | | | | XML documents (since id and name attributes may not be defined by a DTD and will return nothing instead. Fixes jQuery bug #3945. | |||||
* | Now handle the case where Safari's querySelectorAll fails on uppercase ↵ | John Resig | 2009-01-21 | 1 | -21/+10 | |
| | | | | characters in quirks mode. Added a test to check for it and re-worked some of the existing tests to better handle document order issues. Fixes jQuery bug #3840. | |||||
* | After discussing it with a number of users I've decided to revert the change ↵ | John Resig | 2009-01-21 | 1 | -1/+2 | |
| | | | | to [name!=value]. It is now equal to :not([attr!=value]). Attempting to switch it to [attr]:not([attr!=value]) produced some really non-obvious results and confused users. Fixes jQuery bug #3884. | |||||
* | CHILD positions were being cached improperly. Tweaked it and added a test to ↵ | John Resig | 2009-01-21 | 1 | -1/+9 | |
| | | | | make sure it doesn't happen again. Fixes jQuery bug #3924. | |||||
* | Added support for a[name^='foo['] style selectors. Fies jQuery bug #3928. | John Resig | 2009-01-20 | 1 | -2/+14 | |
| | ||||||
* | Merged some recent fixes in from Sizzle. | John Resig | 2009-01-19 | 1 | -2/+26 | |
| | ||||||
* | Merged Sizzle changes back into jQuery. | John Resig | 2009-01-13 | 1 | -5/+20 | |
| | ||||||
* | Fixed an issue with how broken selector tests were handled in IE (the ↵ | John Resig | 2009-01-05 | 1 | -2/+2 | |
| | | | | exception was misdirected). |