aboutsummaryrefslogtreecommitdiffstats
path: root/src/css
Commit message (Expand)AuthorAgeFilesLines
* Docs:Tests: Remove obsolete code from tests, update support commentsMichał Gołębiowski2016-03-084-7/+7
* Selector: filters -> pseudosTimmy Willison2016-03-071-3/+3
* CSS: Make sure elem.ownerDocument.defaultView is not nullTodor Prikumov2016-01-271-1/+1
* Docs: use https where possibleBernhard M. Wiedemann2016-01-271-1/+1
* CSS: isHidden -> isHiddenWithinTreeTimmy Willison2016-01-212-4/+6
* CSS: Stop Firefox from treating disconnected elements as cascade-hiddenRichard Gibson2016-01-141-1/+6
* CSS: Restore cascade-override behavior in .showRichard Gibson2016-01-131-6/+38
* Effects: fix loading showHide in AMD modeTimmy Willison2015-11-101-0/+1
* CSS: Correct misrepresentation of "auto" horizontal margins as 0Richard Gibson2015-10-181-6/+18
* CSS: fix AMD mode for the new showHide moduleTimmy Willison2015-10-181-1/+2
* CSS: Make show/hide/toggle methods a moduleDave Methvin2015-10-181-3/+24
* Ajax:Attributes:CSS:Manipulation: Reduce Android 2.3 supportMichał Gołębiowski2015-09-141-32/+1
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-0712-31/+45
* CSS: make the getStyles function more readableThomas Tortorini2015-06-251-3/+6
* CSS: Don't name the anonymous swap functionMichał Gołębiowski2015-06-011-1/+1
* CSS: fix :visible/:hidden selectors for inline element w/ contentTimmy Willison2015-05-121-4/+2
* CSS: Collapse a double if statement into oneMichał Gołębiowski2015-05-121-3/+0
* CSS: Ignore the CSS cascade in show()/hide()/etc.Richard Gibson2015-05-112-71/+47
* Core:CSS:Event: simplification of native method signaturesOleg Gaidarenko2015-05-032-4/+4
* Core: Align branches: remove an unused variable, add commentsMichał Gołębiowski2015-04-271-0/+1
* CSS: Don't expose jQuery.swapMichał Gołębiowski2015-04-131-6/+2
* Core: Update tested jsdom, drop obsolete workaroundsMichał Gołębiowski2015-03-301-49/+45
* CSS: Support relative adjustment in any applicable unitMr212015-03-091-0/+61
* CSS: save 20 bytes in css/supportMichał Gołębiowski2015-02-052-21/+20
* CSS: Fix the pixelMarginRight support test in Android 2.3Michał Gołębiowski2015-02-052-7/+8
* CSS: Restore the hack to get pixels for .css('width') etc.Michał Gołębiowski2015-02-042-4/+39
* Build: Don't assume the browser environment; smoke test on Node w/ jsdomMichał Gołębiowski2014-12-262-7/+9
* CSS: simplify "defaultDisplay" moduleOleg Gaidarenko2014-12-241-1/+1
* CSS: Clean up memory leak in reliableMarginRightDave Methvin2014-12-021-0/+1
* Misc: Drop support for older browsers; update support commentsMichał Gołębiowski2014-11-033-35/+9
* CSS: Correct typo in the commentOleg Gaidarenko2014-09-031-3/+2
* CSS: Use pre-defined displays for html and bodyOleg Gaidarenko2014-09-031-1/+7
* CSS: Remove use of getDefaultComputedStyleNazar Mokrynskyi2014-09-021-12/+2
* CSS: elements are hidden when either offsetWidth or offsetHeight is zeroTimmy Willison2014-07-171-1/+3
* Build: update grunt-jscs-checker and pass with the new rulesTimmy Willison2014-07-173-8/+16
* CSS: Do not throw on frame elements in FFOleg Gaidarenko2014-06-161-1/+8
* Support: clean up comments and Support notationDave Methvin2014-06-104-6/+8
* CSS: window.getDefaultComputedStyle may return nullRodrigo Rosenfeld Rosas2014-03-201-3/+4
* Support: Reduce sizeRichard Gibson2014-02-141-15/+19
* Support: Skip style-based tests when element.style is undefinedRichard Gibson2014-02-141-0/+4
* Support: Document box-sizing was unprefixed in Firefox 29Michał Gołębiowski2014-02-051-2/+2
* No ticket. Remove the unnecessary guard in addGetHookIf. Close gh-1426.Michał Gołębiowski2013-11-111-9/+1
* No ticket: Small curCSS size optimizationsRichard Gibson2013-10-151-4/+8
* Fix #14432: Always return string from .css("z-index"). Close gh-1395.George Kats2013-10-151-1/+3
* Fix some code style inconsistenciesOleg2013-10-073-3/+3
* Fix #12723 and simplification and optmization of defaultDisplay helperOleg2013-09-171-9/+20
* No ticket: fix code style inconsistencies. Closes gh-1361Oleg2013-09-131-1/+1
* Fix contextTimmy Willison2013-09-111-1/+1
* The cssHook from addGetHookIf wasn't actually getting addedTimmy Willison2013-09-111-6/+5
* Modules can assume the presence of their parentsTimmy Willison2013-09-101-1/+0