jquery/test/unit
Mike Sherov c4e22ad8b5 Fix #11721. Remove jQuery.boxModel, deprecate jQuery.support.boxModel.
This removes all internal uses of `jQuery.support.boxModel`. jQuery has never run unit tests with Quirks Mode and has not even feigned support for several years, so these remnants weren't doing much except giving false hope.

For now, `jQuery.support.boxModel` continues to have a value indicating whether the W3C box model is *generally* in use, but be aware that this is easily overridden on an element-by-element basis by the `box-model` CSS property. So don't trust this value.
2012-05-15 23:29:20 -04:00
..
ajax.js Fixes #11402. domManip now also removes the closing part of HTML comments or CDATA surrounding executed scripts. Unit tests added. 2012-05-06 01:27:01 +02:00
attributes.js Fix some stragglers 2012-04-15 17:52:48 -04:00
callbacks.js Gandalf the Grey says you shall not leak globals, even in the depths of Unit Tests. So fly, you fools! 2012-04-30 03:04:45 +02:00
core.js Fix some stragglers 2012-04-15 17:52:48 -04:00
css.js Effects: 1.8 Animation Rewrite - thanks @mikesherov and @gibson042 2012-04-23 15:05:12 -04:00
data.js Fix #11435. Remove obsolete test code. 2012-04-04 21:38:47 -04:00
deferred.js Preserves context objects when multiple Deferreds are passed to $.when(). Context is an array containing the original contexts in order. When non-observable value is given, associated context is undefined. In case only a single non-observable value is given, context is the global object (thanks so much Function.prototype.apply!). Fixes #11749. 2012-05-12 21:41:39 +02:00
dimensions.js Fix #6724, though the Mobile Safari wound remains. Closes gh-764. 2012-05-14 14:22:51 -04:00
effects.js Fixes #8892: Adding unit test for #8892 - Actually fixed in 58ed62e 2012-05-11 15:32:50 -05:00
event.js Fix #11621, $(document).trigger() must bubble to window. 2012-05-12 14:23:50 -04:00
exports.js Landing pull request 586. Create exports.js for exporting jQuery to window and AMD. Fixes #10687. 2011-11-14 12:13:25 -05:00
manipulation.js Fix #8894. Ensure .appendTo creates a new set in oldIE. 2012-04-16 21:57:41 -04:00
offset.js Fix #11721. Remove jQuery.boxModel, deprecate jQuery.support.boxModel. 2012-05-15 23:29:20 -04:00
queue.js Firefox stalls without longer delays. 2012-02-23 23:22:04 -05:00
selector.js fixes #10693, generalizes the "test something in an iframe" code when a callback isn't needed 2012-02-23 22:55:20 -05:00
support.js Fix #11721. Remove jQuery.boxModel, deprecate jQuery.support.boxModel. 2012-05-15 23:29:20 -04:00
traversing.js Rename .andSelf to .addBack, deprecate .andSelf #9800 2012-05-15 23:14:13 -04:00