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
Oleg Gaidarenko
c7641e1ffa
Revert "Offset: allow offset setter to throw for disconnected elements"
...
This reverts commit dc49f62f22
.
2015-12-22 16:06:04 +03:00
Oleg Gaidarenko
b994f4ec85
Revert "CSS: Ignore the CSS cascade in show()/hide()/etc."
...
This reverts commit 9df8bd205a
.
2015-12-22 16:00:15 +03:00
Oleg Gaidarenko
86f0c5af9c
Revert "Core: remove custom ready event"
...
This reverts commit b35bea14a9
.
2015-12-22 15:26:56 +03:00
Oleg Gaidarenko
a57975fb74
Revert "Event: remove deprecated event aliases"
...
This reverts commit ef30bdf4f1
.
2015-12-22 15:19:13 +03:00
Oleg Gaidarenko
fa92796af8
Revert "Ajax: Remove remnants of the load event alias handling"
...
This reverts commit 38bd5fedde
.
2015-12-22 15:17:35 +03:00
Oleg Gaidarenko
0aa24f9c75
Revert "Deferred: add .catch handler"
...
This reverts commit ef77f83db8
.
2015-12-22 15:04:48 +03:00
Oleg Gaidarenko
7f21e19bed
Revert "CSS: Make .css("width") & .css("height") return fractional values"
...
This reverts commit 23212b34e6
.
2015-12-22 15:03:44 +03:00
Oleg Gaidarenko
268af5a092
Revert "Effects: Remove additional parameters of easings"
...
This reverts commit 41a04e59df
.
2015-12-22 14:32:03 +03:00
Oleg Gaidarenko
079e0796ae
Revert "CSS: Make show/hide/toggle methods a module"
...
This reverts commit 3842246024
.
2015-12-22 14:24:15 +03:00
Oleg Gaidarenko
82d10848c6
Revert "Core: make isNumeric limited to strings and numbers"
...
This reverts commit ada073e9ac
.
2015-12-22 14:17:53 +03:00
Oleg Gaidarenko
b87e93bdc9
Revert "Attributes: do not set properties to false when removing booleans"
...
This reverts commit 5c086c3782
.
2015-12-22 14:16:55 +03:00
Timmy Willison
5c086c3782
Attributes: do not set properties to false when removing booleans
...
Fixes gh-1759
(cherry picked from commit 47ccf3daad
)
Conflicts:
src/attributes/attr.js
2015-10-26 16:08:49 -04:00
Timmy Willison
ada073e9ac
Core: make isNumeric limited to strings and numbers
...
Fixes gh-2662
(cherry picked from commit 15ac848868
)
2015-10-25 15:15:59 -04:00
Timmy Willison
24ab83659e
CSS: use isFinite in place of redundant isNumeric
...
(cherry picked from commit 3689963909
)
2015-10-25 15:10:50 -04:00
Timmy Willison
0b6846c6b7
CSS: fix AMD mode for the new showHide module
...
(cherry picked from commit 32cfc38a9c
)
Conflicts:
src/css/showHide.js
2015-10-25 15:10:48 -04:00
Dave Methvin
657c2f8180
Event: Fix delegated radio events when arrow keys are used
...
Fixes gh-2343, gh-2410
Close gh-2617
(cherry picked from commit c82a6685bb
)
2015-10-25 15:07:50 -04:00
Thomas Tortorini
f5328b6a44
Attributes: removeClass() -> attr("class", "")
...
- Classes simpliciation
Close gh-2465
(cherry picked from commit 5db1e05309
)
Conflicts:
src/attributes/classes.js
2015-10-25 15:07:47 -04:00
Dave Methvin
c003cd6bc8
Attributes: Use simpler boolean check vs a function call
...
Ref gh-2491
(cherry picked from commit 4bf1a09522
)
2015-10-25 15:00:51 -04:00
Dave Methvin
f24726daa3
Attributes: Remove undocumented .toggleClass( boolean ) signature
...
Fixes gh-2491
Close gh-2618
(cherry picked from commit 53f798cf4d
)
Conflicts:
src/attributes/classes.js
2015-10-25 15:00:48 -04:00
Dave Methvin
3842246024
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 67d7a2eefe
)
Conflicts:
Gruntfile.js
src/css.js
src/css/showHide.js
test/unit/css.js
2015-10-25 14:54:55 -04:00
Timmy Willison
bd11778168
Deprecated: fix amd mode for the deprecated module
...
(cherry picked from commit e271f665dd
)
2015-10-25 14:12:53 -04:00
Liza Ramo
d846c25dca
Core: make isNumeric test work on Symbol
...
Ref #2645
Closes #2657
(cherry picked from commit 0703fd52ef
)
2015-10-25 14:12:53 -04:00
Richard Gibson
b5c6fc7ebb
Ajax: Don't let onreadystatechange preempt exceptions from xhr.send
...
Ref 0a6e1c4b19
2015-10-23 12:44:48 -04:00
Richard Gibson
0a6e1c4b19
Ajax: Catch synchronous readystatechange events
...
Fixes gh-2673
Ref trac-14683
2015-10-23 11:35:11 -04:00
Richard Gibson
c40b12a6bd
CSS: Protect against getBoundingClientRect exceptions
...
Ref 487d5ca913
Ref 6df399073c
2015-10-20 18:20:25 -04:00
Richard Gibson
214e1634ab
CSS: Correct misrepresentation of "auto" horizontal margins as 0
...
Fixes gh-2237
Closes gh-2276
2015-10-18 15:35:18 -04:00
Christian Grete
c7cf28681e
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 8a734344f2
Closes gh-2627
2015-10-13 01:18:39 +03:00
Oleg Gaidarenko
3ced5abe5c
Ajax: improve content-type detection
...
Cherry-picked from 239169bb2e
Fixes gh-2584
Closes gh-2643
2015-10-12 22:38:59 +03:00
Oleg Gaidarenko
2a8341787a
Ajax: correct indentation
...
As noted by @arthurvr
Follow-up for f60729f390
2015-10-12 20:34:16 +03:00
Gary Ye
ef6cd83ab0
Tests:Docs: Fix various typos
...
* Changes "baar" to "bar" when used with "foo" in readme
and comments of js files
* mousenter -> mouseenter
Thanks @garysye, @KimTaehee
Cherry-picked from 03eaadb131
Closes gh-2613
Closes gh-2601
2015-10-12 18:09:37 +03:00
Dave Methvin
7e78c2ec81
Event: Move .bind() and .delegate() to deprecated
...
Cherry-picked from ee0854f85b
Fixes gh-2288
Closes gh-2624
2015-10-12 17:34:20 +03:00
Oleg Gaidarenko
f60729f390
Ajax: Mitigate possible XSS vulnerability
...
Proposed by @jaubourg
Cherry-picked from b078a62013
Fixes gh-2432
Closes gh-2588
2015-10-12 17:05:49 +03:00
Anthony Ryan
81b6e46522
Manipulation: Don't provide the parser with sloppy table markup
...
While we can reply on parsers that were designed to cope with
malformed syntax to understand what we mean, we shouldn't
intentionally provide bad markup, not all parsers will accept
it.
"Be conservative in what you do, be liberal in what you accept
from others."
(cherry-picked from 99e8ff1baa
)
Reverts 0ea342a6a6
Refs gh-2031
Refs gh-2002
Fixes gh-2493
Closes gh-2499
2015-09-14 22:04:56 +02:00
Adrian Olek
ead83b9c8a
Event: Use form prop so that a propHook can be used
...
Fixes gh-2332
Closes gh-2575
2015-09-14 21:49:45 +02:00
Sean Henderson
29266e00e9
Manipulation: Switch rnoInnerhtml to a version more performant in IE
...
IE versions greater than 9 do not handle the old regular expression well
with large html content. This is due to the use of a non-capturing group
after a very common html character (<).
Test suite: http://jsfiddle.net/Lwa0t5rp/3/
Microsoft bug: https://connect.microsoft.com/IE/feedback/details/1736512/
(cherry-picked from d4def22e4c
)
Fixes gh-2563
Closes gh-2574
2015-09-08 19:35:06 +02:00
Michał Gołębiowski
8c851bfdb9
Traversing: Don't expose jQuery.dir & jQuery.sibling
...
jQuery.dir & jQuery.sibling are undocumented internal APIs; they shouldn't
be exposed.
(cherry-picked from f9ef427d35
)
Fixes gh-2512
Closes gh-2525
2015-09-08 17:39:28 +02:00