aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 1.12.41.12.4Timmy Willison2016-05-204-1/+11015
|
* Release: remove extraneous files from dist during releaseTimmy Willison2016-05-132-2/+15
| | | | | Fixes gh-3094 Close gh-3116
* Release: copy sizzle separately into an 'external' folderTimmy Willison2016-05-131-2/+7
| | | | Fixes gh-2945
* Revert "Release: copy sizzle separately into an 'external' folder"Timmy Willison2016-05-121-7/+2
| | | | This reverts commit 59003ae7132677023247ed1868e4e426e4c2fe81.
* CSS: ensure table styles do not affect reliableHiddenOffsets testTimmy Willison2016-05-113-0/+32
| | | | | Fixes gh-3065 Close gh-3057
* CSS: disconnected elements should be hiddenTimmy Willison2016-05-112-2/+11
| | | | Fixes gh-3043
* Release: copy sizzle separately into an 'external' folderTimmy Willison2016-05-091-2/+7
| | | | Fixes gh-2945
* Tests: Make the regex catching Safari 9.0/9.1 more resilientMichał Gołębiowski2016-05-021-1/+1
| | | | | | The word boundary character will prevent iOS from being a false positive. (cherry-picked from 7f2ebd2c4dea186d7d981b939e6e2983a9d7f9c1)
* Tests: take Safari 9.1 into accountMichał Gołębiowski2016-05-021-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łębiowski2016-04-271-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 6Michał Gołębiowski2016-04-261-0/+1
|
* CSS: Don't workaround the IE 11 iframe-in-fullscreen sizing issuesMichał Gołębiowski2016-04-261-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 Willison2016-04-051-1/+1
|
* Ajax: execute jQuery#load callback with correct contextOleg Gaidarenko2016-04-042-1/+20
| | | | | | | Thanks @blq (Fredrik Blomqvist) Fixes gh-3035 Close gh-3039
* Revert "Ajax: Mitigate possible XSS vulnerability"Michał Gołębiowski2016-03-232-45/+0
| | | | | | | This reverts commit f60729f3903d17917dc351f3ac87794de379b0cc. Fixes gh-3011 Refs ad358fd62b0ab548abe379594ea00441940461f6
* Build: Updating the 1.12-stable version to 1.12.3-pre.Timmy Willison2016-03-171-1/+1
|
* Attributes: ignore option value mismatch on untrimmed unicode whitespaceTimmy Willison2016-03-171-3/+10
|
* Attributes: strip/collapse whitespace for set values on selectsTimmy Willison2016-03-172-9/+82
| | | | | Fixes gh-2978 Close gh-3002
* Core: fix isPlainObject(Object.create) test in IETimmy Willison2016-03-071-9/+13
|
* Attributes: fix setting selected on an option in IE<=11Timmy Willison2016-03-072-2/+46
| | | | | Fixes gh-2732 Close gh-2840
* Core: restore enumeration behavior in isPlainObjectTimmy Willison2016-03-071-2/+14
| | | | | Fixes gh-2968 Close gh-2970
* Core: drop the document.implementation.createHTMLDocument usageMichał Gołębiowski2016-03-024-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 releasesTimmy Willison2016-02-241-0/+1
| | | | Ref gh-2945
* Build: Updating the 1.12-stable version to 1.12.2-pre.Timmy Willison2016-02-221-1/+1
|
* Build: update AUTHORSTimmy Willison2016-02-221-0/+3
|
* CSS: fix for disconnected elems on doc fragments in Opera 12Timmy Willison2016-02-221-4/+7
|
* Build: use hard-coded path to sizzle in selector-sizzleTimmy Willison2016-02-223-9/+3
| | | | Fixes gh-2898
* Tests: Set Edge's expected support for clearCloneStyle to trueZack Hall2016-02-131-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 Gaidarenko2016-02-131-0/+2
|
* Tests: use `jQuery` variable instead of `$`Oleg Gaidarenko2016-02-131-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 .editorconfigOleg Gaidarenko2016-02-112-65/+53
| | | | | See https://contribute.jquery.org/style-guide/css/#spacing > Indentation with tabs.
* Tests: test element position outside viewOleg Gaidarenko2016-02-112-42/+84
| | | | | | | Ref a0f5c357c4b256b03acdc57d5319ebfe4f25a69a Ref gh-2828 Ref gh-2836 Fixes gh-2909
* Revert "Offset: account for scroll when calculating position"Oleg Gaidarenko2016-02-092-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-2867Timmy Willison2016-01-271-0/+10
|
* CSS: Make sure elem.ownerDocument.defaultView is not nullTodor Prikumov2016-01-271-1/+1
| | | | | Fixes gh-2866 Close gh-2867
* Event: Add tests for chaining .on() with null handlersDevin Wilson2016-01-151-1/+8
| | | | | Fixes gh-2812 Close gh-2825
* Core: use interactive to evaluate dom ready, barring IE6-10Timmy Willison2016-01-143-5/+39
| | | | | Fixes gh-2100 Close gh-2821
* Tests: compat -> 1.x in commentsMichał Gołębiowski2016-01-111-2/+2
| | | | (cherry-picked from df31b88135f94f903c8a887085d30d085a9c62f6)
* Build: Updating the 1.12-stable version to 1.12.1-pre.Timmy Willison2016-01-081-1/+1
|
* Release: update AUTHORS.txt againTimmy Willison2016-01-081-0/+1
|
* Manipulation: re-expose domManip until 3.0Timmy Willison2016-01-081-0/+4
| | | | Fixes gh-2225
* Release: ensure files are copied to distTimmy Willison2016-01-081-2/+2
|
* Release: allow local and github distsTimmy Willison2016-01-081-1/+4
|
* Release: update AUTHORS.txtTimmy Willison2016-01-081-0/+12
|
* Release: compat -> 1.x. Remove compat-specific release semanticsTimmy Willison2016-01-0810-55/+28
|
* Tests: Disable/relax a few tests failing in Android 2.3Michał Gołębiowski2016-01-073-11/+33
| | | | Fixes gh-1785
* CSS: Add animation-iteration-count to cssNumber, fix testsJun Sun2016-01-072-4/+14
| | | | | | | (cherry-picked from df822caff079177d1840d67e03d6b24a93ea99a5) Fixes gh-2792 Closes gh-2793
* Attributes: fix toggleClass(boolean) in ie6/7Timmy Willison2016-01-071-7/+5
|
* Tests: use assert syntax in restored testTimmy Willison2016-01-071-2/+2
|
* Revert "Event: remove guard for falsy handler argument of jQuery#on method"Timmy Willison2016-01-072-1/+17
| | | | This reverts commit fac67a984268ef8f7de952666fda6d8d32754f5f.