aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit
Commit message (Expand)AuthorAgeFilesLines
...
* Core: Update tested jsdom, drop obsolete workaroundsMichał Gołębiowski2015-03-251-2/+1
* Offset: Round offset value for the sake of floating errorsMichał Gołębiowski2015-03-231-2/+5
* Deferred: Backwards-compatible standards interoperabilityRichard Gibson2015-03-201-82/+418
* Tests: Expand CSS relative adjustment tolerance for IERichard Gibson2015-03-161-2/+2
* Tests: Fix CSS relative adjustment test for round-down browsersRichard Gibson2015-03-161-7/+19
* Attributes: revert returning null for non-elementsTimmy Willison2015-03-161-1/+1
* Attributes: fix failing test for new return valueTimmy Willison2015-03-161-2/+11
* Attributes: return null when attribute does not existWinston Howes2015-03-161-38/+38
* CSS: Support relative adjustment in any applicable unitMr212015-03-091-0/+52
* Ajax: remove deprecated extensions from ajax promiseOleg Gaidarenko2015-02-171-6/+6
* Build: fix broken assertions caused by QUnit updateOleg Gaidarenko2015-02-152-9/+9
* Ajax: make jQuery#load "type" field explicitOleg Gaidarenko2015-02-151-1/+12
* Core: simplify "each" stylesheet iteration testOleg Gaidarenko2015-02-151-1/+1
* Offset: don't run scrollTop/scrollLeft iframe test in Android 2.3 & 4.0Oleg Gaidarenko2015-02-111-5/+8
* Manipulation: don't auto-insert tbodyOleg Gaidarenko2015-02-111-0/+75
* Manipulation: simplify html wrappersOleg Gaidarenko2015-02-111-1/+12
* CSS: Add a support test for the hack for .css('marginRight') etc.Michał Gołębiowski2015-02-051-0/+11
* Data: Use a PDF object instead of a Java applet for acceptData testingMichał Gołębiowski2015-01-291-4/+4
* Ajax: Run the PATCH test only in IE8 on TestSwarmMichał Gołębiowski2015-01-291-10/+13
* Core: Return empty array instead of null for parseHTML("")Timo Tijhof2015-01-191-4/+9
* Manipulation: increase delay of data-URI testOleg Gaidarenko2015-01-151-1/+1
* Event: HTML5 drop events inherit from MouseEventDave Methvin2015-01-141-7/+12
* Manipulation: blacklist IE8 from running tests for tag-hyphenated elemsOleg Gaidarenko2015-01-141-0/+7
* Manipulation: add support to tag-hyphenated elementsLeonardo Braga2015-01-131-0/+17
* Core: add support to tag-hyphenated elementsLeonardo Braga2015-01-131-0/+13
* Core: Remove deprecated context and selector propertiesDave Methvin2015-01-112-47/+4
* Ajax: $.post and $.get can now take an options objectGeorge Mauer2015-01-111-0/+20
* Callbacks: Don't abort execution on .lock()Richard Gibson2015-01-101-4/+12
* Callbacks: No object starts out lockedRichard Gibson2015-01-101-6/+9
* Ajax: Fix cross-domain detection test for non-default portVictor Homyakov2015-01-061-1/+1
* Event: Normalize mouse event properties in drag eventsAditya Raghavan2015-01-051-0/+19
* Deferred: Fix $.when with resolved deferred and progress callbacksNicolas HENRY2014-12-251-0/+22
* Offset: fix iframe scrollTop/Left test for IE8 and iPhoneOleg Gaidarenko2014-12-251-8/+22
* Offset: fix iframe scrollTop/Left test for IE8Oleg Gaidarenko2014-12-241-0/+1
* CSS: simplify hack of css getter for the computed valuesOleg Gaidarenko2014-12-241-0/+11
* Manipulation: make wrapAll funarg execute only onceOleg Gaidarenko2014-12-241-0/+60
* CSS: Add unit tests for negative margins and positioningAditya Raghavan2014-12-241-0/+15
* Event: add test for window scrollTop/Left logic in iframesAditya Raghavan2014-12-241-0/+15
* README: various text fixesOleg Gaidarenko2014-12-151-1/+1
* Support: Correct iOS 8 support test results, re-arrange entriesMichał Gołębiowski2014-12-131-5/+36
* Ajax: use anchor tag for parsing urlsBen Toews2014-12-111-1/+5
* Data: use removeAttribute in cleanData to bypass Chrome bugJason Bedard2014-12-102-10/+12
* Build: fix tests in AMD modeTimmy Willison2014-12-101-13/+16
* Core: introduce createHTMLDocument in parseHTML; Safari 8/IE8 left outTimmy Willison2014-12-102-1/+56
* Event: Empty namespaces should be uneventfully ignoredDave Methvin2014-12-091-0/+11
* Css: Remove non-functional unit test for negative marginDave Methvin2014-12-091-4/+1
* Support: Re-organize browser order, add Safari 8Michał Gołębiowski2014-12-091-67/+9
* Attributes: Simplify the option val hook; backport a test from masterMichał Gołębiowski2014-12-081-0/+5
* Misc: Drop support for older browsers; update support commentsMichał Gołębiowski2014-12-0812-535/+146
* Manipulation: improve test for data-URIOleg Gaidarenko2014-12-081-11/+24