| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "Ajax:Attributes:CSS:Manipulation: Reduce Android 2.3 support" | Michał Gołębiowski | 2015-11-16 | 1 | -0/+28 |
* | Misc: Fix the tests, revert some unneeded/broken reverts | Michał Gołębiowski | 2015-11-16 | 3 | -13/+13 |
* | Revert "Misc: Drop support for older browsers; update support comments" | Michał Gołębiowski | 2015-11-16 | 3 | -10/+18 |
* | Revert "CSS: Ignore the CSS cascade in show()/hide()/etc." | Oleg Gaidarenko | 2015-11-13 | 1 | -0/+72 |
* | Revert "CSS: Make show/hide/toggle methods a module" | Oleg Gaidarenko | 2015-11-11 | 1 | -24/+3 |
* | Revert "CSS: fix AMD mode for the new showHide module" | Oleg Gaidarenko | 2015-11-11 | 1 | -2/+1 |
* | Revert "Effects: fix loading showHide in AMD mode" | Oleg Gaidarenko | 2015-11-11 | 1 | -1/+0 |
* | Effects: fix loading showHide in AMD mode | Timmy Willison | 2015-11-10 | 1 | -0/+1 |
* | CSS: Correct misrepresentation of "auto" horizontal margins as 0 | Richard Gibson | 2015-10-18 | 1 | -6/+18 |
* | CSS: fix AMD mode for the new showHide module | Timmy Willison | 2015-10-18 | 1 | -1/+2 |
* | CSS: Make show/hide/toggle methods a module | Dave Methvin | 2015-10-18 | 1 | -3/+24 |
* | Ajax:Attributes:CSS:Manipulation: Reduce Android 2.3 support | Michał Gołębiowski | 2015-09-14 | 1 | -32/+1 |
* | Build: Update jscs and lint files | Oleg Gaidarenko | 2015-09-07 | 12 | -31/+45 |
* | CSS: make the getStyles function more readable | Thomas Tortorini | 2015-06-25 | 1 | -3/+6 |
* | CSS: Don't name the anonymous swap function | Michał Gołębiowski | 2015-06-01 | 1 | -1/+1 |
* | CSS: fix :visible/:hidden selectors for inline element w/ content | Timmy Willison | 2015-05-12 | 1 | -4/+2 |
* | CSS: Collapse a double if statement into one | Michał Gołębiowski | 2015-05-12 | 1 | -3/+0 |
* | CSS: Ignore the CSS cascade in show()/hide()/etc. | Richard Gibson | 2015-05-11 | 2 | -71/+47 |
* | Core:CSS:Event: simplification of native method signatures | Oleg Gaidarenko | 2015-05-03 | 2 | -4/+4 |
* | Core: Align branches: remove an unused variable, add comments | Michał Gołębiowski | 2015-04-27 | 1 | -0/+1 |
* | CSS: Don't expose jQuery.swap | Michał Gołębiowski | 2015-04-13 | 1 | -6/+2 |
* | Core: Update tested jsdom, drop obsolete workarounds | Michał Gołębiowski | 2015-03-30 | 1 | -49/+45 |
* | CSS: Support relative adjustment in any applicable unit | Mr21 | 2015-03-09 | 1 | -0/+61 |
* | CSS: save 20 bytes in css/support | Michał Gołębiowski | 2015-02-05 | 2 | -21/+20 |
* | CSS: Fix the pixelMarginRight support test in Android 2.3 | Michał Gołębiowski | 2015-02-05 | 2 | -7/+8 |
* | CSS: Restore the hack to get pixels for .css('width') etc. | Michał Gołębiowski | 2015-02-04 | 2 | -4/+39 |
* | Build: Don't assume the browser environment; smoke test on Node w/ jsdom | Michał Gołębiowski | 2014-12-26 | 2 | -7/+9 |
* | CSS: simplify "defaultDisplay" module | Oleg Gaidarenko | 2014-12-24 | 1 | -1/+1 |
* | CSS: Clean up memory leak in reliableMarginRight | Dave Methvin | 2014-12-02 | 1 | -0/+1 |
* | Misc: Drop support for older browsers; update support comments | Michał Gołębiowski | 2014-11-03 | 3 | -35/+9 |
* | CSS: Correct typo in the comment | Oleg Gaidarenko | 2014-09-03 | 1 | -3/+2 |
* | CSS: Use pre-defined displays for html and body | Oleg Gaidarenko | 2014-09-03 | 1 | -1/+7 |
* | CSS: Remove use of getDefaultComputedStyle | Nazar Mokrynskyi | 2014-09-02 | 1 | -12/+2 |
* | CSS: elements are hidden when either offsetWidth or offsetHeight is zero | Timmy Willison | 2014-07-17 | 1 | -1/+3 |
* | Build: update grunt-jscs-checker and pass with the new rules | Timmy Willison | 2014-07-17 | 3 | -8/+16 |
* | CSS: Do not throw on frame elements in FF | Oleg Gaidarenko | 2014-06-16 | 1 | -1/+8 |
* | Support: clean up comments and Support notation | Dave Methvin | 2014-06-10 | 4 | -6/+8 |
* | CSS: window.getDefaultComputedStyle may return null | Rodrigo Rosenfeld Rosas | 2014-03-20 | 1 | -3/+4 |
* | Support: Reduce size | Richard Gibson | 2014-02-14 | 1 | -15/+19 |
* | Support: Skip style-based tests when element.style is undefined | Richard Gibson | 2014-02-14 | 1 | -0/+4 |
* | Support: Document box-sizing was unprefixed in Firefox 29 | Michał Gołębiowski | 2014-02-05 | 1 | -2/+2 |
* | No ticket. Remove the unnecessary guard in addGetHookIf. Close gh-1426. | Michał Gołębiowski | 2013-11-11 | 1 | -9/+1 |
* | No ticket: Small curCSS size optimizations | Richard Gibson | 2013-10-15 | 1 | -4/+8 |
* | Fix #14432: Always return string from .css("z-index"). Close gh-1395. | George Kats | 2013-10-15 | 1 | -1/+3 |
* | Fix some code style inconsistencies | Oleg | 2013-10-07 | 3 | -3/+3 |
* | Fix #12723 and simplification and optmization of defaultDisplay helper | Oleg | 2013-09-17 | 1 | -9/+20 |
* | No ticket: fix code style inconsistencies. Closes gh-1361 | Oleg | 2013-09-13 | 1 | -1/+1 |
* | Fix context | Timmy Willison | 2013-09-11 | 1 | -1/+1 |
* | The cssHook from addGetHookIf wasn't actually getting added | Timmy Willison | 2013-09-11 | 1 | -6/+5 |
* | Modules can assume the presence of their parents | Timmy Willison | 2013-09-10 | 1 | -1/+0 |