| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
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.
|
|
|
|
| |
Allows us to get to the ready state sooner by not waiting for iframes to load. If that causes backcompat pain, use `jQuery.quickReady = false` as prescribed by your developer.
|
| |
|
|
|
|
| |
support completions for upcoming support changes.
|
| |
|
| |
|
|
|
|
|
|
| |
More Details:
- https://github.com/jquery/jquery/pull/433
- http://bugs.jquery.com/ticket/9555
|
|
done in its own file however, since Firefox refuses to notify global errors in the iframe (attachEvent, window.onerror and script.onerror all fail).
|