Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove outdated support tests | Timmy Willison | 2012-12-31 | 1 | -321/+0 |
| | |||||
* | Do not perform support check for old Opera. Close gh-1097. | Oleg | 2012-12-20 | 1 | -1/+1 |
| | |||||
* | Fix #12569. Improve feature detect for event bubbling. Close gh-1076. | Oleg | 2012-12-20 | 1 | -11/+110 |
| | |||||
* | Fix testing of no-ajax custom builds | Richard Gibson | 2012-11-01 | 1 | -0/+2 |
| | |||||
* | Fixes #11635, Explicit overflow:auto is overridden by inline overflow:hidden ↵ | Mike Petrovich | 2012-10-16 | 1 | -0/+5 |
| | | | | during animation, closes gh-981 | ||||
* | Move deprecated.js to the bottom of the build to ensure nothing depends on a ↵ | Timmy Willison | 2012-10-15 | 1 | -2/+1 |
| | | | | deprecated feature | ||||
* | Don't try to be dynamic, just get the damn job done. Expects = 30. | Rick Waldron | 2012-10-15 | 1 | -1/+1 |
| | | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com> | ||||
* | Adds missing expect() call in test/unit/support.js, fixes failing IE tests | Rick Waldron | 2012-10-15 | 1 | -0/+3 |
| | |||||
* | Fix #12282. IE has premature .readyState == "interactive". Close gh-901. | Mike Sherov | 2012-08-20 | 1 | -2/+2 |
| | |||||
* | Unit tests are linted and passing. | Rick Waldron | 2012-06-21 | 1 | -2/+0 |
| | |||||
* | We don't have IE9 supports grid yet, completely didn't see this while ↵ | jaubourg | 2012-06-11 | 1 | -6/+8 |
| | | | | refactoring. | ||||
* | Some work to modularize ajax later on. | jaubourg | 2012-06-11 | 1 | -44/+23 |
| | |||||
* | Fix #11857. Modularize css.js, add dependency management. Closes gh-816. | Mike Sherov | 2012-06-10 | 1 | -21/+23 |
| | | | | See the pull request for more info on the dependency management details. | ||||
* | Fix #11443 #11441, shut up Chrome 19 and Safari 5.0.x. Closes gh-790. | Mike Sherov | 2012-05-22 | 1 | -3/+3 |
| | | | | checkClone and appendChecked test failures in Chrome 19; reliableMarginRight failures in Safari 5. | ||||
* | Inline the boxModel test, and correct unit test. Closes gh-781. | Mike Sherov | 2012-05-18 | 1 | -1/+5 |
| | |||||
* | Fix #11721. Remove jQuery.boxModel, deprecate jQuery.support.boxModel. | Mike Sherov | 2012-05-15 | 1 | -3/+1 |
| | | | | | | 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. | ||||
* | Fix #10067. Create jQuery.quickReady; closes gh-736. | Mike Sherov | 2012-04-23 | 1 | -30/+3 |
| | | | | 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. | ||||
* | Fix #10996, simplify offset code by forsaking ancient browsers. | Mike Sherov | 2012-04-05 | 1 | -24/+0 |
| | |||||
* | No global vars allowed. Declare 'body' in support. | timmywil | 2011-11-18 | 1 | -1/+1 |
| | |||||
* | Remove the invisible body in support; Add temporary tests to verify correct ↵ | timmywil | 2011-11-17 | 1 | -0/+264 |
| | | | | support completions for upcoming support changes. | ||||
* | Pass iframe support tests at doc ready. Fixes support fail in FF7 | timmywil | 2011-10-31 | 1 | -3/+5 |
| | |||||
* | Fixes IE7 test suite. Keep the testElement attached and set necessary styles ↵ | timmywil | 2011-09-28 | 1 | -1/+1 |
| | | | | on it to fix the offset with margin test. | ||||
* | Add test page for crashing IE8 when the testElement in support has a ↵ | timmywil | 2011-08-04 | 1 | -0/+5 |
| | | | | background (will run from the test suite). Supplements #9823. | ||||
* | Landing pull request 453. Typo correction strictEquals=>strictEqual. Fixes ↵ | Rick Waldron | 2011-08-03 | 1 | -2/+2 |
| | | | | | | | | #9964. More Details: - https://github.com/jquery/jquery/pull/453 - http://bugs.jquery.com/ticket/9964 | ||||
* | Fixes #9239. If the body is already present in the DOM, use a div within it ↵ | jaubourg | 2011-05-13 | 1 | -0/+23 |
| | | | | to perform boxModel-related support tests. Unit test added. | ||||
* | Adds unit/support.js to unit tests. Still have to test for #8763 has to be ↵ | jaubourg | 2011-05-10 | 1 | -0/+32 |
done in its own file however, since Firefox refuses to notify global errors in the iframe (attachEvent, window.onerror and script.onerror all fail). |