| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Event: Treat Pointer events like mouse events, #14741 | louisremi | 2014-03-16 | 1 | -2/+4 |
* | Readme: Fix subsection titles and grammar, thanks @robgraeber | Dave Methvin | 2014-03-16 | 1 | -6/+6 |
* | Build: Refactor testswarm Grunt task options | Michał Gołębiowski | 2014-03-16 | 1 | -7/+11 |
* | CSS: Add flex-grow and flex-shrink to cssNumber | Roman Rei_ | 2014-03-13 | 3 | -0/+4 |
* | Readme: updating QUnit information | Leonardo Balter | 2014-03-13 | 1 | -1/+1 |
* | AMD: Note on AMD best practices | S. Andrew Sheppard | 2014-03-12 | 2 | -0/+7 |
* | Core: Bump timeouts to stabilize doc ready test | Michał Gołębiowski | 2014-03-13 | 2 | -2/+2 |
* | Event: Call underlying stopImmediatePropagation when present | Dave Methvin | 2014-03-12 | 2 | -2/+24 |
* | Core: Add test for jQuery.ready.promise fallback load | Michał Gołębiowski | 2014-03-13 | 3 | -0/+43 |
* | Support: Make the support matrix for iOS 6 match iOS 7 as well | Michał Gołębiowski | 2014-03-13 | 1 | -1/+1 |
* | Build: Fix testswarm task, use API correctly | Jörn Zaefferer | 2014-03-12 | 1 | -5/+4 |
* | Build: Allow to specify timeout in the testswarm task | Michał Gołębiowski | 2014-03-11 | 1 | -7/+3 |
* | Build: Make it possible to change browserSets in the testswarm task | Michał Gołębiowski | 2014-03-10 | 1 | -2/+6 |
* | Css: Fix tests | Michał Gołębiowski | 2014-03-10 | 1 | -6/+9 |
* | Support: Simplify the box-sizing test | Michał Gołębiowski | 2014-03-10 | 4 | -40/+8 |
* | Css: Revert 24e587929f62428e1959b10aace6dc4fd65ab397 | Michał Gołębiowski | 2014-03-10 | 2 | -10/+20 |
* | Ajax, Effects: Disable Chrome 31 workarounds | Michał Gołębiowski | 2014-03-10 | 2 | -30/+11 |
* | Build: Fix AMD option for custom builds | Timmy Willison | 2014-03-07 | 1 | -6/+12 |
* | Ajax: Use two-arg form of .slice() for old IE | Dave Methvin | 2014-03-04 | 1 | -1/+1 |
* | Core: Do not run window.onready when ready | Dave Methvin | 2014-03-04 | 3 | -2/+34 |
* | CSS: Return values should be numbers | Dave Methvin | 2014-03-04 | 2 | -3/+4 |
* | Event: Allow triggerHandler(beforeunload) | Dave Methvin | 2014-03-04 | 3 | -2/+26 |
* | Ajax: .load() should trim its selector | Dave Methvin | 2014-03-04 | 3 | -1/+10 |
* | Core: Arrays like [42] should fail .isNumeric() | Dave Methvin | 2014-03-04 | 2 | -2/+4 |
* | Core: Remove native String#trim usage to save size | Michał Gołębiowski | 2014-03-04 | 2 | -19/+6 |
* | Support: Reduce size via code consolidation and minification awareness | Richard Gibson | 2014-03-04 | 5 | -196/+116 |
* | Bower: stop ignoring yourself, bower | Timmy Willison | 2014-02-19 | 1 | -2/+1 |
* | Bower: add main property, move Sizzle to devDependencies, add license property | Timmy Willison | 2014-02-19 | 1 | -3/+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 |
* | Support: Skip style-based tests when element.style is undefined | Richard Gibson | 2014-02-13 | 2 | -8/+16 |
* | Core: Correct support comments for String.prototype.trim | Michał Gołębiowski | 2014-02-13 | 1 | -1/+3 |
* | Docs: Remove the note about consequences of excluding Sizzle from README | Michał Gołębiowski | 2014-02-12 | 1 | -2/+0 |
* | Docs: Add support comments for prefixed box-sizing | Michał Gołębiowski | 2014-02-05 | 4 | -0/+5 |
* | Build: Upgrade QUnit to 1.14.0 | Michał Gołębiowski | 2014-02-05 | 9 | -640/+709 |
* | Selector: update Sizzle | Michał Gołębiowski | 2014-02-05 | 5 | -64/+94 |
* | Build: Switch to explicit dependencies versions in bower.json | Michał Gołębiowski | 2014-02-02 | 3 | -7/+45 |
* | Build: Specify browserSets for TestSwarm directly | Michał Gołębiowski | 2014-01-27 | 1 | -1/+1 |
* | Support: Add iOS6 support tests results | Michał Gołębiowski | 2014-01-27 | 1 | -0/+37 |
* | Css: Document reliableMarginRight is needed for Android 2.3 | Michał Gołębiowski | 2014-01-27 | 1 | -0/+1 |
* | Tests: Blacklist beforeunload test in iOS | Michał Gołębiowski | 2014-01-27 | 1 | -1/+4 |
* | Build: Remove obsolete UglifyJS workaround | Michał Gołębiowski | 2014-01-26 | 1 | -7/+0 |
* | Build: Upgrade npm devDependencies | Michał Gołębiowski | 2014-01-26 | 1 | -8/+8 |
* | Css: Fix the reliableMarginRight test in oldIE. | Michał Gołębiowski | 2014-01-26 | 1 | -3/+7 |
* | Css: Don’t cache support.reliableMarginRight; thanks @jdalton, @timmywil | Michał Gołębiowski | 2014-01-26 | 1 | -6/+5 |
* | Updating the 1.x-master version to 1.11.1pre. | Timmy Willison | 2014-01-23 | 2 | -6/+2 |
* | Release: Instantiate a zip archiver, run archivers async | Timmy Willison | 2014-01-23 | 1 | -9/+10 |
* | Manipulation: Use textarea for missing IE defaultValue check | Dave Methvin | 2014-01-23 | 2 | -7/+8 |
* | Tests: Fix appendChecked support value for Safari 5.1 | Michał Gołębiowski | 2014-01-22 | 1 | -1/+1 |