aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Selector: update SizzleMichał Gołębiowski2014-02-055-64/+94
* Build: Switch to explicit dependencies versions in bower.jsonMichał Gołębiowski2014-02-023-7/+45
* Build: Specify browserSets for TestSwarm directlyMichał Gołębiowski2014-01-271-1/+1
* Support: Add iOS6 support tests resultsMichał Gołębiowski2014-01-271-0/+37
* Css: Document reliableMarginRight is needed for Android 2.3Michał Gołębiowski2014-01-271-0/+1
* Tests: Blacklist beforeunload test in iOSMichał Gołębiowski2014-01-271-1/+4
* Build: Remove obsolete UglifyJS workaroundMichał Gołębiowski2014-01-261-7/+0
* Build: Upgrade npm devDependenciesMichał Gołębiowski2014-01-261-8/+8
* Css: Fix the reliableMarginRight test in oldIE.Michał Gołębiowski2014-01-261-3/+7
* Css: Don’t cache support.reliableMarginRight; thanks @jdalton, @timmywilMichał Gołębiowski2014-01-261-6/+5
* Updating the 1.x-master version to 1.11.1pre.Timmy Willison2014-01-232-6/+2
* Release: Instantiate a zip archiver, run archivers asyncTimmy Willison2014-01-231-9/+10
* Manipulation: Use textarea for missing IE defaultValue checkDave Methvin2014-01-232-7/+8
* Tests: Fix appendChecked support value for Safari 5.1Michał Gołębiowski2014-01-221-1/+1
* Tests: fix Safari userAgent detectionMichał Gołębiowski2014-01-221-3/+3
* Support: Add expected support results for Safari 7 & IE11Michał Gołębiowski2014-01-221-0/+74
* Tests: Blacklist one effects test in Chrome 31Michał Gołębiowski2014-01-211-4/+17
* Traversing: Check all pairwise element combinations for .find( els )Richard Gibson2014-01-171-2/+4
* Docs: Update authors fileOleg2014-01-171-0/+3
* Release: Publish to npmJörn Zaefferer2014-01-171-0/+1
* Tests: Fix code style issuesOleg2014-01-161-4/+4
* Attrs: Restore ability to pass array to jQuery#valOleg2014-01-162-3/+9
* Attrs: Force reflow in select value setterOleg2014-01-161-5/+21
* Attrs: Fix valHook for option elementOleg2014-01-162-2/+10
* Tests: Remove one of the checks for memory leakOleg2014-01-141-12/+0
* Tests: Fix another issue with sinon timersOleg2014-01-141-10/+1