Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CSS: ensure table styles do not affect reliableHiddenOffsets test | Timmy Willison | 2016-05-11 | 2 | -0/+31 |
| | | | | | Fixes gh-3065 Close gh-3057 | ||||
* | CSS: disconnected elements should be hidden | Timmy Willison | 2016-05-11 | 1 | -1/+4 |
| | | | | Fixes gh-3043 | ||||
* | 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. (cherry-picked from 7f2ebd2c4dea186d7d981b939e6e2983a9d7f9c1) | ||||
* | 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. (cherry-picked from 234a2d828021b6eb36d83d83cc30c5a09045e781) | ||||
* | Ajax: execute jQuery#load callback with correct context | Oleg Gaidarenko | 2016-04-04 | 1 | -0/+19 |
| | | | | | | | Thanks @blq (Fredrik Blomqvist) Fixes gh-3035 Close gh-3039 | ||||
* | Revert "Ajax: Mitigate possible XSS vulnerability" | Michał Gołębiowski | 2016-03-23 | 1 | -38/+0 |
| | | | | | | | This reverts commit f60729f3903d17917dc351f3ac87794de379b0cc. Fixes gh-3011 Refs ad358fd62b0ab548abe379594ea00441940461f6 | ||||
* | Attributes: ignore option value mismatch on untrimmed unicode whitespace | Timmy Willison | 2016-03-17 | 1 | -3/+10 |
| | |||||
* | Attributes: strip/collapse whitespace for set values on selects | Timmy Willison | 2016-03-17 | 1 | -6/+76 |
| | | | | | Fixes gh-2978 Close gh-3002 | ||||
* | Core: fix isPlainObject(Object.create) test in IE | Timmy Willison | 2016-03-07 | 1 | -9/+13 |
| | |||||
* | Attributes: fix setting selected on an option in IE<=11 | Timmy Willison | 2016-03-07 | 1 | -0/+31 |
| | | | | | Fixes gh-2732 Close gh-2840 | ||||
* | Core: restore enumeration behavior in isPlainObject | Timmy Willison | 2016-03-07 | 1 | -2/+14 |
| | | | | | Fixes gh-2968 Close gh-2970 | ||||
* | Core: drop the document.implementation.createHTMLDocument usage | Michał Gołębiowski | 2016-03-02 | 2 | -35/+0 |
| | | | | | | | | | | | | | The document.implementation.createHTMLDocument("") method creates inert documents which is good but using it has introduced issues around anchor elements href property not resolving according to the current document. Because of that, this patch is getting backed out on 1.x/2.x branches. (cherry-picked from c5c30735311c74c60689fcabdcf2cb192524000e) Refs cfe468f29c4cbe1a457d0feb17dec90dcfd7c280 Refs gh-1505 Fixes gh-2941 | ||||
* | Build: use hard-coded path to sizzle in selector-sizzle | Timmy Willison | 2016-02-22 | 1 | -4/+1 |
| | | | | Fixes gh-2898 | ||||
* | Tests: Set Edge's expected support for clearCloneStyle to true | Zack Hall | 2016-02-13 | 1 | -2/+3 |
| | | | | | | | | | This is done for a version 13 or newer as the bug still exists in Edge 12. (cherry-picked from 28f0329a02c453ae26b6bc028b6aaeec578bef6f) Closes gh-2857 | ||||
* | Tests: use `jQuery` variable instead of `$` | Oleg Gaidarenko | 2016-02-13 | 1 | -1/+1 |
| | | | | | | For some reason that works with `amd` but not with builded version Fixes gh-2909 | ||||
* | Build: use tabs in CSS, also simplify and correct .editorconfig | Oleg Gaidarenko | 2016-02-11 | 1 | -49/+49 |
| | | | | | See https://contribute.jquery.org/style-guide/css/#spacing > Indentation with tabs. | ||||
* | Tests: test element position outside view | Oleg Gaidarenko | 2016-02-11 | 2 | -42/+84 |
| | | | | | | | Ref a0f5c357c4b256b03acdc57d5319ebfe4f25a69a Ref gh-2828 Ref gh-2836 Fixes gh-2909 | ||||
* | Revert "Offset: account for scroll when calculating position" | Oleg Gaidarenko | 2016-02-09 | 1 | -23/+4 |
| | | | | | | | | | | | | This reverts commit 0654711e0d929187249ca9507ae5881c72947843. This commit provoked new issues: gh-2836, gh-2828. At the meeting, we decided to revert offending commit (in all three branches - 2.2-stable, 1.12-stable and master) and tackle this issue in 3.x. Fixes gh-2828 | ||||
* | CSS: Add test for gh-2867 | Timmy Willison | 2016-01-27 | 1 | -0/+10 |
| | |||||
* | Event: Add tests for chaining .on() with null handlers | Devin Wilson | 2016-01-15 | 1 | -1/+8 |
| | | | | | Fixes gh-2812 Close gh-2825 | ||||
* | Core: use interactive to evaluate dom ready, barring IE6-10 | Timmy Willison | 2016-01-14 | 2 | -0/+35 |
| | | | | | Fixes gh-2100 Close gh-2821 | ||||
* | Tests: compat -> 1.x in comments | Michał Gołębiowski | 2016-01-11 | 1 | -2/+2 |
| | | | | (cherry-picked from df31b88135f94f903c8a887085d30d085a9c62f6) | ||||
* | Tests: Disable/relax a few tests failing in Android 2.3 | Michał Gołębiowski | 2016-01-07 | 3 | -11/+33 |
| | | | | Fixes gh-1785 | ||||
* | CSS: Add animation-iteration-count to cssNumber, fix tests | Jun Sun | 2016-01-07 | 1 | -4/+13 |
| | | | | | | | (cherry-picked from df822caff079177d1840d67e03d6b24a93ea99a5) Fixes gh-2792 Closes gh-2793 | ||||
* | Tests: use assert syntax in restored test | Timmy Willison | 2016-01-07 | 1 | -2/+2 |
| | |||||
* | Revert "Event: remove guard for falsy handler argument of jQuery#on method" | Timmy Willison | 2016-01-07 | 1 | -1/+15 |
| | | | | This reverts commit fac67a984268ef8f7de952666fda6d8d32754f5f. | ||||
* | Revert "Attributes: Remove undocumented .toggleClass( boolean ) signature" | Timmy Willison | 2016-01-07 | 1 | -1/+24 |
| | | | | This reverts commit f24726daa3760014b7283ad14a13117c72dd9474. | ||||
* | Revert "Deprecated: Drop size and andSelf methods" | Timmy Willison | 2016-01-07 | 1 | -0/+7 |
| | | | | This reverts commit f1913cf0316edbab77a081ae9c2ee218a61ce5a7. | ||||
* | Tests: fix support values for android | Timmy Willison | 2016-01-07 | 1 | -14/+14 |
| | |||||
* | Effects: add back support.shrinkWrapBlocks() for ie6 | Timmy Willison | 2016-01-06 | 4 | -17/+80 |
| | |||||
* | Tests: fix support tests in ie9 | Timmy Willison | 2016-01-06 | 1 | -5/+5 |
| | |||||
* | CSS: fix reliableHiddenOffsets support test for IE6-7 | Timmy Willison | 2016-01-06 | 1 | -8/+8 |
| | |||||
* | Revert "Manipulation: simplify html wrappers" | Timmy Willison | 2016-01-06 | 1 | -12/+0 |
| | | | | This reverts commit b744a50d472664a4d5aaa35d58e2215d48f70d3b. | ||||
* | Revert "Ajax: use anchor tag for parsing urls" | Timmy Willison | 2016-01-06 | 1 | -5/+1 |
| | | | | This reverts commit de7ae8cd17a22b0275217a6ca0345d9d5a97c6dd. | ||||
* | Revert "Misc: Drop support for older browsers; update support comments" | Timmy Willison | 2016-01-06 | 13 | -285/+720 |
| | | | | This reverts commit 90d7cc1d8b2ea7ac75f0eacb42439349c9c73278. | ||||
* | Wrap: correct tests length | Oleg Gaidarenko | 2015-12-22 | 1 | -22/+66 |
| | |||||
* | Revert "Wrap: Support .unwrap( selector) for selective unwrapping" | Oleg Gaidarenko | 2015-12-22 | 1 | -116/+26 |
| | | | | This reverts commit e38138af6ac3fa850a092adf09366a68850189a8. | ||||
* | Revert "Core: Return empty array instead of null for parseHTML("")" | Oleg Gaidarenko | 2015-12-22 | 1 | -16/+11 |
| | | | | This reverts commit 61bb61279ce51af189d40162dc62e44f04826051. | ||||
* | Effects: Remove tests for jQuery.Animation & jQuery.Tween | Michał Gołębiowski | 2015-12-22 | 1 | -3/+1 |
| | | | | | | | | | | | | We'll officially support those APIs in jQuery 3.0 but we don't want to have to support them in 1.12/2.2. The code is left untouched, only tests (& official support) are removed. Refs b3b2d6c3dd51fbdc69e1942e9af75cc99a1834c2 Refs cdaed15c7ea1bbfdde5a5bea691c583ce7961526 Cherry-picked from a5864aefdfadfee16522456c82139fa10360d8fc | ||||
* | Build: remove needless file and re-enable jscs | Oleg Gaidarenko | 2015-12-22 | 1 | -23/+0 |
| | |||||
* | Build: code style fixes after all those reverts | Oleg Gaidarenko | 2015-12-22 | 19 | -966/+987 |
| | |||||
* | Revert "Ajax: Always use script injection in globalEval" | Oleg Gaidarenko | 2015-12-22 | 5 | -70/+52 |
| | | | | This reverts commit 37f0f7f42cd158e36665066d88708ca4aa0713ac. | ||||
* | Revert "Effects: Reintroduce use of requestAnimationFrame" | Oleg Gaidarenko | 2015-12-22 | 1 | -4/+0 |
| | | | | This reverts commit 06a45406966ee8cde31c4f128d7ee68d727880c1. | ||||
* | Revert "Effects: Improve raf logic" | Oleg Gaidarenko | 2015-12-22 | 1 | -103/+0 |
| | | | | This reverts commit 9dc29a2b130e6bbcdbcaf8fdc1433a41e6b7a585. | ||||
* | Revert "Core: Remove deprecated context and selector properties" | Oleg Gaidarenko | 2015-12-22 | 2 | -9/+51 |
| | | | | This reverts commit e2ec5da2a7f1b3de1f9dc7e2c01f27cd23714e60. | ||||
* | Revert "Core: Throw an error on $("#") rather than returning 0-length ↵ | Oleg Gaidarenko | 2015-12-22 | 1 | -12/+5 |
| | | | | | | collection" This reverts commit 93f95c966355f02b5695f50523f88687eadb4c81. | ||||
* | Offset: do not run tests which break without back-incompat change | Oleg Gaidarenko | 2015-12-22 | 1 | -3/+3 |
| | | | | See 9d1d4c272a58ced36242d90b3f0462c2bbb972a3 | ||||
* | Tests: correct revert artefact | Oleg Gaidarenko | 2015-12-22 | 1 | -4/+4 |
| | |||||
* | Revert "Manipulation: make wrapAll funarg execute only once" | Oleg Gaidarenko | 2015-12-22 | 1 | -100/+0 |
| | | | | This reverts commit 3dcee021603d5c25cd429cb25c2de5046044ca4c. | ||||
* | Revert "CSS: simplify hack of css getter for the computed values" | Oleg Gaidarenko | 2015-12-22 | 2 | -18/+2 |
| | | | | This reverts commit dac716ca65a83bab2449ffa35c43b4b52e26a0c1. |