| Commit message (Expand) | Author | Age | Files | Lines |
* | Strips IIFEs from modules; Always require built jQuery for tests. | Rick Waldron | 2012-06-04 | 1 | -4/+0 |
* | Fix #11443 fix. Safari 5.0.x, reliable margin? Riiight. Closes gh-792. | Mike Sherov | 2012-05-24 | 1 | -1/+1 |
* | Fix #11443 #11441, shut up Chrome 19 and Safari 5.0.x. Closes gh-790. | Mike Sherov | 2012-05-22 | 1 | -13/+5 |
* | Inline the boxModel test, and correct unit test. Closes gh-781. | Mike Sherov | 2012-05-18 | 1 | -3/+3 |
* | Fix #11721. Remove jQuery.boxModel, deprecate jQuery.support.boxModel. | Mike Sherov | 2012-05-15 | 1 | -2/+2 |
* | Fix 11004. getWH() box-sizing:border-box includes padding and border. | Mike Sherov | 2012-04-10 | 1 | -6/+7 |
* | Fix #10413, #10679. Fix box-sizing:border-box and add css vendor prefix support. | Mike Sherov | 2012-04-06 | 1 | -0/+4 |
* | Fix #10996, simplify offset code by forsaking ancient browsers. | Mike Sherov | 2012-04-05 | 1 | -36/+5 |
* | Followup for #7986 to fix a botched merge. | Mike Sherov | 2012-03-02 | 1 | -7/+2 |
* | Fix #11217. WebKit clone() loses check if name follows checked attribute. | Sindre Sorhus | 2012-03-02 | 1 | -0/+4 |
* | Fix #7986. $.support.boxModel shan't be fooled by page-level CSS. | Mike Sherov | 2012-02-24 | 1 | -14/+23 |
* | Fix #11337. Properly calculate $.support.reliableMarginRight. | Vladislav Zarakovsky | 2012-02-23 | 1 | -21/+19 |
* | When stopping a show, save showing end state instead of start state to fix an... | timmywil | 2012-01-20 | 1 | -3/+4 |
* | fixes #11048: make sure support tests don't modify the layout of the body | Mike Sherov | 2012-01-17 | 1 | -0/+4 |
* | Fix #10639. Make percent-specified margins return px values in WebKit. | Mike Sherov | 2011-12-06 | 1 | -1/+7 |
* | No global vars allowed. Declare 'body' in support. | timmywil | 2011-11-18 | 1 | -14/+13 |
* | Remove the invisible body in support; Add temporary tests to verify correct s... | timmywil | 2011-11-17 | 1 | -101/+65 |
* | Move clearing the support vars to before the offset doc ready call in case th... | timmywil | 2011-11-10 | 1 | -6/+6 |
* | Remove test of the invalid object for IE9's sake; Rewrite the appropriate sup... | timmywil | 2011-11-08 | 1 | -4/+5 |
* | Correct typo in support.js assigning margin-top with cssText. Fixes #10638. | timmywil | 2011-11-02 | 1 | -1/+1 |
* | Add return in the offset support tests if the body is not present in frameset... | timmywil | 2011-11-01 | 1 | -0/+6 |
* | jQuery.support.supportsFixedPosition -> jQuery.support.fixedPosition; Remove ... | timmywil | 2011-10-31 | 1 | -3/+1 |
* | Reduce bytes and minor adjustments | timmywil | 2011-10-31 | 1 | -6/+7 |
* | Construct a new container so that styles on the body are not affected | timmywil | 2011-10-31 | 1 | -8/+14 |
* | Run offset support tests at doc ready. Fixes #10613. | timmywil | 2011-10-31 | 1 | -29/+28 |
* | Cleanup spacing in support.js. Fixes #10601 | Rick Waldron | 2011-10-27 | 1 | -5/+5 |
* | Fix 10558. Get the right element for checkClone; thanks zhengzongyi! | Dave Methvin | 2011-10-24 | 1 | -1/+1 |
* | Support setting both the enctype attribute and property (encoding in IE6/7). ... | timmywil | 2011-10-22 | 1 | -0/+3 |
* | Leave the opacity test unanchored in case of floating point rounding browser ... | timmywil | 2011-10-11 | 1 | -1/+1 |
* | updated Juriy Zaytsev's detecting event support technique link in support.js | Shi Chuan | 2011-10-04 | 1 | -1/+1 |
* | Fixes IE7 test suite. Keep the testElement attached and set necessary styles ... | timmywil | 2011-09-28 | 1 | -3/+6 |
* | Landing pull request 509. Add a comment explaining the use of document.getEle... | Mathias Bynens | 2011-09-20 | 1 | -4/+8 |
* | semicolon for jshint happiness | timmywil | 2011-09-19 | 1 | -1/+1 |
* | Landing pull request 477. 1.7 jQuery.offset.supportsFixedPosition. Fixes #6809. | Rick Waldron | 2011-09-19 | 1 | -1/+45 |
* | Landing pull request 490. 1.7 HTML5 Support for innerHTML, clone & style. Fix... | Rick Waldron | 2011-09-19 | 1 | -1/+4 |
* | Reverts broken support string. Fixes #10197 | rwldrn | 2011-09-07 | 1 | -1/+1 |
* | Landing pull request 478. Apply fixes as noted by Diego Perini, David Murdoch... | Rick Waldron | 2011-09-01 | 1 | -4/+5 |
* | Add back the background: none setting to avoid any possible crashes in IE fro... | timmywil | 2011-08-04 | 1 | -1/+2 |
* | Non-breaking-space should achieve the same effect as a visible character. Fix... | Rick Waldron | 2011-07-25 | 1 | -1/+1 |
* | Landing pull request 401. Nulling all elements created in support.js; Fixes #... | rwldrn | 2011-06-06 | 1 | -1/+1 |
* | detachEvent is unnecessary since we're nulling div. Fixes #8873. | timmywil | 2011-05-25 | 1 | -2/+1 |
* | Null created elements in support to avoid leaks in IE. Tested IE6-8. Leaks ar... | timmywil | 2011-05-25 | 1 | -0/+3 |
* | Remove unnecessary background setting in support now that we have the div rev... | timmywil | 2011-05-25 | 1 | -3/+1 |
* | Fixes #9239. If the body is already present in the DOM, use a div within it t... | jaubourg | 2011-05-13 | 1 | -10/+22 |
* | Landing pull request 370. Fixes #8763. | Sahab Yazdani | 2011-05-10 | 1 | -1/+1 |
* | Fixes #9109. When jQuery is loaded in the body, then the fake body element us... | jaubourg | 2011-05-09 | 1 | -2/+3 |
* | Set background to none on our mock body and remove its contents to avoid a cr... | timmywil | 2011-05-02 | 1 | -1/+4 |
* | jQuery.support core style guide correction. Fixes #8978 | Rick Waldron | 2011-04-26 | 1 | -1/+1 |
* | Combine the support tests for radioValue and appendChecked | timmywil | 2011-04-22 | 1 | -10/+8 |
* | Landing pull request 332. Appending disconnected radio or checkbox inputs and... | timmywil | 2011-04-21 | 1 | -0/+8 |