aboutsummaryrefslogtreecommitdiffstats
path: root/src/css/support.js
Commit message (Expand)AuthorAgeFilesLines
* CSS: Don't read styles.position in the width/height cssHook unless necessaryMichał Gołębiowski-Owczarek2018-10-081-1/+1
* CSS: Correctly detect scrollbox support with non-default zoomRichard Gibson2018-05-071-1/+3
* CSS: Correctly set support properties with non-default zoomSaptak Sengupta2017-12-051-3/+7
* CSS: Detect more WebKit styles erroneously reported as percentagesRichard Gibson2017-09-181-8/+8
* Support: Properly check for IE9 absolute scrollbox mishandlingRichard Gibson2017-07-181-22/+22
* Dimensions: Detect and account for content-box dimension mishandlingRichard Gibson2017-07-101-6/+15
* Build: Put all AMD modules in "src/" in strict modeMichał Gołębiowski2016-04-251-0/+2
* Build: A more modest block-level function proposalRichard Gibson2016-04-231-18/+19
* Docs: Update support comments to follow the new syntaxMichał Gołębiowski2016-03-301-2/+2
* Support: improve support properties computationOleg Gaidarenko2016-03-281-19/+15
* Docs:Tests: Remove obsolete code from tests, update support commentsMichał Gołębiowski2016-03-081-3/+3
* CSS: Correct misrepresentation of "auto" horizontal margins as 0Richard Gibson2015-10-181-6/+18
* Ajax:Attributes:CSS:Manipulation: Reduce Android 2.3 supportMichał Gołębiowski2015-09-141-32/+1
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-071-5/+9
* Core:CSS:Event: simplification of native method signaturesOleg Gaidarenko2015-05-031-2/+2
* Core: Align branches: remove an unused variable, add commentsMichał Gołębiowski2015-04-271-0/+1
* Core: Update tested jsdom, drop obsolete workaroundsMichał Gołębiowski2015-03-301-49/+45
* CSS: save 20 bytes in css/supportMichał Gołębiowski2015-02-051-21/+15
* CSS: Fix the pixelMarginRight support test in Android 2.3Michał Gołębiowski2015-02-051-1/+8
* CSS: Restore the hack to get pixels for .css('width') etc.Michał Gołębiowski2015-02-041-2/+12
* Build: Don't assume the browser environment; smoke test on Node w/ jsdomMichał Gołębiowski2014-12-261-6/+7
* CSS: Clean up memory leak in reliableMarginRightDave Methvin2014-12-021-0/+1
* Misc: Drop support for older browsers; update support commentsMichał Gołębiowski2014-11-031-6/+6
* Support: clean up comments and Support notationDave Methvin2014-06-101-0/+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: fix code style inconsistencies. Closes gh-1361Oleg2013-09-131-1/+1
* Fix loading tests with AMD (new support module needed core)Timmy Willison2013-09-091-1/+2
* Fix #10814. Make support tests lazy and broken out to components.Michał Gołębiowski2013-09-061-0/+82