aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* Core: Make jQuery objects iterableMichał Gołębiowski2015-06-135-0/+67
* Build: Refactor Node smoke testsMichał Gołębiowski2015-06-136-38/+34
* Build: Update grunt-contrib-jshintMichał Gołębiowski2015-06-131-0/+1
* CSS: Don't cache unrecognized CSS property namesMichał Gołębiowski2015-06-011-0/+80
* Event: remove outdated originalEvent hackOleg Gaidarenko2015-05-291-16/+49
* Event: Remove fake originalEvent from jQuery.Event.simulateGabriel Schulhof2015-05-292-0/+59
* Event: remove deprecated event aliasesOleg Gaidarenko2015-05-191-8/+1
* Event: provide verbose comment for focus(in | out) & rename support propOleg Gaidarenko2015-05-191-10/+10
* Offset: account for scroll when calculating positionRichard McDaniel2015-05-121-1/+12
* Core: remove custom ready eventTimmy Willison2015-05-121-33/+30
* Attributes: add SVG class manipulationTimmy Willison2015-05-121-0/+28
* Data: remove the expando when there's no more dataTimmy Willison2015-05-122-2/+40
* Tests: fix tests in accordance with new :visible behaviorTimmy Willison2015-05-122-5/+7
* CSS: fix :visible/:hidden selectors for inline element w/ contentTimmy Willison2015-05-121-7/+13
* CSS: Ignore the CSS cascade in show()/hide()/etc.Richard Gibson2015-05-113-220/+228
* Effects: add tests for jQuery.easing._default in Animation and TweenTimmy Willison2015-05-051-25/+80
* Effects: set default easing using jQuery.easing._defaultTimmy Willison2015-05-051-15/+35
* Offset: allow offset setter to throw for disconnected elementsTimmy Willison2015-05-051-9/+1
* Offset: remove ownerDocument check in offset getterTimmy Willison2015-05-051-10/+1
* 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-5/+31
* Data: do not include digits when camelCasingTimmy Willison2015-05-032-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
* Core: Test all factory use cases from intro.jsMichał Gołębiowski2015-04-276-5/+88
* Tests: Increase QUnit timeoutMichał Gołębiowski2015-04-271-1/+1
* 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
* Data: Drop the tests relying on appletsMichał Gołębiowski2015-03-251-6/+3
* Offset: Round offset value for the sake of floating errorsMichał Gołębiowski2015-03-231-2/+5
* Deferred: Backwards-compatible standards interoperabilityRichard Gibson2015-03-203-82/+442
* 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
* Data: restore explicit data removal of private data in cleanData.Rick Waldron2015-03-091-0/+17
* CSS: Support relative adjustment in any applicable unitMr212015-03-091-0/+52
* Build: remove deprecated JSHint optionsStephen Edgar2015-03-081-3/+0
* Data: move element cache to element[expando]Rick Waldron2015-03-041-7/+2
* Tests: make top of the HTML suite compliant with style guideOleg Gaidarenko2015-02-191-7/+5
* 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-153-1/+13