aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Event: Remove redundant fallback to getPreventDefault()Michał Gołębiowski2014-03-201-5/+3
* Effects: Don't overwrite display:none when .hide()ing hidden elementsRichard Gibson2014-03-202-5/+23
* CSS: jQuery#hide should always save display valueOleg Gaidarenko2014-03-202-6/+13
* Attributes: Trim whitespace from option text when returned as a valueJohn Hoven2014-03-203-1/+17
* CSS: window.getDefaultComputedStyle may return nullRodrigo Rosenfeld Rosas2014-03-202-3/+5
* Core: Fix comments for .get() methodBenjy Cui2014-03-202-2/+4
* Tests: Remove obsolete speed directoryDave Methvin2014-03-2011-7159/+0
* Build: Add commitplease for commit msg checkingJörn Zaefferer2014-03-201-8/+9
* Core: Change the sleep time in dont_return.php from 100s to 30sMichał Gołębiowski2014-03-191-1/+1
* Event: Don't test stopImmediatePropagation in Android 2.3Michał Gołębiowski2014-03-181-2/+5
* Core: Change the sleep time in dont_return.php to a sane valueMichał Gołębiowski2014-03-181-1/+1
* Build: Change the timeout for the weekly job from 4h to 1hMichał Gołębiowski2014-03-181-4/+4
* Core: Blacklist the ready test on async-loaded jQuery in iOS7Michał Gołębiowski2014-03-171-4/+9
* Event: Unit test for #14741 fixDave Methvin2014-03-161-0/+14
* Event: Treat Pointer events like mouse events, #14741louisremi2014-03-161-2/+4
* Readme: Fix subsection titles and grammar, thanks @robgraeberDave Methvin2014-03-161-6/+6
* Build: Refactor testswarm Grunt task optionsMichał Gołębiowski2014-03-161-7/+11
* CSS: Add flex-grow and flex-shrink to cssNumberRoman Rei_2014-03-133-0/+4
* Readme: updating QUnit informationLeonardo Balter2014-03-131-1/+1
* AMD: Note on AMD best practicesS. Andrew Sheppard2014-03-122-0/+7
* Core: Bump timeouts to stabilize doc ready testMichał Gołębiowski2014-03-132-2/+2
* Event: Call underlying stopImmediatePropagation when presentDave Methvin2014-03-122-2/+24
* Core: Add test for jQuery.ready.promise fallback loadMichał Gołębiowski2014-03-133-0/+43
* Support: Make the support matrix for iOS 6 match iOS 7 as wellMichał Gołębiowski2014-03-131-1/+1
* Build: Fix testswarm task, use API correctlyJörn Zaefferer2014-03-121-5/+4
* Build: Allow to specify timeout in the testswarm taskMichał Gołębiowski2014-03-111-7/+3
* Build: Make it possible to change browserSets in the testswarm taskMichał Gołębiowski2014-03-101-2/+6
* Css: Fix testsMichał Gołębiowski2014-03-101-6/+9
* Support: Simplify the box-sizing testMichał Gołębiowski2014-03-104-40/+8
* Css: Revert 24e587929f62428e1959b10aace6dc4fd65ab397Michał Gołębiowski2014-03-102-10/+20
* Ajax, Effects: Disable Chrome 31 workaroundsMichał Gołębiowski2014-03-102-30/+11
* Build: Fix AMD option for custom buildsTimmy Willison2014-03-071-6/+12
* Ajax: Use two-arg form of .slice() for old IEDave Methvin2014-03-041-1/+1
* Core: Do not run window.onready when readyDave Methvin2014-03-043-2/+34
* CSS: Return values should be numbersDave Methvin2014-03-042-3/+4
* Event: Allow triggerHandler(beforeunload)Dave Methvin2014-03-043-2/+26
* Ajax: .load() should trim its selectorDave Methvin2014-03-043-1/+10
* Core: Arrays like [42] should fail .isNumeric()Dave Methvin2014-03-042-2/+4
* Core: Remove native String#trim usage to save sizeMichał Gołębiowski2014-03-042-19/+6
* Support: Reduce size via code consolidation and minification awarenessRichard Gibson2014-03-045-196/+116
* Bower: stop ignoring yourself, bowerTimmy Willison2014-02-191-2/+1
* Bower: add main property, move Sizzle to devDependencies, add license propertyTimmy Willison2014-02-191-3/+3
* Effects: Don't check fill-opacity in Android 2.3, it's not supportedMichał Gołębiowski2014-02-131-1/+6
* Event: Blacklist the onbeforeunload test in Android 2.3Michał Gołębiowski2014-02-131-3/+4
* Css: Don't check fill-opacity in Android 2.3, it's not supportedMichał Gołębiowski2014-02-131-1/+6
* Support: Skip style-based tests when element.style is undefinedRichard Gibson2014-02-132-8/+16
* Core: Correct support comments for String.prototype.trimMichał Gołębiowski2014-02-131-1/+3
* Docs: Remove the note about consequences of excluding Sizzle from READMEMichał Gołębiowski2014-02-121-2/+0
* Docs: Add support comments for prefixed box-sizingMichał Gołębiowski2014-02-054-0/+5
* Build: Upgrade QUnit to 1.14.0Michał Gołębiowski2014-02-059-640/+709