Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Core: Recognize Shadow DOM in attachment checks | Saptak Sengupta | 2018-11-09 | 1 | -1/+1 |
| | | | | | | | Allow `isAttached` to check Shadow DOM for attachment. Fixes gh-3504 Closes gh-3996 Ref gh-3977 | ||||
* | Core: Use isAttached to check for attachment of element | Saptak Sengupta | 2018-03-05 | 1 | -4/+4 |
| | | | | | | | This change replaces the use of contains to check for attachment by isAttached function Closes gh-3977 Ref gh-3504 | ||||
* | CSS: Detect more WebKit styles erroneously reported as percentages | Richard Gibson | 2017-09-18 | 1 | -3/+3 |
| | | | | | Ref 692f9d4db30c9c6c4f6bc76005cf153586202fa6 Fixes gh-3777 Closes gh-3778 | ||||
* | CSS: retrieve inline style before computed | Timmy Willison | 2017-03-20 | 1 | -2/+7 |
| | | | | - Fixes an issue with getting computed style on detached elements | ||||
* | Dimensions: fall back to offsetWidth/Height for inline elems | Timmy Willison | 2017-03-20 | 1 | -2/+2 |
| | | | | | Close gh-3577 Fixes gh-3571 | ||||
* | CSS: Support custom properties | Connor Atherton | 2017-03-07 | 1 | -2/+3 |
| | | | | | | Fixes gh-3144 Closes gh-3199 Closes gh-3557 | ||||
* | Build: Put all AMD modules in "src/" in strict mode | Michał Gołębiowski | 2016-04-25 | 1 | -0/+2 |
| | | | | Fixes gh-3073 | ||||
* | Docs: Update support comments to follow the new syntax | Michał Gołębiowski | 2016-03-30 | 1 | -2/+2 |
| | | | | | The changes follow the spec proposed in: https://github.com/jquery/contribute.jquery.org/issues/95#issuecomment-69379197 | ||||
* | Docs:Tests: Remove obsolete code from tests, update support comments | Michał Gołębiowski | 2016-03-08 | 1 | -2/+2 |
| | | | | | | | | | | 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 | ||||
* | Docs: use https where possible | Bernhard M. Wiedemann | 2016-01-27 | 1 | -1/+1 |
| | | | | Close gh-2875 | ||||
* | Build: Update jscs and lint files | Oleg Gaidarenko | 2015-09-07 | 1 | -3/+4 |
| | | | | Fixes gh-2056 | ||||
* | CSS: Collapse a double if statement into one | Michał Gołębiowski | 2015-05-12 | 1 | -3/+0 |
| | | | | | | Saves 3 bytes gzipped Closes gh-2296 | ||||
* | CSS: save 20 bytes in css/support | Michał Gołębiowski | 2015-02-05 | 1 | -0/+5 |
| | | | | Refs gh-1842 | ||||
* | CSS: Fix the pixelMarginRight support test in Android 2.3 | Michał Gołębiowski | 2015-02-05 | 1 | -6/+0 |
| | |||||
* | CSS: Restore the hack to get pixels for .css('width') etc. | Michał Gołębiowski | 2015-02-04 | 1 | -2/+27 |
| | | | | | | | | | | 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 | ||||
* | Misc: Drop support for older browsers; update support comments | Michał Gołębiowski | 2014-11-03 | 1 | -26/+2 |
| | | | | | | | | That includes Opera 12.x, Firefox<29, Safari<6.0 and some hacks for old Blackberry. Closes gh-1820 Refs gh-1815 | ||||
* | Build: update grunt-jscs-checker and pass with the new rules | Timmy Willison | 2014-07-17 | 1 | -2/+4 |
| | |||||
* | Support: clean up comments and Support notation | Dave Methvin | 2014-06-10 | 1 | -1/+1 |
| | | | | Closes gh-1577 | ||||
* | No ticket: Small curCSS size optimizations | Richard Gibson | 2013-10-15 | 1 | -4/+8 |
| | |||||
* | Fix #14432: Always return string from .css("z-index"). Close gh-1395. | George Kats | 2013-10-15 | 1 | -1/+3 |
| | |||||
* | Modules can assume the presence of their parents | Timmy Willison | 2013-09-10 | 1 | -1/+0 |
| | |||||
* | Remove offset dependency from css. Move curCSS and getStyles to their own ↵ | Timmy Willison | 2013-09-10 | 1 | -0/+52 |
modules. -39 bytes. Close gh-1360. |