Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Core: Preserve CSP nonce on scripts in DOM manipulation | Michał Gołębiowski-Owczarek | 2019-01-14 | 3 | -0/+29 | |
| | | | | Fixes gh-3541 Closes gh-4269 | |||||
* | Dimensions: fall back to offsetWidth/Height for border-box in IE | Timmy Willison | 2018-11-27 | 1 | -0/+4 | |
| | | | | | | | | - Use getClientRects() to explicitly detect hidden/disconnected elements Close gh-4223 Fixes gh-4102 | |||||
* | Tests: fix ajax test failure; add to header instead of replace | Timmy Willison | 2018-11-26 | 1 | -1/+1 | |
| | ||||||
* | Ajax: Fix getResponseHeader(key) for IE11 | Andrei Fangli | 2018-11-26 | 1 | -0/+3 | |
| | | | | | | | | | | | - getResponseHeader(key) combines all header values for the provided key into a single result where values are concatenated by ', '. This does not happen for IE11 since multiple values for the same header are returned on separate lines. This makes the function only return the last value of the header for IE11. - Updated ajax headers test to better cover Object.prototype collisions Close gh-4173 Fixes gh-3403 | |||||
* | Tests: Allow Karma to load unminfied source | Richard Gibson | 2018-09-07 | 1 | -14/+28 | |
| | | | Closes gh-4128 | |||||
* | Traversing: $.fn.contents() support for object | Luis Emilio Velasco Sanchez | 2018-05-14 | 2 | -0/+15 | |
| | | | | | Fixes gh-4045 Closes gh-4046 | |||||
* | CSS: Correctly detect scrollbox support with non-default zoom | Richard Gibson | 2018-05-07 | 1 | -1/+5 | |
| | | | | Fixes gh-4029 Closes gh-4030 | |||||
* | Tests: ensure that module assertions run on supported browsers | Timmy Willison | 2018-01-16 | 2 | -1/+11 | |
| | | | | | | - Also fixes tests for karma, where the URL for the module is different Ref gh-3871 | |||||
* | Manipulation: Add support for scripts with module type | basil.belokon | 2018-01-16 | 2 | -0/+2 | |
| | | | | | Fixes gh-3871 Close gh-3869 | |||||
* | Core: deprecate jQuery.isFunction | Jason Bedard | 2018-01-15 | 1 | -2/+2 | |
| | | | | Fixes gh-3609 | |||||
* | Tests: Add support for running unit tests via grunt with karma | Timo Tijhof | 2017-12-18 | 37 | -242/+530 | |
| | | | | | | | | | | | | | - 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 | |||||
* | CSS: Correctly set support properties with non-default zoom | Saptak Sengupta | 2017-12-05 | 1 | -0/+26 | |
| | | | | Fixes gh-3808 Closes gh-3872 | |||||
* | Tests: Reduce the abort timeout for simple focus testing | Richard Gibson | 2017-07-19 | 1 | -1/+1 | |
| | | | | Ref gh-3732 | |||||
* | Tests: Revert some testIframe changes to fix dimensions tests | Richard Gibson | 2017-04-29 | 1 | -7/+2 | |
| | | | | Ref c0edd8dc18e02999a25768a4946093b015045f80 | |||||
* | Revert "Tests: Revert some testIframe changes to fix dimensions tests" | Richard Gibson | 2017-04-29 | 1 | -2/+7 | |
| | | | | This reverts commit c4368a93116e9d1d17587fc2f5421a891957cf45. | |||||
* | Tests: Revert some testIframe changes to fix dimensions tests | Richard Gibson | 2017-04-29 | 1 | -7/+2 | |
| | | | | Ref c0edd8dc18e02999a25768a4946093b015045f80 | |||||
* | Tests: Clean up offset debugging | Richard Gibson | 2017-04-29 | 1 | -7/+1 | |
| | | | | | Ref 1d2df772b4d6e5dbf91df6e75f4a1809f7879ab0 Ref c0edd8dc18e02999a25768a4946093b015045f80 | |||||
* | Tests: Adjust by actual scroll position, rather than expected | Richard Gibson | 2017-04-29 | 1 | -1/+1 | |
| | | | | Ref 1d2df772b4d6e5dbf91df6e75f4a1809f7879ab0 | |||||
* | Tests: Keep iframes visible in TestSwarm | Richard Gibson | 2017-04-28 | 1 | -2/+13 | |
| | | | | Ref 1d2df772b4d6e5dbf91df6e75f4a1809f7879ab0 | |||||
* | Tests: Prepend test iframes for even *more* consistency | Richard Gibson | 2017-04-25 | 1 | -1/+1 | |
| | | | | Ref 1d2df772b4d6e5dbf91df6e75f4a1809f7879ab0 | |||||
* | Tests: Allow a mock QUnit.test for perfect testIframe fidelity | Richard Gibson | 2017-04-25 | 1 | -2/+5 | |
| | | | | Ref 1d2df772b4d6e5dbf91df6e75f4a1809f7879ab0 Closes gh-3647 | |||||
* | Tests: Attach test iframes to the body for visibility-dependent code | Richard Gibson | 2017-04-25 | 2 | -6/+12 | |
| | | | | Ref 1d2df772b4d6e5dbf91df6e75f4a1809f7879ab0 Closes gh-3645 | |||||
* | Tests: Be even more async for iOS | Richard Gibson | 2017-04-24 | 1 | -1/+1 | |
| | | | | Ref 1d2df772b4d6e5dbf91df6e75f4a1809f7879ab0 Closes gh-3643 | |||||
* | Tests: Improve offset test setup and labels | Richard Gibson | 2017-04-24 | 2 | -1/+1 | |
| | | | | | | Hopefully this fixes iOS testing: http://swarm.jquery.org/job/5226 Ref 1d2df772b4d6e5dbf91df6e75f4a1809f7879ab0 Closes gh-3641 | |||||
* | Offset: Use correct offset parents; include all border/scroll values | Richard Gibson | 2017-04-24 | 1 | -0/+99 | |
| | | | | | | | | Thanks @anseki Fixes gh-3080 Fixes gh-3107 Closes gh-3096 Closes gh-3487 | |||||
* | Tests: move readywait to an iframe test | Steve Mao | 2017-03-20 | 3 | -26/+76 | |
| | | | | | Close gh-3576 Fixes gh-3573 | |||||
* | Core: Deprecate jQuery.isArray | Manoj Kumar | 2016-11-30 | 2 | -2/+2 | |
| | | | | | Fixes gh-2961 Closes gh-3278 | |||||
* | Core: rnotwhite -> rhtmlnotwhite and jQuery.trim -> stripAndCollapse | Timmy Willison | 2016-09-15 | 1 | -0/+1 | |
| | | | | | | | | | | | | - Renames and changes rnotwhite to focus on HTML whitespace chars - Change internal use of jQuery.trim to more accurate strip and collapse - Adds tests to ensure HTML space characters are retained where valid - Doesn't add tests where the difference is inconsequential and existing tests are adequate. Fixes gh-3003 Fixes gh-3072 Close gh-3316 | |||||
* | Core: expose noConflict in AMD mode | Timmy Willison | 2016-08-15 | 1 | -3/+1 | |
| | | | | | | | | - For compability reasons, we had already added the global in AMD mode, but without noConflict. This adds back noConflict to AMD (which fixes noConflict mode in the tests). Fixes gh-2930 | |||||
* | Build: ESLint details | Oleg Gaidarenko | 2016-06-11 | 1 | -29/+28 | |
| | | | | | | Use eslint pragmas, fix new errors, etc Closes gh-3148 | |||||
* | CSS: Remove units from a 0 width/height element | Christophe Tafani-Dereeper | 2016-05-16 | 1 | -2/+2 | |
| | | | | Close gh-3122 | |||||
* | Tests: Refactor testIframe() to make it DRYer and more consistent | Dave Methvin | 2016-04-11 | 31 | -48/+72 | |
| | | | | | Ref gh-3040 Closes gh-3049 | |||||
* | Tests: Make iframe tests wait after checking isReady | Dave Methvin | 2016-04-11 | 11 | -31/+21 | |
| | | | | Ref gh-3040 | |||||
* | Tests: do not run IE9 effect tests if inside testswarm | Oleg Gaidarenko | 2016-04-04 | 1 | -4/+5 | |
| | | | | | | | | That test doesn't work properly in such environment Ref e04e246552c27e872bbf4ae00b55def02b197189 Fixes gh-2888 Closes gh-3034 | |||||
* | Docs:Tests: Remove legacy code & add support comments where needed | Michał Gołębiowski | 2016-03-30 | 1 | -1/+0 | |
| | | | | | | | | This commits backports some changes done in the patch to the then-existing compat branch that removed support for old browsers and added some support comments. Refs 90d7cc1d8b2ea7ac75f0eacb42439349c9c73278 | |||||
* | Tests: Restrict "p > * > *" selection in selector.js to #qunit-fixture | Alexander Lisianoi | 2016-03-09 | 1 | -8/+32 | |
| | | | | | | | | Add `match` and `QUnit.assert.selectInFixture` functions that mimic `QUnit.assert.t`. Ref gh-2880 Closes gh-2973 | |||||
* | Tests: test element position outside view | Oleg Gaidarenko | 2016-02-11 | 1 | -0/+12 | |
| | | | | | | | Ref 49833f7795d665ff1d543c4f71f29fca95b567e9 Ref gh-2828 Ref gh-2836 Fixes gh-2909 | |||||
* | CSS: Restore cascade-override behavior in .show | Richard Gibson | 2016-01-13 | 1 | -9/+5 | |
| | | | | | | | Fixes gh-2654 Fixes gh-2308 Close gh-2810 Ref 86419b10bfa5e3b71a7d416288ab806d47a31d1f | |||||
* | Manipulation: execute scripts from iframe in the iframe's context | Timmy Willison | 2015-11-09 | 1 | -0/+18 | |
| | | | | | Fixes gh-1757 Close gh-2696 | |||||
* | Event: Make event aliases optional in unit tests | Dave Methvin | 2015-11-06 | 1 | -1/+1 | |
| | ||||||
* | Core: use interactive to evaluate dom ready, barring IE9-10 | Timmy Willison | 2015-10-29 | 1 | -0/+23 | |
| | | | | Fixes gh-2100 | |||||
* | CSS: Correct misrepresentation of "auto" horizontal margins as 0 | Richard Gibson | 2015-10-18 | 1 | -1/+2 | |
| | | | | | | | | | | | | Fixes gh-2237 Closes gh-2276 (cherry picked from commit 214e1634ab9b1d13d53647dd5de3bdf7a091d49c) Conflicts: src/css.js src/css/support.js test/unit/support.js | |||||
* | Tests: Change quotes according to style guidelines | Julian Alexander Murillo | 2015-10-18 | 7 | -16/+16 | |
| | | | | Close gh-2339 | |||||
* | Tests: Keep test iframes around for assertions | Richard Gibson | 2015-10-17 | 1 | -1/+1 | |
| | | | | | | Ref 44f8239d3f9d09d81e2885e9ae7e044277b67341 Ref gh-2644 Ref gh-2390 | |||||
* | Ajax: improve content-type detection | Oleg Gaidarenko | 2015-10-12 | 1 | -0/+5 | |
| | | | | | Fixes gh-2584 Closes gh-2643 | |||||
* | Event: fix incorrect test | Oleg Gaidarenko | 2015-10-12 | 1 | -1/+1 | |
| | | | | | Which was revealed by 03eaadb131df925d1072afd2496ee3b41d2f1fc6 commit, also do not try to fix typos in data/jquery version | |||||
* | Tests:Docs: Fix various typos | Gary Ye | 2015-10-12 | 2 | -3/+3 | |
| | | | | | | | | | | | | * Changes "baar" to "bar" when used with "foo" in readme and comments of js files * mousenter -> mouseenter Thanks @garysye, @KimTaehee Closes gh-2613 Closes gh-2601 | |||||
* | Event: Move .bind() and .delegate() to deprecated | Dave Methvin | 2015-10-12 | 1 | -0/+1 | |
| | | | | | Fixes gh-2288 Closes gh-2624 | |||||
* | Tests: Use QUnit URL parameter parsing | Richard Gibson | 2015-10-08 | 1 | -6/+3 | |
| | ||||||
* | Tests: Add dummy modules when running basic tests | Richard Gibson | 2015-10-08 | 1 | -13/+16 | |
| | | | | | | | Without this, other modules don't appear in the QUnit module picker. Ref 855b0c8c288533948b257925a8906f7da3449eed Closes gh-2582 |