Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Refactor testIframe() to make it DRYer and more consistent | Dave Methvin | 2016-04-11 | 3 | -2/+4 |
| | | | | | Ref gh-3040 Closes gh-3049 | ||||
* | Build: correct style tests files which could be automatically corrected | Oleg Gaidarenko | 2015-09-07 | 1 | -2/+2 |
| | |||||
* | Docs: Fix various spelling mistakes | Bruno Pérel | 2015-07-30 | 1 | -1/+1 |
| | | | | Closes gh-2487 | ||||
* | Add more thorough check for CSP violations | Oleg | 2013-11-07 | 4 | -8/+9 |
| | |||||
* | Fix #10814. Make support tests lazy and broken out to components. | Michał Gołębiowski | 2013-09-06 | 7 | -63/+19 |
| | |||||
* | Correct spacing. | Michał Gołębiowski | 2013-04-15 | 1 | -9/+9 |
| | |||||
* | Fix #13543. offsetWidth is wrong on non-1 zoom. Close gh-1194. | Michał Gołębiowski | 2013-04-03 | 1 | -0/+19 |
| | |||||
* | Fix 363299ac failures | Richard Gibson | 2013-02-07 | 1 | -1/+7 |
| | |||||
* | Ref #13316: Sync all documents on full vs. minified source. Close gh-1147. | Richard Gibson | 2013-02-07 | 5 | -3/+22 |
| | |||||
* | Fix #13316. Use minified version in unit testing. | Dave Methvin | 2013-01-26 | 3 | -3/+3 |
| | |||||
* | No ticket: remove test suite external dependencies | Richard Gibson | 2012-11-01 | 1 | -1/+1 |
| | |||||
* | Fixes #11635, Explicit overflow:auto is overridden by inline overflow:hidden ↵ | Mike Petrovich | 2012-10-16 | 1 | -0/+23 |
| | | | | during animation, closes gh-981 | ||||
* | Relativize all urls pertaining to dist/jquery.js so users can run their ↵ | timmywil | 2012-06-04 | 2 | -2/+2 |
| | | | | server from any file location; Make sure Sizzle is available for its tests in testrunner. | ||||
* | Strips IIFEs from modules; Always require built jQuery for tests. | Rick Waldron | 2012-06-04 | 2 | -2/+2 |
| | |||||
* | Fix #11721. Remove jQuery.boxModel, deprecate jQuery.support.boxModel. | Mike Sherov | 2012-05-15 | 1 | -9/+0 |
| | | | | | | 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 | 4 | -14/+4 |
| | | | | 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 #7986. $.support.boxModel shan't be fooled by page-level CSS. | Mike Sherov | 2012-02-24 | 1 | -0/+7 |
| | |||||
* | Fix #10902. DRY up the ways to include src files in tests. | Mike Sherov | 2012-01-11 | 3 | -60/+3 |
| | |||||
* | Remove the invisible body in support; Add temporary tests to verify correct ↵ | timmywil | 2011-11-17 | 1 | -1/+1 |
| | | | | support completions for upcoming support changes. | ||||
* | Fix error in test suite from testElementCrash.html; did not have callbacks.js | timmywil | 2011-11-16 | 1 | -0/+1 |
| | |||||
* | Pass iframe support tests at doc ready. Fixes support fail in FF7 | timmywil | 2011-10-31 | 1 | -1/+3 |
| | |||||
* | Removing topic.js as it will be a plugin | timmywil | 2011-09-19 | 3 | -3/+0 |
| | |||||
* | $.Callbacks, $.Topic and notify/progress on $.Deferred. | jaubourg | 2011-09-19 | 3 | -0/+6 |
| | |||||
* | Add test page for crashing IE8 when the testElement in support has a ↵ | timmywil | 2011-08-04 | 1 | -0/+19 |
| | | | | background (will run from the test suite). Supplements #9823. | ||||
* | Landing pull request 433. Fix testswarm test cases. Fixes #9555. | Krinkle | 2011-07-12 | 2 | -2/+2 |
| | | | | | | More Details: - https://github.com/jquery/jquery/pull/433 - http://bugs.jquery.com/ticket/9555 | ||||
* | Adds iframe code for #9239. | jaubourg | 2011-05-13 | 1 | -0/+37 |
| | |||||
* | Adds unit/support.js to unit tests. Still have to test for #8763 has to be ↵ | jaubourg | 2011-05-10 | 2 | -0/+52 |
done in its own file however, since Firefox refuses to notify global errors in the iframe (attachEvent, window.onerror and script.onerror all fail). |