| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Tests: Improve jsonp tests | Oleg Gaidarenko | 2014-04-15 | 1 | -2/+2 |
* | Tests: Correct logic of a broken assertion | Oleg Gaidarenko | 2014-04-15 | 1 | -2/+3 |
* | Support: Add Android support tests results | Michał Gołębiowski | 2014-03-31 | 1 | -0/+74 |
* | Css: change boxSizingReliable in IE<9. | Michał Gołębiowski | 2014-03-21 | 1 | -3/+3 |
* | Effects: Don't overwrite display:none when .hide()ing hidden elements | Richard Gibson | 2014-03-20 | 1 | -0/+13 |
* | CSS: jQuery#hide should always save display value | Oleg Gaidarenko | 2014-03-20 | 1 | -0/+10 |
* | Attributes: Trim whitespace from option text when returned as a value | John Hoven | 2014-03-20 | 1 | -0/+13 |
* | Event: Don't test stopImmediatePropagation in Android 2.3 | Michał Gołębiowski | 2014-03-18 | 1 | -2/+5 |
* | Core: Blacklist the ready test on async-loaded jQuery in iOS7 | Michał Gołębiowski | 2014-03-17 | 1 | -4/+9 |
* | Event: Unit test for #14741 fix | Dave Methvin | 2014-03-16 | 1 | -0/+14 |
* | Event: Call underlying stopImmediatePropagation when present | Dave Methvin | 2014-03-12 | 1 | -2/+17 |
* | Core: Add test for jQuery.ready.promise fallback load | Michał Gołębiowski | 2014-03-13 | 1 | -0/+5 |
* | Support: Make the support matrix for iOS 6 match iOS 7 as well | Michał Gołębiowski | 2014-03-13 | 1 | -1/+1 |
* | Css: Fix tests | Michał Gołębiowski | 2014-03-10 | 1 | -6/+9 |
* | Support: Simplify the box-sizing test | Michał Gołębiowski | 2014-03-10 | 1 | -5/+0 |
* | Css: Revert 24e587929f62428e1959b10aace6dc4fd65ab397 | Michał Gołębiowski | 2014-03-10 | 1 | -7/+20 |
* | Ajax, Effects: Disable Chrome 31 workarounds | Michał Gołębiowski | 2014-03-10 | 2 | -30/+11 |
* | Core: Do not run window.onready when ready | Dave Methvin | 2014-03-04 | 1 | -0/+7 |
* | CSS: Return values should be numbers | Dave Methvin | 2014-03-04 | 1 | -1/+2 |
* | Event: Allow triggerHandler(beforeunload) | Dave Methvin | 2014-03-04 | 1 | -0/+5 |
* | Ajax: .load() should trim its selector | Dave Methvin | 2014-03-04 | 1 | -0/+8 |
* | Core: Arrays like [42] should fail .isNumeric() | Dave Methvin | 2014-03-04 | 1 | -1/+3 |
* | Effects: Don't check fill-opacity in Android 2.3, it's not supported | Michał Gołębiowski | 2014-02-13 | 1 | -1/+6 |
* | Event: Blacklist the onbeforeunload test in Android 2.3 | Michał Gołębiowski | 2014-02-13 | 1 | -3/+4 |
* | Css: Don't check fill-opacity in Android 2.3, it's not supported | Michał Gołębiowski | 2014-02-13 | 1 | -1/+6 |
* | Docs: Add support comments for prefixed box-sizing | Michał Gołębiowski | 2014-02-05 | 2 | -0/+2 |
* | Build: Upgrade QUnit to 1.14.0 | Michał Gołębiowski | 2014-02-05 | 4 | -18/+18 |
* | Support: Add iOS6 support tests results | Michał Gołębiowski | 2014-01-27 | 1 | -0/+37 |
* | Tests: Blacklist beforeunload test in iOS | Michał Gołębiowski | 2014-01-27 | 1 | -1/+4 |
* | Manipulation: Use textarea for missing IE defaultValue check | Dave Methvin | 2014-01-23 | 1 | -1/+1 |
* | Tests: Fix appendChecked support value for Safari 5.1 | Michał Gołębiowski | 2014-01-22 | 1 | -1/+1 |
* | Tests: fix Safari userAgent detection | Michał Gołębiowski | 2014-01-22 | 1 | -3/+3 |
* | Support: Add expected support results for Safari 7 & IE11 | Michał Gołębiowski | 2014-01-22 | 1 | -0/+74 |
* | Tests: Blacklist one effects test in Chrome 31 | Michał Gołębiowski | 2014-01-21 | 1 | -4/+17 |
* | Traversing: Check all pairwise element combinations for .find( els ) | Richard Gibson | 2014-01-17 | 1 | -2/+4 |
* | Tests: Fix code style issues | Oleg | 2014-01-16 | 1 | -4/+4 |
* | Attrs: Restore ability to pass array to jQuery#val | Oleg | 2014-01-16 | 1 | -2/+7 |
* | Attrs: Fix valHook for option element | Oleg | 2014-01-16 | 1 | -0/+9 |
* | Tests: Fix another issue with sinon timers | Oleg | 2014-01-14 | 1 | -10/+1 |
* | Ajax: support non-RFC2616 methods for oldIE | Oleg | 2014-01-14 | 1 | -0/+11 |
* | Tests: Fix sinon timers for oldIE | Oleg | 2014-01-13 | 1 | -3/+6 |
* | Effects: First step() call should match :animated selector | Dave Methvin | 2014-01-09 | 1 | -0/+15 |
* | Tests: Fix test broken by previous cherry-pick | Dave Methvin | 2014-01-09 | 1 | -3/+5 |
* | Effects: Integrate sinon fake timers into tests | John Paul | 2014-01-09 | 1 | -288/+204 |