aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Build: Update native-promise-onlyMichał Gołębiowski2015-03-252-3/+3
| | | | | | | | This should fix Android 4.0 jQuery.when tests issues. (cherry-picked from 0065e1f3e3021fc2bcb32e915177498bca034b34) Closes gh-2159
* Offset: Round offset value for the sake of floating errorsMichał Gołębiowski2015-03-231-2/+5
| | | | | | | | | | IE10+ may return not exactly the offset.top value set in an offset callback if parent has fractional top offset itself. Checking for being close to the desired result fixes the test error. (cherry-picked from 62ae2d0fb7ac011bf2ad778f8158de408e785927) Fixes gh-2147
* Deferred: Backwards-compatible standards interoperabilityRichard Gibson2015-03-209-114/+698
| | | | | | | Fixes gh-1722 Closes gh-1996 (cherry picked from commit 555a50d340706e3e1e0de09231050493d0ad841e)
* Tests: Expand CSS relative adjustment tolerance for IERichard Gibson2015-03-161-2/+2
| | | | | | | Ref 48be675200e817f40fa8ec25da1be2ab0839d28d Ref 4a8000b51a9854e21361e435e4c9b9cbd8ac458a (cherry picked from commit e22ef5d9017c44cad97ae541fefce76cc455edcb)
* Tests: Fix CSS relative adjustment test for round-down browsersRichard Gibson2015-03-161-7/+19
| | | | | | | Ref 9b03f6df88a8d9dbda3f7893cdd84e3a3c70da17 Ref 6fb2cefc602cf8bd8b85373f480e978bb8978e37 (cherry picked from commit 48be675200e817f40fa8ec25da1be2ab0839d28d)
* Attributes: revert returning null for non-elementsTimmy Willison2015-03-162-2/+2
|
* Tests: Restore IE8 workarounds (Sinon timers for IE & HTML5 shiv)Michał Gołębiowski2015-03-161-0/+8
|
* Attributes: fix failing test for new return valueTimmy Willison2015-03-162-3/+12
|
* Attributes: return null when attribute does not existWinston Howes2015-03-162-44/+39
| | | | | | | | Fixes gh-2118 Close gh-2129 Conflicts: test/unit/attributes.js
* CSS: Support relative adjustment in any applicable unitMr212015-03-095-61/+135
| | | | | | | | | | | Fixes gh-1711 Closes gh-2011 (cherry picked from commit 9b03f6df88a8d9dbda3f7893cdd84e3a3c70da17) Conflicts: src/css.js src/effects.js
* Build: remove deprecated JSHint optionsStephen Edgar2015-03-082-6/+0
| | | | | | | | (cherry-picked from 34da7d552982d8ab7b18c2ceca9786d5023930f6) JSHint no longer supports `onevar`, `smarttabs` or `trailing` options. Closes gh-2029
* Event: correct support commentOleg Gaidarenko2015-03-081-1/+3
| | | | | | | (cherry-picked from 361a0d5150a1c57b1857611cde1b05bd0ef21a50) See discussion in https://github.com/jquery/jquery/commit/a5e1c9b44c971fd7046d9a95bd0810e50840b663
* Core: change jQuery.each and jQuery#each signaturesOleg Gaidarenko2015-02-191-31/+10
| | | | | | (cherry-picked from 2380028ec4a6a77401b867a51de26a3cb8e8d311) Fixes gh-2090 Closes gh-2097
* Ajax: remove use of jQuery#each second argumentOleg Gaidarenko2015-02-191-1/+3
| | | | | (cherry-picked from a4715f4216ace92fba6991106053415e66289686) Ref gh-2090
* Tests: make top of the HTML suite compliant with style guideOleg Gaidarenko2015-02-191-16/+6
| | | | | | | See http://contribute.jquery.org/style-guide/html/ (cherry-picked from 8356281bed643bb3d56ad02f52580a0e20dc0237) Closes gh-2098
* Ajax: remove deprecated extensions from ajax promiseOleg Gaidarenko2015-02-172-12/+10
| | | | | | (cherry-picked from 9d1b989f20b550af3590691723b0620f6914626e) Fixes gh-2084 Closes gh-2092
* Ajax: move explanatory comment to appropriate placeOleg Gaidarenko2015-02-151-2/+2
| | | | Ref 4b3e63066dd480d07b9ce8057cb0c02b8ad7e990
* Build: fix broken assertions caused by QUnit updateOleg Gaidarenko2015-02-152-9/+9
| | | | | | | | | QUnit update broke couple traversing and manipulation tests, since new qunit added another form to the test-suite while some of jQuery selectors weren't specific (cherry-picked from 8b6aeae52d4c53a53468678ccd45e9dda9665004) Ref db31206d36a3a75c011310e282e0fdc9a0f3d99d
* Ajax: replace "jqXHR.complete" callback with "always"Oleg Gaidarenko2015-02-151-1/+4
| | | | | | | | | | Since it was deprecated since 1.8. Also add additional comments which explains tricky behaviour of "always" callback (cherry-picked from 97ef1f2612a9c5bd453d34146fdfd552cf9cee67) Closes gh-2033
* Ajax: make jQuery#load "type" field explicitOleg Gaidarenko2015-02-154-3/+17
| | | | | | | | | * Move "evalScript.php" file to appropriate place * Make jQuery#load "type" field explicit and add test for it Ref trac-11264 Ref 4ef120d3f2578fe3d52eb6c0d0641df945991391
* Ajax: simplify one ajax call and add explanatory commentOleg Gaidarenko2015-02-152-2/+2
| | | | | | | | | * Remove "async = true" from script transport since it was needed for FF < 4 and old Opera which we do not support anymore * Add comment to "evalUrl" method on why "type" field should be explicit Ref 0ac28ed293681cb8f2e9fdd11efa0021da039c84
* Core: simplify "each" stylesheet iteration testOleg Gaidarenko2015-02-151-1/+1
| | | | | (cherry-picked from fcb6c4d1d6552c7e54df16a36b171858bdf0553f) Closes gh-2089
* Build: Update QUnit to latest (1.17.1)Jörn Zaefferer2015-02-154-69/+141
| | | | | (cherry-picked from 2d5c5d213f09fa0205d07a2d60a36581058cc40a) Closes gh-2038
* Offset: don't run scrollTop/scrollLeft iframe test in Android 2.3 & 4.0Oleg Gaidarenko2015-02-111-5/+8
| | | | | | | | | | | | | Android 2.3 resize the iframe by its content meaning it's not possible to scroll the iframe only its parent element. It seems (not confirmed) in android 4.0 it's not possible to scroll iframes from the code (cherry-picked from 0c466438d1feaec302fec13eafeeb063bbfd6a19) Fixes gh-1981 Ref 4ab8603669e2bbc8644e402927c33ce422d7aaa3
* Manipulation: don't auto-insert tbodyOleg Gaidarenko2015-02-112-5/+81
| | | | | | Fixes gh-1835 Closes gh-2021 Ref e984d1c79cc476062818e03df04a366baa13d197
* Manipulation: simplify html wrappersOleg Gaidarenko2015-02-112-4/+26
| | | | | | | | | | Take advantage of html serialization for html wrappers - saves 26 bytes Plus add additional test for "col" element (cherry-picked from 0ea342a6a6dce793c1b0f14f051c2573f40f4e44) Closes gh-2031 Fixes gh-2002
* Manipulation: simplification of manipulation wrappersOleg Gaidarenko2015-02-101-2/+3
| | | | | | | | Since support for IE6-7 was dropped these wrappers no longer required Ref 90d7cc1d8b2ea7ac75f0eacb42439349c9c73278 Ref gh-2002 Closes gh-2032
* CSS: Fix the pixelMarginRight support test in IE8Michał Gołębiowski2015-02-081-1/+1
|
* CSS: Add a support test for the hack for .css('marginRight') etc.Michał Gołębiowski2015-02-053-20/+46
| | | | | | | | | | | | | This hack turns out to be needed by Android 4.0-4.3. Add a support test so that the hack is invoked only where needed. Refs 3747cc642a48d2a5a8ac83069f66bddd33bea301 Refs gh-1815 Refs gh-1820 Refs gh-1842 Closes gh-2061
* Release: push dist to same remote as projectTimmy Willison2015-01-301-3/+2
| | | | | Conflicts: build/release/dist.js
* Release: remove sourcemap comment from all copies of minified fileTimmy Willison2015-01-304-9/+15
| | | | Fixes gh-1707
* Release: fix CDN archive creationTimmy Willison2015-01-292-34/+61
| | | | Fixes gh-1940
* Release: dist can be run during a testTimmy Willison2015-01-292-8/+2
|
* Release: Distribute files to distribution repoTimmy Willison2015-01-297-163/+264
| | | | | | | | | | Fixes gh-1869 Fixes gh-1673 Fixes gh-2045 Conflicts: bower.json build/release.js
* Data: Use a PDF object instead of a Java applet for acceptData testingMichał Gołębiowski2015-01-291-4/+4
| | | | | | | | | This should fix "Java out of date" errors on BrowserStack. (cherry-picked from 087d280ad1160de53a45ea96184911194f7b46e0) Fixes gh-1938 Closes gh-2028
* Ajax: Run the PATCH test only in IE8 on TestSwarmMichał Gołębiowski2015-01-291-10/+13
| | | | | Fixes gh-1994 Closes gh-2026
* Build: Speed up the Travis buildMichał Gołębiowski2015-01-291-0/+1
| | | | | | | | | | Run Travis tests on a container infrastructure to make it start faster. See http://docs.travis-ci.com/user/workers/container-based-infrastructure/ (cherry-picked from 31f4f8e3f30e67e677a2aa167b9e894d46d5b81e) Closes gh-2027
* Event: Add a note about a mouseenter bug in ChromeMichał Gołębiowski2015-01-251-0/+8
| | | | | | | Also, add a support comment about older Safari. Refs https://code.google.com/p/chromium/issues/detail?id=333868 Partially cherry-picked from a5e1c9b44c971fd7046d9a95bd0810e50840b663
* Release: update AUTHORS.txtTimmy Willison2015-01-191-0/+8
|
* Core: Return empty array instead of null for parseHTML("")Timo Tijhof2015-01-192-6/+11
| | | | | | | | Fixes gh-1997 Close gh-1998 Conflicts: test/unit/core.js
* Manipulation: increase delay of data-URI testOleg Gaidarenko2015-01-151-1/+1
| | | | | | For Safar7/Opera - shot in the dark, can't reproduce this locally Ref gh-1993
* Event: HTML5 drop events inherit from MouseEventDave Methvin2015-01-142-8/+13
| | | | | | | | | Fixes gh-2009 Ref gh-1925 (cherry picked from commit d7e5fcee519e5f3e840beef9e67a536e75133df9) Conflicts: test/unit/event.js
* Manipulation: blacklist IE8 from running tests for tag-hyphenated elemsOleg Gaidarenko2015-01-141-0/+7
| | | | | | | IE8 supports only HTML elements it knows about, but if user uses custom elements a.k.a. tag-hyphenated, we assume it doesn't try to use them with IE8 Ref 5d522f5c740f1f919a630a5f6ec3d40fad840ff7
* Offset: simplify jQuery#offsetParent methodOleg Gaidarenko2015-01-131-3/+13
| | | | | | | | | | | | * It seems, check for html element (and previously for body element) was redundant * Simplify "return" statement * Add comment about potential errors that didn't find themselves in real life app Ref 74ae5444832b2fb966768a97281d2ad8c088bc58
* Manipulation: add support to tag-hyphenated elementsLeonardo Braga2015-01-132-2/+19
| | | | | Ref #1987 Ref 85ffc6d973865a031ded170934e0acfc2e97cb11
* Core: add support to tag-hyphenated elementsLeonardo Braga2015-01-132-1/+14
| | | | | Ref #1987 Ref 534f13025aeb59a7d5893ce62efafa0b066a4934
* Build: Sanctify the component name status of WrapDave Methvin2015-01-111-1/+2
| | | | (cherry picked from commit a4133ffafa6ac43b3aa22bc4edb4444b09f5250c)
* Core: Remove deprecated context and selector propertiesDave Methvin2015-01-115-65/+7
| | | | | | Fixes gh-1908 Closes gh-2000 (cherry picked from commit 0ea8c32863af31fb5cfc184e8d513bbae35583e8)
* Ajax: $.post and $.get can now take an options objectGeorge Mauer2015-01-112-2/+23
| | | | | | Fixes gh-1986 Closes gh-1995 (cherry picked from commit 89ce0af2cf7f001647e74fc1de92ce94a51fd5c2)
* Build: Rearrange grunt/npm tasks into a build/dist/test patternRichard Gibson2015-01-112-6/+10
| | | | | | | | | Ref 76df9e4e389d80bff410a9e5f08b848de1d21a2f Ref bb928bde7e7b85357fef3fedd450b04c03e965d7 Conflicts: Gruntfile.js package.json