| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix #10931: Make unit tests work without web access. | Richard Gibson | 2012-01-12 | 1 | -2/+2 |
* | Update sizzle; Add sizzle cache collision iframe test. Fixes #8539. | timmywil | 2011-10-13 | 1 | -19/+28 |
* | Override Sizzle attribute retrieval with jQuery.attr. Fixes #5637, #7128, #92... | timmywil | 2011-09-19 | 1 | -0/+133 |
* | No need to duplicate Sizzle tests, just run them directly from Sizzle. | John Resig | 2011-02-10 | 1 | -517/+0 |
* | Pull over tests from Sizzle. "Remove backslashes from tag name filter. Fixes ... | Anton M | 2011-02-10 | 1 | -2/+3 |
* | Pull over tests from Sizzle. Fixes #3729. Fixes #6428. | Anton M | 2011-01-28 | 1 | -1/+10 |
* | Bring back in #main prefix on adjacent selectors. | jeresig | 2011-01-24 | 1 | -5/+5 |
* | Backing out disconnected + and ~ tests as they're not something that we activ... | jeresig | 2011-01-24 | 1 | -9/+6 |
* | Fix selector scope on some tests, so they don't fail on testswarm. | Anton M | 2011-01-22 | 1 | -5/+5 |
* | Disabled a broken test for now, until WebKit browsers become more current. | jeresig | 2011-01-17 | 1 | -2/+5 |
* | Accidentally removed the module teardown code. | jeresig | 2011-01-17 | 1 | -1/+1 |
* | Opera was falling back to undefined, which it didn't appreciate. | jeresig | 2011-01-17 | 1 | -1/+1 |
* | Merge branch 'master' of github.com:jquery/jquery | jeresig | 2011-01-17 | 1 | -1/+1 |
|\ |
|
| * | Update unit tests with a leak detection mechanism for the various jQuery glob... | Colin Snover | 2011-01-09 | 1 | -1/+1 |
* | | Fixed a couple issues with escaping of attribute values in selectors. Fixes #... | jeresig | 2011-01-17 | 1 | -12/+55 |
|/ |
|
* | Clean trailing whitespace from all files. | Colin Snover | 2010-12-30 | 1 | -19/+19 |
* | Merge branch 'fixAdjacentTests' of https://github.com/jitter/jquery into jitt... | John Resig | 2010-11-09 | 1 | -5/+5 |
|\ |
|
| * | Fix selector tests broken by newer version of Qunit. | Anton M | 2010-11-09 | 1 | -5/+5 |
* | | Ensure that unquoted attribute selectors are quoted (allowing them to go into... | John Resig | 2010-11-09 | 1 | -3/+11 |
|/ |
|
* | Only change ID on nodes that don't already have an ID for rooted qSA. Fixes #... | jeresig | 2010-11-01 | 1 | -1/+6 |
* | Fix broken selector code from last commit. | jeresig | 2010-10-22 | 1 | -27/+38 |
* | Make sure that +, >, ~ leading, rooted, selectors go to the old engine. Thank... | jeresig | 2010-10-22 | 1 | -38/+27 |
* | Make sure that we don't use matchesSelector on XML Documents (same as with qS... | jeresig | 2010-10-22 | 1 | -1/+2 |
* | Make sure that we aren't reading one of the bad expandos. Fixes #7212. | jeresig | 2010-10-22 | 1 | -1/+7 |
* | Adding another test for an issue in Gecko's matchesSelector implementation. F... | jeresig | 2010-10-21 | 1 | -2/+8 |
* | Testing *, * was unnecessary - especially in slower browsers. | jeresig | 2010-10-14 | 1 | -2/+1 |
* | Make sure that ambiguous val() selection works correctly. | John Resig | 2010-09-28 | 1 | -7/+7 |
* | Don't have .val() return selected-but-disabled options, or selected options i... | Dave Methvin | 2010-09-24 | 1 | -6/+6 |
* | added "#main" ancestor selector to an "Only Child" and "Last Child" test to f... | Karl Swedberg | 2010-09-07 | 1 | -2/+2 |
* | Fix the order of the element test arguments. | John Resig | 2010-09-02 | 1 | -2/+2 |
* | Tweaked the name unit tests to specify the exact nodes from which to test aga... | John Resig | 2010-09-02 | 1 | -2/+2 |
* | Remove cases of :contains() where quotes are used - not using quotes follows ... | John Resig | 2010-09-02 | 1 | -5/+6 |
* | 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 group... | jeresig | 2009-12-03 | 1 | -80/+86 |
* | 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 inp... | John Resig | 2009-08-26 | 1 | -1/+4 |
* | fix :hidden selector that was accidentally reverted in previous commit, also ... | Brandon Aaron | 2009-05-04 | 1 | -1/+2 |
* | 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 th... | John Resig | 2009-02-19 | 1 | -1/+1 |
* | Missed an other search-related test. | John Resig | 2009-02-18 | 1 | -1/+1 |