aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit
Commit message (Expand)AuthorAgeFilesLines
* Build: More ESLint related changesOleg Gaidarenko2016-07-092-2/+1
* Core: Re-throw errors that happened in callbacks wrapped in jQuery readyMichał Gołębiowski2016-07-071-1/+51
* Build: ESLint detailsOleg Gaidarenko2016-06-1116-159/+161
* Deferred: Propagate progress correctly from unwrapped promisesMichał Gołębiowski2016-06-091-0/+30
* Attributes: Avoid infinite recursion on non-lowercase attribute gettersMichał Gołębiowski2016-06-031-0/+19
* Tests: Remove side-effects of one attributes testMichał Gołębiowski2016-06-031-1/+10
* Event: Allow constructing a jQuery.Event without a targetDave Methvin2016-06-021-0/+9
* Events: don't execute native stop(Immediate)Propagation from simulationOleg Gaidarenko2016-05-191-7/+90
* Deferred: Give better stack diagnostics on exceptionsDave Methvin2016-05-111-9/+16
* Deferred: Make jQuery.when synchronous when possibleRichard Gibson2016-05-091-6/+40
* Event: Cover invalid delegation selector edge casesRichard Gibson2016-05-061-8/+10
* Event: Evaluate delegate selectors at add timeFelipe Sateler2016-05-061-0/+13
* Event: Remove fixHooks, propHooks; switch to ES5 getter with addPropJason Bedard2016-05-041-15/+7
* Tests: Make the regex catching Safari 9.0/9.1 more resilientMichał Gołębiowski2016-05-021-1/+1
* Tests: take Safari 9.1 into accountMichał Gołębiowski2016-05-021-1/+1
* Deferred: Separate the two paths in jQuery.whenRichard Gibson2016-05-022-179/+224
* Revert "Effects: Remove additional parameters of easings"Oleg Gaidarenko2016-04-271-2/+6
* Deferred: Provide explicit undefined context for jQuery.when raw castsRichard Gibson2016-04-271-1/+4
* Ajax: Ensure ajaxSettings.traditional is still honoredDave Methvin2016-04-272-2/+73
* Serialize: .param - don't use ajaxSettings.traditionalAlexander K2016-04-271-28/+12
* Tests: Weaken sync-assumption from jQuery.when to jQuery.ready.thenRichard Gibson2016-04-261-11/+35
* Deferred: Remove default callback contextRichard Gibson2016-04-231-26/+42
* Tests: Refactor testIframe() to make it DRYer and more consistentDave Methvin2016-04-1110-51/+51
* Tests: Make iframe tests wait after checking isReadyDave Methvin2016-04-113-21/+14
* CSS: Toggle detached elements as visible unless they have display: noneRichard Gibson2016-04-112-4/+41
* Core: add test for `jQuery.isPlainObject(localStorage)`Oleg Gaidarenko2016-04-081-0/+6
* Serialize: Treat literal and function-returned null/undefined the sameJoe Trumbull2016-04-051-1/+4
* Ajax: execute jQuery#load callback with correct contextOleg Gaidarenko2016-04-041-0/+19
* Tests: do not run IE9 effect tests if inside testswarmOleg Gaidarenko2016-04-041-20/+29
* Core: Simplify isPlainObjectRichard Gibson2016-04-041-5/+6
* Core: set the base href of the context in parseHTMLTimmy Willison2016-04-041-0/+9
* Core: implement ready without DeferredTimmy Willison2016-04-041-11/+67
* Docs: Update support comments to follow the new syntaxMichał Gołębiowski2016-03-305-8/+8
* Docs:Tests: Remove legacy code & add support comments where neededMichał Gołębiowski2016-03-304-54/+37
* Attributes: strip/collapse whitespace for set values on selectsTimmy Willison2016-03-171-6/+76
* Core: Restore 1.x isPlainObject constructor checksRichard Gibson2016-03-141-1/+10
* Tests: add additional test for jQuery.isPlainObjectOleg Gaidarenko2016-03-121-1/+11
* Tests: Restrict "p > * > *" selection in selector.js to #qunit-fixtureAlexander Lisianoi2016-03-091-1/+1
* Docs:Tests: Remove obsolete code from tests, update support commentsMichał Gołębiowski2016-03-088-126/+44
* Core: restore enumeration behavior in isPlainObjectTimmy Willison2016-03-071-2/+14
* Core: Deprecate jQuery.parseJSONMichał Gołębiowski2016-03-025-95/+76
* Dimensions: Add tests for negative borders & paddingsVitaliy Terziev2016-02-241-6/+32
* Tests: limit selection to #qunit-fixture in attributes.jsAlexander Lisianoi2016-02-221-5/+6
* Tests: fix typosWilliam Robinet2016-02-172-3/+3
* Tests: use `jQuery` variable instead of `$`Oleg Gaidarenko2016-02-131-1/+1
* Tests: test element position outside viewOleg Gaidarenko2016-02-111-0/+30
* Tests: account for new offset testsOleg Gaidarenko2016-02-091-1/+1
* Revert "Offset: account for scroll when calculating position"Oleg Gaidarenko2016-02-091-12/+2
* Tests: fix another traverse testOleg Gaidarenko2016-01-311-1/+5
* Tests:Build: update qunit and fix incorrect testOleg Gaidarenko2016-01-291-2/+25