Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Core: deprecate jQuery.isNumeric | Jason Bedard | 2018-01-15 | 4 | -81/+78 |
| | | | | | Fixes gh-2960 Closes gh-3888 | ||||
* | Ajax: Don't process non-string data property on no-entity-body requests | Dave Methvin | 2018-01-15 | 1 | -1/+32 |
| | | | | | Fixes gh-3438 Closes gh-3781 | ||||
* | Event: Move event aliases to deprecated | Dave Methvin | 2018-01-15 | 2 | -86/+76 |
| | | | | Fixes gh-3214 | ||||
* | Core: deprecate jQuery.isFunction | Jason Bedard | 2018-01-15 | 7 | -157/+162 |
| | | | | Fixes gh-3609 | ||||
* | Tests: fix function reference for unbinding | Timmy Willison | 2018-01-08 | 1 | -4/+4 |
| | | | | Ref gh-2958 | ||||
* | Tests: only run ontimeout test if ontimeout exists | Timmy Willison | 2018-01-08 | 1 | -16/+20 |
| | | | | | Fixes gh-3742 Close gh-3919 | ||||
* | Ajax: add unit test for getScript(Object) | Timmy Willison | 2018-01-08 | 1 | -0/+18 |
| | | | | | Fixes gh-3736 Close gh-3918 | ||||
* | Attributes: allow array param in add/remove/toggleClass | Timmy Willison | 2018-01-08 | 1 | -0/+50 |
| | | | | | | | | | +30 bytes instead of +182 Thanks to @faisaliyk for the first pass on this feature. Fixes gh-3532 Close gh-3917 | ||||
* | Core: deprecate jQuery.proxy (not slated for removal) | Timmy Willison | 2018-01-08 | 3 | -55/+56 |
| | | | | | Fixes gh-2958 Close gh-3885 | ||||
* | Core: deprecate jQuery.now | Timmy Willison | 2018-01-08 | 5 | -8/+8 |
| | | | | | Fixes gh-2959 Close gh-3884 | ||||
* | Core: adjust data tests to ensure proper camelCasing | Timmy Willison | 2018-01-08 | 1 | -29/+96 |
| | | | | | - Add back camelCase to the public object (deprecate not remove) Ref #3384 | ||||
* | Core: make camelCase function available only for internal usage | Nilton Cesar | 2018-01-08 | 3 | -27/+24 |
| | | | | | Close gh-3604 Fixes gh-3384 | ||||
* | Tests: Add support for running unit tests via grunt with karma | Timo Tijhof | 2017-12-18 | 12 | -208/+198 |
| | | | | | | | | | | | | | - Update QUnit to 1.23.1 - Remove unused dl#dl from test/index.html - Remove unused map#imgmap from test/index.html - Ensure all urls to data use baseURI - Add the 'grunt karma:main' task - customContextFile & customDebugFile - Add 'npm run jenkins' script Close gh-3744 Fixes gh-1999 | ||||
* | CSS: Correctly set support properties with non-default zoom | Saptak Sengupta | 2017-12-05 | 1 | -0/+9 |
| | | | | Fixes gh-3808 Closes gh-3872 | ||||
* | Tests: Add iOS 11 support test results | Michał Gołębiowski-Owczarek | 2017-11-20 | 1 | -0/+18 |
| | |||||
* | Tests: Add Safari 11 support test results | Michał Gołębiowski-Owczarek | 2017-10-18 | 1 | -0/+18 |
| | |||||
* | CSS: Detect more WebKit styles erroneously reported as percentages | Richard Gibson | 2017-09-18 | 1 | -10/+10 |
| | | | | | Ref 692f9d4db30c9c6c4f6bc76005cf153586202fa6 Fixes gh-3777 Closes gh-3778 | ||||
* | Tests: Update lineHeight adjustments to give Android more slop | Richard Gibson | 2017-09-08 | 1 | -9/+9 |
| | |||||
* | CSS: Avoid unit-conversion interference from CSS upper bounds | Richard Gibson | 2017-08-28 | 2 | -1/+18 |
| | | | | Fixes gh-2144 Closes gh-3745 | ||||
* | Dimensions: Don't trust non-pixel computed width/height | Richard Gibson | 2017-08-07 | 1 | -0/+23 |
| | | | | Fixes gh-3611 Closes gh-3741 | ||||
* | Tests: Replace non-ASCII whitespace in source code | Richard Gibson | 2017-07-31 | 1 | -1/+1 |
| | |||||
* | Dimensions: Improve offsetWidth/offsetHeight fallback | Richard Gibson | 2017-07-31 | 1 | -0/+19 |
| | | | | | Fixes gh-3698 Fixes gh-3602 Closes gh-3738 | ||||
* | Ajax: add an ontimeout handler to all requests | Erik Lax | 2017-07-24 | 1 | -0/+17 |
| | | | | | Fixes gh-3586 Close gh-3590 | ||||
* | Tests: Account for TestSwarm focus issues | Richard Gibson | 2017-07-20 | 1 | -89/+98 |
| | | | | Closes gh-3732 | ||||
* | Tests: Simulate events when CI hinders use of native ones | Richard Gibson | 2017-07-20 | 1 | -120/+107 |
| | | | | Ref gh-3732 | ||||
* | Tests: Reduce the abort timeout for simple focus testing | Richard Gibson | 2017-07-19 | 1 | -7/+3 |
| | | | | Ref gh-3732 | ||||
* | Tests: Abort focus tests when the environment doesn't cooperate | Richard Gibson | 2017-07-18 | 1 | -1/+10 |
| | | | | Ref gh-3732 | ||||
* | Tests: Try extra hard to control focus | Richard Gibson | 2017-07-18 | 1 | -12/+21 |
| | | | | Ref gh-3732 | ||||
* | Support: Properly check for IE9 absolute scrollbox mishandling | Richard Gibson | 2017-07-18 | 2 | -44/+68 |
| | | | | | | Ref gh-3589 Fixes gh-3699 Fixes gh-3730 Closes gh-3729 | ||||
* | Dimensions: Detect and account for content-box dimension mishandling | Richard Gibson | 2017-07-10 | 1 | -5/+12 |
| | | | | Fixes gh-3699 Closes gh-3700 | ||||
* | Test: ensure position/offset return mutable objects | Jason Bedard | 2017-07-10 | 1 | -5/+31 |
| | | | | | Fixes gh-3612 Closes gh-3695 | ||||
* | Core: Deprecate jQuery.isWindow | Shashanka Nataraj | 2017-07-10 | 3 | -23/+20 |
| | | | | | Fixes gh-3629 Close gh-3702 | ||||
* | Event: `stopPropagation()` on native event-handler | Pierre Spring | 2017-07-10 | 1 | -0/+41 |
| | | | | | Fixes gh-3693 Close gh-3694 | ||||
* | Dimensions: Include scroll gutter in "padding" box | Richard Gibson | 2017-06-19 | 1 | -0/+83 |
| | | | | Fixes gh-3589 Closes gh-3656 | ||||
* | Tests: minor typos | Andreas Solleder | 2017-06-05 | 2 | -2/+2 |
| | | | | Close gh-3671 | ||||
* | Docs:Tests: Update IE/Edge-related support comments & tests | Michał Gołębiowski | 2017-05-15 | 4 | -42/+34 |
| | | | Closes gh-3661 | ||||
* | Tests: Correct expected assertion count | Richard Gibson | 2017-04-29 | 1 | -1/+1 |
| | | | | Ref e94b5b0bbf8d8179bc79ab749470e71092225862 | ||||
* | Tests: Clean up offset debugging | Richard Gibson | 2017-04-29 | 1 | -17/+0 |
| | | | | | Ref 1d2df772b4d6e5dbf91df6e75f4a1809f7879ab0 Ref c0edd8dc18e02999a25768a4946093b015045f80 | ||||
* | Tests: Adjust by actual scroll position, rather than expected | Richard Gibson | 2017-04-29 | 1 | -12/+11 |
| | | | | Ref 1d2df772b4d6e5dbf91df6e75f4a1809f7879ab0 | ||||
* | Tests: Add debugging to investigate iOS failures | Richard Gibson | 2017-04-28 | 1 | -2/+22 |
| | | | | Ref 1d2df772b4d6e5dbf91df6e75f4a1809f7879ab0 | ||||
* | Tests: Reset iframe window scroll after updating html/document position | Richard Gibson | 2017-04-28 | 1 | -3/+10 |
| | | | | Ref 1d2df772b4d6e5dbf91df6e75f4a1809f7879ab0 Closes gh-3649 | ||||
* | Tests: Allow a mock QUnit.test for perfect testIframe fidelity | Richard Gibson | 2017-04-25 | 1 | -12/+11 |
| | | | | Ref 1d2df772b4d6e5dbf91df6e75f4a1809f7879ab0 Closes gh-3647 | ||||
* | Tests: Improve offset test setup and labels | Richard Gibson | 2017-04-24 | 1 | -34/+31 |
| | | | | | | Hopefully this fixes iOS testing: http://swarm.jquery.org/job/5226 Ref 1d2df772b4d6e5dbf91df6e75f4a1809f7879ab0 Closes gh-3641 | ||||
* | Core: Update isFunction to handle unusual-@@toStringTag input | Richard Gibson | 2017-04-24 | 2 | -8/+100 |
| | | | | | | Ref gh-3597 Fixes gh-3600 Fixes gh-3596 Closes gh-3617 | ||||
* | Offset: Use correct offset parents; include all border/scroll values | Richard Gibson | 2017-04-24 | 1 | -1/+210 |
| | | | | | | | | Thanks @anseki Fixes gh-3080 Fixes gh-3107 Closes gh-3096 Closes gh-3487 | ||||
* | Tests: add test for passing trigger data to radio click handler | Timmy Willison | 2017-03-20 | 1 | -0/+10 |
| | | | | | Close gh-3581 Fixes gh-3579 | ||||
* | Revert "Event: Add radio click triggering tests" | Timmy Willison | 2017-03-20 | 1 | -26/+11 |
| | | | | This reverts commit 5f35b5b406ae7d504de86a3f0a5647b2fdf4f2af. | ||||
* | Dimensions: fall back to offsetWidth/Height for inline elems | Timmy Willison | 2017-03-20 | 1 | -0/+14 |
| | | | | | Close gh-3577 Fixes gh-3571 | ||||
* | Tests: move readywait to an iframe test | Steve Mao | 2017-03-20 | 1 | -0/+13 |
| | | | | | Close gh-3576 Fixes gh-3573 | ||||
* | Dimensions: ignore transforms when retrieving width/height | Timmy Willison | 2017-03-13 | 1 | -0/+11 |
| | | | | | Close gh-3561 Fixes gh-3193 |