Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1.12.31.12.3 | Timmy Willison | 2016-04-05 | 4 | -1/+11022 |
| | |||||
* | Ajax: execute jQuery#load callback with correct context | Oleg Gaidarenko | 2016-04-04 | 2 | -1/+20 |
| | | | | | | | Thanks @blq (Fredrik Blomqvist) Fixes gh-3035 Close gh-3039 | ||||
* | Revert "Ajax: Mitigate possible XSS vulnerability" | Michał Gołębiowski | 2016-03-23 | 2 | -45/+0 |
| | | | | | | | This reverts commit f60729f3903d17917dc351f3ac87794de379b0cc. Fixes gh-3011 Refs ad358fd62b0ab548abe379594ea00441940461f6 | ||||
* | Build: Updating the 1.12-stable version to 1.12.3-pre. | Timmy Willison | 2016-03-17 | 1 | -1/+1 |
| | |||||
* | 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 | 2 | -9/+82 |
| | | | | | 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 | 2 | -2/+46 |
| | | | | | 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 | 4 | -67/+3 |
| | | | | | | | | | | | | | 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 | ||||
* | Release: include external/sizzle in releases | Timmy Willison | 2016-02-24 | 1 | -0/+1 |
| | | | | Ref gh-2945 | ||||
* | Build: Updating the 1.12-stable version to 1.12.2-pre. | Timmy Willison | 2016-02-22 | 1 | -1/+1 |
| | |||||
* | Build: update AUTHORS | Timmy Willison | 2016-02-22 | 1 | -0/+3 |
| | |||||
* | CSS: fix for disconnected elems on doc fragments in Opera 12 | Timmy Willison | 2016-02-22 | 1 | -4/+7 |
| | |||||
* | Build: use hard-coded path to sizzle in selector-sizzle | Timmy Willison | 2016-02-22 | 3 | -9/+3 |
| | | | | 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 | ||||
* | Build: add `npm-debug.log` to `.gitignore` | Oleg Gaidarenko | 2016-02-13 | 1 | -0/+2 |
| | |||||
* | 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 | 2 | -65/+53 |
| | | | | | 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 | 2 | -28/+6 |
| | | | | | | | | | | | | 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 |
| | |||||
* | CSS: Make sure elem.ownerDocument.defaultView is not null | Todor Prikumov | 2016-01-27 | 1 | -1/+1 |
| | | | | | Fixes gh-2866 Close gh-2867 | ||||
* | 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 | 3 | -5/+39 |
| | | | | | 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) | ||||
* | Build: Updating the 1.12-stable version to 1.12.1-pre. | Timmy Willison | 2016-01-08 | 1 | -1/+1 |
| | |||||
* | Release: update AUTHORS.txt again | Timmy Willison | 2016-01-08 | 1 | -0/+1 |
| | |||||
* | Manipulation: re-expose domManip until 3.0 | Timmy Willison | 2016-01-08 | 1 | -0/+4 |
| | | | | Fixes gh-2225 | ||||
* | Release: ensure files are copied to dist | Timmy Willison | 2016-01-08 | 1 | -2/+2 |
| | |||||
* | Release: allow local and github dists | Timmy Willison | 2016-01-08 | 1 | -1/+4 |
| | |||||
* | Release: update AUTHORS.txt | Timmy Willison | 2016-01-08 | 1 | -0/+12 |
| | |||||
* | Release: compat -> 1.x. Remove compat-specific release semantics | Timmy Willison | 2016-01-08 | 10 | -55/+28 |
| | |||||
* | 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 | 2 | -4/+14 |
| | | | | | | | (cherry-picked from df822caff079177d1840d67e03d6b24a93ea99a5) Fixes gh-2792 Closes gh-2793 | ||||
* | Attributes: fix toggleClass(boolean) in ie6/7 | Timmy Willison | 2016-01-07 | 1 | -7/+5 |
| | |||||
* | 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 | 2 | -1/+17 |
| | | | | This reverts commit fac67a984268ef8f7de952666fda6d8d32754f5f. | ||||
* | Revert "Attributes: Remove undocumented .toggleClass( boolean ) signature" | Timmy Willison | 2016-01-07 | 2 | -17/+74 |
| | | | | This reverts commit f24726daa3760014b7283ad14a13117c72dd9474. | ||||
* | Revert "Deprecated: Drop size and andSelf methods" | Timmy Willison | 2016-01-07 | 2 | -1/+16 |
| | | | | 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 | 7 | -27/+148 |
| | |||||
* | Revert "Offset: simplify jQuery#offsetParent method" | Timmy Willison | 2016-01-06 | 1 | -13/+3 |
| | | | | This reverts commit 96447575c23f7b313091750ed84cec05db3a25c6. | ||||
* | 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 | 2 | -16/+21 |
| | |||||
* | Revert "Manipulation: simplify html wrappers" | Timmy Willison | 2016-01-06 | 1 | -12/+0 |
| | | | | This reverts commit b744a50d472664a4d5aaa35d58e2215d48f70d3b. | ||||
* | CSS: fix visible/hidden for IE6/7 | Timmy Willison | 2016-01-06 | 2 | -5/+24 |
| | |||||
* | Attributes: fix IE6-7 classes | Timmy Willison | 2016-01-06 | 1 | -3/+3 |
| | |||||
* | Revert "Ajax: remove "onunload" event handler" | Timmy Willison | 2016-01-06 | 1 | -11/+24 |
| | | | | This reverts commit 4632e55870a00a70e737a862cdb0820278cec0fe. | ||||
* | Revert "Ajax: use anchor tag for parsing urls" | Timmy Willison | 2016-01-06 | 2 | -38/+27 |
| | | | | This reverts commit de7ae8cd17a22b0275217a6ca0345d9d5a97c6dd. |