aboutsummaryrefslogtreecommitdiffstats
path: root/src/css
Commit message (Expand)AuthorAgeFilesLines
* CSS: retrieve inline style before computedTimmy Willison2017-03-201-2/+7
* Dimensions: fall back to offsetWidth/Height for inline elemsTimmy Willison2017-03-201-2/+2
* CSS: Support custom propertiesConnor Atherton2017-03-071-2/+3
* Build: More ESLint related changesOleg Gaidarenko2016-07-091-1/+1
* Build: ESLint detailsOleg Gaidarenko2016-06-111-2/+6
* Build: Put all AMD modules in "src/" in strict modeMichał Gołębiowski2016-04-2512-0/+23
* Build: A more modest block-level function proposalRichard Gibson2016-04-231-18/+19
* CSS: Toggle detached elements as visible unless they have display: noneRichard Gibson2016-04-112-10/+20
* Docs: Update support comments to follow the new syntaxMichał Gołębiowski2016-03-303-5/+5
* Support: improve support properties computationOleg Gaidarenko2016-03-281-19/+15
* 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