| Commit message (Expand) | Author | Age | Files | Lines |
* | Tests: test element position outside view | Oleg Gaidarenko | 2016-02-11 | 1 | -0/+12 |
* | Effects: Remove tests for jQuery.Animation & jQuery.Tween | Michał Gołębiowski | 2015-11-17 | 1 | -3/+1 |
* | Revert "Manipulation: execute scripts from iframe in the iframe's context" | Oleg Gaidarenko | 2015-11-13 | 1 | -18/+0 |
* | Revert "Ajax: Always use script injection in globalEval" | Oleg Gaidarenko | 2015-11-13 | 2 | -1/+1 |
* | Release: remove revert artefacts | Oleg Gaidarenko | 2015-11-13 | 2 | -1/+3 |
* | Revert "CSS: Ignore the CSS cascade in show()/hide()/etc." | Oleg Gaidarenko | 2015-11-13 | 1 | -2/+10 |
* | Manipulation: execute scripts from iframe in the iframe's context | Timmy Willison | 2015-11-09 | 1 | -0/+18 |
* | Event: Make event aliases optional in unit tests | Dave Methvin | 2015-11-06 | 1 | -1/+1 |
* | Core: use interactive to evaluate dom ready, barring IE9-10 | Timmy Willison | 2015-10-29 | 1 | -0/+23 |
* | CSS: Correct misrepresentation of "auto" horizontal margins as 0 | Richard Gibson | 2015-10-18 | 1 | -1/+2 |
* | Tests: Change quotes according to style guidelines | Julian Alexander Murillo | 2015-10-18 | 7 | -16/+16 |
* | Tests: Keep test iframes around for assertions | Richard Gibson | 2015-10-17 | 1 | -1/+1 |
* | Ajax: improve content-type detection | Oleg Gaidarenko | 2015-10-12 | 1 | -0/+5 |
* | Event: fix incorrect test | Oleg Gaidarenko | 2015-10-12 | 1 | -1/+1 |
* | Tests:Docs: Fix various typos | Gary Ye | 2015-10-12 | 2 | -3/+3 |
* | Event: Move .bind() and .delegate() to deprecated | Dave Methvin | 2015-10-12 | 1 | -0/+1 |
* | Tests: Use QUnit URL parameter parsing | Richard Gibson | 2015-10-08 | 1 | -6/+3 |
* | Tests: Add dummy modules when running basic tests | Richard Gibson | 2015-10-08 | 1 | -13/+16 |
* | Tests: Really fix tests in IE 8 this time | Michał Gołębiowski | 2015-09-08 | 1 | -1/+1 |
* | Tests: Don't load non-basic tests when basic module is selected | Michał Gołębiowski | 2015-09-08 | 1 | -29/+37 |
* | Tests: Add simple tests for Android 2.3 | Michał Gołębiowski | 2015-09-08 | 1 | -0/+6 |
* | Tests: further improvements QUnit 2.0 migration | Oleg Gaidarenko | 2015-09-08 | 2 | -11/+11 |
* | Tests: lower the PHP sleep time in unreleasedXHR.html | Michał Gołębiowski | 2015-09-08 | 1 | -1/+1 |
* | Build: correct style tests files which could be automatically corrected | Oleg Gaidarenko | 2015-09-07 | 1 | -2/+2 |
* | Build: Update jscs and lint files | Oleg Gaidarenko | 2015-09-07 | 4 | -819/+1113 |
* | Tests: partially use new qunit interface | Oleg Gaidarenko | 2015-08-16 | 1 | -20/+29 |
* | Docs: Fix various spelling mistakes | Bruno Pérel | 2015-07-30 | 1 | -1/+1 |
* | Effects: Adding unit tests for jQuery.Animation | Corey Frang | 2015-06-26 | 1 | -0/+1 |
* | Effects: Add tests for jQuery.Tween | Corey Frang | 2015-06-26 | 1 | -1/+2 |
* | Offset: add tests for hidden elements + scroll | Timmy Willison | 2015-06-16 | 1 | -0/+2 |
* | Tests: Remove test/data/ua.txt | Michał Gołębiowski | 2015-06-16 | 1 | -272/+0 |
* | CSS: Ignore the CSS cascade in show()/hide()/etc. | Richard Gibson | 2015-05-11 | 1 | -10/+2 |
* | Tests: Increase QUnit timeout | Michał Gołębiowski | 2015-04-27 | 1 | -1/+1 |
* | Ajax: make jQuery#load "type" field explicit | Oleg Gaidarenko | 2015-02-15 | 2 | -0/+1 |
* | Core: re-introduce createHTMLDocument in parseHTML; Safari 8 left out | Timmy Willison | 2014-12-10 | 1 | -1/+1 |
* | Build: fix tests in AMD mode | Timmy Willison | 2014-12-09 | 1 | -1/+3 |
* | Tests: Minor updates for QUnit 1.16 compatibility | Richard Gibson | 2014-12-05 | 1 | -4/+3 |
* | Misc: Remove leftover -moz-box-sizing in tests | Michał Gołębiowski | 2014-11-03 | 1 | -1/+0 |
* | Build: update grunt-jscs-checker and pass with the new rules | Timmy Willison | 2014-07-17 | 2 | -9/+24 |
* | Ajax: Always use script injection in globalEval | Oleg Gaidarenko | 2014-06-16 | 2 | -1/+1 |
* | Data: Work around IE11 bug with onpageshow attribute | Dave Methvin | 2014-04-30 | 1 | -0/+16 |
* | Effects: Respect display value on inline elements | Oleg Gaidarenko | 2014-04-30 | 1 | -0/+3 |
* | Build: Fix code style issue | Oleg Gaidarenko | 2014-04-15 | 1 | -1/+0 |
* | Tests: Fix failing ajax tests in oldIE | Oleg Gaidarenko | 2014-04-15 | 3 | -4/+4 |
* | Tests: Bring back some of the clean-up logic | Oleg Gaidarenko | 2014-04-15 | 1 | -0/+11 |
* | Tests: Do global clean up in teardown function | Oleg Gaidarenko | 2014-04-15 | 1 | -0/+2 |
* | Build: Use jscs to check test helpers | Oleg Gaidarenko | 2014-04-15 | 2 | -2/+0 |
* | Tests: More improvments for testrunner | Oleg Gaidarenko | 2014-04-15 | 2 | -59/+36 |
* | Tests: Remove Sizzle intergration tests | Oleg Gaidarenko | 2014-04-15 | 2 | -174/+27 |
* | Tests: Simplify globals cleanup | Oleg Gaidarenko | 2014-04-15 | 1 | -10/+9 |