aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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. Fixes gh-2147
* Deferred: Backwards-compatible standards interoperabilityRichard Gibson2015-03-209-112/+696
| | | | | Fixes gh-1722 Closes gh-1996
* Tests: Expand CSS relative adjustment tolerance for IERichard Gibson2015-03-161-2/+2
| | | | Ref 48be675200e817f40fa8ec25da1be2ab0839d28d
* Tests: Fix CSS relative adjustment test for round-down browsersRichard Gibson2015-03-161-7/+19
| | | | Ref 9b03f6df88a8d9dbda3f7893cdd84e3a3c70da17
* Attributes: revert returning null for non-elementsTimmy Willison2015-03-162-2/+2
|
* 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
* Data: restore explicit data removal of private data in cleanData.Rick Waldron2015-03-092-1/+18
| | | | | Fixes gh-2127 Closes gh-2132
* CSS: Support relative adjustment in any applicable unitMr212015-03-095-58/+135
| | | | | Fixes gh-1711 Closes gh-2011
* Build: remove deprecated JSHint optionsStephen Edgar2015-03-083-10/+1
| | | | | | JSHint no longer supports `onevar`, `smarttabs` or `trailing` options. Closes gh-2029
* Event: correct support commentOleg Gaidarenko2015-03-081-1/+3
| | | | | See discussion in https://github.com/jquery/jquery/commit/a5e1c9b44c971fd7046d9a95bd0810e50840b663
* Data: updates to element[expando] cacheRick Waldron2015-03-051-36/+23
| | | | | | | | | | - removes descriptor allocation - restore simplified cache creation - adds early return from remove call where no data exists - use Object.defineProperty - remove unnecessary code path Closes gh-2119
* Data: move element cache to element[expando]Rick Waldron2015-03-044-74/+66
| | | | | | | | | - avoid explicit data.discard() cleanup calls - explicitly remove the data.events property, only when private data exists - reduces code footprint Fixes gh-1734 Close gh-1428
* Data: avoid Object.defineProperties for nodesJason Bedard2015-03-041-13/+9
| | | | | | | Closes gh-1668 Fixes gh-1728 Ref gh-1734 Ref gh-1428
* Core: change jQuery.each and jQuery#each signaturesOleg Gaidarenko2015-02-191-31/+10
| | | | | Fixes gh-2090 Closes gh-2097
* Ajax: remove use of jQuery#each second argumentOleg Gaidarenko2015-02-191-1/+3
| | | | Ref gh-2090
* Tests: make top of the HTML suite compliant with style guideOleg Gaidarenko2015-02-191-7/+5
| | | | | | See http://contribute.jquery.org/style-guide/html/ Closes gh-2098
* Ajax: remove deprecated extensions from ajax promiseOleg Gaidarenko2015-02-172-12/+10
| | | | | Fixes gh-2084 Closes gh-2092
* 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 Ref 2d5c5d213f09fa0205d07a2d60a36581058cc40a
* 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 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
* Ajax: simplify one ajax call and add explanatory commentOleg Gaidarenko2015-02-152-1/+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
* Core: simplify "each" stylesheet iteration testOleg Gaidarenko2015-02-151-1/+1
| | | | Closes gh-2089
* Build: Update QUnit to latest (1.17.1)Jörn Zaefferer2015-02-154-69/+141
| | | | 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 Fixes gh-1981 Ref 4ab8603669e2bbc8644e402927c33ce422d7aaa3
* Manipulation: don't auto-insert tbodyOleg Gaidarenko2015-02-112-6/+81
| | | | | Fixes gh-1835 Closes gh-2021
* Manipulation: simplify html wrappersOleg Gaidarenko2015-02-102-2/+25
| | | | | | | | Take advantage of html serialization for html wrappers - saves 26 bytes Plus add additional test for "col" element Closes gh-2031 Fixes gh-2002
* CSS: save 20 bytes in css/supportMichał Gołębiowski2015-02-052-21/+20
| | | | Refs gh-1842
* CSS: Fix the pixelMarginRight support test in Android 2.3Michał Gołębiowski2015-02-052-7/+8
|
* CSS: Restore the hack to get pixels for .css('width') etc.Michał Gołębiowski2015-02-043-4/+49
| | | | | | | | | | 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 gh-1815 Refs gh-1820 Closes gh-1842
* Release: push dist to same remote as projectTimmy Willison2015-01-301-3/+2
|
* 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-32/+49
| | | | Fixes gh-1940
* Release: dist can be run during a testTimmy Willison2015-01-292-8/+2
|
* Release: bower.json is actually generated from scratchTimmy Willison2015-01-291-4/+0
|
* Release: Distribute files to distribution repoTimmy Willison2015-01-297-159/+251
| | | | | | Fixes gh-1869 Fixes gh-1673 Fixes gh-2045
* 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. Fixes gh-1938 Closes gh-2028
* 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/ Closes gh-2027
* Manipulation: increase delay of data-URI testOleg Gaidarenko2015-01-261-1/+1
| | | | | | | For Safar7/Opera - shot in the dark, can't reproduce this locally Fixes gh-1993 (cherry-picked from 30ace26c42954497e44f19e8c7fa100de45c489e)
* Event: Add a note about a mouseenter bug in ChromeMichał Gołębiowski2015-01-251-0/+4
| | | | Refs https://code.google.com/p/chromium/issues/detail?id=333868
* Release: update AUTHORS.txtTimmy Willison2015-01-191-0/+7
|
* Core: Return empty array instead of null for parseHTML("")Timo Tijhof2015-01-192-6/+11
| | | | | Fixes gh-1997 Close gh-1998
* Event: HTML5 drop events inherit from MouseEventDave Methvin2015-01-142-7/+14
| | | | | Fixes gh-2009 Ref gh-1925
* Offset: simplify jQuery#offsetParent methodOleg Gaidarenko2015-01-131-3/+12
| | | | | | | | | | | | * 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 Closes gh-1968
* Manipulation: add support to tag-hyphenated elementsLeonardo Braga2015-01-132-2/+19
| | | | | Fixes #1987 Closes gh-1988
* Core: add support to tag-hyphenated elementsLeonardo Braga2015-01-132-1/+14
| | | | Ref #1987
* Build: Sanctify the component name status of WrapDave Methvin2015-01-111-1/+2
|
* Core: Remove deprecated context and selector propertiesDave Methvin2015-01-115-65/+7
| | | | | Fixes gh-1908 Closes gh-2000
* Ajax: $.post and $.get can now take an options objectGeorge Mauer2015-01-112-2/+23
| | | | | Fixes gh-1986 Closes gh-1995
* Build: Rearrange grunt/npm tasks into a build/dist/test patternRichard Gibson2015-01-113-20/+24
| | | | | Ref 76df9e4e389d80bff410a9e5f08b848de1d21a2f Closes gh-1980