aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit
Commit message (Expand)AuthorAgeFilesLines
...
* Offset: Fix .offset() to correctly work with ShadowDOMArthur Stolyar2015-05-051-5/+23
* Selector: add test for jQuery.unique() aliasTimmy Willison2015-05-051-1/+3
* Selector: add jQuery.uniqueSort; deprecate jQuery.uniqueTimmy Willison2015-05-042-4/+4
* Data: camelCasing should not ignore caseTimmy Willison2015-05-041-0/+10
* Data: always camelCase keys in .data()Timmy Willison2015-05-041-6/+90
* Data: do not include digits when camelCasingTimmy Willison2015-05-042-5/+6
* Event: remove guard for falsy handler argument of jQuery#on methodOleg Gaidarenko2015-05-031-14/+0
* Manipulation: Make an HTML interception pointRichard Gibson2015-04-302-48/+79
* Manipulation: Detect sneaky no-content replaceWith inputRichard Gibson2015-04-301-4/+20
* Core: add workaround for iOS JIT error in isArrayLikeTimmy Willison2015-04-291-0/+21
* Deferred: Always handle progress callbacks before done/failRichard Gibson2015-04-221-0/+48
* Attributes: revert returning null for non-existant attributesTimmy Willison2015-03-301-47/+38
* Wrap: Support .unwrap( selector) for selective unwrappingDave Methvin2015-03-301-0/+25
* 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