| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
This reverts commit a254f22d7bb5b072a82087a448130ffadd70d698.
|
|
|
|
| |
This reverts commit 0204c3089e7beee0306594605cc64d1e050ecd07.
|
|
|
|
| |
This reverts commit cf16f860b05b7bffeb2382a0a55bb85c69b2abb5.
|
|
|
|
| |
This reverts commit d4dd548acaf049d8e4dca9e4b879a51f26bb3d27.
|
|
|
|
| |
This reverts commit a2386a8250c82e27680d21f7f6fd1eb9a8f7e938.
|
|
|
|
| |
This reverts commit dc49f62f22a90ba95bbd1b659bfdae905adb4dd8.
|
|
|
|
| |
This reverts commit 9df8bd205ab78308c34af70c934c42175e560e86.
|
|
|
|
| |
This reverts commit b35bea14a9b1ff6b9ba96e0c51e21bfeecfc4c4a.
|
|
|
|
| |
This reverts commit ef30bdf4f1b361b6f2e99f5b7233b419f95a62f2.
|
|
|
|
| |
This reverts commit ef77f83db86b806425203d1e5ecbcc119d7b9c32.
|
|
|
|
| |
This reverts commit 23212b34e690e857cbc46951dd8c018d181206cb.
|
|
|
|
| |
This reverts commit 41a04e59df5beac4ca61b3b5e3a6b078b6aee1ac.
|
|
|
|
| |
This reverts commit 3842246024475eafdc8a00a7ac4358d06d76cab2.
|
|
|
|
| |
This reverts commit ada073e9acfc9a103b13b9b69d26590e1c834d04.
|
|
|
|
| |
This reverts commit 5c086c3782459307c44397549fef15a87c8b90c4.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
- The change is already covered by the "checked" test.
Since this test is redundant, just drop it.
(cherry picked from commit 87bd130289c6ed9bfc355c1f8587ae6ce00a4776)
|
|
|
|
|
|
|
|
|
| |
Fixes gh-1759
(cherry picked from commit 47ccf3daadc4b312f850502300129952e70f9d9d)
Conflicts:
src/attributes/attr.js
|
|
|
|
|
|
|
| |
Ref 67d7a2eefee768b59eb3d51cb1fb2c671873e58a
Ref c752a5030bc00eb5b45dea9c28963f824a5c4f44
(cherry picked from commit f931786018058174fa63551a7a4a3fccf9de41fa)
|
|
|
|
|
|
| |
Fixes gh-2662
(cherry picked from commit 15ac848868e993dfe5ccd7751a94f5c8edc288bc)
|
|
|
|
|
|
|
|
|
|
| |
Fixes gh-2647
Closes gh-2664
(cherry picked from commit c752a5030bc00eb5b45dea9c28963f824a5c4f44)
Conflicts:
src/attributes/prop.js
|
|
|
|
|
|
| |
Ref gh-2491
(cherry picked from commit 4bf1a09522955eb52de1fafb4ee1ecc5982b7a3e)
|
|
|
|
|
|
|
|
|
|
| |
Fixes gh-2491
Close gh-2618
(cherry picked from commit 53f798cf4d783bb813b4d1ba97411bc752b275f3)
Conflicts:
src/attributes/classes.js
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Unit test changes some uses of .show() and .hide() to .css( "display", ... ),
there was already an implicit assumption in several of the existing tests.
Fixes gh-2193
Close gh-2648
(cherry picked from commit 67d7a2eefee768b59eb3d51cb1fb2c671873e58a)
Conflicts:
Gruntfile.js
src/css.js
src/css/showHide.js
test/unit/css.js
|
|
|
|
|
|
|
| |
Ref #2645
Closes #2657
(cherry picked from commit 0703fd52ef88a2cdac93502070c51c93ffa1dfdd)
|
|
|
|
| |
Ref 01c360f96390ff16edfe65ef3b34e167087ef645
|
|
|
|
| |
Refs e99a3ac7066226d00ff5828de596d4a4b3818c0c
|
|
|
|
|
| |
Fixes gh-2590
(cherry picked from commit 9f9e204bba41b7a9cde5ba7e065d817ef8b18c41)
|
|
|
|
|
|
| |
Fixes #2645
Closes #2661
(cherry picked from commit 9090d98439f8dc449beafee98f8ff35cfb4f9116)
|
|
|
|
|
| |
Fixes gh-2237
Closes gh-2276
|
|
|
|
|
| |
Cherry-picked from 67b76f5986a78d868553b9aec0d0192f5259a078
Closes gh-2605
|
|
|
|
|
| |
Cherry-picked from 625bd303d99408bca86b7002cd42b8716e2b267e
Follow-up for c7cf28681eeb2a7f6d71e5e17b293c252900bda7
|
|
|
|
|
|
|
|
|
|
| |
In ECMAScript 2015 (ES6), the native typeof operator returns "symbol"
for Symbol primitives. As it is possible to wrap symbols using the
Object constructor, symbols can be objects as well as any other
primitive type in JavaScript and should be determined by jQuery.type.
Cherry-picked from 8a734344f2566dab5b8d34ecd79ae81ebd8843c5
Closes gh-2627
|
|
|
|
|
| |
Cherry-picked from 39cdb8c9aa0fde68f733553ba050a2ba9d86474c
Follow-up to b078a62013782c7424a4a61a240c23c4c0b42614
|
|
|
|
|
|
| |
Cherry-picked from 239169bb2ede6ea6287d82d1d13b0c354f451749
Fixes gh-2584
Closes gh-2643
|
|
|
|
|
|
|
| |
Which was revealed by 03eaadb131df925d1072afd2496ee3b41d2f1fc6 commit,
also do not try to fix typos in data/jquery version
Cherry-picked from d92310050ca7bf0b33825d64e052f9a8809c3e9e
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Changes "baar" to "bar" when used with "foo" in readme
and comments of js files
* mousenter -> mouseenter
Thanks @garysye, @KimTaehee
Cherry-picked from 03eaadb131df925d1072afd2496ee3b41d2f1fc6
Closes gh-2613
Closes gh-2601
|
|
|
|
|
|
| |
Cherry-picked from ee0854f85bd686b55757e8854a10480f23c928da
Fixes gh-2288
Closes gh-2624
|
|
|
|
|
| |
Ref 9748e436ad80d6a2e1661ba4cf8d7391ed87c3ad
Closes gh-2615
|
|
|
|
|
|
|
|
| |
Proposed by @jaubourg
Cherry-picked from b078a62013782c7424a4a61a240c23c4c0b42614
Fixes gh-2432
Closes gh-2588
|
|
|
|
|
|
|
|
|
| |
All other cases where Edge user agent needed to be taken into account
in tests have already been resolved.
(cherry-picked from 64fd7ef3d081b5c65d541237f73a4d89f0f0ad7b)
Fixes gh-2357
|
|
|
|
|
|
|
| |
IE 8 gets the expando removed via removeAttribute so the second assertion
won't be reached. The expected assertion count had to be updated.
Fixes gh-2596
|
|
|
|
|
|
|
|
|
|
| |
Ref 224271982eb9cd351d7db1b38c740b4e927e6f97
Ref f5bf9bc48897e3b8f050d87d02252c8be456044a
(cherry picked from commit d3d8d9751f3d14a545b26cf820dc1f51896a7b50)
Conflicts:
test/unit/data.js
|
|
|
|
|
|
| |
(test cherry-picked from 0e982433eb94391b3e9f6838d9b8fbf9bb31abf9)
Closes gh-2479
|
|
|
|
| |
IE 8 doesn't have indexOf on arrays. Also, one toLowerCase() was missing. Oops.
|
|
|
|
|
|
|
|
|
| |
IE 8 prints tag names in upper case which was breaking some tests.
This commit is not necessary on master but has been brought here to keep
tests similar in both branches.
(cherry-picked from 5914b103627e3773418ad1fd8c3b034bf3748d51)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Commit 2c7e9c9 added the basic test suite; these are the only tests that
are now run on Android 2.3 on master. On compat we're keeping full Android 2.3
support for now but the tests and the testswarm basic run mode have been
cherry-picked anyway to reduce the divergence between branches.
(cherry-picked from 2c7e9c934971500a746d012c529e13ec0b560a83)
Fixes gh-2505
Closes gh-2509
Refs gh-2483
|
|
|
|
|
|
| |
Provocated by jscs-dev/node-jscs@2de68c0
Ref c161eecce09fc66ce252d4adf64b565f726bb6d2
|