| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
This should fix Android 4.0 jQuery.when tests issues.
(cherry-picked from 0065e1f3e3021fc2bcb32e915177498bca034b34)
Closes gh-2159
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Fixes gh-1722
Closes gh-1996
(cherry picked from commit 555a50d340706e3e1e0de09231050493d0ad841e)
|
|
|
|
|
|
|
| |
Ref 48be675200e817f40fa8ec25da1be2ab0839d28d
Ref 4a8000b51a9854e21361e435e4c9b9cbd8ac458a
(cherry picked from commit e22ef5d9017c44cad97ae541fefce76cc455edcb)
|
|
|
|
|
|
|
| |
Ref 9b03f6df88a8d9dbda3f7893cdd84e3a3c70da17
Ref 6fb2cefc602cf8bd8b85373f480e978bb8978e37
(cherry picked from commit 48be675200e817f40fa8ec25da1be2ab0839d28d)
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Fixes gh-2118
Close gh-2129
Conflicts:
test/unit/attributes.js
|
|
|
|
|
|
|
|
|
|
|
| |
Fixes gh-1711
Closes gh-2011
(cherry picked from commit 9b03f6df88a8d9dbda3f7893cdd84e3a3c70da17)
Conflicts:
src/css.js
src/effects.js
|
|
|
|
|
|
|
|
| |
(cherry-picked from 34da7d552982d8ab7b18c2ceca9786d5023930f6)
JSHint no longer supports `onevar`, `smarttabs` or `trailing` options.
Closes gh-2029
|
|
|
|
|
|
|
| |
(cherry-picked from 361a0d5150a1c57b1857611cde1b05bd0ef21a50)
See discussion in
https://github.com/jquery/jquery/commit/a5e1c9b44c971fd7046d9a95bd0810e50840b663
|
|
|
|
|
|
| |
(cherry-picked from 2380028ec4a6a77401b867a51de26a3cb8e8d311)
Fixes gh-2090
Closes gh-2097
|
|
|
|
|
| |
(cherry-picked from a4715f4216ace92fba6991106053415e66289686)
Ref gh-2090
|
|
|
|
|
|
|
| |
See http://contribute.jquery.org/style-guide/html/
(cherry-picked from 8356281bed643bb3d56ad02f52580a0e20dc0237)
Closes gh-2098
|
|
|
|
|
|
| |
(cherry-picked from 9d1b989f20b550af3590691723b0620f6914626e)
Fixes gh-2084
Closes gh-2092
|
|
|
|
| |
Ref 4b3e63066dd480d07b9ce8057cb0c02b8ad7e990
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
* Move "evalScript.php" file to appropriate place
* Make jQuery#load "type" field explicit and add test for it
Ref trac-11264
Ref 4ef120d3f2578fe3d52eb6c0d0641df945991391
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
| |
(cherry-picked from fcb6c4d1d6552c7e54df16a36b171858bdf0553f)
Closes gh-2089
|
|
|
|
|
| |
(cherry-picked from 2d5c5d213f09fa0205d07a2d60a36581058cc40a)
Closes gh-2038
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Fixes gh-1835
Closes gh-2021
Ref e984d1c79cc476062818e03df04a366baa13d197
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
Since support for IE6-7 was dropped these wrappers no longer required
Ref 90d7cc1d8b2ea7ac75f0eacb42439349c9c73278
Ref gh-2002
Closes gh-2032
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
Conflicts:
build/release/dist.js
|
|
|
|
| |
Fixes gh-1707
|
|
|
|
| |
Fixes gh-1940
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Fixes gh-1869
Fixes gh-1673
Fixes gh-2045
Conflicts:
bower.json
build/release.js
|
|
|
|
|
|
|
|
|
| |
This should fix "Java out of date" errors on BrowserStack.
(cherry-picked from 087d280ad1160de53a45ea96184911194f7b46e0)
Fixes gh-1938
Closes gh-2028
|
|
|
|
|
| |
Fixes gh-1994
Closes gh-2026
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Also, add a support comment about older Safari.
Refs https://code.google.com/p/chromium/issues/detail?id=333868
Partially cherry-picked from a5e1c9b44c971fd7046d9a95bd0810e50840b663
|
| |
|
|
|
|
|
|
|
|
| |
Fixes gh-1997
Close gh-1998
Conflicts:
test/unit/core.js
|
|
|
|
|
|
| |
For Safar7/Opera - shot in the dark, can't reproduce this locally
Ref gh-1993
|
|
|
|
|
|
|
|
|
| |
Fixes gh-2009
Ref gh-1925
(cherry picked from commit d7e5fcee519e5f3e840beef9e67a536e75133df9)
Conflicts:
test/unit/event.js
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
| |
Ref #1987
Ref 85ffc6d973865a031ded170934e0acfc2e97cb11
|
|
|
|
|
| |
Ref #1987
Ref 534f13025aeb59a7d5893ce62efafa0b066a4934
|
|
|
|
| |
(cherry picked from commit a4133ffafa6ac43b3aa22bc4edb4444b09f5250c)
|
|
|
|
|
|
| |
Fixes gh-1908
Closes gh-2000
(cherry picked from commit 0ea8c32863af31fb5cfc184e8d513bbae35583e8)
|
|
|
|
|
|
| |
Fixes gh-1986
Closes gh-1995
(cherry picked from commit 89ce0af2cf7f001647e74fc1de92ce94a51fd5c2)
|
|
|
|
|
|
|
|
|
| |
Ref 76df9e4e389d80bff410a9e5f08b848de1d21a2f
Ref bb928bde7e7b85357fef3fedd450b04c03e965d7
Conflicts:
Gruntfile.js
package.json
|