Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests:Docs: Fix various typos | Gary Ye | 2015-10-12 | 1 | -1/+1 |
| | | | | | | | | | | | | * Changes "baar" to "bar" when used with "foo" in readme and comments of js files * mousenter -> mouseenter Thanks @garysye, @KimTaehee Closes gh-2613 Closes gh-2601 | ||||
* | Tests: further improvements QUnit 2.0 migration | Oleg Gaidarenko | 2015-09-08 | 1 | -106/+106 |
| | | | | | | | | * Remove QUnit jshint globals * Extend QUnit.assert methods * Use assert.async instead of start/stop/done Ref b930d14ce64937e9478405eee2828d4da091d2cb | ||||
* | Build: Update jscs and lint files | Oleg Gaidarenko | 2015-09-07 | 1 | -229/+229 |
| | | | | Fixes gh-2056 | ||||
* | Tests: partially use new qunit interface | Oleg Gaidarenko | 2015-08-16 | 1 | -166/+174 |
| | | | | | | | | | | | | http://qunitjs.com/upgrade-guide-2.x/ For most of the boring work was used https://github.com/apsdehal/qunit-migrate package However, it can't update local qunit helpers, plus in some places old QUnit.asyncTest signature is still used Fixes gh-2540 | ||||
* | Selector: add test for jQuery.unique() alias | Timmy Willison | 2015-05-05 | 1 | -1/+3 |
| | |||||
* | Selector: add jQuery.uniqueSort; deprecate jQuery.unique | Timmy Willison | 2015-05-04 | 1 | -3/+3 |
| | | | | Fixes gh-2228 | ||||
* | Build: Fix various typos | Oleg Gaidarenko | 2014-11-08 | 1 | -3/+3 |
| | | | | | | | Thanks @jamesgpearce, @vlajos, @imyousuf Closes gh-1828 Closes gh-1830 Closes gh-1844 | ||||
* | Selector: Remove "#" exception for identifier tokens | Michał Gołębiowski | 2014-06-30 | 1 | -2/+2 |
| | | | | | Port Sizzle test change from: https://github.com/jquery/sizzle/commit/f204a6112216f31685717d9fc1bf6cabf42b2ef1 | ||||
* | Selector: Use jQuery reference not Sizzle | Oleg Gaidarenko | 2014-05-29 | 1 | -2/+6 |
| | |||||
* | Selector: Fix test iframe submission for firefox | Oleg Gaidarenko | 2014-05-29 | 1 | -9/+5 |
| | | | | Ref jquery/sizzle@20fbadb0870bd30e0e66c68891f121c0450374c4 | ||||
* | Tests: Remove unused variables | Oleg Gaidarenko | 2014-04-15 | 1 | -2/+2 |
| | |||||
* | Tests: Copy some Sizzle combinators tests | Oleg Gaidarenko | 2014-04-15 | 1 | -0/+41 |
| | |||||
* | Tests: Add more tests for Sizzle attributes | Oleg Gaidarenko | 2014-04-15 | 1 | -3/+89 |
| | |||||
* | Tests: Add test for selectors with commas | Oleg Gaidarenko | 2014-04-15 | 1 | -0/+12 |
| | |||||
* | Tests: Copy Sizzle.uniqueSort tests | Oleg Gaidarenko | 2014-04-15 | 1 | -0/+79 |
| | |||||
* | Tests: Copy Sizzle.contains tests | Oleg Gaidarenko | 2014-04-15 | 1 | -0/+26 |
| | |||||
* | Tests: Move some of the Sizzle tests to selector | Oleg Gaidarenko | 2014-04-15 | 1 | -0/+93 |
| | |||||
* | Fix #14340. Remove remnants of oldIE from unit tests. Close gh-1425. | Michał Gołębiowski | 2013-11-11 | 1 | -4/+5 |
| | |||||
* | Fix #13223. Re-allow leading space in HTML. Close gh-1264. | Dave Methvin | 2013-05-09 | 1 | -12/+0 |
| | | | | (cherry picked from commit 00eafdf028f7730665ce1c05ab44e3f0bc80fbc2) | ||||
* | Fix #13539: Utilize Sizzle hooks. Close gh-1215. | Richard Gibson | 2013-04-05 | 1 | -8/+1 |
| | | | | (cherry picked from commit 4ef516903e6e48bce388ca47c1ed88a447199fa1) | ||||
* | No ticket: Revise unit tests in anticipation of Sizzle-free builds | Richard Gibson | 2013-02-22 | 1 | -5/+10 |
| | |||||
* | 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 |
| | | | | #10406. | ||||
* | 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 |
| | | | | counting space characters). Fixes #11290. | ||||
* | 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 |
| | | | | Depends on jquery/sizzle#177, included with the Sizzle submodule in this commit. | ||||
* | 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 ↵ | Timmy Willison | 2012-09-19 | 1 | -1/+7 |
| | | | | test to jQuery-only. | ||||
* | Make unit tests friendly to Closure Compiler. Closes gh-845. | Chad Killingsworth | 2012-07-05 | 1 | -3/+4 |
| | | | | | | Conflicts: test/unit/effects.js test/unit/offset.js | ||||
* | 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 |
| | | | | See the pull request for more info on the dependency management details. | ||||
* | 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. ↵ | timmywil | 2012-05-30 | 1 | -3/+2 |
| | | | | | | Recomment a tabindex test since FF12's QSA includes video elements that don't have a tabindex attribute. Related: https://bugzilla.mozilla.org/show_bug.cgi?id=618737 | ||||
* | 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 ↵ | timmywil | 2012-05-29 | 1 | -3/+4 |
| | | | | helper methods. | ||||
* | Update Sizzle: Add test for [selected] attribute selections. Addresses a ↵ | timmywil | 2012-05-28 | 1 | -3/+3 |
| | | | | small issue in IE8's boolean attribute selections with QSA. | ||||
* | 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 ↵ | timmywil | 2012-05-28 | 1 | -3/+55 |
| | | | | the selection to jquery/test/unit/selector.js | ||||
* | fixes #10693, generalizes the "test something in an iframe" code when a ↵ | Mike Sherov | 2012-02-23 | 1 | -44/+4 |
| | | | | callback isn't needed | ||||
* | Fix #10931: Make unit tests work without web access. | Richard Gibson | 2012-01-12 | 1 | -2/+2 |
| | | | | | Applies https://github.com/gibson042/jquery/tree/10931 to dd900460ac6f77be71ceb878bc2cd1465397dc60 | ||||
* | 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, ↵ | timmywil | 2011-09-19 | 1 | -0/+133 |
| | | | | | | #9261, #9570, #10178. Bug fixed on the side: $(window).is('a') was throwing an exception. Fixes #10178. | ||||
* | 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 |
| | | | | #8220." | ||||
* | Pull over tests from Sizzle. Fixes #3729. Fixes #6428. | Anton M | 2011-01-28 | 1 | -1/+10 |
| |