Commit Graph

5873 Commits

Author SHA1 Message Date
Jun Sun
01fb17be63 CSS: Add animation-iteration-count to cssNumber, fix tests
(cherry-picked from df822caff0)

Fixes gh-2792
Closes gh-2793
2016-01-07 21:56:19 +01:00
Timmy Willison
41c83f5c01 Attributes: fix toggleClass(boolean) in ie6/7 2016-01-07 14:17:00 -05:00
Timmy Willison
56b965655a Tests: use assert syntax in restored test 2016-01-07 14:10:04 -05:00
Timmy Willison
771600f858 Revert "Event: remove guard for falsy handler argument of jQuery#on method"
This reverts commit fac67a9842.
2016-01-07 13:59:47 -05:00
Timmy Willison
3870fbd6e7 Revert "Attributes: Remove undocumented .toggleClass( boolean ) signature"
This reverts commit f24726daa3.
2016-01-07 13:09:30 -05:00
Timmy Willison
d133ac4616 Revert "Deprecated: Drop size and andSelf methods"
This reverts commit f1913cf031.
2016-01-07 12:25:47 -05:00
Timmy Willison
d224acbe47 Tests: fix support values for android 2016-01-07 10:57:03 -05:00
Timmy Willison
1f85ded204 Effects: add back support.shrinkWrapBlocks() for ie6 2016-01-06 16:24:22 -05:00
Timmy Willison
24ada82ce8 Revert "Offset: simplify jQuery#offsetParent method"
This reverts commit 96447575c2.
2016-01-06 14:31:46 -05:00
Timmy Willison
729c75f4ff Tests: fix support tests in ie9 2016-01-06 14:13:29 -05:00
Timmy Willison
77f9b1e803 CSS: fix reliableHiddenOffsets support test for IE6-7 2016-01-06 14:05:18 -05:00
Timmy Willison
ce4d7caa17 Revert "Manipulation: simplify html wrappers"
This reverts commit b744a50d47.
2016-01-06 14:05:17 -05:00
Timmy Willison
ecf52b948b CSS: fix visible/hidden for IE6/7 2016-01-06 14:05:17 -05:00
Timmy Willison
9e2f55f47c Attributes: fix IE6-7 classes 2016-01-06 14:05:17 -05:00
Timmy Willison
a79ccf4b18 Revert "Ajax: remove "onunload" event handler"
This reverts commit 4632e55870.
2016-01-06 14:05:17 -05:00
Timmy Willison
373607aa78 Revert "Ajax: use anchor tag for parsing urls"
This reverts commit de7ae8cd17.
2016-01-06 14:05:17 -05:00
Timmy Willison
e3c8968509 Revert "Misc: Drop support for older browsers; update support comments"
This reverts commit 90d7cc1d8b.
2016-01-06 14:05:11 -05:00
Oleg Gaidarenko
f21d43a114 Wrap: correct tests length 2015-12-22 21:54:09 +03:00
Oleg Gaidarenko
f913a0131d Build: another portion of code style fixes 2015-12-22 21:42:39 +03:00
Oleg Gaidarenko
a5be90fb29 Manipulation: correct wrapMap assign 2015-12-22 21:41:14 +03:00
Oleg Gaidarenko
71c7c8d0ba Revert "Wrap: Support .unwrap( selector) for selective unwrapping"
This reverts commit e38138af6a.
2015-12-22 21:20:16 +03:00
Oleg Gaidarenko
7cfa4b26bc Revert "Core: Return empty array instead of null for parseHTML("")"
This reverts commit 61bb61279c.
2015-12-22 21:01:43 +03:00
Oleg Gaidarenko
e73541dfe9 Revert "Manipulation: simplification of manipulation wrappers"
This reverts commit 3e8712062d.
2015-12-22 20:55:57 +03:00
Oleg Gaidarenko
d314ee8fa3 Revert "Ajax: simplify one ajax call and add explanatory comment"
This reverts commit 4b3e63066d.
2015-12-22 20:53:02 +03:00
Michał Gołębiowski
bc53033080 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 b3b2d6c3dd
Refs cdaed15c7e

Cherry-picked from a5864aefdf
2015-12-22 20:31:13 +03:00
Oleg Gaidarenko
8c507df1d5 Build: code style fixes 2015-12-22 20:21:49 +03:00
Oleg Gaidarenko
813b7e4c8d Build: remove needless file and re-enable jscs 2015-12-22 20:17:27 +03:00
Oleg Gaidarenko
498fd24f38 Build: remove node .10 from travis 2015-12-22 19:05:26 +03:00
Oleg Gaidarenko
14eba98c8f Build: code style fixes after all those reverts 2015-12-22 18:51:04 +03:00
Oleg Gaidarenko
c9546c6be5 Revert "Ajax: Always use script injection in globalEval"
This reverts commit 37f0f7f42c.
2015-12-22 18:16:52 +03:00
Oleg Gaidarenko
e5256a6578 Revert "Effects: Reintroduce use of requestAnimationFrame"
This reverts commit 06a4540696.
2015-12-22 18:05:42 +03:00
Oleg Gaidarenko
a769a0105e Revert "Effects: Improve raf logic"
This reverts commit 9dc29a2b13.
2015-12-22 18:05:38 +03:00
Oleg Gaidarenko
0b5e8dba05 Revert "Core: Remove deprecated context and selector properties"
This reverts commit e2ec5da2a7.
2015-12-22 18:00:00 +03:00
Oleg Gaidarenko
fd5858f542 Revert "Core: Throw an error on $("#") rather than returning 0-length collection"
This reverts commit 93f95c9663.
2015-12-22 17:52:22 +03:00
Oleg Gaidarenko
9f2dcb93f8 Offset: do not run tests which break without back-incompat change
See 9d1d4c272a
2015-12-22 17:46:47 +03:00
Oleg Gaidarenko
b85f32f74e Tests: correct revert artefact 2015-12-22 17:35:41 +03:00
Oleg Gaidarenko
04d6895b7b Revert "Manipulation: make wrapAll funarg execute only once"
This reverts commit 3dcee02160.
2015-12-22 17:35:23 +03:00
Oleg Gaidarenko
c463327a5d Revert "Traversing: simplify jQuery#contents method"
This reverts commit 7230df15ac.
2015-12-22 17:29:42 +03:00
Oleg Gaidarenko
7c0982029f Revert "CSS: simplify hack of css getter for the computed values"
This reverts commit dac716ca65.
2015-12-22 17:27:38 +03:00
Oleg Gaidarenko
e0d8fc9232 Revert "CSS: simplify "defaultDisplay" module"
This reverts commit d9d8906cfd.
2015-12-22 17:26:01 +03:00
Oleg Gaidarenko
885a0ccdd3 Revert "Callbacks: Don't abort execution on .lock()"
This reverts commit fc7477f492.
2015-12-22 17:20:29 +03:00
Oleg Gaidarenko
47c0aac67f Revert "Manipulation: don't auto-insert tbody"
This reverts commit 939e755163.
2015-12-22 17:16:49 +03:00
Oleg Gaidarenko
c999b6613e Revert "Ajax: remove deprecated extensions from ajax promise"
This reverts commit 9368a8cd8c.
2015-12-22 17:14:52 +03:00
Oleg Gaidarenko
5826cafb95 Revert "Deferred: Backwards-compatible standards interoperability"
This reverts commit 34f2563179.
2015-12-22 17:07:04 +03:00
Oleg Gaidarenko
3b573a59d9 Revert "Data: do not include digits when camelCasing"
This reverts commit a254f22d7b.
2015-12-22 16:45:05 +03:00
Oleg Gaidarenko
fc6ac9d1d5 CSS: remove revert artefact 2015-12-22 16:42:00 +03:00
Oleg Gaidarenko
59fa7924c7 Revert "Data: always camelCase keys in .data()"
This reverts commit 0204c3089e.
2015-12-22 16:41:49 +03:00
Oleg Gaidarenko
4e0c67d6df Revert "Data: camelCasing should not ignore case"
This reverts commit cf16f860b0.
2015-12-22 16:24:23 +03:00
Oleg Gaidarenko
c43ea04c54 Revert "Offset: Fix .offset() to correctly work with ShadowDOM"
This reverts commit d4dd548aca.
2015-12-22 16:15:52 +03:00
Oleg Gaidarenko
89228b9476 Revert "Offset: remove ownerDocument check in offset getter"
This reverts commit a2386a8250.
2015-12-22 16:14:27 +03:00