Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | 9 | -40/+45 | |
| | | | | | Fixes gh-3629 Close gh-3702 | |||||
* | Event: `stopPropagation()` on native event-handler | Pierre Spring | 2017-07-10 | 2 | -4/+58 | |
| | | | | | Fixes gh-3693 Close gh-3694 | |||||
* | Build: fix uglify options for uglify update | Timmy Willison | 2017-07-10 | 3 | -1293/+1918 | |
| | | | | | | | - Uses new typeofs option for compression - See https://github.com/mishoo/UglifyJS2/issues/2198 Close gh-3710 | |||||
* | Build: Update sinon, husky, and qunitjs | Timmy Willison | 2017-07-10 | 2 | -406/+2047 | |
| | ||||||
* | Build: update node dependencies; commit package-lock.json | CDAGaming | 2017-06-26 | 3 | -17/+3854 | |
| | | | | | - Also ignore yarn.lock Close gh-3669 | |||||
* | Deferred: fix memory leak of promise callbacks | Jason Bedard | 2017-06-20 | 1 | -1/+8 | |
| | | | | Fixes gh-3606 Closes gh-3657 | |||||
* | Dimensions: Include scroll gutter in "padding" box | Richard Gibson | 2017-06-19 | 2 | -46/+151 | |
| | | | | Fixes gh-3589 Closes gh-3656 | |||||
* | Tests: minor typos | Andreas Solleder | 2017-06-05 | 2 | -2/+2 | |
| | | | | Close gh-3671 | |||||
* | Build: Test on Node.js 8, stop testing on Node.js 7 | Michał Gołębiowski | 2017-05-30 | 1 | -1/+1 | |
| | ||||||
* | Docs:Tests: Update IE/Edge-related support comments & tests | Michał Gołębiowski | 2017-05-15 | 8 | -47/+40 | |
| | | | Closes gh-3661 | |||||
* | CSS: Drop the float mapping from cssProps | Michał Gołębiowski | 2017-05-06 | 1 | -3/+1 | |
| | | | | | Firefox 35 and newer support style.float directly. Closes #3569 | |||||
* | Tests: Revert some testIframe changes to fix dimensions tests | Richard Gibson | 2017-04-29 | 1 | -7/+2 | |
| | | | | Ref c0edd8dc18e02999a25768a4946093b015045f80 | |||||
* | Revert "Tests: Revert some testIframe changes to fix dimensions tests" | Richard Gibson | 2017-04-29 | 1 | -2/+7 | |
| | | | | This reverts commit c4368a93116e9d1d17587fc2f5421a891957cf45. | |||||
* | Tests: Revert some testIframe changes to fix dimensions tests | Richard Gibson | 2017-04-29 | 1 | -7/+2 | |
| | | | | Ref c0edd8dc18e02999a25768a4946093b015045f80 | |||||
* | 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 | 2 | -24/+1 | |
| | | | | | Ref 1d2df772b4d6e5dbf91df6e75f4a1809f7879ab0 Ref c0edd8dc18e02999a25768a4946093b015045f80 | |||||
* | Tests: Adjust by actual scroll position, rather than expected | Richard Gibson | 2017-04-29 | 2 | -13/+12 | |
| | | | | Ref 1d2df772b4d6e5dbf91df6e75f4a1809f7879ab0 | |||||
* | Tests: Keep iframes visible in TestSwarm | Richard Gibson | 2017-04-28 | 1 | -2/+13 | |
| | | | | 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: Prepend test iframes for even *more* consistency | Richard Gibson | 2017-04-25 | 1 | -1/+1 | |
| | | | | Ref 1d2df772b4d6e5dbf91df6e75f4a1809f7879ab0 | |||||
* | Tests: Allow a mock QUnit.test for perfect testIframe fidelity | Richard Gibson | 2017-04-25 | 2 | -14/+16 | |
| | | | | Ref 1d2df772b4d6e5dbf91df6e75f4a1809f7879ab0 Closes gh-3647 | |||||
* | Tests: Attach test iframes to the body for visibility-dependent code | Richard Gibson | 2017-04-25 | 2 | -6/+12 | |
| | | | | Ref 1d2df772b4d6e5dbf91df6e75f4a1809f7879ab0 Closes gh-3645 | |||||
* | Tests: Be even more async for iOS | Richard Gibson | 2017-04-24 | 1 | -1/+1 | |
| | | | | Ref 1d2df772b4d6e5dbf91df6e75f4a1809f7879ab0 Closes gh-3643 | |||||
* | Tests: Improve offset test setup and labels | Richard Gibson | 2017-04-24 | 3 | -35/+32 | |
| | | | | | | 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 | 3 | -10/+107 | |
| | | | | | | 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 | 3 | -27/+340 | |
| | | | | | | | | Thanks @anseki Fixes gh-3080 Fixes gh-3107 Closes gh-3096 Closes gh-3487 | |||||
* | Docs: Update links to HTML spec for stripAndCollapse (#3594) | Boom Lee | 2017-03-29 | 2 | -2/+2 | |
| | ||||||
* | Tests: Fix incorrect assert name for ensure_iterability_es6 | Timo Tijhof | 2017-03-20 | 1 | -1/+1 | |
| | | | | Closes gh-3584 Ref bb026fc1. | |||||
* | Build: Updating the master version to 3.2.2-pre. | Timmy Willison | 2017-03-20 | 1 | -1/+1 | |
| | ||||||
* | Revert "Build: Updating the master version to 3.2.2-pre." | Timmy Willison | 2017-03-20 | 1 | -1/+1 | |
| | | | | This reverts commit 066bd8681c4a8ba2de707d59ee3a8df771804970. | |||||
* | CSS: retrieve inline style before computed | Timmy Willison | 2017-03-20 | 1 | -2/+7 | |
| | | | | - Fixes an issue with getting computed style on detached elements | |||||
* | Build: Updating the master version to 3.2.2-pre. | Timmy Willison | 2017-03-20 | 1 | -1/+1 | |
| | ||||||
* | 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. | |||||
* | Revert "Event: Trigger checkbox and radio click events identically" | Timmy Willison | 2017-03-20 | 4 | -11/+7 | |
| | | | | This reverts commit b442abacbb8464f0165059e8da734e3143d0721f. | |||||
* | Dimensions: fall back to offsetWidth/Height for inline elems | Timmy Willison | 2017-03-20 | 3 | -2/+22 | |
| | | | | | Close gh-3577 Fixes gh-3571 | |||||
* | Tests: move readywait to an iframe test | Steve Mao | 2017-03-20 | 5 | -44/+37 | |
| | | | | | Close gh-3576 Fixes gh-3573 | |||||
* | Build: update PR template | Timmy Willison | 2017-03-18 | 1 | -1/+5 | |
| | | | | - Comment out things we don't need to see in the PR description - Change CLA link | |||||
* | Release: edit dist README version on release | Timmy Willison | 2017-03-17 | 1 | -1/+24 | |
| | | | | Fixes gh-3574 | |||||
* | Build: Updating the master version to 3.2.1-pre. | Timmy Willison | 2017-03-16 | 1 | -1/+1 | |
| | ||||||
* | Release: md5sum -> md5 -r for MAC | Timmy Willison | 2017-03-16 | 1 | -1/+1 | |
| | ||||||
* | Release: update version to 3.2.0-pre | Timmy Willison | 2017-03-15 | 1 | -1/+1 | |
| | ||||||
* | Release: update AUTHORS.txt | Timmy Willison | 2017-03-15 | 1 | -0/+6 | |
| | ||||||
* | Release: update release dependencies | Timmy Willison | 2017-03-15 | 1 | -4/+4 | |
| | ||||||
* | CSS: remove dead code in getWidthOrHeight | Timmy Willison | 2017-03-13 | 1 | -5/+0 | |
| | | | | | | - getCSS already falls back to inline styles Ref gh-3561 | |||||
* | Dimensions: ignore transforms when retrieving width/height | Timmy Willison | 2017-03-13 | 2 | -30/+27 | |
| | | | | | Close gh-3561 Fixes gh-3193 | |||||
* | Tests: Clean up after the CSS Custom Properties support test | Michał Gołębiowski | 2017-03-07 | 1 | -2/+4 | |
| | | | | | Ref bcec54ee7271e2d0e427bcb246e3d2009a8f84f9 Ref 619bf98d5b479f9582dbc40259b666f1c5a83146 | |||||
* | Tests: Skip CSS custom properties tests in non-supporting browsers | Michał Gołębiowski | 2017-03-07 | 1 | -55/+66 | |
| | | | | Ref 619bf98d5b479f9582dbc40259b666f1c5a83146 |