aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/dimensions.js
Commit message (Expand)AuthorAgeFilesLines
...
* Improve CSS and `Support:` comments. Close gh-1220.Michał Gołębiowski2013-04-061-1/+2
* Fix typos. Close gh-1186.dmitrygusev2013-02-281-4/+4
* No ticket: Revise unit tests in anticipation of Sizzle-free buildsRichard Gibson2013-02-221-2/+2
* Implement expectation test instead of using _removeData. Close gh-997.Timo Tijhof2012-10-281-7/+9
* Convert all jQuery.removeData(foo, bar, true) calls to jQuery._remove(foo, bar)Rick Waldron2012-10-161-6/+6
* Fix #12243, $("col").width() should return the column's width. Close gh-916.Mike Sherov2012-08-291-6/+7
* Fix #12283. Return null for dimension getters on non elements. Fix gh-900.Mike Sherov2012-08-191-0/+16
* No ticket: fix failure from zero-assertion test generating a second empty OL ...Richard Gibson2012-08-091-1/+3
* Fix #12088, Safari 5 and more percentages in getComputedStyleMike Sherov2012-07-221-7/+0
* Make unit tests friendly to Closure Compiler. Closes gh-845.Chad Killingsworth2012-07-051-20/+20
* Unit tests are linted and passing.Rick Waldron2012-06-211-8/+8
* Don't swap to measure dimensions unless the element is display:none. #807 Fix...Mike Sherov2012-06-071-0/+10
* Remove unnecessary haunted house guards.Rick Waldron2012-06-061-8/+3
* Fixes two typosRick Waldron2012-06-061-1/+1
* Conditionally run height/width in iframeTestRick Waldron2012-06-061-2/+7
* Ensure both height and width port functions exist before attempting to run di...Rick Waldron2012-06-061-1/+1
* Fixe dimensions tests. No core code changes. Supplements #11856Mike Sherov2012-06-061-3/+9
* Make dimensions modular, adds optional build flag. Fixes #11856Mike Sherov2012-06-051-0/+11
* Fix #11724, $(document).height() in Firefox 12. Closes gh-802.Mike Sherov2012-05-311-6/+6
* Add quick-start documentation for testing with QUnit and using jQuery's helpe...timmywil2012-05-291-0/+12
* Fix #10877. Make outerWidth/Height a setter. Closes gh-783.Mike Sherov2012-05-211-22/+46
* Fix #6724, though the Mobile Safari wound remains. Closes gh-764.Matt Farmer2012-05-141-2/+6
* Update dimensions unit tests from changes in #11604Mike Sherov2012-04-271-8/+8
* Fix #10413, #10679. Fix box-sizing:border-box and add css vendor prefix support.Mike Sherov2012-04-061-4/+53
* Fix #3838, $(document).height() incorrect in IE6Mike Sherov2012-03-021-0/+14
* Fix #5571. Setters should treat `undefined` as a no-op and be chainable.Richard Gibson2011-12-061-4/+14
* Fix #10691. Remove all instances of equals() and same(), as these are depreca...Mike Sherov2011-11-061-58/+58
* Landing pull request 562. Make sure runtimeStyle isn't affected by dimensions...Mike Sherov2011-10-281-0/+23
* Add support for calling outer/inner Width/Height on the window and document. ...timmywil2011-09-301-16/+29
* Optimize width/height retrieval (moved logic to getWH, removed adjustWH). Sup...timmywil2011-06-061-7/+8
* Add margin after checking width. Add tests. Fixes #9441. Fixes #9300.Mike Sherov2011-06-061-0/+24
* Return null for outer/inner width/height calls on window/document. Fixes #7557.timmywil2011-05-251-4/+26
* revert to old code, bug is invalidJordan Boesch2011-04-151-79/+0
* fixing bug 4146 - round 2!Jordan Boesch2011-04-131-0/+79
* third batchlouisremi2011-04-121-6/+6
* Update unit tests with a leak detection mechanism for the various jQuery glob...Colin Snover2011-01-091-1/+17
* Clean trailing whitespace from all files.Colin Snover2010-12-301-15/+15
* Maintain returning 0px from width/height for disconnected nodes for backwards...jeresig2010-11-091-4/+24
* Add .width() and .height() unit test for empty sets. Fix .height() test that ...Brandon Aaron2010-09-011-3/+9
* Changed the order of the tests to run in the same order in which they're spec...jeresig2010-03-231-1/+1
* Added in .height(fn) and .width(fn) support. Fixes #5915.jeresig2010-01-231-22/+56
* Make sure that calling .width(num) or .height(num) on an empty set returns th...John Resig2009-12-091-3/+9
* moving dimension related unit tests to dimensions test moduleBrandon Aaron2009-03-221-0/+56
* test runner: the changes are:Ariel Flesler2008-05-281-4/+4
* Updating outerWidth unit test to use absolute positionBrandon Aaron2008-05-131-1/+2
* Merged dimensions with coreBrandon Aaron2008-04-291-0/+85