Michał Gołębiowski
6403cf614f
Core: drop the document.implementation.createHTMLDocument usage
...
The document.implementation.createHTMLDocument("") method creates inert
documents which is good but using it has introduced issues around anchor
elements href property not resolving according to the current document.
Because of that, this patch is getting backed out on 1.x/2.x branches.
(cherry-picked from c5c3073531
)
Refs cfe468f29c
Refs gh-1505
Fixes gh-2941
2016-03-02 12:34:06 +01:00
Timmy Willison
ed94387247
Release: include external/sizzle in releases
...
Ref gh-2945
2016-02-24 10:20:51 -05:00
Timmy Willison
5f76c8ea67
Build: Updating the 1.12-stable version to 1.12.2-pre.
2016-02-22 14:08:07 -05:00
Timmy Willison
e6b9c31646
Build: update AUTHORS
2016-02-22 13:24:01 -05:00
Timmy Willison
e5d3cf9c09
CSS: fix for disconnected elems on doc fragments in Opera 12
2016-02-22 11:24:52 -05:00
Timmy Willison
ef2a06eb61
Build: use hard-coded path to sizzle in selector-sizzle
...
Fixes gh-2898
2016-02-22 10:43:47 -05:00
Zack Hall
e456c30a2d
Tests: Set Edge's expected support for clearCloneStyle to true
...
This is done for a version 13 or newer as the bug still exists in Edge
12.
(cherry-picked from 28f0329a02
)
Closes gh-2857
2016-02-13 20:45:58 +01:00
Oleg Gaidarenko
f6257b2b3f
Build: add npm-debug.log
to .gitignore
2016-02-13 22:36:53 +03:00
Oleg Gaidarenko
7dbf1c1b2b
Tests: use jQuery
variable instead of $
...
For some reason that works with `amd` but not with builded version
Fixes gh-2909
2016-02-13 21:23:05 +03:00
Oleg Gaidarenko
a047d4112f
Build: use tabs in CSS, also simplify and correct .editorconfig
...
See https://contribute.jquery.org/style-guide/css/#spacing
> Indentation with tabs.
2016-02-11 22:56:03 +03:00
Oleg Gaidarenko
c3b1d9c07e
Tests: test element position outside view
...
Ref a0f5c357c4
Ref gh-2828
Ref gh-2836
Fixes gh-2909
2016-02-11 22:55:58 +03:00
Oleg Gaidarenko
a0f5c357c4
Revert "Offset: account for scroll when calculating position"
...
This reverts commit 0654711e0d
.
This commit provoked new issues: gh-2836, gh-2828.
At the meeting, we decided to revert offending commit
(in all three branches - 2.2-stable, 1.12-stable and master)
and tackle this issue in 3.x.
Fixes gh-2828
2016-02-09 00:10:02 +03:00
Timmy Willison
e7e80fe476
CSS: Add test for gh-2867
2016-01-27 11:39:32 -05:00
Todor Prikumov
ab5992e56e
CSS: Make sure elem.ownerDocument.defaultView is not null
...
Fixes gh-2866
Close gh-2867
2016-01-27 11:39:24 -05:00
Devin Wilson
5938a21466
Event: Add tests for chaining .on() with null handlers
...
Fixes gh-2812
Close gh-2825
2016-01-15 13:50:02 -05:00
Timmy Willison
8c293e62bb
Core: use interactive to evaluate dom ready, barring IE6-10
...
Fixes gh-2100
Close gh-2821
2016-01-14 10:18:31 -05:00
Michał Gołębiowski
d19aa97463
Tests: compat -> 1.x in comments
...
(cherry-picked from df31b88135
)
2016-01-11 19:23:28 +01:00
Timmy Willison
090b82776f
Build: Updating the 1.12-stable version to 1.12.1-pre.
2016-01-08 14:58:08 -05:00
Timmy Willison
0398d90371
Release: update AUTHORS.txt again
2016-01-08 14:53:03 -05:00
Timmy Willison
95de105778
Manipulation: re-expose domManip until 3.0
...
Fixes gh-2225
2016-01-08 14:00:05 -05:00
Timmy Willison
f5029f586a
Release: ensure files are copied to dist
2016-01-08 13:40:06 -05:00
Timmy Willison
3a4a95c7b6
Release: allow local and github dists
2016-01-08 13:40:06 -05:00
Timmy Willison
ce4822c046
Release: update AUTHORS.txt
2016-01-08 13:40:06 -05:00
Timmy Willison
25d0afa51e
Release: compat -> 1.x. Remove compat-specific release semantics
2016-01-08 13:40:06 -05:00
Michał Gołębiowski
704de8180f
Tests: Disable/relax a few tests failing in Android 2.3
...
Fixes gh-1785
2016-01-07 23:07:58 +01:00
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