| Commit message (Expand) | Author | Age | Files | Lines |
* | CSS: Support relative adjustment in any applicable unit | Mr21 | 2015-03-09 | 1 | -0/+61 |
* | CSS: Fix the pixelMarginRight support test in IE8 | Michał Gołębiowski | 2015-02-08 | 1 | -1/+1 |
* | CSS: Add a support test for the hack for .css('marginRight') etc. | Michał Gołębiowski | 2015-02-05 | 2 | -20/+35 |
* | CSS: simplify hack of css getter for the computed values | Oleg Gaidarenko | 2014-12-24 | 1 | -10/+2 |
* | CSS: simplify "defaultDisplay" module | Oleg Gaidarenko | 2014-12-24 | 1 | -1/+1 |
* | Misc: Drop support for older browsers; update support comments | Michał Gołębiowski | 2014-12-08 | 3 | -24/+16 |
* | CSS: Clean up memory leak in reliableMarginRight | Dave Methvin | 2014-12-02 | 1 | -0/+2 |
* | CSS: Correct typo in the comment | Oleg Gaidarenko | 2014-09-03 | 1 | -1/+1 |
* | 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 | -10/+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 | -9/+18 |
* | CSS: Do not throw on frame elements in FF | Oleg Gaidarenko | 2014-06-16 | 1 | -1/+8 |
* | Css: change boxSizingReliable in IE<9. | Michał Gołębiowski | 2014-03-21 | 1 | -4/+3 |
* | CSS: window.getDefaultComputedStyle may return null | Rodrigo Rosenfeld Rosas | 2014-03-20 | 1 | -3/+4 |
* | Support: Simplify the box-sizing test | Michał Gołębiowski | 2014-03-10 | 1 | -14/+6 |
* | Support: Reduce size via code consolidation and minification awareness | Richard Gibson | 2014-03-04 | 1 | -110/+65 |
* | Support: Skip style-based tests when element.style is undefined | Richard Gibson | 2014-02-13 | 1 | -4/+8 |
* | Docs: Add support comments for prefixed box-sizing | Michał Gołębiowski | 2014-02-05 | 1 | -0/+2 |
* | Css: Document reliableMarginRight is needed for Android 2.3 | Michał Gołębiowski | 2014-01-27 | 1 | -0/+1 |
* | Css: Fix the reliableMarginRight test in oldIE. | Michał Gołębiowski | 2014-01-26 | 1 | -3/+7 |
* | Css: Don’t cache support.reliableMarginRight; thanks @jdalton, @timmywil | Michał Gołębiowski | 2014-01-26 | 1 | -6/+5 |
* | Fix some code style inconsistencies | Oleg | 2013-11-07 | 3 | -4/+3 |
* | No ticket: Small curCSS size optimizations | Richard Gibson | 2013-10-15 | 1 | -6/+8 |
* | Fix #14432: Always return string from .css("z-index"). Close gh-1395. | George Kats | 2013-10-15 | 1 | -2/+8 |
* | No ticket. Get rid of comma expression in curCSS. | Michał Gołębiowski | 2013-09-24 | 1 | -1/+1 |
* | Fix #12723 and simplification and optmization of defaultDisplay helper | Oleg | 2013-09-17 | 1 | -9/+20 |
* | 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 | -5/+4 |
* | Modules can assume the presence of their parents | Timmy Willison | 2013-09-10 | 1 | -1/+0 |
* | Remove unnecessary file from master cherry-pick | Timmy Willison | 2013-09-10 | 1 | -5/+0 |
* | Remove offset dependency from css. Move curCSS and getStyles to their own mod... | Timmy Willison | 2013-09-10 | 4 | -0/+123 |
* | No ticket. Abstract conditional hook definition. | Michał Gołębiowski | 2013-09-11 | 1 | -0/+33 |
* | All non-var modules should not indent in their AMD wrappers (just for prettie... | Timmy Willison | 2013-09-09 | 1 | -17/+18 |
* | No ticket. Restore checking individual src/**/*.js files by jsHint. | Michał Gołębiowski | 2013-09-06 | 1 | -1/+1 |
* | Remove test element in css/support | Timmy Willison | 2013-09-06 | 1 | -0/+2 |
* | Fix #10814. Fix #14084. Make support tests lazy and broken out to components. | Michał Gołębiowski | 2013-09-06 | 3 | -2/+223 |
* | AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163. | Timmy Willison | 2013-08-15 | 4 | -0/+91 |