| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Dimensions: Include scroll gutter in "padding" box | Richard Gibson | 2017-06-19 | 2 | -46/+151 |
* | Tests: minor typos | Andreas Solleder | 2017-06-05 | 2 | -2/+2 |
* | 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 |
* | CSS: Drop the float mapping from cssProps | Michał Gołębiowski | 2017-05-06 | 1 | -3/+1 |
* | Tests: Revert some testIframe changes to fix dimensions tests | Richard Gibson | 2017-04-29 | 1 | -7/+2 |
* | Revert "Tests: Revert some testIframe changes to fix dimensions tests" | Richard Gibson | 2017-04-29 | 1 | -2/+7 |
* | Tests: Revert some testIframe changes to fix dimensions tests | Richard Gibson | 2017-04-29 | 1 | -7/+2 |
* | Tests: Correct expected assertion count | Richard Gibson | 2017-04-29 | 1 | -1/+1 |
* | Tests: Clean up offset debugging | Richard Gibson | 2017-04-29 | 2 | -24/+1 |
* | Tests: Adjust by actual scroll position, rather than expected | Richard Gibson | 2017-04-29 | 2 | -13/+12 |
* | Tests: Keep iframes visible in TestSwarm | Richard Gibson | 2017-04-28 | 1 | -2/+13 |
* | Tests: Add debugging to investigate iOS failures | Richard Gibson | 2017-04-28 | 1 | -2/+22 |
* | Tests: Reset iframe window scroll after updating html/document position | Richard Gibson | 2017-04-28 | 1 | -3/+10 |
* | Tests: Prepend test iframes for even *more* consistency | Richard Gibson | 2017-04-25 | 1 | -1/+1 |
* | Tests: Allow a mock QUnit.test for perfect testIframe fidelity | Richard Gibson | 2017-04-25 | 2 | -14/+16 |
* | Tests: Attach test iframes to the body for visibility-dependent code | Richard Gibson | 2017-04-25 | 2 | -6/+12 |
* | Tests: Be even more async for iOS | Richard Gibson | 2017-04-24 | 1 | -1/+1 |
* | Tests: Improve offset test setup and labels | Richard Gibson | 2017-04-24 | 3 | -35/+32 |
* | Core: Update isFunction to handle unusual-@@toStringTag input | Richard Gibson | 2017-04-24 | 3 | -10/+107 |
* | Offset: Use correct offset parents; include all border/scroll values | Richard Gibson | 2017-04-24 | 3 | -27/+340 |
* | 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 |
* | 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 |
* | CSS: retrieve inline style before computed | Timmy Willison | 2017-03-20 | 1 | -2/+7 |
* | 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 |
* | Revert "Event: Add radio click triggering tests" | Timmy Willison | 2017-03-20 | 1 | -26/+11 |
* | Revert "Event: Trigger checkbox and radio click events identically" | Timmy Willison | 2017-03-20 | 4 | -11/+7 |
* | Dimensions: fall back to offsetWidth/Height for inline elems | Timmy Willison | 2017-03-20 | 3 | -2/+22 |
* | Tests: move readywait to an iframe test | Steve Mao | 2017-03-20 | 5 | -44/+37 |
* | Build: update PR template | Timmy Willison | 2017-03-18 | 1 | -1/+5 |
* | Release: edit dist README version on release | Timmy Willison | 2017-03-17 | 1 | -1/+24 |
* | 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 |
* | Dimensions: ignore transforms when retrieving width/height | Timmy Willison | 2017-03-13 | 2 | -30/+27 |
* | Tests: Clean up after the CSS Custom Properties support test | Michał Gołębiowski | 2017-03-07 | 1 | -2/+4 |
* | Tests: Skip CSS custom properties tests in non-supporting browsers | Michał Gołębiowski | 2017-03-07 | 1 | -55/+66 |
* | CSS: Support custom properties | Connor Atherton | 2017-03-07 | 3 | -9/+99 |
* | Core: move jQuery.fn.nodeName to jQuery.nodeName, add tests | Michał Gołębiowski | 2017-03-06 | 2 | -2/+50 |
* | Build: fix tests in AMD mode | Timmy Willison | 2017-03-06 | 6 | -10/+14 |
* | Effects: stabilize rAF logic & align timeout logic with it | Oleg Gaidarenko | 2017-03-06 | 2 | -37/+21 |
* | Core: Deprecate jQuery.nodeName | karan-96 | 2017-03-01 | 12 | -36/+56 |
* | Core: Move holdReady to deprecated | Manoj Kumar | 2017-02-13 | 3 | -18/+7 |
* | Build: Keep deprecated module in slim | Timmy Willison | 2017-02-13 | 1 | -1/+1 |