| Commit message (Expand) | Author | Age | Files | Lines |
* | Support: Add Android support tests results | Michał Gołębiowski | 2014-03-31 | 1 | -0/+74 |
* | Css: change boxSizingReliable in IE<9. | Michał Gołębiowski | 2014-03-21 | 1 | -3/+3 |
* | Support: Make the support matrix for iOS 6 match iOS 7 as well | Michał Gołębiowski | 2014-03-13 | 1 | -1/+1 |
* | Support: Simplify the box-sizing test | Michał Gołębiowski | 2014-03-10 | 1 | -5/+0 |
* | Support: Add iOS6 support tests results | Michał Gołębiowski | 2014-01-27 | 1 | -0/+37 |
* | Manipulation: Use textarea for missing IE defaultValue check | Dave Methvin | 2014-01-23 | 1 | -1/+1 |
* | Tests: Fix appendChecked support value for Safari 5.1 | Michał Gołębiowski | 2014-01-22 | 1 | -1/+1 |
* | Tests: fix Safari userAgent detection | Michał Gołębiowski | 2014-01-22 | 1 | -3/+3 |
* | Support: Add expected support results for Safari 7 & IE11 | Michał Gołębiowski | 2014-01-22 | 1 | -0/+74 |
* | No ticket. Remove version sniffing from test/unit/support.js, browsers got up... | Michał Gołębiowski | 2013-11-11 | 1 | -5/+3 |
* | Fix #14422 and add more thorough check for CSP violations | Oleg | 2013-11-07 | 1 | -14/+18 |
* | Fix more support tests (support.input should only be false in IE8 and checkCl... | Timmy Willison | 2013-09-11 | 1 | -4/+6 |
* | Set the input type for firefox. Fix a support test. | Timmy Willison | 2013-09-11 | 1 | -2/+2 |
* | Restore support for Firefox < 23, Chrome < 28 and Safari 5.1. | Michał Gołębiowski | 2013-09-11 | 1 | -3/+41 |
* | No ticket. Restore support for Safari 5.1 in test/unit/support.js for now. (c... | Michał Gołębiowski | 2013-09-07 | 1 | -7/+13 |
* | Fix #10814. Fix #14084. Make support tests lazy and broken out to components. | Michał Gołębiowski | 2013-09-06 | 1 | -227/+257 |
* | AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163. | Timmy Willison | 2013-08-15 | 1 | -5/+10 |
* | Support tests | Oleg | 2013-08-08 | 1 | -238/+265 |
* | Fix #13743. Remove deprecated support.boxModel. Close gh-1231. | Michał Gołębiowski | 2013-04-17 | 1 | -16/+1 |
* | Fix #12199. Handle iteration over inherited properties in oldIE. Close | Brandon Johnson | 2013-04-04 | 1 | -10/+19 |
* | Fix #13543. offsetWidth is wrong on non-1 zoom. Close gh-1218. | Michał Gołębiowski | 2013-04-03 | 1 | -0/+5 |
* | Remove doesNotIncludeMarginInBodyOffset from support checks. | Dave Methvin | 2013-04-03 | 1 | -10/+1 |
* | Ref #13316: Sync all test documents on full vs. minified source. | Richard Gibson | 2013-02-08 | 1 | -18/+14 |
* | Fix #13089. Only apply zoom to IE6/7 body. | Dave Methvin | 2013-02-03 | 1 | -0/+9 |
* | Ref #8908. Update IE9 css clone fix. Close gh-1120. | Oleg | 2013-01-08 | 1 | -10/+19 |
* | 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 |
* | Move deprecated.js to the bottom of the build to ensure nothing depends on a ... | Timmy Willison | 2012-10-15 | 1 | -2/+1 |
* | Don't try to be dynamic, just get the damn job done. Expects = 30. | Rick Waldron | 2012-10-15 | 1 | -1/+1 |
* | 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 refacto... | jaubourg | 2012-06-11 | 1 | -6/+8 |
* | 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 |
* | Fix #11443 #11441, shut up Chrome 19 and Safari 5.0.x. Closes gh-790. | Mike Sherov | 2012-05-22 | 1 | -3/+3 |
* | 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 |
* | Fix #10067. Create jQuery.quickReady; closes gh-736. | Mike Sherov | 2012-04-23 | 1 | -30/+3 |
* | 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 s... | timmywil | 2011-11-17 | 1 | -0/+264 |
* | 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 |
* | Add test page for crashing IE8 when the testElement in support has a backgrou... | timmywil | 2011-08-04 | 1 | -0/+5 |
* | Landing pull request 453. Typo correction strictEquals=>strictEqual. Fixes #9... | Rick Waldron | 2011-08-03 | 1 | -2/+2 |
* | Fixes #9239. If the body is already present in the DOM, use a div within it t... | jaubourg | 2011-05-13 | 1 | -0/+23 |
* | Adds unit/support.js to unit tests. Still have to test for #8763 has to be do... | jaubourg | 2011-05-10 | 1 | -0/+32 |