aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/selector.js
Commit message (Expand)AuthorAgeFilesLines
...
* Fix #10931: Make unit tests work without web access.Richard Gibson2012-01-121-2/+2
* Update sizzle; Add sizzle cache collision iframe test. Fixes #8539.timmywil2011-10-131-19/+28
* Override Sizzle attribute retrieval with jQuery.attr. Fixes #5637, #7128, #92...timmywil2011-09-191-0/+133
* No need to duplicate Sizzle tests, just run them directly from Sizzle.John Resig2011-02-101-517/+0
* Pull over tests from Sizzle. "Remove backslashes from tag name filter. Fixes ...Anton M2011-02-101-2/+3
* Pull over tests from Sizzle. Fixes #3729. Fixes #6428.Anton M2011-01-281-1/+10
* Bring back in #main prefix on adjacent selectors.jeresig2011-01-241-5/+5
* Backing out disconnected + and ~ tests as they're not something that we activ...jeresig2011-01-241-9/+6
* Fix selector scope on some tests, so they don't fail on testswarm.Anton M2011-01-221-5/+5
* Disabled a broken test for now, until WebKit browsers become more current.jeresig2011-01-171-2/+5
* Accidentally removed the module teardown code.jeresig2011-01-171-1/+1
* Opera was falling back to undefined, which it didn't appreciate.jeresig2011-01-171-1/+1
* Merge branch 'master' of github.com:jquery/jqueryjeresig2011-01-171-1/+1
|\
| * Update unit tests with a leak detection mechanism for the various jQuery glob...Colin Snover2011-01-091-1/+1
* | Fixed a couple issues with escaping of attribute values in selectors. Fixes #...jeresig2011-01-171-12/+55
|/
* Clean trailing whitespace from all files.Colin Snover2010-12-301-19/+19
* Merge branch 'fixAdjacentTests' of https://github.com/jitter/jquery into jitt...John Resig2010-11-091-5/+5
|\
| * Fix selector tests broken by newer version of Qunit.Anton M2010-11-091-5/+5
* | Ensure that unquoted attribute selectors are quoted (allowing them to go into...John Resig2010-11-091-3/+11
|/
* Only change ID on nodes that don't already have an ID for rooted qSA. Fixes #...jeresig2010-11-011-1/+6
* Fix broken selector code from last commit.jeresig2010-10-221-27/+38
* Make sure that +, >, ~ leading, rooted, selectors go to the old engine. Thank...jeresig2010-10-221-38/+27
* Make sure that we don't use matchesSelector on XML Documents (same as with qS...jeresig2010-10-221-1/+2
* Make sure that we aren't reading one of the bad expandos. Fixes #7212.jeresig2010-10-221-1/+7
* Adding another test for an issue in Gecko's matchesSelector implementation. F...jeresig2010-10-211-2/+8
* Testing *, * was unnecessary - especially in slower browsers.jeresig2010-10-141-2/+1
* Make sure that ambiguous val() selection works correctly.John Resig2010-09-281-7/+7
* Don't have .val() return selected-but-disabled options, or selected options i...Dave Methvin2010-09-241-6/+6
* added "#main" ancestor selector to an "Only Child" and "Last Child" test to f...Karl Swedberg2010-09-071-2/+2
* Fix the order of the element test arguments.John Resig2010-09-021-2/+2
* Tweaked the name unit tests to specify the exact nodes from which to test aga...John Resig2010-09-021-2/+2
* Remove cases of :contains() where quotes are used - not using quotes follows ...John Resig2010-09-021-5/+6
* Replace usage of the removed global reset() method with QUnit.reset().jzaefferer2010-07-281-2/+2
* Bringing some selector tests back from Sizzle.jeresig2010-01-111-1/+3
* Bringing Sizzle test suite changes back in.John Resig2009-12-191-11/+22
* Reworked some more of the selector tests as well to clean up after themselves.jeresig2009-12-171-1/+3
* Added some more tests around the name tests to catch possible regressions.jeresig2009-12-171-2/+6
* Check Sizzle or jQuery.John Resig2009-12-071-1/+1
* Only run the visibility selectors if the filter exists.John Resig2009-12-071-0/+2
* Removed broken hidden/visible test.jeresig2009-12-031-7/+4
* Re-arranged many of the selector tests, breaking them into smaller test group...jeresig2009-12-031-80/+86
* Updated the jQuery suite to use the updated QUnit CSS styling.John Resig2009-09-291-3/+3
* Adapted the jQuery test suite to handle the toolbar moving inline.John Resig2009-09-291-1/+1
* Updated the jQuery suite to use the new 'qunit-' prefix on specific elements.John Resig2009-09-291-8/+8
* Switched from using QUnit's isObj/isSet to the more robust same method.John Resig2009-09-291-18/+18
* Temporarily disabled some tests for Opera 10 - a variety of problems with inp...John Resig2009-08-261-1/+4
* fix :hidden selector that was accidentally reverted in previous commit, also ...Brandon Aaron2009-05-041-1/+2
* fix for #4374, gap in :hidden, :visible logicBrandon Aaron2009-03-181-1/+16
* Fixed one of the selector tests that was reporting incorrectly in browsers th...John Resig2009-02-191-1/+1
* Missed an other search-related test.John Resig2009-02-181-1/+1