Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Docs:Tests: Remove obsolete code from tests, update support comments | Michał Gołębiowski | 2016-03-08 | 1 | -3/+3 |
| | | | | | | | | | | Support comments that were lacking the final IE/Edge version that exhibits the bug were checked & updated. Links to the Chromium bug tracker were updated. Code in tests related to unsupported browsers (like Android 2.3 in non-basic tests) has been removed. Fixes gh-2868 Closes gh-2949 | ||||
* | CSS: Correct misrepresentation of "auto" horizontal margins as 0 | Richard Gibson | 2015-10-18 | 1 | -6/+18 |
| | | | | | | | | | | | | Fixes gh-2237 Closes gh-2276 (cherry picked from commit 214e1634ab9b1d13d53647dd5de3bdf7a091d49c) Conflicts: src/css.js src/css/support.js test/unit/support.js | ||||
* | Ajax:Attributes:CSS:Manipulation: Reduce Android 2.3 support | Michał Gołębiowski | 2015-09-14 | 1 | -32/+1 |
| | | | | | | | | Drop non-critical workarounds for Android 2.3. Fixes gh-2483 Fixes gh-2505 Closes gh-2581 | ||||
* | Build: Update jscs and lint files | Oleg Gaidarenko | 2015-09-07 | 1 | -5/+9 |
| | | | | Fixes gh-2056 | ||||
* | Core:CSS:Event: simplification of native method signatures | Oleg Gaidarenko | 2015-05-03 | 1 | -2/+2 |
| | | | | | | | | | | * Remove third argument from "addEventListener" * Remove third argument from "removeEventListener" * Remove second argument from "getComputedStyle" Ref gh-2047 | ||||
* | Core: Align branches: remove an unused variable, add comments | Michał Gołębiowski | 2015-04-27 | 1 | -0/+1 |
| | | | | Closes gh-2233 | ||||
* | Core: Update tested jsdom, drop obsolete workarounds | Michał Gołębiowski | 2015-03-30 | 1 | -49/+45 |
| | | | | | | | | | The latest version supporting Node.js is 3.1.2; some workarounds are not needed for this version. For example, in jsdom 3.1.2 a document created via document.implementation.createHTMLDocument( "" ) has a body. Fixes gh-2153 Closes gh-2154 | ||||
* | CSS: save 20 bytes in css/support | Michał Gołębiowski | 2015-02-05 | 1 | -21/+15 |
| | | | | Refs gh-1842 | ||||
* | CSS: Fix the pixelMarginRight support test in Android 2.3 | Michał Gołębiowski | 2015-02-05 | 1 | -1/+8 |
| | |||||
* | CSS: Restore the hack to get pixels for .css('width') etc. | Michał Gołębiowski | 2015-02-04 | 1 | -2/+12 |
| | | | | | | | | | | This hack turns out to be needed by Android 4.0-4.3. Add a support test so that the hack is invoked only where needed. Refs gh-1815 Refs gh-1820 Closes gh-1842 | ||||
* | Build: Don't assume the browser environment; smoke test on Node w/ jsdom | Michał Gołębiowski | 2014-12-26 | 1 | -6/+7 |
| | | | | | Fixes gh-1950 Closes gh-1949 | ||||
* | CSS: Clean up memory leak in reliableMarginRight | Dave Methvin | 2014-12-02 | 1 | -0/+1 |
| | | | | | | | Fixes gh-1795 Closes gh-1893 Thanks for the report flexphperia! | ||||
* | Misc: Drop support for older browsers; update support comments | Michał Gołębiowski | 2014-11-03 | 1 | -6/+6 |
| | | | | | | | | That includes Opera 12.x, Firefox<29, Safari<6.0 and some hacks for old Blackberry. Closes gh-1820 Refs gh-1815 | ||||
* | Support: clean up comments and Support notation | Dave Methvin | 2014-06-10 | 1 | -0/+4 |
| | | | | Closes gh-1577 | ||||
* | Support: Reduce size | Richard Gibson | 2014-02-14 | 1 | -15/+19 |
| | | | | Ref a7ea12a9a7c696a14455bfe4bfebf984dd329832 | ||||
* | Support: Skip style-based tests when element.style is undefined | Richard Gibson | 2014-02-14 | 1 | -0/+4 |
| | | | | | | Fixes #14785 Ref #13754 Ref badcd1b6f301e6253405f17759c1270549a34e12 | ||||
* | Support: Document box-sizing was unprefixed in Firefox 29 | Michał Gołębiowski | 2014-02-05 | 1 | -2/+2 |
| | |||||
* | No ticket: fix code style inconsistencies. Closes gh-1361 | Oleg | 2013-09-13 | 1 | -1/+1 |
| | |||||
* | Fix loading tests with AMD (new support module needed core) | Timmy Willison | 2013-09-09 | 1 | -1/+2 |
| | |||||
* | Fix #10814. Make support tests lazy and broken out to components. | Michał Gołębiowski | 2013-09-06 | 1 | -0/+82 |