aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit
Commit message (Expand)AuthorAgeFilesLines
* 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
* Selector: add jQuery.escapeSelectorTimmy Willison2016-01-281-0/+6
* CSS: Add test for gh-2867Timmy Willison2016-01-271-0/+10
* Build: enable JSCS for test/unit/support.js, fix styling issuesMichał Gołębiowski2016-01-271-3/+5
* Tests: Set Edge's expected support for clearCloneStyle to trueZack Hall2016-01-271-2/+3
* Tests: Fix manipulation tests in Android 4.4Michał Gołębiowski2016-01-271-0/+12
* Core: Update isNumeric tests for pre-ES2015 safetyRichard Gibson2016-01-241-24/+20
* Core: Improve isNumeric logic and test coverageSteve Mao2016-01-241-2/+23
* Tests: Fix Deferred tests in Android 5.0's stock Chrome browser & Yandex.BrowserMichał Gołębiowski2016-01-201-2/+36
* Event: Fix chaining .on() with null handlersDevin Wilson2016-01-191-0/+22
* Attributes: fix setting selected on an option in IE<=11Timmy Willison2016-01-191-0/+31
* Docs: remove compat referencesTimmy Willison2016-01-141-1/+1
* CSS: Restore cascade-override behavior in .showRichard Gibson2016-01-132-98/+338