aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit
Commit message (Expand)AuthorAgeFilesLines
* squash! Set attributes all at once, src lastDave Methvin2018-05-141-5/+3
* Ajax: Allow custom attributes when script transport is usedDave Methvin2018-05-141-0/+23
* Traversing: $.fn.contents() support for objectLuis Emilio Velasco Sanchez2018-05-141-38/+68
* CSS: Correctly detect scrollbox support with non-default zoomRichard Gibson2018-05-071-3/+4
* CSS: Ensure camel- vs kebab-cased names are not collapsed for CSS varsMichał Gołębiowski-Owczarek2018-05-021-0/+2
* CSS: Skip the px-appending logic for animations of non-element propsMichał Gołębiowski-Owczarek2018-04-301-0/+11
* Tests: ensure support tests are failed by at least one tested browserMichał Gołębiowski-Owczarek2018-04-231-205/+253
* Tests: Fix Android 4.0 Deferred testsMichał Gołębiowski-Owczarek2018-02-121-1/+3
* Tests: Disable native abort test in Android 4.0Michał Gołębiowski-Owczarek2018-02-121-18/+20
* Tests: skip test with invalid selector for selector-native testsTimmy Willison2018-01-191-1/+1
* Tests: ensure that module assertions run on supported browsersTimmy Willison2018-01-161-8/+14
* Manipulation: Add support for scripts with module typebasil.belokon2018-01-161-0/+16
* Tests: fix number of expected assertions in basic coreTimmy Willison2018-01-161-1/+1
* Core: deprecate jQuery.typeJason Bedard2018-01-165-64/+46
* Tests: fix weird flaky attributes test in Edge 16Timmy Willison2018-01-161-1/+1
* Tests: fix weird failure in Edge 16 CSSTimmy Willison2018-01-161-1/+1
* Core: deprecate jQuery.isNumericJason Bedard2018-01-154-81/+78
* Ajax: Don't process non-string data property on no-entity-body requestsDave Methvin2018-01-151-1/+32
* Event: Move event aliases to deprecatedDave Methvin2018-01-152-86/+76
* Core: deprecate jQuery.isFunctionJason Bedard2018-01-157-157/+162
* Tests: fix function reference for unbindingTimmy Willison2018-01-081-4/+4
* Tests: only run ontimeout test if ontimeout existsTimmy Willison2018-01-081-16/+20
* Ajax: add unit test for getScript(Object)Timmy Willison2018-01-081-0/+18
* Attributes: allow array param in add/remove/toggleClassTimmy Willison2018-01-081-0/+50
* Core: deprecate jQuery.proxy (not slated for removal)Timmy Willison2018-01-083-55/+56
* Core: deprecate jQuery.nowTimmy Willison2018-01-085-8/+8
* Core: adjust data tests to ensure proper camelCasingTimmy Willison2018-01-081-29/+96
* Core: make camelCase function available only for internal usageNilton Cesar2018-01-083-27/+24
* Tests: Add support for running unit tests via grunt with karmaTimo Tijhof2017-12-1812-208/+198
* CSS: Correctly set support properties with non-default zoomSaptak Sengupta2017-12-051-0/+9
* 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