aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit
Commit message (Expand)AuthorAgeFilesLines
...
* Tests: Add iOS 11 support test resultsMichał Gołębiowski-Owczarek2017-11-201-0/+18
* Tests: Add Safari 11 support test resultsMichał Gołębiowski-Owczarek2017-10-181-0/+18
* CSS: Detect more WebKit styles erroneously reported as percentagesRichard Gibson2017-09-181-10/+10
* Tests: Update lineHeight adjustments to give Android more slopRichard Gibson2017-09-081-9/+9
* CSS: Avoid unit-conversion interference from CSS upper boundsRichard Gibson2017-08-282-1/+18
* Dimensions: Don't trust non-pixel computed width/heightRichard Gibson2017-08-071-0/+23
* Tests: Replace non-ASCII whitespace in source codeRichard Gibson2017-07-311-1/+1
* Dimensions: Improve offsetWidth/offsetHeight fallbackRichard Gibson2017-07-311-0/+19
* Ajax: add an ontimeout handler to all requestsErik Lax2017-07-241-0/+17
* Tests: Account for TestSwarm focus issuesRichard Gibson2017-07-201-89/+98
* Tests: Simulate events when CI hinders use of native onesRichard Gibson2017-07-201-120/+107
* Tests: Reduce the abort timeout for simple focus testingRichard Gibson2017-07-191-7/+3
* Tests: Abort focus tests when the environment doesn't cooperateRichard Gibson2017-07-181-1/+10
* Tests: Try extra hard to control focusRichard Gibson2017-07-181-12/+21
* Support: Properly check for IE9 absolute scrollbox mishandlingRichard Gibson2017-07-182-44/+68
* Dimensions: Detect and account for content-box dimension mishandlingRichard Gibson2017-07-101-5/+12
* Test: ensure position/offset return mutable objectsJason Bedard2017-07-101-5/+31
* Core: Deprecate jQuery.isWindowShashanka Nataraj2017-07-103-23/+20
* Event: `stopPropagation()` on native event-handlerPierre Spring2017-07-101-0/+41
* Dimensions: Include scroll gutter in "padding" boxRichard Gibson2017-06-191-0/+83
* Tests: minor typosAndreas Solleder2017-06-052-2/+2
* Docs:Tests: Update IE/Edge-related support comments & testsMichał Gołębiowski2017-05-154-42/+34
* Tests: Correct expected assertion countRichard Gibson2017-04-291-1/+1
* Tests: Clean up offset debuggingRichard Gibson2017-04-291-17/+0
* Tests: Adjust by actual scroll position, rather than expectedRichard Gibson2017-04-291-12/+11
* Tests: Add debugging to investigate iOS failuresRichard Gibson2017-04-281-2/+22
* Tests: Reset iframe window scroll after updating html/document positionRichard Gibson2017-04-281-3/+10
* Tests: Allow a mock QUnit.test for perfect testIframe fidelityRichard Gibson2017-04-251-12/+11
* Tests: Improve offset test setup and labelsRichard Gibson2017-04-241-34/+31
* Core: Update isFunction to handle unusual-@@toStringTag inputRichard Gibson2017-04-242-8/+100
* Offset: Use correct offset parents; include all border/scroll valuesRichard Gibson2017-04-241-1/+210
* Tests: add test for passing trigger data to radio click handlerTimmy Willison2017-03-201-0/+10
* Revert "Event: Add radio click triggering tests"Timmy Willison2017-03-201-26/+11
* Dimensions: fall back to offsetWidth/Height for inline elemsTimmy Willison2017-03-201-0/+14
* Tests: move readywait to an iframe testSteve Mao2017-03-201-0/+13
* Dimensions: ignore transforms when retrieving width/heightTimmy Willison2017-03-131-0/+11
* Tests: Clean up after the CSS Custom Properties support testMichał Gołębiowski2017-03-071-2/+4
* Tests: Skip CSS custom properties tests in non-supporting browsersMichał Gołębiowski2017-03-071-55/+66
* CSS: Support custom propertiesConnor Atherton2017-03-071-0/+64
* Core: move jQuery.fn.nodeName to jQuery.nodeName, add testsMichał Gołębiowski2017-03-061-0/+48
* Effects: stabilize rAF logic & align timeout logic with itOleg Gaidarenko2017-03-061-9/+2
* Core: Deprecate jQuery.nodeNamekaran-962017-03-012-10/+10
* Traversing: $.fn.contents() supports HTMLTemplateElement南漂一卒2017-01-291-0/+52
* Event: Add radio click triggering testsAlex Padilla2017-01-191-11/+26
* Effects: Resolve issues revealed by recent Callbacks fixRichard Gibson2017-01-161-8/+9
* Manipulation: Restrict the tbody search to child nodesRichard Gibson2017-01-091-0/+20
* Callbacks: Prevent add() from unlocking with-memory listsRichard Gibson2017-01-091-0/+21
* Tests: Added tests for symbol-separated tag namesDavid Broder-Rodgers2016-12-291-9/+18
* Deferred: Stop inventing jQuery.when() resolution valuesRichard Gibson2016-12-161-2/+2
* Offset: report offset for 0 sized elementsJason Bedard2016-12-121-2/+30