| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix 363299ac failures | Richard Gibson | 2013-02-07 | 1 | -1/+3 |
* | Ref #13316: Sync all documents on full vs. minified source. Close gh-1147. | Richard Gibson | 2013-02-07 | 1 | -4/+3 |
* | Fix failing tests, add support for empty spans in Opera. Supplements #13132, ... | Timmy Willison | 2013-01-21 | 1 | -23/+0 |
* | Fix #11115: Normalize boolean attributes/properties. Close gh-1066. | Richard Gibson | 2012-12-15 | 1 | -2/+10 |
* | Fix #12600: don't use value property in place of value attribute. Close gh-1063. | Richard Gibson | 2012-12-14 | 1 | -3/+16 |
* | Adjust jQuery('html') detection to only match when html starts with '<' (not ... | timmywil | 2012-12-13 | 1 | -1/+13 |
* | Fix #13044: execute all QUnit modules in TestSwarm. Close gh-1074. | Richard Gibson | 2012-12-13 | 1 | -1/+1 |
* | Test: Update index.html to new QUnit format. Close gh-1061. | Timo Tijhof | 2012-12-10 | 1 | -5/+7 |
* | enforce double quotes via JSHint. Closes gh-975 | Mike Sherov | 2012-10-16 | 1 | -13/+13 |
* | Update Sizzle: fix a failing test in traversing. Move an attribute selector t... | Timmy Willison | 2012-09-19 | 1 | -1/+7 |
* | Make unit tests friendly to Closure Compiler. Closes gh-845. | Chad Killingsworth | 2012-07-05 | 1 | -3/+4 |
* | Unit tests are linted and passing. | Rick Waldron | 2012-06-21 | 1 | -2/+2 |
* | Fix #11857. Modularize css.js, add dependency management. Closes gh-816. | Mike Sherov | 2012-06-10 | 1 | -20/+22 |
* | Make dimensions modular, adds optional build flag. Fixes #11856 | Mike Sherov | 2012-06-05 | 1 | -3/+3 |
* | Adjust the return type for the tabindex attribute tests to be a string. Recom... | timmywil | 2012-05-30 | 1 | -3/+2 |
* | Uncomment an old test for when the tabindex attrhook was deprecated | timmywil | 2012-05-30 | 1 | -3/+3 |
* | Remove the tabindex attrHook. Fixes #8473 | timmywil | 2012-05-30 | 1 | -3/+9 |
* | Add quick-start documentation for testing with QUnit and using jQuery's helpe... | timmywil | 2012-05-29 | 1 | -3/+4 |
* | Update Sizzle: Add test for [selected] attribute selections. Addresses a smal... | timmywil | 2012-05-28 | 1 | -3/+3 |
* | Move length tests to jQuery's selector tests as it relates to jQuery.merge. | timmywil | 2012-05-28 | 1 | -1/+4 |
* | Minor test suite adjustments | timmywil | 2012-05-28 | 1 | -1/+2 |
* | Update Sizzle and add tests from the Sizzle suite that require jQuery for the... | timmywil | 2012-05-28 | 1 | -3/+55 |
* | fixes #10693, generalizes the "test something in an iframe" code when a callb... | Mike Sherov | 2012-02-23 | 1 | -44/+4 |
* | 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 |