| Commit message (Expand) | Author | Age | Files | Lines |
* | 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-1156. | Oleg | 2013-02-04 | 1 | -0/+23 |
* | 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 an element as hidden if either offsetWidth or offsetHeight is 0. Fixes ... | Timmy Willison | 2013-01-21 | 1 | -40/+43 |
* | Ref #8908. Update IE9 css clone fix. Close gh-1119. | Oleg | 2013-01-08 | 1 | -2/+5 |
* | Remove stranded support.js checks for oldIE. | Dave Methvin | 2013-01-03 | 1 | -41/+1 |
* | 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 |
* | Makes sure child element doesn't prevent setting height to 0. Fixes failure i... | jaubourg | 2012-05-16 | 1 | -1/+1 |
* | Effects: 1.8 Animation Rewrite - thanks @mikesherov and @gibson042 | Corey Frang | 2012-04-23 | 1 | -3/+3 |
* | Fix 11004. getWH() box-sizing:border-box includes padding and border. | Mike Sherov | 2012-04-10 | 1 | -0/+12 |
* | When the width/height computed unit is not pixels, return that instead. Fixes... | timmywil | 2011-12-12 | 1 | -5/+9 |
* | Fix #8498. Add cssHooks[prop].expand for use by animate(). | Mike Sherov | 2011-12-08 | 1 | -0/+40 |
* | Fix #10639. Make percent-specified margins return px values in WebKit. | Mike Sherov | 2011-12-06 | 1 | -0/+7 |
* | Fix #10796. Allow IE<9 to retrieve uncomputed styles. | Mike Sherov | 2011-12-06 | 1 | -0/+23 |
* | Fix #10691. Remove all instances of equals() and same(), as these are depreca... | Mike Sherov | 2011-11-06 | 1 | -79/+79 |
* | Landing pull request 561. only check for not null in unit tests. Supplements ... | Mike Sherov | 2011-10-23 | 1 | -1/+1 |
* | Landing pull request 553. Fallback to elem.style for disconnected nodes in wi... | Mike Sherov | 2011-10-22 | 1 | -3/+12 |
* | Call .is(:visible) on the window or document does not thrown an error in IE. ... | timmywil | 2011-09-19 | 1 | -5/+8 |
* | Fixes #10021. Allow negative relative values for `.css()` (e.g., `"+=-20px"`)... | Dave Methvin | 2011-08-16 | 1 | -1/+7 |
* | Unit test for #6652 | Corey Frang | 2011-07-13 | 1 | -0/+17 |
* | Landing pull request 409. Adds fillOpacity to internal cssNumber. Fixes #9548. | rwldrn | 2011-06-14 | 1 | -0/+10 |
* | Style edits for pull request 375 | timmywil | 2011-05-13 | 1 | -19/+19 |
* | Landing pull request 375. Added test case to support #9237 Fixes #9237. | avaly | 2011-05-13 | 1 | -2/+52 |