aboutsummaryrefslogtreecommitdiffstats
path: root/src/support.js
Commit message (Collapse)AuthorAgeFilesLines
* Fix #13743. Remove deprecated support.boxModel. Close gh-1231.Michał Gołębiowski2013-04-171-3/+0
| | | | add myself to AUTHORS.txt
* Fix #13754: Require element.style for support testsRichard Gibson2013-04-091-2/+2
|
* Fix #12199. Handle iteration over inherited properties in oldIE. CloseBrandon Johnson2013-04-041-0/+7
| | | | gh-1196.
* Fix #13543. offsetWidth is wrong on non-1 zoom. Close gh-1218.Michał Gołębiowski2013-04-031-2/+7
|
* Remove an unused support check, correct a comment. Close gh-1212.Michał Gołębiowski2013-04-031-1/+0
|
* No ticket: reduce support.jsRichard Gibson2013-02-251-52/+49
|
* Ref #13316: Sync all test documents on full vs. minified source.Richard Gibson2013-02-081-1/+1
|
* Fix #13089. Only apply zoom to IE6/7 body.Dave Methvin2013-02-031-3/+6
|
* Fix #13355. Tweak Uglify options and var order for gzip. Close gh-1151.Oleg2013-01-311-1/+3
| | | | | Change uglify-js options for compressor Change variables initialization sequence for some declarations
* Fix #13315: compare typeof node.method to var instead of literal "undefined" ↵Richard Gibson2013-01-241-1/+1
| | | | for safer uglification
* Opera 12.0 still implements an older version of the DOM so cloneNode cannot ↵jaubourg2013-01-081-1/+1
| | | | be called without an argument
* Ref #8908. Update IE9 css clone fix. Close gh-1120.Oleg2013-01-081-0/+4
|
* Fix #12569. Improve feature detect for event bubbling. Close gh-1076.Oleg2012-12-201-74/+38
|
* Fix #11115: Normalize boolean attributes/properties. Close gh-1066.Richard Gibson2012-12-151-1/+1
|
* Fix #12600: don't use value property in place of value attribute. Close gh-1063.Richard Gibson2012-12-141-14/+14
|
* Ref #8908, gh-886. Avoid clone identity crisis in IE9/10. Close gh-1036.Oleg2012-12-131-4/+0
|
* Fix #12869. Zoom the body after support tests; avoids layout changes in ↵Scott González2012-11-251-1/+3
| | | | IE8/9/10 in IE7 mode. Close gh-1025.
* Fix #8908. Don't let change to originals affect clones in IE9/10. Close gh-886.Elijah Manor2012-11-181-0/+4
|\
| * Add support check, added assertion to check if cleared, add edge case for ↵Elijah Manor2012-08-131-0/+13
| | | | | | | | backgroundPosition
* | Revert "Fixes #12569. Improve Feature Detect For oldIE bubbling. closes gh-967"Dave Methvin2012-11-141-1/+1
| | | | | | | | | | | | This reverts commit 063ea024e945adbeefbf88578f8ba424ca8a0939. I've beaten on this for a while and can't find a suitable feature detect that catches Chrome's support for focusin.
* | Fixes #12569. Improve Feature Detect For oldIE bubbling. closes gh-967Merrifield, Jay2012-10-171-1/+1
| |
* | Fixes #11635, Explicit overflow:auto is overridden by inline overflow:hidden ↵Mike Petrovich2012-10-161-1/+1
| | | | | | | | during animation, closes gh-981
* | Fix #12357: be more kind to non-browser environments. Close gh-938.Richard Gibson2012-09-301-7/+6
| |
* | Remove useless guard for `a`. Close gh-918.Dave Methvin2012-09-091-1/+1
| | | | | | | | Thanks @staabm!
* | Update comments about window.getComputedStyle in both locations.Rick Waldron2012-08-111-4/+2
| |
* | Revert "Fix #12127. IE9/10 checks fall off the box on clone. Close gh-873."Dave Methvin2012-07-251-3/+3
| | | | | | | | | | | | This reverts commit 569d064fc93459695cb6eb6fd09e5ba3fda62f03. Causing test fails in Safari, IE6, and IE7.
* | Fix #12127. IE9/10 checks fall off the box on clone. Close gh-873.Daniel Chatfield2012-07-251-3/+3
|/
* Fix #12088, Safari 5 and more percentages in getComputedStyleMike Sherov2012-07-221-2/+0
| | | | In particular, min-width and max-width are taunting the awesome hack. Closes gh-865.
* Fix #11249. Inline styles anger Content Security Policy.David Benjamin2012-07-071-3/+6
|
* Fix #11757. IE 6/7 can't clean up circular DOM-JS refs.Dave Methvin2012-06-221-1/+3
| | | | Why? Because it's dumb. Verified with the case in the ticket.
* Fix comment block indentsRick Waldron2012-06-181-4/+4
| | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
* Update document.defaultView.getComputedStyle. Fixes #10373Rick Waldron2012-06-181-0/+5
|
* Fix #9505, percentage position values in Webkit, closes gh-825.Mike Sherov2012-06-151-2/+4
|
* Shrink support.js, closes gh-818Richard Gibson2012-06-111-49/+40
|
* Strips IIFEs from modules; Always require built jQuery for tests.Rick Waldron2012-06-041-4/+0
|
* Fix #11443 fix. Safari 5.0.x, reliable margin? Riiight. Closes gh-792.Mike Sherov2012-05-241-1/+1
|
* Fix #11443 #11441, shut up Chrome 19 and Safari 5.0.x. Closes gh-790.Mike Sherov2012-05-221-13/+5
| | | | 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 Sherov2012-05-181-3/+3
|
* Fix #11721. Remove jQuery.boxModel, deprecate jQuery.support.boxModel.Mike Sherov2012-05-151-2/+2
| | | | | | 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 11004. getWH() box-sizing:border-box includes padding and border.Mike Sherov2012-04-101-6/+7
|
* Fix #10413, #10679. Fix box-sizing:border-box and add css vendor prefix support.Mike Sherov2012-04-061-0/+4
|
* Fix #10996, simplify offset code by forsaking ancient browsers.Mike Sherov2012-04-051-36/+5
|
* Followup for #7986 to fix a botched merge.Mike Sherov2012-03-021-7/+2
| | | | Okay, Jenkins, you were right this time.
* Fix #11217. WebKit clone() loses check if name follows checked attribute.Sindre Sorhus2012-03-021-0/+4
| | | | Please folks, hold your questions. We don't explain em, we just fix em.
* Fix #7986. $.support.boxModel shan't be fooled by page-level CSS.Mike Sherov2012-02-241-14/+23
|
* Fix #11337. Properly calculate $.support.reliableMarginRight.Vladislav Zarakovsky2012-02-231-21/+19
|
* When stopping a show, save showing end state instead of start state to fix ↵timmywil2012-01-201-3/+4
| | | | animation toggling issue. Fixes #10848.
* fixes #11048: make sure support tests don't modify the layout of the bodyMike Sherov2012-01-171-0/+4
|
* Fix #10639. Make percent-specified margins return px values in WebKit.Mike Sherov2011-12-061-1/+7
|
* No global vars allowed. Declare 'body' in support.timmywil2011-11-181-14/+13
|