]> source.dussan.org Git - jquery.git/log
jquery.git
8 years agoBuild: Add .npmrc with save-exact=true
Michał Gołębiowski [Wed, 8 Jun 2016 22:07:03 +0000 (00:07 +0200)]
Build: Add .npmrc with save-exact=true

This makes commands like `npm install package --save-dev` always get saved
to package.json as a pinned version and not as a `^`-delimited range.

(cherry-picked from 6600e2e2b9863dc91601d94541a3808cf3ccc90c)

8 years agoBuild: Updating the 1.12-stable version to 1.12.5-pre.
Timmy Willison [Fri, 20 May 2016 17:19:10 +0000 (13:19 -0400)]
Build: Updating the 1.12-stable version to 1.12.5-pre.

8 years agoRelease: remove extraneous files from dist during release
Timmy Willison [Mon, 9 May 2016 17:53:03 +0000 (13:53 -0400)]
Release: remove extraneous files from dist during release

Fixes gh-3094
Close gh-3116

8 years agoRelease: copy sizzle separately into an 'external' folder
Timmy Willison [Mon, 9 May 2016 15:57:31 +0000 (11:57 -0400)]
Release: copy sizzle separately into an 'external' folder

Fixes gh-2945

8 years agoRevert "Release: copy sizzle separately into an 'external' folder"
Timmy Willison [Thu, 12 May 2016 14:28:23 +0000 (10:28 -0400)]
Revert "Release: copy sizzle separately into an 'external' folder"

This reverts commit 59003ae7132677023247ed1868e4e426e4c2fe81.

8 years agoCSS: ensure table styles do not affect reliableHiddenOffsets test
Timmy Willison [Mon, 2 May 2016 18:07:26 +0000 (14:07 -0400)]
CSS: ensure table styles do not affect reliableHiddenOffsets test

Fixes gh-3065
Close gh-3057

8 years agoCSS: disconnected elements should be hidden
Timmy Willison [Thu, 14 Apr 2016 17:45:54 +0000 (13:45 -0400)]
CSS: disconnected elements should be hidden

Fixes gh-3043

8 years agoRelease: copy sizzle separately into an 'external' folder
Timmy Willison [Mon, 9 May 2016 15:57:31 +0000 (11:57 -0400)]
Release: copy sizzle separately into an 'external' folder

Fixes gh-2945

8 years agoTests: Make the regex catching Safari 9.0/9.1 more resilient
Michał Gołębiowski [Mon, 2 May 2016 21:05:56 +0000 (23:05 +0200)]
Tests: Make the regex catching Safari 9.0/9.1 more resilient

The word boundary character will prevent iOS from being a false positive.

(cherry-picked from 7f2ebd2c4dea186d7d981b939e6e2983a9d7f9c1)

8 years agoTests: take Safari 9.1 into account
Michał Gołębiowski [Mon, 2 May 2016 20:49:17 +0000 (22:49 +0200)]
Tests: take Safari 9.1 into account

Safari 9.1 shares its support test results with Safari 9.0 but it's been
excluded from the regex catching Safari 9.0. This has been fixed.

(cherry-picked from 234a2d828021b6eb36d83d83cc30c5a09045e781)

8 years agoRevert "Build: remove node .10 from travis"
Michał Gołębiowski [Tue, 26 Apr 2016 23:21:27 +0000 (01:21 +0200)]
Revert "Build: remove node .10 from travis"

This reverts commit 498fd24f389105049bc2eebadfa43e228b91454a.

Node 0.10 has updated its npm to v2 so most issues with it should be resolved
now.

8 years agoBuild: test on Node.js 6
Michał Gołębiowski [Tue, 26 Apr 2016 20:44:11 +0000 (22:44 +0200)]
Build: test on Node.js 6

8 years agoCSS: Don't workaround the IE 11 iframe-in-fullscreen sizing issues
Michał Gołębiowski [Tue, 26 Apr 2016 19:25:30 +0000 (21:25 +0200)]
CSS: Don't workaround the IE 11 iframe-in-fullscreen sizing issues

IE 11 used to have an issue where if an element inside an iframe was put
in fullscreen mode, the element dimensions started being 100 times too small;
we've added a workaround that would multiply them by 100. However, the IE 11
issue has been unexpectedly fixed and since our detection was really detecting
the browser and not a bug, we've started breaking the browser instead of fixing
it.

Since there's no good way to detect if the bug exists, we have to back the
workaround out completely.

Refs ff1a0822f72d2b39fac691dfcceab6ede5623b90
Refs fb9adb9f0511ac2993e664697aa26e97d0a4d213
Fixes gh-3041
Refs gh-1764
Refs gh-2401
Refs 90d828bad0d6d318d73d6cf6209d9dc7ac13878c

8 years agoBuild: Updating the 1.12-stable version to 1.12.4-pre. 3069/head
Timmy Willison [Tue, 5 Apr 2016 19:21:40 +0000 (15:21 -0400)]
Build: Updating the 1.12-stable version to 1.12.4-pre.

8 years agoAjax: execute jQuery#load callback with correct context
Oleg Gaidarenko [Mon, 4 Apr 2016 19:42:01 +0000 (22:42 +0300)]
Ajax: execute jQuery#load callback with correct context

Thanks @blq (Fredrik Blomqvist)

Fixes gh-3035
Close gh-3039

8 years agoRevert "Ajax: Mitigate possible XSS vulnerability"
Michał Gołębiowski [Wed, 23 Mar 2016 11:44:29 +0000 (12:44 +0100)]
Revert "Ajax: Mitigate possible XSS vulnerability"

This reverts commit f60729f3903d17917dc351f3ac87794de379b0cc.

Fixes gh-3011
Refs ad358fd62b0ab548abe379594ea00441940461f6

8 years agoBuild: Updating the 1.12-stable version to 1.12.3-pre.
Timmy Willison [Thu, 17 Mar 2016 17:46:04 +0000 (13:46 -0400)]
Build: Updating the 1.12-stable version to 1.12.3-pre.

8 years agoAttributes: ignore option value mismatch on untrimmed unicode whitespace
Timmy Willison [Thu, 17 Mar 2016 17:03:39 +0000 (13:03 -0400)]
Attributes: ignore option value mismatch on untrimmed unicode whitespace

8 years agoAttributes: strip/collapse whitespace for set values on selects
Timmy Willison [Tue, 15 Mar 2016 22:15:02 +0000 (18:15 -0400)]
Attributes: strip/collapse whitespace for set values on selects

Fixes gh-2978
Close gh-3002

8 years agoCore: fix isPlainObject(Object.create) test in IE 2989/head
Timmy Willison [Mon, 7 Mar 2016 17:02:20 +0000 (12:02 -0500)]
Core: fix isPlainObject(Object.create) test in IE

8 years agoAttributes: fix setting selected on an option in IE<=11
Timmy Willison [Fri, 15 Jan 2016 21:48:52 +0000 (16:48 -0500)]
Attributes: fix setting selected on an option in IE<=11

Fixes gh-2732
Close gh-2840

8 years agoCore: restore enumeration behavior in isPlainObject
Timmy Willison [Thu, 3 Mar 2016 23:29:45 +0000 (18:29 -0500)]
Core: restore enumeration behavior in isPlainObject

Fixes gh-2968
Close gh-2970

8 years agoCore: drop the document.implementation.createHTMLDocument usage
Michał Gołębiowski [Wed, 2 Mar 2016 11:28:00 +0000 (12:28 +0100)]
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 c5c30735311c74c60689fcabdcf2cb192524000e)

Refs cfe468f29c4cbe1a457d0feb17dec90dcfd7c280
Refs gh-1505
Fixes gh-2941

8 years agoRelease: include external/sizzle in releases
Timmy Willison [Wed, 24 Feb 2016 15:20:22 +0000 (10:20 -0500)]
Release: include external/sizzle in releases

Ref gh-2945

8 years agoBuild: Updating the 1.12-stable version to 1.12.2-pre.
Timmy Willison [Mon, 22 Feb 2016 19:08:07 +0000 (14:08 -0500)]
Build: Updating the 1.12-stable version to 1.12.2-pre.

8 years agoBuild: update AUTHORS
Timmy Willison [Mon, 22 Feb 2016 18:24:01 +0000 (13:24 -0500)]
Build: update AUTHORS

8 years agoCSS: fix for disconnected elems on doc fragments in Opera 12
Timmy Willison [Mon, 22 Feb 2016 16:24:52 +0000 (11:24 -0500)]
CSS: fix for disconnected elems on doc fragments in Opera 12

8 years agoBuild: use hard-coded path to sizzle in selector-sizzle
Timmy Willison [Wed, 10 Feb 2016 21:47:25 +0000 (13:47 -0800)]
Build: use hard-coded path to sizzle in selector-sizzle

Fixes gh-2898

8 years agoTests: Set Edge's expected support for clearCloneStyle to true
Zack Hall [Fri, 22 Jan 2016 00:24:42 +0000 (16:24 -0800)]
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 28f0329a02c453ae26b6bc028b6aaeec578bef6f)

Closes gh-2857

8 years agoBuild: add `npm-debug.log` to `.gitignore`
Oleg Gaidarenko [Sat, 13 Feb 2016 19:35:59 +0000 (22:35 +0300)]
Build: add `npm-debug.log` to `.gitignore`

8 years agoTests: use `jQuery` variable instead of `$`
Oleg Gaidarenko [Sat, 13 Feb 2016 18:14:46 +0000 (21:14 +0300)]
Tests: use `jQuery` variable instead of `$`

For some reason that works with `amd` but not with builded version

Fixes gh-2909

8 years agoBuild: use tabs in CSS, also simplify and correct .editorconfig
Oleg Gaidarenko [Thu, 11 Feb 2016 19:43:37 +0000 (22:43 +0300)]
Build: use tabs in CSS, also simplify and correct .editorconfig

See https://contribute.jquery.org/style-guide/css/#spacing
> Indentation with tabs.

8 years agoTests: test element position outside view
Oleg Gaidarenko [Thu, 11 Feb 2016 19:31:49 +0000 (22:31 +0300)]
Tests: test element position outside view

Ref a0f5c357c4b256b03acdc57d5319ebfe4f25a69a
Ref gh-2828
Ref gh-2836
Fixes gh-2909

8 years agoRevert "Offset: account for scroll when calculating position"
Oleg Gaidarenko [Mon, 8 Feb 2016 20:39:43 +0000 (23:39 +0300)]
Revert "Offset: account for scroll when calculating position"

This reverts commit 0654711e0d929187249ca9507ae5881c72947843.

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

8 years agoCSS: Add test for gh-2867
Timmy Willison [Wed, 27 Jan 2016 16:36:34 +0000 (11:36 -0500)]
CSS: Add test for gh-2867

8 years agoCSS: Make sure elem.ownerDocument.defaultView is not null
Todor Prikumov [Tue, 26 Jan 2016 09:58:34 +0000 (11:58 +0200)]
CSS: Make sure elem.ownerDocument.defaultView is not null

Fixes gh-2866
Close gh-2867

8 years agoEvent: Add tests for chaining .on() with null handlers 2843/head
Devin Wilson [Thu, 14 Jan 2016 04:06:43 +0000 (21:06 -0700)]
Event: Add tests for chaining .on() with null handlers

Fixes gh-2812
Close gh-2825

8 years agoCore: use interactive to evaluate dom ready, barring IE6-10
Timmy Willison [Wed, 28 Oct 2015 17:54:04 +0000 (13:54 -0400)]
Core: use interactive to evaluate dom ready, barring IE6-10

Fixes gh-2100
Close gh-2821

8 years agoTests: compat -> 1.x in comments
Michał Gołębiowski [Mon, 11 Jan 2016 18:23:28 +0000 (19:23 +0100)]
Tests: compat -> 1.x in comments

(cherry-picked from df31b88135f94f903c8a887085d30d085a9c62f6)

8 years agoBuild: Updating the 1.12-stable version to 1.12.1-pre.
Timmy Willison [Fri, 8 Jan 2016 19:58:08 +0000 (14:58 -0500)]
Build: Updating the 1.12-stable version to 1.12.1-pre.

8 years agoRelease: update AUTHORS.txt again
Timmy Willison [Fri, 8 Jan 2016 19:53:03 +0000 (14:53 -0500)]
Release: update AUTHORS.txt again

8 years agoManipulation: re-expose domManip until 3.0
Timmy Willison [Fri, 8 Jan 2016 18:59:53 +0000 (13:59 -0500)]
Manipulation: re-expose domManip until 3.0

Fixes gh-2225

8 years agoRelease: ensure files are copied to dist
Timmy Willison [Fri, 8 Jan 2016 18:26:58 +0000 (13:26 -0500)]
Release: ensure files are copied to dist

8 years agoRelease: allow local and github dists
Timmy Willison [Fri, 8 Jan 2016 18:20:19 +0000 (13:20 -0500)]
Release: allow local and github dists

8 years agoRelease: update AUTHORS.txt
Timmy Willison [Fri, 8 Jan 2016 17:43:02 +0000 (12:43 -0500)]
Release: update AUTHORS.txt

8 years agoRelease: compat -> 1.x. Remove compat-specific release semantics
Timmy Willison [Fri, 8 Jan 2016 17:38:18 +0000 (12:38 -0500)]
Release: compat -> 1.x. Remove compat-specific release semantics

8 years agoTests: Disable/relax a few tests failing in Android 2.3
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

8 years agoCSS: Add animation-iteration-count to cssNumber, fix tests
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

8 years agoAttributes: fix toggleClass(boolean) in ie6/7
Timmy Willison [Thu, 7 Jan 2016 19:17:00 +0000 (14:17 -0500)]
Attributes: fix toggleClass(boolean) in ie6/7

8 years agoTests: use assert syntax in restored test
Timmy Willison [Thu, 7 Jan 2016 19:10:04 +0000 (14:10 -0500)]
Tests: use assert syntax in restored test

8 years agoRevert "Event: remove guard for falsy handler argument of jQuery#on method"
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.

8 years agoRevert "Attributes: Remove undocumented .toggleClass( boolean ) signature"
Timmy Willison [Thu, 7 Jan 2016 18:09:30 +0000 (13:09 -0500)]
Revert "Attributes: Remove undocumented .toggleClass( boolean ) signature"

This reverts commit f24726daa3760014b7283ad14a13117c72dd9474.

8 years agoRevert "Deprecated: Drop size and andSelf methods"
Timmy Willison [Thu, 7 Jan 2016 17:25:47 +0000 (12:25 -0500)]
Revert "Deprecated: Drop size and andSelf methods"

This reverts commit f1913cf0316edbab77a081ae9c2ee218a61ce5a7.

8 years agoTests: fix support values for android
Timmy Willison [Thu, 7 Jan 2016 15:57:03 +0000 (10:57 -0500)]
Tests: fix support values for android

8 years agoEffects: add back support.shrinkWrapBlocks() for ie6
Timmy Willison [Wed, 6 Jan 2016 21:24:22 +0000 (16:24 -0500)]
Effects: add back support.shrinkWrapBlocks() for ie6

8 years agoRevert "Offset: simplify jQuery#offsetParent method"
Timmy Willison [Wed, 6 Jan 2016 19:31:46 +0000 (14:31 -0500)]
Revert "Offset: simplify jQuery#offsetParent method"

This reverts commit 96447575c23f7b313091750ed84cec05db3a25c6.

8 years agoTests: fix support tests in ie9
Timmy Willison [Wed, 6 Jan 2016 19:13:29 +0000 (14:13 -0500)]
Tests: fix support tests in ie9

8 years agoCSS: fix reliableHiddenOffsets support test for IE6-7
Timmy Willison [Wed, 6 Jan 2016 02:29:04 +0000 (21:29 -0500)]
CSS: fix reliableHiddenOffsets support test for IE6-7

8 years agoRevert "Manipulation: simplify html wrappers"
Timmy Willison [Wed, 6 Jan 2016 01:26:56 +0000 (20:26 -0500)]
Revert "Manipulation: simplify html wrappers"

This reverts commit b744a50d472664a4d5aaa35d58e2215d48f70d3b.

8 years agoCSS: fix visible/hidden for IE6/7
Timmy Willison [Wed, 6 Jan 2016 01:10:06 +0000 (20:10 -0500)]
CSS: fix visible/hidden for IE6/7

8 years agoAttributes: fix IE6-7 classes
Timmy Willison [Tue, 5 Jan 2016 23:19:35 +0000 (18:19 -0500)]
Attributes: fix IE6-7 classes

8 years agoRevert "Ajax: remove "onunload" event handler"
Timmy Willison [Tue, 5 Jan 2016 22:36:14 +0000 (17:36 -0500)]
Revert "Ajax: remove "onunload" event handler"

This reverts commit 4632e55870a00a70e737a862cdb0820278cec0fe.

8 years agoRevert "Ajax: use anchor tag for parsing urls"
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.

8 years agoRevert "Misc: Drop support for older browsers; update support comments"
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.

8 years agoWrap: correct tests length 2794/head
Oleg Gaidarenko [Tue, 22 Dec 2015 18:54:09 +0000 (21:54 +0300)]
Wrap: correct tests length

8 years agoBuild: another portion of code style fixes
Oleg Gaidarenko [Tue, 22 Dec 2015 18:42:39 +0000 (21:42 +0300)]
Build: another portion of code style fixes

8 years agoManipulation: correct wrapMap assign
Oleg Gaidarenko [Tue, 22 Dec 2015 18:41:14 +0000 (21:41 +0300)]
Manipulation: correct wrapMap assign

8 years agoRevert "Wrap: Support .unwrap( selector) for selective unwrapping"
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.

8 years agoRevert "Core: Return empty array instead of null for parseHTML("")"
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.

8 years agoRevert "Manipulation: simplification of manipulation wrappers"
Oleg Gaidarenko [Tue, 22 Dec 2015 17:55:57 +0000 (20:55 +0300)]
Revert "Manipulation: simplification of manipulation wrappers"

This reverts commit 3e8712062d92feea8723e6185c47a2cc98e0e7af.

8 years agoRevert "Ajax: simplify one ajax call and add explanatory comment"
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.

8 years agoEffects: Remove tests for jQuery.Animation & jQuery.Tween
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

8 years agoBuild: code style fixes
Oleg Gaidarenko [Tue, 22 Dec 2015 17:21:49 +0000 (20:21 +0300)]
Build: code style fixes

8 years agoBuild: remove needless file and re-enable jscs
Oleg Gaidarenko [Tue, 22 Dec 2015 17:16:50 +0000 (20:16 +0300)]
Build: remove needless file and re-enable jscs

8 years agoBuild: remove node .10 from travis
Oleg Gaidarenko [Tue, 22 Dec 2015 16:05:26 +0000 (19:05 +0300)]
Build: remove node .10 from travis

8 years agoBuild: code style fixes after all those reverts
Oleg Gaidarenko [Tue, 22 Dec 2015 15:51:04 +0000 (18:51 +0300)]
Build: code style fixes after all those reverts

8 years agoRevert "Ajax: Always use script injection in globalEval"
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.

8 years agoRevert "Effects: Reintroduce use of requestAnimationFrame"
Oleg Gaidarenko [Tue, 22 Dec 2015 15:05:42 +0000 (18:05 +0300)]
Revert "Effects: Reintroduce use of requestAnimationFrame"

This reverts commit 06a45406966ee8cde31c4f128d7ee68d727880c1.

8 years agoRevert "Effects: Improve raf logic"
Oleg Gaidarenko [Tue, 22 Dec 2015 15:05:38 +0000 (18:05 +0300)]
Revert "Effects: Improve raf logic"

This reverts commit 9dc29a2b130e6bbcdbcaf8fdc1433a41e6b7a585.

8 years agoRevert "Core: Remove deprecated context and selector properties"
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.

8 years agoRevert "Core: Throw an error on $("#") rather than returning 0-length collection"
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.

8 years agoOffset: do not run tests which break without back-incompat change
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

8 years agoTests: correct revert artefact
Oleg Gaidarenko [Tue, 22 Dec 2015 14:35:25 +0000 (17:35 +0300)]
Tests: correct revert artefact

8 years agoRevert "Manipulation: make wrapAll funarg execute only once"
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.

8 years agoRevert "Traversing: simplify jQuery#contents method"
Oleg Gaidarenko [Tue, 22 Dec 2015 14:29:42 +0000 (17:29 +0300)]
Revert "Traversing: simplify jQuery#contents method"

This reverts commit 7230df15ac612e0e5a08ed7ffc02f6700b2ec898.

8 years agoRevert "CSS: simplify hack of css getter for the computed values"
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.

8 years agoRevert "CSS: simplify "defaultDisplay" module"
Oleg Gaidarenko [Tue, 22 Dec 2015 14:26:01 +0000 (17:26 +0300)]
Revert "CSS: simplify "defaultDisplay" module"

This reverts commit d9d8906cfdd05a6163b0a6791f7ab4433951eacd.

8 years agoRevert "Callbacks: Don't abort execution on .lock()"
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.

8 years agoRevert "Manipulation: don't auto-insert tbody"
Oleg Gaidarenko [Tue, 22 Dec 2015 14:15:18 +0000 (17:15 +0300)]
Revert "Manipulation: don't auto-insert tbody"

This reverts commit 939e755163c9c9749fdd39ae9e60de7cb41eeb2c.

8 years agoRevert "Ajax: remove deprecated extensions from ajax promise"
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.

8 years agoRevert "Deferred: Backwards-compatible standards interoperability"
Oleg Gaidarenko [Tue, 22 Dec 2015 14:07:04 +0000 (17:07 +0300)]
Revert "Deferred: Backwards-compatible standards interoperability"

This reverts commit 34f25631795e0641cc706012cfe5a88dacdedfec.

8 years agoRevert "Data: do not include digits when camelCasing"
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.

8 years agoCSS: remove revert artefact
Oleg Gaidarenko [Tue, 22 Dec 2015 13:42:00 +0000 (16:42 +0300)]
CSS: remove revert artefact

8 years agoRevert "Data: always camelCase keys in .data()"
Oleg Gaidarenko [Tue, 22 Dec 2015 13:41:49 +0000 (16:41 +0300)]
Revert "Data: always camelCase keys in .data()"

This reverts commit 0204c3089e7beee0306594605cc64d1e050ecd07.

8 years agoRevert "Data: camelCasing should not ignore case"
Oleg Gaidarenko [Tue, 22 Dec 2015 13:24:23 +0000 (16:24 +0300)]
Revert "Data: camelCasing should not ignore case"

This reverts commit cf16f860b05b7bffeb2382a0a55bb85c69b2abb5.

8 years agoRevert "Offset: Fix .offset() to correctly work with ShadowDOM"
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.

8 years agoRevert "Offset: remove ownerDocument check in offset getter"
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.

8 years agoRevert "Offset: allow offset setter to throw for disconnected elements"
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.

8 years agoBuild: Temprary disable jscs checks
Oleg Gaidarenko [Tue, 22 Dec 2015 13:01:55 +0000 (16:01 +0300)]
Build: Temprary disable jscs checks

8 years agoRevert "CSS: Ignore the CSS cascade in show()/hide()/etc."
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.