Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Add support for running unit tests via grunt with karma | Timo Tijhof | 2017-12-18 | 1 | -3/+3 |
| | | | | | | | | | | | | | - Update QUnit to 1.23.1 - Remove unused dl#dl from test/index.html - Remove unused map#imgmap from test/index.html - Ensure all urls to data use baseURI - Add the 'grunt karma:main' task - customContextFile & customDebugFile - Add 'npm run jenkins' script Close gh-3744 Fixes gh-1999 | ||||
* | Tests: Add iOS 11 support test results | Michał Gołębiowski-Owczarek | 2017-11-20 | 1 | -0/+18 |
| | |||||
* | Tests: Add Safari 11 support test results | Michał Gołębiowski-Owczarek | 2017-10-18 | 1 | -0/+18 |
| | |||||
* | CSS: Detect more WebKit styles erroneously reported as percentages | Richard Gibson | 2017-09-18 | 1 | -10/+10 |
| | | | | | Ref 692f9d4db30c9c6c4f6bc76005cf153586202fa6 Fixes gh-3777 Closes gh-3778 | ||||
* | Support: Properly check for IE9 absolute scrollbox mishandling | Richard Gibson | 2017-07-18 | 1 | -10/+20 |
| | | | | | | Ref gh-3589 Fixes gh-3699 Fixes gh-3730 Closes gh-3729 | ||||
* | Docs:Tests: Update IE/Edge-related support comments & tests | Michał Gołębiowski | 2017-05-15 | 1 | -3/+2 |
| | | | Closes gh-3661 | ||||
* | Tests: Add test results for Safari 10/iOS 10, remove for Safari 8 | Michał Gołębiowski | 2016-09-19 | 1 | -19/+2 |
| | |||||
* | Tests: Make the regex catching Safari 9.0/9.1 more resilient | Michał Gołębiowski | 2016-05-02 | 1 | -1/+1 |
| | | | | The word boundary character will prevent iOS from being a false positive. | ||||
* | Tests: take Safari 9.1 into account | Michał Gołębiowski | 2016-05-02 | 1 | -1/+1 |
| | | | | | Safari 9.1 shares its support test results with Safari 9.0 but it's been excluded from the regex catching Safari 9.0. This has been fixed. | ||||
* | Tests: Refactor testIframe() to make it DRYer and more consistent | Dave Methvin | 2016-04-11 | 1 | -4/+4 |
| | | | | | Ref gh-3040 Closes gh-3049 | ||||
* | Build: enable JSCS for test/unit/support.js, fix styling issues | Michał Gołębiowski | 2016-01-27 | 1 | -3/+5 |
| | |||||
* | Tests: Set Edge's expected support for clearCloneStyle to true | Zack Hall | 2016-01-27 | 1 | -2/+3 |
| | | | | | | This is done for a version 13 or newer as the bug still exists in Edge 12. Closes gh-2857 | ||||
* | Tests: Make regexes for iOS devices more rigid | Michał Gołębiowski | 2015-10-30 | 1 | -3/+3 |
| | |||||
* | Tests: Remove Safari 7.0 & iOS 6 support tests results | Michał Gołębiowski | 2015-10-30 | 1 | -18/+1 |
| | |||||
* | Tests: Add iOS 9 support tests results | Michał Gołębiowski | 2015-10-30 | 1 | -0/+17 |
| | |||||
* | Tests: Add Safari 9 support tests results | Michał Gołębiowski | 2015-10-18 | 1 | -0/+17 |
| | |||||
* | CSS: Correct misrepresentation of "auto" horizontal margins as 0 | Richard Gibson | 2015-10-18 | 1 | -29/+40 |
| | | | | | | | | | | | | Fixes gh-2237 Closes gh-2276 (cherry picked from commit 214e1634ab9b1d13d53647dd5de3bdf7a091d49c) Conflicts: src/css.js src/css/support.js test/unit/support.js | ||||
* | Ajax:Attributes:CSS:Manipulation: Reduce Android 2.3 support | Michał Gołębiowski | 2015-09-14 | 1 | -48/+10 |
| | | | | | | | | Drop non-critical workarounds for Android 2.3. Fixes gh-2483 Fixes gh-2505 Closes gh-2581 | ||||
* | Tests: further improvements QUnit 2.0 migration | Oleg Gaidarenko | 2015-09-08 | 1 | -3/+3 |
| | | | | | | | | * Remove QUnit jshint globals * Extend QUnit.assert methods * Use assert.async instead of start/stop/done Ref b930d14ce64937e9478405eee2828d4da091d2cb | ||||
* | Build: Update jscs and lint files | Oleg Gaidarenko | 2015-09-07 | 1 | -7/+9 |
| | | | | Fixes gh-2056 | ||||
* | Tests: partially use new qunit interface | Oleg Gaidarenko | 2015-08-16 | 1 | -20/+25 |
| | | | | | | | | | | | | http://qunitjs.com/upgrade-guide-2.x/ For most of the boring work was used https://github.com/apsdehal/qunit-migrate package However, it can't update local qunit helpers, plus in some places old QUnit.asyncTest signature is still used Fixes gh-2540 | ||||
* | Core: Adjust comments & tests after dropping Safari 6 support | Michał Gołębiowski | 2015-07-27 | 1 | -1/+1 |
| | | | | | | | | Support comments that mentioned only Safari < 7 were checked & updated to account for bugs existing in newer versions as well; Safari 6 support test results were removed. Refs gh-2482 | ||||
* | Tests: Remove Edge version from the user agent | Michał Gołębiowski | 2015-06-16 | 1 | -1/+1 |
| | | | | | | The version will change in the future, matching by /edge\//i is enough Refs 8e111df641cca3e1b75b31a1971bfc89014b4ded | ||||
* | Tests: Add Microsoft Edge results (from Windows 10 build 10130) | Michał Gołębiowski | 2015-06-14 | 1 | -4/+22 |
| | | | | | The Microsoft Edge user agent contains "Chrome" so it needs to be checked before Chrome. | ||||
* | Tests: Correct a typo in the regex matching Safari 8 | Michał Gołębiowski | 2015-06-14 | 1 | -1/+1 |
| | |||||
* | Event: provide verbose comment for focus(in | out) & rename support prop | Oleg Gaidarenko | 2015-05-19 | 1 | -10/+10 |
| | | | | Closes gh-2312 | ||||
* | CSS: Restore the hack to get pixels for .css('width') etc. | Michał Gołębiowski | 2015-02-04 | 1 | -0/+10 |
| | | | | | | | | | | This hack turns out to be needed by Android 4.0-4.3. Add a support test so that the hack is invoked only where needed. Refs gh-1815 Refs gh-1820 Closes gh-1842 | ||||
* | README: various text fixes | Oleg Gaidarenko | 2014-12-15 | 1 | -1/+1 |
| | | | | | | | | Thank you @essamjoubori, @bcbcb, @namlede Closes gh-1926 Closes gh-1927 Closes gh-1928 | ||||
* | Support: Correct iOS 8 support test results, re-arrange entries | Michał Gołębiowski | 2014-12-13 | 1 | -5/+22 |
| | |||||
* | Core: re-introduce createHTMLDocument in parseHTML; Safari 8 left out | Timmy Willison | 2014-12-10 | 1 | -1/+26 |
| | | | | Close gh-1505 | ||||
* | Core: remove unnecessary support test for createHTMLDocument | Timmy Willison | 2014-12-09 | 1 | -8/+0 |
| | |||||
* | Core: use document.implemenation.createHTMLDocument in jQuery.parseHTML | Frederic Hemberger | 2014-12-09 | 1 | -0/+8 |
| | | | | Close gh-1505 | ||||
* | Support: Re-organize browser order, add Safari 8 | Michał Gołębiowski | 2014-12-09 | 1 | -41/+9 |
| | | | | | | | | Most browsers were put in order newest to oldest, Android was treated differently; this has been fixed. Also, browsers that share test results between different versions were grouped together. | ||||
* | Misc: Drop support for older browsers; update support comments | Michał Gołębiowski | 2014-11-03 | 1 | -33/+3 |
| | | | | | | | | That includes Opera 12.x, Firefox<29, Safari<6.0 and some hacks for old Blackberry. Closes gh-1820 Refs gh-1815 | ||||
* | Support: Add Android support tests results | Michał Gołębiowski | 2014-03-31 | 1 | -11/+43 |
| | |||||
* | Support: Make the support matrix for iOS 6 match iOS 7 as well | Michał Gołębiowski | 2014-03-13 | 1 | -1/+1 |
| | |||||
* | Support: Add iOS6 support tests results | Michał Gołębiowski | 2014-01-27 | 1 | -0/+16 |
| | |||||
* | Manipulation: Use textarea for missing IE defaultValue check | Dave Methvin | 2014-01-23 | 1 | -1/+1 |
| | | | | | | | | | | IE11 fixed the checkbox defaultValue issue but not textarea. Rather than creating a new detect name I'm reusing the old one to protect anyone who is unwisely using this externally. Re-fixing the defaultValue when it doesn't need to be done is not a problem, so leave that code for IE11. Fixes #14716 Closes gh-1495 | ||||
* | Tests: fix Safari userAgent detection | Michał Gołębiowski | 2014-01-22 | 1 | -3/+3 |
| | |||||
* | Support: Add expected support results for Safari 7 & IE11 | Michał Gołębiowski | 2014-01-22 | 1 | -0/+32 |
| | |||||
* | No ticket. Remove version sniffing from test/unit/support.js, browsers got ↵ | Michał Gołębiowski | 2013-11-11 | 1 | -5/+3 |
| | | | | updated. | ||||
* | Use full version of jQuery 1.9.1 | Oleg | 2013-11-08 | 1 | -1/+0 |
| | | | | Had some weird failures in IE with xhr build of 1.9.1 | ||||
* | Add more thorough check for CSP violations | Oleg | 2013-11-07 | 1 | -14/+18 |
| | |||||
* | Restore support for Firefox < 23, Chrome < 28 and Safari 5.1. | Michał Gołębiowski | 2013-09-11 | 1 | -3/+21 |
| | |||||
* | No ticket. Restore support for Safari 5.1 in test/unit/support.js for now. | Michał Gołębiowski | 2013-09-07 | 1 | -7/+13 |
| | |||||
* | Fix #10814. Make support tests lazy and broken out to components. | Michał Gołębiowski | 2013-09-06 | 1 | -115/+104 |
| | |||||
* | AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163. | Timmy Willison | 2013-08-15 | 1 | -5/+10 |
| | |||||
* | "pixelPosition" should be "true" in 28 >= Chrome | Oleg | 2013-08-08 | 1 | -1/+2 |
| | |||||
* | support.boxSizingReliable in FF 23 should be true. Close gh-1288 | Oleg | 2013-07-01 | 1 | -2/+3 |
| | |||||
* | Ref #13743. Remove support.boxModel, deprecated 1.3. Close gh-1230. | Michał Gołębiowski | 2013-04-08 | 1 | -12/+0 |
| |