Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1.12.41.12.4 | Timmy Willison | 2016-05-20 | 4 | -1/+11015 |
| | |||||
* | Release: remove extraneous files from dist during release | Timmy Willison | 2016-05-13 | 2 | -2/+15 |
| | | | | | Fixes gh-3094 Close gh-3116 | ||||
* | Release: copy sizzle separately into an 'external' folder | Timmy Willison | 2016-05-13 | 1 | -2/+7 |
| | | | | Fixes gh-2945 | ||||
* | Revert "Release: copy sizzle separately into an 'external' folder" | Timmy Willison | 2016-05-12 | 1 | -7/+2 |
| | | | | This reverts commit 59003ae7132677023247ed1868e4e426e4c2fe81. | ||||
* | CSS: ensure table styles do not affect reliableHiddenOffsets test | Timmy Willison | 2016-05-11 | 3 | -0/+32 |
| | | | | | Fixes gh-3065 Close gh-3057 | ||||
* | CSS: disconnected elements should be hidden | Timmy Willison | 2016-05-11 | 2 | -2/+11 |
| | | | | Fixes gh-3043 | ||||
* | Release: copy sizzle separately into an 'external' folder | Timmy Willison | 2016-05-09 | 1 | -2/+7 |
| | | | | Fixes gh-2945 | ||||
* | 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) | ||||
* | Revert "Build: remove node .10 from travis" | Michał Gołębiowski | 2016-04-27 | 1 | -0/+1 |
| | | | | | | | This reverts commit 498fd24f389105049bc2eebadfa43e228b91454a. Node 0.10 has updated its npm to v2 so most issues with it should be resolved now. | ||||
* | Build: test on Node.js 6 | Michał Gołębiowski | 2016-04-26 | 1 | -0/+1 |
| | |||||
* | CSS: Don't workaround the IE 11 iframe-in-fullscreen sizing issues | Michał Gołębiowski | 2016-04-26 | 1 | -13/+0 |
| | | | | | | | | | | | | | | | | | | | IE 11 used to have an issue where if an element inside an iframe was put in fullscreen mode, the element dimensions started being 100 times too small; we've added a workaround that would multiply them by 100. However, the IE 11 issue has been unexpectedly fixed and since our detection was really detecting the browser and not a bug, we've started breaking the browser instead of fixing it. Since there's no good way to detect if the bug exists, we have to back the workaround out completely. Refs ff1a0822f72d2b39fac691dfcceab6ede5623b90 Refs fb9adb9f0511ac2993e664697aa26e97d0a4d213 Fixes gh-3041 Refs gh-1764 Refs gh-2401 Refs 90d828bad0d6d318d73d6cf6209d9dc7ac13878c | ||||
* | Build: Updating the 1.12-stable version to 1.12.4-pre. | Timmy Willison | 2016-04-05 | 1 | -1/+1 |
| | |||||
* | 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. |