aboutsummaryrefslogtreecommitdiffstats
path: root/src/support.js
Commit message (Collapse)AuthorAgeFilesLines
* Fix #10814. Make support tests lazy and broken out to components.Michał Gołębiowski2013-09-061-111/+0
|
* Fix #14084: attach the test div to documentElement, not body.Michał Gołębiowski2013-09-051-47/+37
|
* Specify support as a dependency wherever it is used. Optimize module order ↵Timmy Willison2013-08-151-1/+3
| | | | to save 15 bytes.
* AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.Timmy Willison2013-08-151-0/+6
|
* Ref #13743. Remove support.boxModel, deprecated 1.3. Close gh-1230.Michał Gołębiowski2013-04-081-3/+0
|
* Improve CSS and `Support:` comments. Close gh-1220.Michał Gołębiowski2013-04-061-5/+9
| | | | | | | | 1) corrected box-sizing rules order - the unprefixed value should always be the last one 2) removed last semi-colons in CSS rules 3) updated support comments code review changes + more consistent comment spacing
* Follow-up for 22a4e5bd0a7c0a92b54b9965984b582fd42099f2, fix .checkOn, add ↵Oleg2013-04-031-1/+1
| | | | support tests. Cloes gh-1199.
* Remove an unused support check, correct a comment. Close gh-1211.Michał Gołębiowski2013-04-031-1/+0
|
* Fix #13543. offsetWidth is wrong on non-1 zoom. Close gh-1194.Michał Gołębiowski2013-04-031-2/+6
|
* Squeeze support module. Close gh-1165.Oleg2013-02-281-32/+22
|
* No ticket: reduce support.jsRichard Gibson2013-02-251-19/+17
|
* Ref #13316: Sync all documents on full vs. minified source. Close gh-1147.Richard Gibson2013-02-071-1/+1
|
* 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-1119.Oleg2013-01-081-0/+4
|
* Remove appendChecked detect and stranded markup.Dave Methvin2013-01-031-11/+4
|
* Remove oldIE styleFloat detect.Dave Methvin2013-01-031-4/+0
|
* Remove noCloneEvent detects and white-box unit test.Dave Methvin2013-01-031-12/+0
|
* Remove oldIE submit/change bubble detects.Dave Methvin2013-01-031-7/+4
|
* Remove deleteExpando detect.Dave Methvin2013-01-031-8/+0
|
* Remove inlineBlockNeedsLayout and shrinkWrapBlocks.Dave Methvin2013-01-031-23/+0
|
* Remove support.reliableHiddenOffsets detect.Dave Methvin2013-01-031-22/+2
|
* Remove stranded support.js checks for oldIE.Dave Methvin2013-01-031-23/+0
|
* Use a fresh input for the value-lossage check.Dave Methvin2012-12-311-0/+1
|
* Restore optSelected hack still needed by IE9/10Dave Methvin2012-12-311-0/+4
|
* 2.0: Remove getSetAttribute and getSetInput and oldIE attroperties hooksTimmy Willison2012-12-311-5/+0
|
* Resolved conflictRick Waldron2012-12-311-5/+1
|
* 2.0: Remove style->cssText attroproties fallbackTimmy Willison2012-12-311-5/+1
|
* 2.0: Remove support.optSelectedTimmy Willison2012-12-311-4/+0
|
* 2.0: Remove oldIE enctype propFixTimmy Willison2012-12-311-3/+0
|
* 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
|