Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Offset: Round offset value for the sake of floating errors | Michał Gołębiowski | 2015-03-23 | 1 | -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 interoperability | Richard Gibson | 2015-03-20 | 9 | -112/+696 | |
| | | | | | Fixes gh-1722 Closes gh-1996 | |||||
* | Tests: Expand CSS relative adjustment tolerance for IE | Richard Gibson | 2015-03-16 | 1 | -2/+2 | |
| | | | | Ref 48be675200e817f40fa8ec25da1be2ab0839d28d | |||||
* | Tests: Fix CSS relative adjustment test for round-down browsers | Richard Gibson | 2015-03-16 | 1 | -7/+19 | |
| | | | | Ref 9b03f6df88a8d9dbda3f7893cdd84e3a3c70da17 | |||||
* | Attributes: revert returning null for non-elements | Timmy Willison | 2015-03-16 | 2 | -2/+2 | |
| | ||||||
* | Attributes: fix failing test for new return value | Timmy Willison | 2015-03-16 | 2 | -3/+12 | |
| | ||||||
* | Attributes: return null when attribute does not exist | Winston Howes | 2015-03-16 | 2 | -44/+39 | |
| | | | | | Fixes gh-2118 Close gh-2129 | |||||
* | Data: restore explicit data removal of private data in cleanData. | Rick Waldron | 2015-03-09 | 2 | -1/+18 | |
| | | | | | Fixes gh-2127 Closes gh-2132 | |||||
* | CSS: Support relative adjustment in any applicable unit | Mr21 | 2015-03-09 | 5 | -58/+135 | |
| | | | | | Fixes gh-1711 Closes gh-2011 | |||||
* | Build: remove deprecated JSHint options | Stephen Edgar | 2015-03-08 | 3 | -10/+1 | |
| | | | | | | JSHint no longer supports `onevar`, `smarttabs` or `trailing` options. Closes gh-2029 | |||||
* | Event: correct support comment | Oleg Gaidarenko | 2015-03-08 | 1 | -1/+3 | |
| | | | | | See discussion in https://github.com/jquery/jquery/commit/a5e1c9b44c971fd7046d9a95bd0810e50840b663 | |||||
* | Data: updates to element[expando] cache | Rick Waldron | 2015-03-05 | 1 | -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 Waldron | 2015-03-04 | 4 | -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 nodes | Jason Bedard | 2015-03-04 | 1 | -13/+9 | |
| | | | | | | | Closes gh-1668 Fixes gh-1728 Ref gh-1734 Ref gh-1428 | |||||
* | Core: change jQuery.each and jQuery#each signatures | Oleg Gaidarenko | 2015-02-19 | 1 | -31/+10 | |
| | | | | | Fixes gh-2090 Closes gh-2097 | |||||
* | Ajax: remove use of jQuery#each second argument | Oleg Gaidarenko | 2015-02-19 | 1 | -1/+3 | |
| | | | | Ref gh-2090 | |||||
* | Tests: make top of the HTML suite compliant with style guide | Oleg Gaidarenko | 2015-02-19 | 1 | -7/+5 | |
| | | | | | | See http://contribute.jquery.org/style-guide/html/ Closes gh-2098 | |||||
* | Ajax: remove deprecated extensions from ajax promise | Oleg Gaidarenko | 2015-02-17 | 2 | -12/+10 | |
| | | | | | Fixes gh-2084 Closes gh-2092 | |||||
* | Build: fix broken assertions caused by QUnit update | Oleg Gaidarenko | 2015-02-15 | 2 | -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 Gaidarenko | 2015-02-15 | 1 | -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 explicit | Oleg Gaidarenko | 2015-02-15 | 4 | -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 comment | Oleg Gaidarenko | 2015-02-15 | 2 | -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 test | Oleg Gaidarenko | 2015-02-15 | 1 | -1/+1 | |
| | | | | Closes gh-2089 | |||||
* | Build: Update QUnit to latest (1.17.1) | Jörn Zaefferer | 2015-02-15 | 4 | -69/+141 | |
| | | | | Closes gh-2038 | |||||
* | Offset: don't run scrollTop/scrollLeft iframe test in Android 2.3 & 4.0 | Oleg Gaidarenko | 2015-02-11 | 1 | -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 tbody | Oleg Gaidarenko | 2015-02-11 | 2 | -6/+81 | |
| | | | | | Fixes gh-1835 Closes gh-2021 | |||||
* | Manipulation: simplify html wrappers | Oleg Gaidarenko | 2015-02-10 | 2 | -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/support | Michał Gołębiowski | 2015-02-05 | 2 | -21/+20 | |
| | | | | Refs gh-1842 | |||||
* | CSS: Fix the pixelMarginRight support test in Android 2.3 | Michał Gołębiowski | 2015-02-05 | 2 | -7/+8 | |
| | ||||||
* | CSS: Restore the hack to get pixels for .css('width') etc. | Michał Gołębiowski | 2015-02-04 | 3 | -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 project | Timmy Willison | 2015-01-30 | 1 | -3/+2 | |
| | ||||||
* | Release: remove sourcemap comment from all copies of minified file | Timmy Willison | 2015-01-30 | 4 | -9/+15 | |
| | | | | Fixes gh-1707 | |||||
* | Release: fix CDN archive creation | Timmy Willison | 2015-01-29 | 2 | -32/+49 | |
| | | | | Fixes gh-1940 | |||||
* | Release: dist can be run during a test | Timmy Willison | 2015-01-29 | 2 | -8/+2 | |
| | ||||||
* | Release: bower.json is actually generated from scratch | Timmy Willison | 2015-01-29 | 1 | -4/+0 | |
| | ||||||
* | Release: Distribute files to distribution repo | Timmy Willison | 2015-01-29 | 7 | -159/+251 | |
| | | | | | | Fixes gh-1869 Fixes gh-1673 Fixes gh-2045 | |||||
* | Data: Use a PDF object instead of a Java applet for acceptData testing | Michał Gołębiowski | 2015-01-29 | 1 | -4/+4 | |
| | | | | | | | This should fix "Java out of date" errors on BrowserStack. Fixes gh-1938 Closes gh-2028 | |||||
* | Build: Speed up the Travis build | Michał Gołębiowski | 2015-01-29 | 1 | -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 test | Oleg Gaidarenko | 2015-01-26 | 1 | -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 Chrome | Michał Gołębiowski | 2015-01-25 | 1 | -0/+4 | |
| | | | | Refs https://code.google.com/p/chromium/issues/detail?id=333868 | |||||
* | Release: update AUTHORS.txt | Timmy Willison | 2015-01-19 | 1 | -0/+7 | |
| | ||||||
* | Core: Return empty array instead of null for parseHTML("") | Timo Tijhof | 2015-01-19 | 2 | -6/+11 | |
| | | | | | Fixes gh-1997 Close gh-1998 | |||||
* | Event: HTML5 drop events inherit from MouseEvent | Dave Methvin | 2015-01-14 | 2 | -7/+14 | |
| | | | | | Fixes gh-2009 Ref gh-1925 | |||||
* | Offset: simplify jQuery#offsetParent method | Oleg Gaidarenko | 2015-01-13 | 1 | -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 elements | Leonardo Braga | 2015-01-13 | 2 | -2/+19 | |
| | | | | | Fixes #1987 Closes gh-1988 | |||||
* | Core: add support to tag-hyphenated elements | Leonardo Braga | 2015-01-13 | 2 | -1/+14 | |
| | | | | Ref #1987 | |||||
* | Build: Sanctify the component name status of Wrap | Dave Methvin | 2015-01-11 | 1 | -1/+2 | |
| | ||||||
* | Core: Remove deprecated context and selector properties | Dave Methvin | 2015-01-11 | 5 | -65/+7 | |
| | | | | | Fixes gh-1908 Closes gh-2000 | |||||
* | Ajax: $.post and $.get can now take an options object | George Mauer | 2015-01-11 | 2 | -2/+23 | |
| | | | | | Fixes gh-1986 Closes gh-1995 | |||||
* | Build: Rearrange grunt/npm tasks into a build/dist/test pattern | Richard Gibson | 2015-01-11 | 3 | -20/+24 | |
| | | | | | Ref 76df9e4e389d80bff410a9e5f08b848de1d21a2f Closes gh-1980 |