Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Misc: Drop support for older browsers; update support comments" | Timmy Willison | 2016-01-06 | 1 | -1/+45 |
| | | | | This reverts commit 90d7cc1d8b2ea7ac75f0eacb42439349c9c73278. | ||||
* | Build: Update jscs and lint files | Oleg Gaidarenko | 2015-09-07 | 1 | -2/+2 |
| | | | | | Ref 10fdad742a2a6aa9f0e00b3e04fc5264797c53c7 Fixes gh-2056 | ||||
* | Core: Change support.ownLast to support.ownFirst | Michał Gołębiowski | 2015-06-23 | 1 | -1/+1 |
| | | | | | | | | jQuery.support.ownLast was the only support test that was supposed to be false when it succeeded. It was confusing. Fixes gh-2406 Closes gh-2408 | ||||
* | Misc: Drop support for older browsers; update support comments | Michał Gołębiowski | 2014-12-08 | 1 | -38/+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 | ||||
* | Core: Drop strundefined variable | Chris Antaki | 2014-09-02 | 1 | -3/+2 |
| | | | | | Ref 29838b6cab6f2e508f3e9692f32918c72b1a504b Closes gh-1628 | ||||
* | Support: Reduce size via code consolidation and minification awareness | Richard Gibson | 2014-03-04 | 1 | -14/+10 |
| | | | | | Ref badcd1b6f301e6253405f17759c1270549a34e12 Closes gh-1518 | ||||
* | Fix failing support test in IE6/7 | Timmy Willison | 2013-09-11 | 1 | -1/+1 |
| | |||||
* | Fix more support tests (support.input should only be false in IE8 and ↵ | Timmy Willison | 2013-09-11 | 1 | -11/+4 |
| | | | | checkClone as it is now used is fine in IE) | ||||
* | Set the input type for firefox. Fix a support test. | Timmy Willison | 2013-09-11 | 1 | -5/+3 |
| | |||||
* | Separate jQuery.fn.init into its own module (for lighter core dependencies ↵ | Timmy Willison | 2013-09-09 | 1 | -0/+9 |
| | | | | | | | | | | across all modules). Restore proper support property for effects. Conflicts: src/attributes/classes.js src/core.js src/manipulation.js src/traversing.js | ||||
* | Fix #10814. Fix #14084. Make support tests lazy and broken out to components. | Michał Gołębiowski | 2013-09-06 | 1 | -230/+37 |
| | |||||
* | Specify support as a dependency wherever it is used. Optimize module order ↵ | Timmy Willison | 2013-08-15 | 1 | -1/+3 |
| | | | | | | | | | | to save 15 bytes. Conflicts: src/css.js src/manipulation.js src/offset.js src/support.js | ||||
* | AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163. | Timmy Willison | 2013-08-15 | 1 | -1/+8 |
| | | | | | | | | | | | | | | | | | | | | Conflicts: Gruntfile.js README.md src/ajax.js src/ajax/xhr.js src/attributes.js src/core.js src/css.js src/data.js src/effects.js src/event.js src/manipulation.js src/offset.js src/selector-native.js src/traversing.js test/unit/core.js test/unit/data.js | ||||
* | Fix #13743. Remove deprecated support.boxModel. Close gh-1231. | Michał Gołębiowski | 2013-04-17 | 1 | -3/+0 |
| | | | | add myself to AUTHORS.txt | ||||
* | Fix #13754: Require element.style for support tests | Richard Gibson | 2013-04-09 | 1 | -2/+2 |
| | |||||
* | Fix #12199. Handle iteration over inherited properties in oldIE. Close | Brandon Johnson | 2013-04-04 | 1 | -0/+7 |
| | | | | gh-1196. | ||||
* | Fix #13543. offsetWidth is wrong on non-1 zoom. Close gh-1218. | Michał Gołębiowski | 2013-04-03 | 1 | -2/+7 |
| | |||||
* | Remove an unused support check, correct a comment. Close gh-1212. | Michał Gołębiowski | 2013-04-03 | 1 | -1/+0 |
| | |||||
* | No ticket: reduce support.js | Richard Gibson | 2013-02-25 | 1 | -52/+49 |
| | |||||
* | Ref #13316: Sync all test documents on full vs. minified source. | Richard Gibson | 2013-02-08 | 1 | -1/+1 |
| | |||||
* | Fix #13089. Only apply zoom to IE6/7 body. | Dave Methvin | 2013-02-03 | 1 | -3/+6 |
| | |||||
* | Fix #13355. Tweak Uglify options and var order for gzip. Close gh-1151. | Oleg | 2013-01-31 | 1 | -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 Gibson | 2013-01-24 | 1 | -1/+1 |
| | | | | for safer uglification | ||||
* | Opera 12.0 still implements an older version of the DOM so cloneNode cannot ↵ | jaubourg | 2013-01-08 | 1 | -1/+1 |
| | | | | be called without an argument | ||||
* | Ref #8908. Update IE9 css clone fix. Close gh-1120. | Oleg | 2013-01-08 | 1 | -0/+4 |
| | |||||
* | Fix #12569. Improve feature detect for event bubbling. Close gh-1076. | Oleg | 2012-12-20 | 1 | -74/+38 |
| | |||||
* | Fix #11115: Normalize boolean attributes/properties. Close gh-1066. | Richard Gibson | 2012-12-15 | 1 | -1/+1 |
| | |||||
* | Fix #12600: don't use value property in place of value attribute. Close gh-1063. | Richard Gibson | 2012-12-14 | 1 | -14/+14 |
| | |||||
* | Ref #8908, gh-886. Avoid clone identity crisis in IE9/10. Close gh-1036. | Oleg | 2012-12-13 | 1 | -4/+0 |
| | |||||
* | Fix #12869. Zoom the body after support tests; avoids layout changes in ↵ | Scott González | 2012-11-25 | 1 | -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 Manor | 2012-11-18 | 1 | -0/+4 |
|\ | |||||
| * | Add support check, added assertion to check if cleared, add edge case for ↵ | Elijah Manor | 2012-08-13 | 1 | -0/+13 |
| | | | | | | | | backgroundPosition | ||||
* | | Revert "Fixes #12569. Improve Feature Detect For oldIE bubbling. closes gh-967" | Dave Methvin | 2012-11-14 | 1 | -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-967 | Merrifield, Jay | 2012-10-17 | 1 | -1/+1 |
| | | |||||
* | | Fixes #11635, Explicit overflow:auto is overridden by inline overflow:hidden ↵ | Mike Petrovich | 2012-10-16 | 1 | -1/+1 |
| | | | | | | | | during animation, closes gh-981 | ||||
* | | Fix #12357: be more kind to non-browser environments. Close gh-938. | Richard Gibson | 2012-09-30 | 1 | -7/+6 |
| | | |||||
* | | Remove useless guard for `a`. Close gh-918. | Dave Methvin | 2012-09-09 | 1 | -1/+1 |
| | | | | | | | | Thanks @staabm! | ||||
* | | Update comments about window.getComputedStyle in both locations. | Rick Waldron | 2012-08-11 | 1 | -4/+2 |
| | | |||||
* | | Revert "Fix #12127. IE9/10 checks fall off the box on clone. Close gh-873." | Dave Methvin | 2012-07-25 | 1 | -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 Chatfield | 2012-07-25 | 1 | -3/+3 |
|/ | |||||
* | Fix #12088, Safari 5 and more percentages in getComputedStyle | Mike Sherov | 2012-07-22 | 1 | -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 Benjamin | 2012-07-07 | 1 | -3/+6 |
| | |||||
* | Fix #11757. IE 6/7 can't clean up circular DOM-JS refs. | Dave Methvin | 2012-06-22 | 1 | -1/+3 |
| | | | | Why? Because it's dumb. Verified with the case in the ticket. | ||||
* | Fix comment block indents | Rick Waldron | 2012-06-18 | 1 | -4/+4 |
| | | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com> | ||||
* | Update document.defaultView.getComputedStyle. Fixes #10373 | Rick Waldron | 2012-06-18 | 1 | -0/+5 |
| | |||||
* | Fix #9505, percentage position values in Webkit, closes gh-825. | Mike Sherov | 2012-06-15 | 1 | -2/+4 |
| | |||||
* | Shrink support.js, closes gh-818 | Richard Gibson | 2012-06-11 | 1 | -49/+40 |
| | |||||
* | 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 |
| | | | | checkClone and appendChecked test failures in Chrome 19; reliableMarginRight failures in Safari 5. |