aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/support.js
Commit message (Expand)AuthorAgeFilesLines
* CSS: Restore the hack to get pixels for .css('width') etc.Michał Gołębiowski2015-02-041-0/+10
* README: various text fixesOleg Gaidarenko2014-12-151-1/+1
* Support: Correct iOS 8 support test results, re-arrange entriesMichał Gołębiowski2014-12-131-5/+22
* Core: re-introduce createHTMLDocument in parseHTML; Safari 8 left outTimmy Willison2014-12-101-1/+26
* Core: remove unnecessary support test for createHTMLDocumentTimmy Willison2014-12-091-8/+0
* Core: use document.implemenation.createHTMLDocument in jQuery.parseHTMLFrederic Hemberger2014-12-091-0/+8
* Support: Re-organize browser order, add Safari 8Michał Gołębiowski2014-12-091-41/+9
* Misc: Drop support for older browsers; update support commentsMichał Gołębiowski2014-11-031-33/+3
* Support: Add Android support tests resultsMichał Gołębiowski2014-03-311-11/+43
* Support: Make the support matrix for iOS 6 match iOS 7 as wellMichał Gołębiowski2014-03-131-1/+1
* Support: Add iOS6 support tests resultsMichał Gołębiowski2014-01-271-0/+16
* Manipulation: Use textarea for missing IE defaultValue checkDave Methvin2014-01-231-1/+1
* Tests: fix Safari userAgent detectionMichał Gołębiowski2014-01-221-3/+3
* Support: Add expected support results for Safari 7 & IE11Michał Gołębiowski2014-01-221-0/+32
* No ticket. Remove version sniffing from test/unit/support.js, browsers got up...Michał Gołębiowski2013-11-111-5/+3
* Use full version of jQuery 1.9.1Oleg2013-11-081-1/+0
* Add more thorough check for CSP violationsOleg2013-11-071-14/+18
* Restore support for Firefox < 23, Chrome < 28 and Safari 5.1.Michał Gołębiowski2013-09-111-3/+21
* No ticket. Restore support for Safari 5.1 in test/unit/support.js for now.Michał Gołębiowski2013-09-071-7/+13
* Fix #10814. Make support tests lazy and broken out to components.Michał Gołębiowski2013-09-061-115/+104
* AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.Timmy Willison2013-08-151-5/+10
* "pixelPosition" should be "true" in 28 >= ChromeOleg2013-08-081-1/+2
* support.boxSizingReliable in FF 23 should be true. Close gh-1288Oleg2013-07-011-2/+3
* Ref #13743. Remove support.boxModel, deprecated 1.3. Close gh-1230.Michał Gołębiowski2013-04-081-12/+0
* Follow-up for 22a4e5bd0a7c0a92b54b9965984b582fd42099f2, fix .checkOn, add sup...Oleg2013-04-031-0/+137
* Fix #13543. offsetWidth is wrong on non-1 zoom. Close gh-1194.Michał Gołębiowski2013-04-031-0/+5
* Fix 363299ac failures: protect Safari 5.1 from CSPRichard Gibson2013-02-071-4/+10
* Ref #13316: Sync all documents on full vs. minified source. Close gh-1147.Richard Gibson2013-02-071-18/+8
* Remove outdated support testsTimmy Willison2012-12-311-321/+0
* Do not perform support check for old Opera. Close gh-1097.Oleg2012-12-201-1/+1
* Fix #12569. Improve feature detect for event bubbling. Close gh-1076.Oleg2012-12-201-11/+110
* Fix testing of no-ajax custom buildsRichard Gibson2012-11-011-0/+2
* Fixes #11635, Explicit overflow:auto is overridden by inline overflow:hidden ...Mike Petrovich2012-10-161-0/+5
* Move deprecated.js to the bottom of the build to ensure nothing depends on a ...Timmy Willison2012-10-151-2/+1
* Don't try to be dynamic, just get the damn job done. Expects = 30.Rick Waldron2012-10-151-1/+1
* Adds missing expect() call in test/unit/support.js, fixes failing IE testsRick Waldron2012-10-151-0/+3
* Fix #12282. IE has premature .readyState == "interactive". Close gh-901.Mike Sherov2012-08-201-2/+2
* Unit tests are linted and passing.Rick Waldron2012-06-211-2/+0
* We don't have IE9 supports grid yet, completely didn't see this while refacto...jaubourg2012-06-111-6/+8
* Some work to modularize ajax later on.jaubourg2012-06-111-44/+23
* Fix #11857. Modularize css.js, add dependency management. Closes gh-816.Mike Sherov2012-06-101-21/+23
* Fix #11443 #11441, shut up Chrome 19 and Safari 5.0.x. Closes gh-790.Mike Sherov2012-05-221-3/+3
* Inline the boxModel test, and correct unit test. Closes gh-781.Mike Sherov2012-05-181-1/+5
* Fix #11721. Remove jQuery.boxModel, deprecate jQuery.support.boxModel.Mike Sherov2012-05-151-3/+1
* Fix #10067. Create jQuery.quickReady; closes gh-736.Mike Sherov2012-04-231-30/+3
* Fix #10996, simplify offset code by forsaking ancient browsers.Mike Sherov2012-04-051-24/+0
* No global vars allowed. Declare 'body' in support.timmywil2011-11-181-1/+1
* Remove the invisible body in support; Add temporary tests to verify correct s...timmywil2011-11-171-0/+264
* Pass iframe support tests at doc ready. Fixes support fail in FF7timmywil2011-10-311-3/+5
* Fixes IE7 test suite. Keep the testElement attached and set necessary styles ...timmywil2011-09-281-1/+1