Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Css: change boxSizingReliable in IE<9. | Michał Gołębiowski | 2014-03-21 | 1 | -4/+3 |
| | | | | | | | | Change boxSizingReliable test value to false in all IE versions. Modify support comments to argument getComputedStyle guards with oldIE support and not node.js which is not supported in 1.x. Closes gh-1498 | ||||
* | CSS: window.getDefaultComputedStyle may return null | Rodrigo Rosenfeld Rosas | 2014-03-20 | 1 | -3/+4 |
| | | | | | | Fixes #14736 Closes gh-1501 (cherry picked from commit 51910ba8a5aff4cd1a811f1fdb76a6c62a09a666) | ||||
* | Support: Simplify the box-sizing test | Michał Gołębiowski | 2014-03-10 | 1 | -14/+6 |
| | | | | Don't require body in the support.boxSizing test. | ||||
* | Support: Reduce size via code consolidation and minification awareness | Richard Gibson | 2014-03-04 | 1 | -110/+65 |
| | | | | | Ref badcd1b6f301e6253405f17759c1270549a34e12 Closes gh-1518 | ||||
* | Support: Skip style-based tests when element.style is undefined | Richard Gibson | 2014-02-13 | 1 | -4/+8 |
| | | | | | | Fixes #14785 Ref #13754 Ref badcd1b6f301e6253405f17759c1270549a34e12 | ||||
* | Docs: Add support comments for prefixed box-sizing | Michał Gołębiowski | 2014-02-05 | 1 | -0/+2 |
| | |||||
* | Css: Document reliableMarginRight is needed for Android 2.3 | Michał Gołębiowski | 2014-01-27 | 1 | -0/+1 |
| | |||||
* | Css: Fix the reliableMarginRight test in oldIE. | Michał Gołębiowski | 2014-01-26 | 1 | -3/+7 |
| | | | | This fixes an error introduced by the previous commit. | ||||
* | Css: Don’t cache support.reliableMarginRight; thanks @jdalton, @timmywil | Michał Gołębiowski | 2014-01-26 | 1 | -6/+5 |
| | | | | Fixes #14731 | ||||
* | Fix some code style inconsistencies | Oleg | 2013-11-07 | 3 | -4/+3 |
| | |||||
* | No ticket: Small curCSS size optimizations | Richard Gibson | 2013-10-15 | 1 | -6/+8 |
| | | | | | | | | (cherry picked from commit a339096d6a9d0313c2184de0d626e2c7e127955b) Conflicts: src/css/curCSS.js | ||||
* | Fix #14432: Always return string from .css("z-index"). Close gh-1395. | George Kats | 2013-10-15 | 1 | -2/+8 |
| | | | | | | | | (cherry picked from commit 5ce4b06c285bd8cf52eaff0f39e0b9192a927873) Conflicts: src/css/curCSS.js | ||||
* | No ticket. Get rid of comma expression in curCSS. | Michał Gołębiowski | 2013-09-24 | 1 | -1/+1 |
| | |||||
* | Fix #12723 and simplification and optmization of defaultDisplay helper | Oleg | 2013-09-17 | 1 | -9/+20 |
| | | | | (cherry picked from commit a25343001eea2436dcf8ea60deea3844f77e42e4) | ||||
* | Fix context | Timmy Willison | 2013-09-11 | 1 | -1/+1 |
| | |||||
* | The cssHook from addGetHookIf wasn't actually getting added | Timmy Willison | 2013-09-11 | 1 | -5/+4 |
| | | | | | Conflicts: src/css.js | ||||
* | Modules can assume the presence of their parents | Timmy Willison | 2013-09-10 | 1 | -1/+0 |
| | | | | | Conflicts: src/css/curCSS.js | ||||
* | Remove unnecessary file from master cherry-pick | Timmy Willison | 2013-09-10 | 1 | -5/+0 |
| | |||||
* | Remove offset dependency from css. Move curCSS and getStyles to their own ↵ | Timmy Willison | 2013-09-10 | 4 | -0/+123 |
| | | | | module. | ||||
* | No ticket. Abstract conditional hook definition. | Michał Gołębiowski | 2013-09-11 | 1 | -0/+33 |
| | |||||
* | All non-var modules should not indent in their AMD wrappers (just for ↵ | Timmy Willison | 2013-09-09 | 1 | -17/+18 |
| | | | | prettier builds). No functionality changes. | ||||
* | No ticket. Restore checking individual src/**/*.js files by jsHint. | Michał Gołębiowski | 2013-09-06 | 1 | -1/+1 |
| | |||||
* | Remove test element in css/support | Timmy Willison | 2013-09-06 | 1 | -0/+2 |
| | |||||
* | Fix #10814. Fix #14084. Make support tests lazy and broken out to components. | Michał Gołębiowski | 2013-09-06 | 3 | -2/+223 |
| | |||||
* | AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163. | Timmy Willison | 2013-08-15 | 4 | -0/+91 |
Conflicts: Gruntfile.js README.md src/ajax.js src/ajax/xhr.js src/attributes.js src/core.js src/css.js src/data.js src/effects.js src/event.js src/manipulation.js src/offset.js src/selector-native.js src/traversing.js test/unit/core.js test/unit/data.js |