]>
source.dussan.org Git - jquery.git/log
Timmy Willison [Fri, 8 Jan 2016 17:43:02 +0000 (12:43 -0500)]
Release: update AUTHORS.txt
Timmy Willison [Fri, 8 Jan 2016 17:38:18 +0000 (12:38 -0500)]
Release: compat -> 1.x. Remove compat-specific release semantics
Michał Gołębiowski [Thu, 7 Jan 2016 22:07:58 +0000 (23:07 +0100)]
Tests: Disable/relax a few tests failing in Android 2.3
Fixes gh-1785
Jun Sun [Wed, 30 Dec 2015 07:40:08 +0000 (15:40 +0800)]
CSS: Add animation-iteration-count to cssNumber, fix tests
(cherry-picked from
df822caff079177d1840d67e03d6b24a93ea99a5 )
Fixes gh-2792
Closes gh-2793
Timmy Willison [Thu, 7 Jan 2016 19:17:00 +0000 (14:17 -0500)]
Attributes: fix toggleClass(boolean) in ie6/7
Timmy Willison [Thu, 7 Jan 2016 19:10:04 +0000 (14:10 -0500)]
Tests: use assert syntax in restored test
Timmy Willison [Thu, 7 Jan 2016 18:59:47 +0000 (13:59 -0500)]
Revert "Event: remove guard for falsy handler argument of jQuery#on method"
This reverts commit
fac67a984268ef8f7de952666fda6d8d32754f5f .
Timmy Willison [Thu, 7 Jan 2016 18:09:30 +0000 (13:09 -0500)]
Revert "Attributes: Remove undocumented .toggleClass( boolean ) signature"
This reverts commit
f24726daa3760014b7283ad14a13117c72dd9474 .
Timmy Willison [Thu, 7 Jan 2016 17:25:47 +0000 (12:25 -0500)]
Revert "Deprecated: Drop size and andSelf methods"
This reverts commit
f1913cf0316edbab77a081ae9c2ee218a61ce5a7 .
Timmy Willison [Thu, 7 Jan 2016 15:57:03 +0000 (10:57 -0500)]
Tests: fix support values for android
Timmy Willison [Wed, 6 Jan 2016 21:24:22 +0000 (16:24 -0500)]
Effects: add back support.shrinkWrapBlocks() for ie6
Timmy Willison [Wed, 6 Jan 2016 19:31:46 +0000 (14:31 -0500)]
Revert "Offset: simplify jQuery#offsetParent method"
This reverts commit
96447575c23f7b313091750ed84cec05db3a25c6 .
Timmy Willison [Wed, 6 Jan 2016 19:13:29 +0000 (14:13 -0500)]
Tests: fix support tests in ie9
Timmy Willison [Wed, 6 Jan 2016 02:29:04 +0000 (21:29 -0500)]
CSS: fix reliableHiddenOffsets support test for IE6-7
Timmy Willison [Wed, 6 Jan 2016 01:26:56 +0000 (20:26 -0500)]
Revert "Manipulation: simplify html wrappers"
This reverts commit
b744a50d472664a4d5aaa35d58e2215d48f70d3b .
Timmy Willison [Wed, 6 Jan 2016 01:10:06 +0000 (20:10 -0500)]
CSS: fix visible/hidden for IE6/7
Timmy Willison [Tue, 5 Jan 2016 23:19:35 +0000 (18:19 -0500)]
Attributes: fix IE6-7 classes
Timmy Willison [Tue, 5 Jan 2016 22:36:14 +0000 (17:36 -0500)]
Revert "Ajax: remove "onunload" event handler"
This reverts commit
4632e55870a00a70e737a862cdb0820278cec0fe .
Timmy Willison [Tue, 5 Jan 2016 21:43:18 +0000 (16:43 -0500)]
Revert "Ajax: use anchor tag for parsing urls"
This reverts commit
de7ae8cd17a22b0275217a6ca0345d9d5a97c6dd .
Timmy Willison [Tue, 22 Dec 2015 18:03:11 +0000 (13:03 -0500)]
Revert "Misc: Drop support for older browsers; update support comments"
This reverts commit
90d7cc1d8b2ea7ac75f0eacb42439349c9c73278 .
Oleg Gaidarenko [Tue, 22 Dec 2015 18:54:09 +0000 (21:54 +0300)]
Wrap: correct tests length
Oleg Gaidarenko [Tue, 22 Dec 2015 18:42:39 +0000 (21:42 +0300)]
Build: another portion of code style fixes
Oleg Gaidarenko [Tue, 22 Dec 2015 18:41:14 +0000 (21:41 +0300)]
Manipulation: correct wrapMap assign
Oleg Gaidarenko [Tue, 22 Dec 2015 18:20:16 +0000 (21:20 +0300)]
Revert "Wrap: Support .unwrap( selector) for selective unwrapping"
This reverts commit
e38138af6ac3fa850a092adf09366a68850189a8 .
Oleg Gaidarenko [Tue, 22 Dec 2015 18:01:43 +0000 (21:01 +0300)]
Revert "Core: Return empty array instead of null for parseHTML("")"
This reverts commit
61bb61279ce51af189d40162dc62e44f04826051 .
Oleg Gaidarenko [Tue, 22 Dec 2015 17:55:57 +0000 (20:55 +0300)]
Revert "Manipulation: simplification of manipulation wrappers"
This reverts commit
3e8712062d92feea8723e6185c47a2cc98e0e7af .
Oleg Gaidarenko [Tue, 22 Dec 2015 17:53:02 +0000 (20:53 +0300)]
Revert "Ajax: simplify one ajax call and add explanatory comment"
This reverts commit
4b3e63066dd480d07b9ce8057cb0c02b8ad7e990 .
Michał Gołębiowski [Tue, 17 Nov 2015 02:16:44 +0000 (03:16 +0100)]
Effects: Remove tests for jQuery.Animation & jQuery.Tween
We'll officially support those APIs in jQuery 3.0 but we don't want to have to
support them in 1.12/2.2.
The code is left untouched, only tests (& official support) are removed.
Refs
b3b2d6c3dd51fbdc69e1942e9af75cc99a1834c2
Refs
cdaed15c7ea1bbfdde5a5bea691c583ce7961526
Cherry-picked from
a5864aefdfadfee16522456c82139fa10360d8fc
Oleg Gaidarenko [Tue, 22 Dec 2015 17:21:49 +0000 (20:21 +0300)]
Build: code style fixes
Oleg Gaidarenko [Tue, 22 Dec 2015 17:16:50 +0000 (20:16 +0300)]
Build: remove needless file and re-enable jscs
Oleg Gaidarenko [Tue, 22 Dec 2015 16:05:26 +0000 (19:05 +0300)]
Build: remove node .10 from travis
Oleg Gaidarenko [Tue, 22 Dec 2015 15:51:04 +0000 (18:51 +0300)]
Build: code style fixes after all those reverts
Oleg Gaidarenko [Tue, 22 Dec 2015 15:16:52 +0000 (18:16 +0300)]
Revert "Ajax: Always use script injection in globalEval"
This reverts commit
37f0f7f42cd158e36665066d88708ca4aa0713ac .
Oleg Gaidarenko [Tue, 22 Dec 2015 15:05:42 +0000 (18:05 +0300)]
Revert "Effects: Reintroduce use of requestAnimationFrame"
This reverts commit
06a45406966ee8cde31c4f128d7ee68d727880c1 .
Oleg Gaidarenko [Tue, 22 Dec 2015 15:05:38 +0000 (18:05 +0300)]
Revert "Effects: Improve raf logic"
This reverts commit
9dc29a2b130e6bbcdbcaf8fdc1433a41e6b7a585 .
Oleg Gaidarenko [Tue, 22 Dec 2015 15:00:00 +0000 (18:00 +0300)]
Revert "Core: Remove deprecated context and selector properties"
This reverts commit
e2ec5da2a7f1b3de1f9dc7e2c01f27cd23714e60 .
Oleg Gaidarenko [Tue, 22 Dec 2015 14:52:22 +0000 (17:52 +0300)]
Revert "Core: Throw an error on $("#") rather than returning 0-length collection"
This reverts commit
93f95c966355f02b5695f50523f88687eadb4c81 .
Oleg Gaidarenko [Tue, 22 Dec 2015 14:46:47 +0000 (17:46 +0300)]
Offset: do not run tests which break without back-incompat change
See
9d1d4c272a58ced36242d90b3f0462c2bbb972a3
Oleg Gaidarenko [Tue, 22 Dec 2015 14:35:25 +0000 (17:35 +0300)]
Tests: correct revert artefact
Oleg Gaidarenko [Tue, 22 Dec 2015 14:35:23 +0000 (17:35 +0300)]
Revert "Manipulation: make wrapAll funarg execute only once"
This reverts commit
3dcee021603d5c25cd429cb25c2de5046044ca4c .
Oleg Gaidarenko [Tue, 22 Dec 2015 14:29:42 +0000 (17:29 +0300)]
Revert "Traversing: simplify jQuery#contents method"
This reverts commit
7230df15ac612e0e5a08ed7ffc02f6700b2ec898 .
Oleg Gaidarenko [Tue, 22 Dec 2015 14:27:38 +0000 (17:27 +0300)]
Revert "CSS: simplify hack of css getter for the computed values"
This reverts commit
dac716ca65a83bab2449ffa35c43b4b52e26a0c1 .
Oleg Gaidarenko [Tue, 22 Dec 2015 14:26:01 +0000 (17:26 +0300)]
Revert "CSS: simplify "defaultDisplay" module"
This reverts commit
d9d8906cfdd05a6163b0a6791f7ab4433951eacd .
Oleg Gaidarenko [Tue, 22 Dec 2015 14:20:29 +0000 (17:20 +0300)]
Revert "Callbacks: Don't abort execution on .lock()"
This reverts commit
fc7477f4927100f23f83c22b5142a42d1eac8502 .
Oleg Gaidarenko [Tue, 22 Dec 2015 14:15:18 +0000 (17:15 +0300)]
Revert "Manipulation: don't auto-insert tbody"
This reverts commit
939e755163c9c9749fdd39ae9e60de7cb41eeb2c .
Oleg Gaidarenko [Tue, 22 Dec 2015 14:14:52 +0000 (17:14 +0300)]
Revert "Ajax: remove deprecated extensions from ajax promise"
This reverts commit
9368a8cd8ca81902b8359188668973e489fca6db .
Oleg Gaidarenko [Tue, 22 Dec 2015 14:07:04 +0000 (17:07 +0300)]
Revert "Deferred: Backwards-compatible standards interoperability"
This reverts commit
34f25631795e0641cc706012cfe5a88dacdedfec .
Oleg Gaidarenko [Tue, 22 Dec 2015 13:45:05 +0000 (16:45 +0300)]
Revert "Data: do not include digits when camelCasing"
This reverts commit
a254f22d7bb5b072a82087a448130ffadd70d698 .
Oleg Gaidarenko [Tue, 22 Dec 2015 13:42:00 +0000 (16:42 +0300)]
CSS: remove revert artefact
Oleg Gaidarenko [Tue, 22 Dec 2015 13:41:49 +0000 (16:41 +0300)]
Revert "Data: always camelCase keys in .data()"
This reverts commit
0204c3089e7beee0306594605cc64d1e050ecd07 .
Oleg Gaidarenko [Tue, 22 Dec 2015 13:24:23 +0000 (16:24 +0300)]
Revert "Data: camelCasing should not ignore case"
This reverts commit
cf16f860b05b7bffeb2382a0a55bb85c69b2abb5 .
Oleg Gaidarenko [Tue, 22 Dec 2015 13:15:52 +0000 (16:15 +0300)]
Revert "Offset: Fix .offset() to correctly work with ShadowDOM"
This reverts commit
d4dd548acaf049d8e4dca9e4b879a51f26bb3d27 .
Oleg Gaidarenko [Tue, 22 Dec 2015 13:07:19 +0000 (16:07 +0300)]
Revert "Offset: remove ownerDocument check in offset getter"
This reverts commit
a2386a8250c82e27680d21f7f6fd1eb9a8f7e938 .
Oleg Gaidarenko [Tue, 22 Dec 2015 13:06:04 +0000 (16:06 +0300)]
Revert "Offset: allow offset setter to throw for disconnected elements"
This reverts commit
dc49f62f22a90ba95bbd1b659bfdae905adb4dd8 .
Oleg Gaidarenko [Tue, 22 Dec 2015 13:01:55 +0000 (16:01 +0300)]
Build: Temprary disable jscs checks
Oleg Gaidarenko [Tue, 22 Dec 2015 13:00:15 +0000 (16:00 +0300)]
Revert "CSS: Ignore the CSS cascade in show()/hide()/etc."
This reverts commit
9df8bd205ab78308c34af70c934c42175e560e86 .
Oleg Gaidarenko [Tue, 22 Dec 2015 12:26:56 +0000 (15:26 +0300)]
Revert "Core: remove custom ready event"
This reverts commit
b35bea14a9b1ff6b9ba96e0c51e21bfeecfc4c4a .
Oleg Gaidarenko [Tue, 22 Dec 2015 12:19:13 +0000 (15:19 +0300)]
Revert "Event: remove deprecated event aliases"
This reverts commit
ef30bdf4f1b361b6f2e99f5b7233b419f95a62f2 .
Oleg Gaidarenko [Tue, 22 Dec 2015 12:17:35 +0000 (15:17 +0300)]
Revert "Ajax: Remove remnants of the load event alias handling"
This reverts commit
38bd5feddeca3acdd740300f370450621d4e2731 .
Oleg Gaidarenko [Tue, 22 Dec 2015 12:04:48 +0000 (15:04 +0300)]
Revert "Deferred: add .catch handler"
This reverts commit
ef77f83db86b806425203d1e5ecbcc119d7b9c32 .
Oleg Gaidarenko [Tue, 22 Dec 2015 12:03:44 +0000 (15:03 +0300)]
Revert "CSS: Make .css("width") & .css("height") return fractional values"
This reverts commit
23212b34e690e857cbc46951dd8c018d181206cb .
Oleg Gaidarenko [Tue, 22 Dec 2015 11:32:03 +0000 (14:32 +0300)]
Revert "Effects: Remove additional parameters of easings"
This reverts commit
41a04e59df5beac4ca61b3b5e3a6b078b6aee1ac .
Oleg Gaidarenko [Tue, 22 Dec 2015 11:24:15 +0000 (14:24 +0300)]
Revert "CSS: Make show/hide/toggle methods a module"
This reverts commit
3842246024475eafdc8a00a7ac4358d06d76cab2 .
Oleg Gaidarenko [Tue, 22 Dec 2015 11:17:53 +0000 (14:17 +0300)]
Revert "Core: make isNumeric limited to strings and numbers"
This reverts commit
ada073e9acfc9a103b13b9b69d26590e1c834d04 .
Oleg Gaidarenko [Tue, 22 Dec 2015 11:16:55 +0000 (14:16 +0300)]
Revert "Attributes: do not set properties to false when removing booleans"
This reverts commit
5c086c3782459307c44397549fef15a87c8b90c4 .
Michał Gołębiowski [Fri, 30 Oct 2015 18:19:01 +0000 (19:19 +0100)]
Tests: Make regexes for iOS devices more rigid
Michał Gołębiowski [Fri, 30 Oct 2015 18:18:43 +0000 (19:18 +0100)]
Tests: Remove Safari 7.0 & iOS 6 support tests results
Michał Gołębiowski [Fri, 30 Oct 2015 18:18:20 +0000 (19:18 +0100)]
Tests: Add iOS 9 support tests results
Michał Gołębiowski [Fri, 30 Oct 2015 00:34:33 +0000 (01:34 +0100)]
Build: Test on Node 5
(cherry-picked from
cbe5b2b79a46c61ad36ea5df44f80b1cc2c1b60a )
Timmy Willison [Mon, 26 Oct 2015 15:38:04 +0000 (11:38 -0400)]
Attributes: remove flakey test for selected attribute
- The change is already covered by the "checked" test.
Since this test is redundant, just drop it.
(cherry picked from commit
87bd130289c6ed9bfc355c1f8587ae6ce00a4776 )
Timmy Willison [Sun, 18 Oct 2015 21:21:41 +0000 (17:21 -0400)]
Attributes: do not set properties to false when removing booleans
Fixes gh-1759
(cherry picked from commit
47ccf3daadc4b312f850502300129952e70f9d9d )
Conflicts:
src/attributes/attr.js
Richard Gibson [Sun, 25 Oct 2015 19:25:56 +0000 (15:25 -0400)]
Timmy Willison [Sun, 18 Oct 2015 19:50:43 +0000 (15:50 -0400)]
Core: make isNumeric limited to strings and numbers
Fixes gh-2662
(cherry picked from commit
15ac848868e993dfe5ccd7751a94f5c8edc288bc )
Joelle Fleurantin [Sun, 18 Oct 2015 20:20:25 +0000 (16:20 -0400)]
Attributes: fix tabIndex on <img> in IE11
Fixes gh-2647
Closes gh-2664
(cherry picked from commit
c752a5030bc00eb5b45dea9c28963f824a5c4f44 )
Conflicts:
src/attributes/prop.js
Timmy Willison [Sun, 18 Oct 2015 19:12:35 +0000 (15:12 -0400)]
CSS: use isFinite in place of redundant isNumeric
(cherry picked from commit
3689963909880ed832ac17eabf7b9260927a68d8 )
Timmy Willison [Sun, 18 Oct 2015 19:09:59 +0000 (15:09 -0400)]
CSS: fix AMD mode for the new showHide module
(cherry picked from commit
32cfc38a9c76d1f9163759c811cb9c82eb47d565 )
Conflicts:
src/css/showHide.js
Julian Alexander Murillo [Thu, 21 May 2015 04:59:06 +0000 (23:59 -0500)]
Tests: Change quotes according to style guidelines
Close gh-2339
(cherry picked from commit
c577928d45bdcc3ee8f93da89ab7aadca21919f3 )
Dave Methvin [Mon, 28 Sep 2015 02:05:57 +0000 (22:05 -0400)]
Event: Fix delegated radio events when arrow keys are used
Fixes gh-2343, gh-2410
Close gh-2617
(cherry picked from commit
c82a6685bb964627e27008e298f93ea81218265b )
Thomas Tortorini [Sun, 11 Oct 2015 08:22:06 +0000 (10:22 +0200)]
Attributes: removeClass() -> attr("class", "")
- Classes simpliciation
Close gh-2465
(cherry picked from commit
5db1e053098af747330044d5740e5379f2834402 )
Conflicts:
src/attributes/classes.js
Dave Methvin [Wed, 14 Oct 2015 19:07:53 +0000 (15:07 -0400)]
Attributes: Use simpler boolean check vs a function call
Ref gh-2491
(cherry picked from commit
4bf1a09522955eb52de1fafb4ee1ecc5982b7a3e )
Dave Methvin [Fri, 25 Sep 2015 21:11:01 +0000 (17:11 -0400)]
Attributes: Remove undocumented .toggleClass( boolean ) signature
Fixes gh-2491
Close gh-2618
(cherry picked from commit
53f798cf4d783bb813b4d1ba97411bc752b275f3 )
Conflicts:
src/attributes/classes.js
Dave Methvin [Fri, 9 Oct 2015 19:52:29 +0000 (15:52 -0400)]
CSS: Make show/hide/toggle methods a module
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
Timmy Willison [Sun, 18 Oct 2015 15:02:16 +0000 (11:02 -0400)]
Deprecated: fix amd mode for the deprecated module
(cherry picked from commit
e271f665dd8fb617a5015051e1c9df8cebd6c97b )
Richard Gibson [Sat, 17 Oct 2015 21:40:30 +0000 (17:40 -0400)]
Tests: Keep test iframes around for assertions
Ref
44f8239d3f9d09d81e2885e9ae7e044277b67341
Ref gh-2644
Ref gh-2390
(cherry picked from commit
0fb84fa8ccefcd07febf282fd7b80262ad70add7 )
Liza Ramo [Sat, 17 Oct 2015 20:48:57 +0000 (16:48 -0400)]
Core: make isNumeric test work on Symbol
Ref #2645
Closes #2657
(cherry picked from commit
0703fd52ef88a2cdac93502070c51c93ffa1dfdd )
Oleg Gaidarenko [Sat, 17 Oct 2015 18:17:20 +0000 (14:17 -0400)]
Build: update Sizzle to 2.2.1
Ref #2644 - `selector` module in Edge - Waiting for Sizzle update
Fixes #2390
(cherry picked from commit
44f8239d3f9d09d81e2885e9ae7e044277b67341 )
Conflicts:
package.json
Richard Gibson [Fri, 23 Oct 2015 16:42:40 +0000 (12:42 -0400)]
Ajax: Don't let onreadystatechange preempt exceptions from xhr.send
Ref
0a6e1c4b191f177fce2dac5fd3a17b76f853fd26
Richard Gibson [Fri, 23 Oct 2015 15:55:52 +0000 (11:55 -0400)]
Tests: Use standard external domain name
Ref
01c360f96390ff16edfe65ef3b34e167087ef645
Richard Gibson [Fri, 23 Oct 2015 15:35:11 +0000 (11:35 -0400)]
Ajax: Catch synchronous readystatechange events
Fixes gh-2673
Ref trac-14683
Richard Gibson [Tue, 20 Oct 2015 22:20:25 +0000 (18:20 -0400)]
Dave Methvin [Tue, 20 Oct 2015 16:30:01 +0000 (12:30 -0400)]
Build: Add "deprecated" to the Testswarm module list
Ref #1740
Yeah.
(cherry picked from commit
1144e754a6a131bd4affec26fd85299e71bdab06 )
Michał Gołębiowski [Sun, 18 Oct 2015 21:31:50 +0000 (17:31 -0400)]
Tests: Add Safari 9 support tests results
Refs
e99a3ac7066226d00ff5828de596d4a4b3818c0c
Joelle Fleurantin [Sun, 18 Oct 2015 16:45:41 +0000 (12:45 -0400)]
Offset: allow small differences in offset.top
Fixes gh-2590
(cherry picked from commit
9f9e204bba41b7a9cde5ba7e065d817ef8b18c41 )
Liza Ramo [Sun, 18 Oct 2015 19:00:38 +0000 (15:00 -0400)]
Core: add unit test for isPlainObject(Symbol)
Fixes #2645
Closes #2661
(cherry picked from commit
9090d98439f8dc449beafee98f8ff35cfb4f9116 )
Richard Gibson [Fri, 8 May 2015 03:16:18 +0000 (23:16 -0400)]
CSS: Correct misrepresentation of "auto" horizontal margins as 0
Fixes gh-2237
Closes gh-2276
Aurelio De Rosa [Sun, 20 Sep 2015 23:05:50 +0000 (00:05 +0100)]
Tests: Account for array-like objects in jQuery.grep
Cherry-picked from
67b76f5986a78d868553b9aec0d0192f5259a078
Closes gh-2605
Oleg Gaidarenko [Mon, 12 Oct 2015 22:22:57 +0000 (01:22 +0300)]
Christian Grete [Fri, 2 Oct 2015 22:28:34 +0000 (00:28 +0200)]
Core: Support Symbol wrapper objects in jQuery.type
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
Oleg Gaidarenko [Mon, 12 Oct 2015 21:00:38 +0000 (00:00 +0300)]
Ajax: don't expect cross-origin tests run in envs which not support it
Cherry-picked from
39cdb8c9aa0fde68f733553ba050a2ba9d86474c
Follow-up to
b078a62013782c7424a4a61a240c23c4c0b42614
Oleg Gaidarenko [Mon, 12 Oct 2015 16:56:46 +0000 (19:56 +0300)]
Ajax: improve content-type detection
Cherry-picked from
239169bb2ede6ea6287d82d1d13b0c354f451749
Fixes gh-2584
Closes gh-2643