| Commit message (Expand) | Author | Age | Files | Lines |
* | Docs: Add support comments for prefixed box-sizing | Michał Gołębiowski | 2014-02-05 | 1 | -0/+1 |
* | Tests: Avoid use of QUnit.reset() in tests by splitting them | cjqed | 2014-01-03 | 1 | -4/+8 |
* | Fix #14394: Changing style !important in webkit. Close gh-1385. | Lihan Li | 2013-10-15 | 1 | -0/+6 |
* | No ticket: Test cleanup | Richard Gibson | 2013-10-15 | 1 | -21/+9 |
* | Fix #14432: Always return string from .css("z-index"). Close gh-1395. | George Kats | 2013-10-15 | 1 | -0/+18 |
* | Correct test assertion of #10227 ticket for IE8 | Oleg | 2013-09-17 | 1 | -7/+6 |
* | Fix memory leaks in tests for css module | Oleg | 2013-09-17 | 1 | -1/+8 |
* | Fix #12723 and simplification and optmization of defaultDisplay helper | Oleg | 2013-09-17 | 1 | -10/+14 |
* | Fix #10814. Fix #14084. Make support tests lazy and broken out to components. | Michał Gołębiowski | 2013-09-06 | 1 | -0/+8 |
* | No ticket. Correct a support comment for the `order` test. (cherry-picked fro... | Michał Gołębiowski | 2013-08-20 | 1 | -1/+1 |
* | No ticket. Correct a support comment. (cherry-picked from f92a446ee8d6e98c43b... | Michał Gołębiowski | 2013-08-19 | 1 | -2/+2 |
* | Remove redundant prefixes from the CSS order test. (cherry-picked from e35841... | Michał Gołębiowski | 2013-08-19 | 1 | -11/+1 |
* | Correct assertion for #14049 ticket. Close gh-1327 | Oleg | 2013-08-10 | 1 | -5/+28 |
* | Fixes #14049: don't append px to CSS order value. Close gh-1300. (cherry pick... | Jason Merino | 2013-07-01 | 1 | -1/+4 |
* | Fix #13741. Make wrap/unwrap methods optional; close gh-1236. | Michał Gołębiowski | 2013-04-17 | 1 | -1/+1 |
* | Update jshintrc to conform to new style guide. Conform to onevar and unused i... | Timmy Willison | 2013-04-09 | 1 | -40/+57 |
* | Fix #13539: Utilize Sizzle hooks. Close gh-1215. | Richard Gibson | 2013-04-04 | 1 | -2/+2 |
* | No ticket: Revise unit tests in anticipation of Sizzle-free builds | Richard Gibson | 2013-02-22 | 1 | -5/+5 |
* | Fix #13310. Get the right display value for disconnected nodes. Close gh-1155. | Oleg | 2013-02-04 | 1 | -0/+23 |
* | Again, magic fixing for previous commit. | Timmy Willison | 2013-01-30 | 1 | -6/+6 |
* | Fix failing tests, add support for empty spans in Opera. Supplements #13132, ... | Timmy Willison | 2013-01-21 | 1 | -1/+5 |
* | Treat elements as hidden when either offsetWidth OR offsetHeight is 0. Fixes ... | Timmy Willison | 2013-01-21 | 1 | -40/+43 |
* | Ref #8908. Update IE9 css clone fix. Close gh-1120. | Oleg | 2013-01-08 | 1 | -2/+5 |
* | Ref #8908, gh-886. Avoid clone identity crisis in IE9/10. Close gh-1036. | Oleg | 2012-12-13 | 1 | -0/+77 |
* | Fix #12990. Don't add 'px' to column-count. Close gh-1050. | Bennett Sorbo | 2012-12-11 | 1 | -4/+13 |
* | Fixes #11938: Adding array getter method to jQuery.fn.css | Mike Sherov | 2012-12-11 | 1 | -0/+16 |
* | Fix #12904: Firefox defaultDisplay with body/iframe display:none. Report and ... | Richard Gibson | 2012-12-08 | 1 | -17/+31 |
* | No ticket: remove test suite external dependencies | Richard Gibson | 2012-11-01 | 1 | -1/+1 |
* | Fix #12685. Handle inconsistent opacity for ie < 9. Close gh-1005. | yiminghe | 2012-10-30 | 1 | -0/+16 |
* | Fix #10416. Don't trust computed styles on detached elements. Close gh-941. | Oleg | 2012-10-28 | 1 | -5/+15 |
* | Adds missing expect() call, fixes failing IE tests | Rick Waldron | 2012-10-15 | 1 | -0/+1 |
* | Remove duplicate expect. Add QUnit.config.requireExpects to testrunner.js QUn... | Rick Waldron | 2012-10-15 | 1 | -2/+2 |
* | Enforce expects in css.js (https://github.com/jquery/2012-dev-summit/issues/53) | James Huston | 2012-10-15 | 1 | -0/+10 |
* | fix failure from bad markup leaving an element behind. Closes gh-946 | Richard Gibson | 2012-10-05 | 1 | -1/+1 |
* | body default display is always block. @mikesherov was right and this is the p... | Rick Waldron | 2012-10-04 | 1 | -0/+18 |
* | Fix #12537, element.css('filter') returns undefined in IE9. Close gh-942. | Mike Sherov | 2012-09-30 | 1 | -0/+7 |
* | Fix #12324, line-height "normal" isn't always "1". Close gh-898. | Mike Sherov | 2012-08-19 | 1 | -2/+1 |
* | Pull in unit tests from gh-877, thanks @orkel! | Dave Methvin | 2012-07-25 | 1 | -5/+10 |
* | Fix #12148. Let .toggle() call the public .hide() for punching. | Dave Methvin | 2012-07-25 | 1 | -1/+12 |
* | Fix #12088, Safari 5 and more percentages in getComputedStyle | Mike Sherov | 2012-07-22 | 1 | -0/+9 |
* | Make unit tests friendly to Closure Compiler. Closes gh-845. | Chad Killingsworth | 2012-07-05 | 1 | -32/+32 |
* | UPDATE SIZZLE: completed rewrite for better things! | timmywil | 2012-07-02 | 1 | -0/+3 |
* | Unit tests are linted and passing. | Rick Waldron | 2012-06-21 | 1 | -14/+16 |
* | Fix #9505, percentage position values in Webkit, closes gh-825. | Mike Sherov | 2012-06-15 | 1 | -1/+12 |
* | Fix #11857. Modularize css.js, add dependency management. Closes gh-816. | Mike Sherov | 2012-06-10 | 1 | -0/+4 |
* | Less letterSpacing .animate() fail in IE. Fixes #8627 | Mike Sherov | 2012-06-06 | 1 | -0/+8 |
* | Make dimensions modular, adds optional build flag. Fixes #11856 | Mike Sherov | 2012-06-05 | 1 | -18/+11 |
* | Fix #11767. Modularize build and unit tests for exluding effects. | Richard Gibson | 2012-05-28 | 1 | -8/+176 |
* | Fix #11311. Percents not pixels for top/left/bottom/right. Closes gh-793. | Mike Sherov | 2012-05-24 | 1 | -0/+6 |
* | Fix #10877. Make outerWidth/Height a setter. Closes gh-783. | Mike Sherov | 2012-05-21 | 1 | -10/+8 |