| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Improve CSS and `Support:` comments. Close gh-1220. | Michał Gołębiowski | 2013-04-06 | 1 | -1/+2 |
* | Fix typos. Close gh-1186. | dmitrygusev | 2013-02-28 | 1 | -4/+4 |
* | No ticket: Revise unit tests in anticipation of Sizzle-free builds | Richard Gibson | 2013-02-22 | 1 | -2/+2 |
* | Implement expectation test instead of using _removeData. Close gh-997. | Timo Tijhof | 2012-10-28 | 1 | -7/+9 |
* | Convert all jQuery.removeData(foo, bar, true) calls to jQuery._remove(foo, bar) | Rick Waldron | 2012-10-16 | 1 | -6/+6 |
* | Fix #12243, $("col").width() should return the column's width. Close gh-916. | Mike Sherov | 2012-08-29 | 1 | -6/+7 |
* | Fix #12283. Return null for dimension getters on non elements. Fix gh-900. | Mike Sherov | 2012-08-19 | 1 | -0/+16 |
* | No ticket: fix failure from zero-assertion test generating a second empty OL ... | Richard Gibson | 2012-08-09 | 1 | -1/+3 |
* | Fix #12088, Safari 5 and more percentages in getComputedStyle | Mike Sherov | 2012-07-22 | 1 | -7/+0 |
* | Make unit tests friendly to Closure Compiler. Closes gh-845. | Chad Killingsworth | 2012-07-05 | 1 | -20/+20 |
* | Unit tests are linted and passing. | Rick Waldron | 2012-06-21 | 1 | -8/+8 |
* | Don't swap to measure dimensions unless the element is display:none. #807 Fix... | Mike Sherov | 2012-06-07 | 1 | -0/+10 |
* | Remove unnecessary haunted house guards. | Rick Waldron | 2012-06-06 | 1 | -8/+3 |
* | Fixes two typos | Rick Waldron | 2012-06-06 | 1 | -1/+1 |
* | Conditionally run height/width in iframeTest | Rick Waldron | 2012-06-06 | 1 | -2/+7 |
* | Ensure both height and width port functions exist before attempting to run di... | Rick Waldron | 2012-06-06 | 1 | -1/+1 |
* | Fixe dimensions tests. No core code changes. Supplements #11856 | Mike Sherov | 2012-06-06 | 1 | -3/+9 |
* | Make dimensions modular, adds optional build flag. Fixes #11856 | Mike Sherov | 2012-06-05 | 1 | -0/+11 |
* | Fix #11724, $(document).height() in Firefox 12. Closes gh-802. | Mike Sherov | 2012-05-31 | 1 | -6/+6 |
* | Add quick-start documentation for testing with QUnit and using jQuery's helpe... | timmywil | 2012-05-29 | 1 | -0/+12 |
* | Fix #10877. Make outerWidth/Height a setter. Closes gh-783. | Mike Sherov | 2012-05-21 | 1 | -22/+46 |
* | Fix #6724, though the Mobile Safari wound remains. Closes gh-764. | Matt Farmer | 2012-05-14 | 1 | -2/+6 |
* | Update dimensions unit tests from changes in #11604 | Mike Sherov | 2012-04-27 | 1 | -8/+8 |
* | Fix #10413, #10679. Fix box-sizing:border-box and add css vendor prefix support. | Mike Sherov | 2012-04-06 | 1 | -4/+53 |
* | Fix #3838, $(document).height() incorrect in IE6 | Mike Sherov | 2012-03-02 | 1 | -0/+14 |
* | Fix #5571. Setters should treat `undefined` as a no-op and be chainable. | Richard Gibson | 2011-12-06 | 1 | -4/+14 |
* | Fix #10691. Remove all instances of equals() and same(), as these are depreca... | Mike Sherov | 2011-11-06 | 1 | -58/+58 |
* | Landing pull request 562. Make sure runtimeStyle isn't affected by dimensions... | Mike Sherov | 2011-10-28 | 1 | -0/+23 |
* | Add support for calling outer/inner Width/Height on the window and document. ... | timmywil | 2011-09-30 | 1 | -16/+29 |
* | Optimize width/height retrieval (moved logic to getWH, removed adjustWH). Sup... | timmywil | 2011-06-06 | 1 | -7/+8 |
* | Add margin after checking width. Add tests. Fixes #9441. Fixes #9300. | Mike Sherov | 2011-06-06 | 1 | -0/+24 |
* | Return null for outer/inner width/height calls on window/document. Fixes #7557. | timmywil | 2011-05-25 | 1 | -4/+26 |
* | revert to old code, bug is invalid | Jordan Boesch | 2011-04-15 | 1 | -79/+0 |
* | fixing bug 4146 - round 2! | Jordan Boesch | 2011-04-13 | 1 | -0/+79 |
* | third batch | louisremi | 2011-04-12 | 1 | -6/+6 |
* | Update unit tests with a leak detection mechanism for the various jQuery glob... | Colin Snover | 2011-01-09 | 1 | -1/+17 |
* | Clean trailing whitespace from all files. | Colin Snover | 2010-12-30 | 1 | -15/+15 |
* | Maintain returning 0px from width/height for disconnected nodes for backwards... | jeresig | 2010-11-09 | 1 | -4/+24 |
* | Add .width() and .height() unit test for empty sets. Fix .height() test that ... | Brandon Aaron | 2010-09-01 | 1 | -3/+9 |
* | Changed the order of the tests to run in the same order in which they're spec... | jeresig | 2010-03-23 | 1 | -1/+1 |
* | Added in .height(fn) and .width(fn) support. Fixes #5915. | jeresig | 2010-01-23 | 1 | -22/+56 |
* | Make sure that calling .width(num) or .height(num) on an empty set returns th... | John Resig | 2009-12-09 | 1 | -3/+9 |
* | moving dimension related unit tests to dimensions test module | Brandon Aaron | 2009-03-22 | 1 | -0/+56 |
* | test runner: the changes are: | Ariel Flesler | 2008-05-28 | 1 | -4/+4 |
* | Updating outerWidth unit test to use absolute position | Brandon Aaron | 2008-05-13 | 1 | -1/+2 |
* | Merged dimensions with core | Brandon Aaron | 2008-04-29 | 1 | -0/+85 |