Commit Graph

6008 Commits

Author SHA1 Message Date
Oleg Gaidarenko
c69673fe41 Release: remove revert artefacts 2015-11-13 20:04:07 +03:00
Oleg Gaidarenko
2d9d1f006a Revert "Deferred: Backwards-compatible standards interoperability"
This reverts commit 555a50d340.
2015-11-13 15:58:58 +03:00
Oleg Gaidarenko
f66490412a Revert "Wrap: Support .unwrap( selector) for selective unwrapping"
This reverts commit 7b09235cee.
2015-11-13 15:27:35 +03:00
Oleg Gaidarenko
3cc496ceec Revert "Event: remove guard for falsy handler argument of jQuery#on method"
This reverts commit fac67a9842.
2015-11-13 15:22:36 +03:00
Oleg Gaidarenko
4f79b76deb Revert "Data: do not include digits when camelCasing"
This reverts commit 2862a07af6.
2015-11-13 15:18:49 +03:00
Oleg Gaidarenko
66518d10b3 Revert "Data: always camelCase keys in .data()"
This reverts commit 0e790985a7.
2015-11-13 15:17:23 +03:00
Oleg Gaidarenko
41ebc4096d Revert "Data: camelCasing should not ignore case"
This reverts commit 172cad80ac.
2015-11-13 15:00:47 +03:00
Oleg Gaidarenko
3a98c4ab27 Revert "Offset: Fix .offset() to correctly work with ShadowDOM"
This reverts commit 1617479fcf.
2015-11-13 14:59:25 +03:00
Oleg Gaidarenko
aaff6a87a1 Revert "Offset: allow offset setter to throw for disconnected elements"
This reverts commit 0d11c1182f.
2015-11-13 14:54:33 +03:00
Oleg Gaidarenko
e4218ca10b Revert "Offset: remove ownerDocument check in offset getter"
This reverts commit 6176567361.
2015-11-13 14:54:25 +03:00
Oleg Gaidarenko
0169459d5d Revert "CSS: Ignore the CSS cascade in show()/hide()/etc."
This reverts commit 86419b10bf.
2015-11-13 14:34:09 +03:00
Oleg Gaidarenko
87db099ed5 Revert "CSS: Make show/hide/toggle methods a module"
This reverts commit 67d7a2eefe.
2015-11-11 19:56:11 +03:00
Oleg Gaidarenko
88df7676d7 Revert "CSS: fix AMD mode for the new showHide module"
This reverts commit 32cfc38a9c.
2015-11-11 19:51:41 +03:00
Oleg Gaidarenko
43996d166e Revert "Effects: fix loading showHide in AMD mode"
This reverts commit ab06be561e.
2015-11-11 19:51:35 +03:00
Oleg Gaidarenko
1b52d383ce Revert "Core: remove custom ready event"
This reverts commit c252c5fac2.
2015-11-11 19:51:00 +03:00
Oleg Gaidarenko
8a896dfac8 Ajax: code style fixes
Only for 2.2.0 version
2015-11-11 19:43:26 +03:00
Oleg Gaidarenko
4ecb1b7e57 Revert "Event: remove deprecated event aliases"
This reverts commit 0705be4750.
2015-11-11 19:43:24 +03:00
Oleg Gaidarenko
778fc5e977 Revert "Ajax: Remove remnants of the load event alias handling"
This reverts commit 38a669735d.
2015-11-11 19:34:35 +03:00
Oleg Gaidarenko
999010b2e7 Revert "Revert "Offset: allow offset setter to throw for disconnected elements""
This reverts commit 578dcee96a.
2015-11-11 19:34:24 +03:00
Oleg Gaidarenko
951c4eafa5 Revert "Deferred: add .catch handler"
This reverts commit 84ccf2606c.
2015-11-11 19:07:21 +03:00
Oleg Gaidarenko
7101ef2be8 Revert "CSS: Make .css("width") & .css("height") return fractional values"
This reverts commit b60b26e184.
2015-11-11 19:05:14 +03:00
Oleg Gaidarenko
82bb2ae719 Revert "Effects: Remove additional parameters of easings"
This reverts commit b7a7dea95f.
2015-11-11 18:56:05 +03:00
Oleg Gaidarenko
ad358fd62b Revert "Ajax: Mitigate possible XSS vulnerability"
This reverts commit b078a62013.
2015-11-11 18:55:44 +03:00
Oleg Gaidarenko
8dda094c7c Revert "Ajax: don't expect cross-origin tests run in envs which not support it"
This reverts commit 39cdb8c9aa.
2015-11-11 18:54:44 +03:00
Oleg Gaidarenko
3f7cd73822 Revert "Attributes: do not set properties to false when removing booleans"
This reverts commit 47ccf3daad.
2015-11-11 18:51:58 +03:00
Oleg Gaidarenko
38261772a4 Revert "Attributes: remove flakey test for selected attribute"
This reverts commit 87bd130289.
2015-11-11 18:51:53 +03:00
Oleg Gaidarenko
112f612aaf Revert "Ajax: Only form-encode requests with a body"
This reverts commit 70605c8e56.
2015-11-11 18:51:34 +03:00
Oleg Gaidarenko
9fd56078df Revert "Attributes: return empty array for select-multiple with no values"
This reverts commit 79fc806e85.
2015-11-11 18:49:04 +03:00
Oleg Gaidarenko
ab7ba382bc Revert "Dimensions: outerWidth/Height include scrollbar"
This reverts commit 7d44d7f9e7.
2015-11-11 18:48:58 +03:00
Oleg Gaidarenko
ebbfb1bc5c Revert "Dimensions: Empty sets should return undefined"
This reverts commit 97d79ecf6b.
2015-11-11 18:48:50 +03:00
Timmy Willison
88046440da Selector: pass jQuery unit tests with selector-native
- Ignore certain tests that obviously are not supported
- Beefed up the sortOrder, uniqueSort, isXMLDoc, and attr functions

Fixes gh-1742
Fixes gh-2048
Close gh-2703
2015-11-11 10:10:10 -05:00
Timmy Willison
ab06be561e Effects: fix loading showHide in AMD mode 2015-11-10 12:44:35 -05:00
Dave Methvin
2937019060 Offset: offsetLeft/Top on empty set returns undefined
Fixes gh-2319
Closes gh-2702
Ref gh-2701
2015-11-10 10:01:45 -05:00
Dave Methvin
97d79ecf6b Dimensions: Empty sets should return undefined
Ref gh-2319
Closes gh-2701
2015-11-10 09:59:48 -05:00
Timmy Willison
75b3cdd509 Dimensions: properly manipulate non-px values
Fixes gh-1712
Close gh-2695
2015-11-09 17:38:00 -05:00
Timmy Willison
22449eb968 Manipulation: execute scripts from iframe in the iframe's context
Fixes gh-1757
Close gh-2696
2015-11-09 14:14:30 -05:00
Dave Methvin
67fa2eab6e Event: Move VML test out of event alias test
Ref gh-2693
2015-11-07 15:51:03 -05:00
Dave Methvin
7d44d7f9e7 Dimensions: outerWidth/Height include scrollbar
Fixes gh-1729
Closes gh-2694
2015-11-07 15:13:31 -05:00
Dave Methvin
2cb8ebadcb Event: Make event aliases optional in unit tests 2015-11-06 10:00:46 -05:00
Dave Methvin
c9935b6d2d Event: Separate trigger/simulate into its own module
Fixes gh-1864
Closes gh-2692

This also pulls the focusin/out special event into its own module, since that
depends on simulate(). NB: The ajax module triggers events pretty heavily.
2015-11-06 09:36:48 -05:00
Timmy Willison
1da144867f Tests: make editorconfig match css style 2015-11-05 18:13:00 -05:00
Timmy Willison
79fc806e85 Attributes: return empty array for select-multiple with no values
Fixes gh-2562
Close gh-2689
2015-11-05 17:41:49 -05:00
Dave Methvin
e05c63e17a Event: Add basic unit tests for event aliases
Fixes gh-2302
Closes gh-2687

At the moment it's not possible to run the full event unit tests without aliases
so this was just tested with a custom build by running this one test.
2015-11-05 14:14:36 -05:00
Timmy Willison
493b0fd7f5 Event: Ensure delegation doesn't error on comment nodes
Fixes gh-2055
Close gh-2659
2015-11-04 18:09:33 -05:00
Dave Methvin
769446c697 Ajax: Don't throw exceptions on binary data response
Fixes gh-2498
Closes gh-2682

The added unit test shows how this could be used to support an
ArrayBuffer return, but $.ajax does not support it natively.
The goal with this change was to avoid the exception.
2015-11-04 12:47:16 -05:00
Timmy Willison
76e9a95dbe Ajax: trigger error callback on native abort
- IE9 does not have onabort. Use onreadystatechange instead.

Fixes gh-2079
Close gh-2684
2015-11-03 12:34:04 -05:00
Dave Methvin
70605c8e56 Ajax: Only form-encode requests with a body
Fixes #2658
Closes #2671
2015-11-02 13:14:46 -05:00
Michał Gołębiowski
015d16c02d Tests: Make regexes for iOS devices more rigid 2015-10-30 19:17:07 +01:00
Michał Gołębiowski
47e2aa6593 Tests: Remove Safari 7.0 & iOS 6 support tests results 2015-10-30 19:17:01 +01:00
Michał Gołębiowski
1c2b5362ef Tests: Add iOS 9 support tests results 2015-10-30 19:13:56 +01:00