Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Effects: add back support.shrinkWrapBlocks() for ie6 | Timmy Willison | 2016-01-06 | 1 | -0/+23 |
| | |||||
* | Build: Update jscs and lint files | Oleg Gaidarenko | 2015-09-07 | 1 | -2/+2 |
| | | | | | Ref 10fdad742a2a6aa9f0e00b3e04fc5264797c53c7 Fixes gh-2056 | ||||
* | Docs: Fix various spelling mistakes | Bruno Pérel | 2015-07-30 | 1 | -1/+1 |
| | | | | | | (cherry-picked from 360a4780339b7f412b75ad8a06dca7f39616f654) Closes gh-2487 | ||||
* | Misc: Drop support for older browsers; update support comments | Michał Gołębiowski | 2014-12-08 | 1 | -23/+0 |
| | | | | | | | | | | That includes IE<8, Opera 12.x, Firefox<29, Safari<6.0 and some hacks for old Blackberry. Fixes gh-1836 Fixes gh-1701 Refs gh-1815 Refs gh-1820 | ||||
* | Support: Simplify the box-sizing test | Michał Gołębiowski | 2014-03-10 | 1 | -19/+0 |
| | | | | Don't require body in the support.boxSizing test. | ||||
* | Fix #14422 and add more thorough check for CSP violations | Oleg | 2013-11-07 | 4 | -8/+9 |
| | | | | Close gh-1413 | ||||
* | Fix #10814. Fix #14084. Make support tests lazy and broken out to components. | Michał Gołębiowski | 2013-09-06 | 6 | -4/+21 |
| | |||||
* | Further spacing & code style corrections. | Michał Gołębiowski | 2013-04-15 | 1 | -9/+9 |
| | |||||
* | Fix #13543. offsetWidth is wrong on non-1 zoom. Close gh-1218. | Michał Gołębiowski | 2013-04-03 | 1 | -0/+19 |
| | |||||
* | Ref #13316: Sync all test documents on full vs. minified source. | Richard Gibson | 2013-02-08 | 5 | -3/+28 |
| | |||||
* | Fix #13316. Use minified version in unit testing. | Dave Methvin | 2013-01-26 | 3 | -3/+3 |
| | | | | Also migrates the XHR check added to 2.0 in 62acda819f9b6fba9263d0b613e15285807b23a7. | ||||
* | 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). |