| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Revert "Event: remove deprecated event aliases" | Oleg Gaidarenko | 2015-11-11 | 2 | -3/+53 |
* | Revert "Ajax: Remove remnants of the load event alias handling" | Oleg Gaidarenko | 2015-11-11 | 1 | -1/+10 |
* | Revert "Revert "Offset: allow offset setter to throw for disconnected elements"" | Oleg Gaidarenko | 2015-11-11 | 1 | -8/+0 |
* | Revert "Deferred: add .catch handler" | Oleg Gaidarenko | 2015-11-11 | 2 | -39/+0 |
* | Revert "CSS: Make .css("width") & .css("height") return fractional values" | Oleg Gaidarenko | 2015-11-11 | 3 | -87/+26 |
* | Revert "Effects: Remove additional parameters of easings" | Oleg Gaidarenko | 2015-11-11 | 2 | -7/+16 |
* | Revert "Ajax: Mitigate possible XSS vulnerability" | Oleg Gaidarenko | 2015-11-11 | 3 | -56/+1 |
* | Revert "Ajax: don't expect cross-origin tests run in envs which not support it" | Oleg Gaidarenko | 2015-11-11 | 1 | -20/+31 |
* | Revert "Attributes: do not set properties to false when removing booleans" | Oleg Gaidarenko | 2015-11-11 | 2 | -6/+12 |
* | Revert "Attributes: remove flakey test for selected attribute" | Oleg Gaidarenko | 2015-11-11 | 1 | -1/+3 |
* | Revert "Ajax: Only form-encode requests with a body" | Oleg Gaidarenko | 2015-11-11 | 4 | -66/+18 |
* | Revert "Attributes: return empty array for select-multiple with no values" | Oleg Gaidarenko | 2015-11-11 | 2 | -3/+3 |
* | Revert "Dimensions: outerWidth/Height include scrollbar" | Oleg Gaidarenko | 2015-11-11 | 2 | -47/+44 |
* | Revert "Dimensions: Empty sets should return undefined" | Oleg Gaidarenko | 2015-11-11 | 2 | -14/+26 |
* | Selector: pass jQuery unit tests with selector-native | Timmy Willison | 2015-11-11 | 9 | -216/+309 |
* | Effects: fix loading showHide in AMD mode | Timmy Willison | 2015-11-10 | 1 | -0/+1 |
* | Offset: offsetLeft/Top on empty set returns undefined | Dave Methvin | 2015-11-10 | 2 | -3/+3 |
* | Dimensions: Empty sets should return undefined | Dave Methvin | 2015-11-10 | 2 | -26/+14 |
* | Dimensions: properly manipulate non-px values | Timmy Willison | 2015-11-09 | 2 | -39/+54 |
* | Manipulation: execute scripts from iframe in the iframe's context | Timmy Willison | 2015-11-09 | 4 | -4/+34 |
* | Event: Move VML test out of event alias test | Dave Methvin | 2015-11-07 | 1 | -5/+15 |
* | Dimensions: outerWidth/Height include scrollbar | Dave Methvin | 2015-11-07 | 2 | -44/+47 |
* | Event: Make event aliases optional in unit tests | Dave Methvin | 2015-11-06 | 2 | -45/+42 |
* | Event: Separate trigger/simulate into its own module | Dave Methvin | 2015-11-06 | 7 | -226/+261 |
* | Tests: make editorconfig match css style | Timmy Willison | 2015-11-05 | 1 | -2/+1 |
* | Attributes: return empty array for select-multiple with no values | Timmy Willison | 2015-11-05 | 2 | -3/+3 |
* | Event: Add basic unit tests for event aliases | Dave Methvin | 2015-11-05 | 1 | -0/+18 |
* | Event: Ensure delegation doesn't error on comment nodes | Timmy Willison | 2015-11-04 | 1 | -0/+27 |
* | Ajax: Don't throw exceptions on binary data response | Dave Methvin | 2015-11-04 | 2 | -6/+31 |
* | Ajax: trigger error callback on native abort | Timmy Willison | 2015-11-03 | 2 | -9/+61 |
* | Ajax: Only form-encode requests with a body | Dave Methvin | 2015-11-02 | 4 | -17/+65 |
* | Tests: Make regexes for iOS devices more rigid | Michał Gołębiowski | 2015-10-30 | 1 | -3/+3 |
* | Tests: Remove Safari 7.0 & iOS 6 support tests results | Michał Gołębiowski | 2015-10-30 | 1 | -18/+1 |
* | Tests: Add iOS 9 support tests results | Michał Gołębiowski | 2015-10-30 | 1 | -0/+17 |
* | Build: Test on Node 5 | Michał Gołębiowski | 2015-10-30 | 1 | -0/+1 |
* | Release: remove antiquated release-notes.js | Timmy Willison | 2015-10-29 | 1 | -58/+0 |
* | Core: use interactive to evaluate dom ready, barring IE9-10 | Timmy Willison | 2015-10-29 | 3 | -4/+39 |
* | Attributes: remove flakey test for selected attribute | Timmy Willison | 2015-10-26 | 1 | -3/+1 |
* | Tests: Post-Summit cleanup | Richard Gibson | 2015-10-25 | 2 | -9/+1 |
* | Tests: Use standard external domain name | Richard Gibson | 2015-10-23 | 1 | -1/+1 |
* | Attributes: do not set properties to false when removing booleans | Timmy Willison | 2015-10-21 | 2 | -12/+6 |
* | Core: make isNumeric limited to strings and numbers | Timmy Willison | 2015-10-21 | 2 | -7/+7 |
* | Build: Add "deprecated" to the Testswarm module list | Dave Methvin | 2015-10-20 | 1 | -0/+1 |
* | Tests: Add Safari 9 support tests results | Michał Gołębiowski | 2015-10-18 | 1 | -0/+17 |
* | CSS: Correct misrepresentation of "auto" horizontal margins as 0 | Richard Gibson | 2015-10-18 | 6 | -45/+98 |
* | Attributes: fix tabIndex on <img> in IE11 | Joelle Fleurantin | 2015-10-18 | 2 | -5/+22 |
* | CSS: use isFinite in place of redundant isNumeric | Timmy Willison | 2015-10-18 | 1 | -1/+1 |
* | Core: add unit test for isPlainObject(Symbol) | Liza Ramo | 2015-10-18 | 1 | -0/+9 |
* | CSS: fix AMD mode for the new showHide module | Timmy Willison | 2015-10-18 | 1 | -1/+2 |
* | Offset: allow small differences in offset.top | Joelle Fleurantin | 2015-10-18 | 1 | -1/+3 |