aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/dimensions.js
Commit message (Expand)AuthorAgeFilesLines
* Build: code style fixes after all those revertsOleg Gaidarenko2015-12-221-10/+10
* Revert "CSS: Ignore the CSS cascade in show()/hide()/etc."Oleg Gaidarenko2015-12-221-10/+11
* Revert "CSS: Make .css("width") & .css("height") return fractional values"Oleg Gaidarenko2015-12-221-24/+16
* Revert "CSS: Make show/hide/toggle methods a module"Oleg Gaidarenko2015-12-221-8/+16
* CSS: Make show/hide/toggle methods a moduleDave Methvin2015-10-251-16/+8
* Tests: further improvements QUnit 2.0 migrationOleg Gaidarenko2015-09-081-6/+6
* Tests: Partially use new qunit interfaceOleg Gaidarenko2015-09-071-186/+194
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-071-122/+124
* Tests: don't use deprecated argument in test declarationOleg Gaidarenko2015-07-301-2/+6
* CSS: Make .css("width") & .css("height") return fractional valuesMichał Gołębiowski2015-07-071-16/+24
* CSS: Ignore the CSS cascade in show()/hide()/etc.Richard Gibson2015-05-111-6/+6
* Offset: Round offset value for the sake of floating errorsMichał Gołębiowski2015-03-231-2/+5
* Misc: Drop support for older browsers; update support commentsMichał Gołębiowski2014-12-081-2/+2
* Tests: Tilt at a few style guide windmillsRichard Gibson2014-12-061-45/+43
* Tests: Accommodate page changes from the QUnit HTML reporterRichard Gibson2014-12-061-21/+20
* Tests: Minor updates for QUnit 1.16 compatibilityRichard Gibson2014-12-051-6/+6
* Dimensions: allow modification of coordinates argumentOleg Gaidarenko2014-11-161-0/+12
* Docs: Add support comments for prefixed box-sizingMichał Gołębiowski2014-02-051-0/+1
* Update jshintrc to conform to new style guide. Conform to onevar and unused i...Timmy Willison2013-04-091-26/+37
* 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