]> source.dussan.org Git - jquery.git/log
jquery.git
9 years agoCSS: simplify "defaultDisplay" module
Oleg Gaidarenko [Sun, 21 Dec 2014 20:03:38 +0000 (23:03 +0300)]
CSS: simplify "defaultDisplay" module

Ref 90d7cc1d8b2ea7ac75f0eacb42439349c9c73278
Ref gh-1961

9 years agoTraversing: simplify jQuery#contents method
Oleg Gaidarenko [Sun, 21 Dec 2014 20:01:11 +0000 (23:01 +0300)]
Traversing: simplify jQuery#contents method

Ref 90d7cc1d8b2ea7ac75f0eacb42439349c9c73278
Ref gh-1961

9 years agoManipulation: make wrapAll funarg execute only once
Oleg Gaidarenko [Tue, 23 Dec 2014 22:56:21 +0000 (01:56 +0300)]
Manipulation: make wrapAll funarg execute only once

Ref 359b03cac74d7336676a6992f14b7ccab9b28659

9 years agoCSS: Add unit tests for negative margins and positioning
Aditya Raghavan [Sat, 20 Dec 2014 09:08:44 +0000 (04:08 -0500)]
CSS: Add unit tests for negative margins and positioning

Ref 1b932bb7867924b98529537f8ccd35db979ae22a

9 years agoEvent: add test for window scrollTop/Left logic in iframes
Aditya Raghavan [Sun, 21 Dec 2014 02:52:17 +0000 (21:52 -0500)]
Event: add test for window scrollTop/Left logic in iframes

Ref d21edb599d8f5f80a3f3ecba5b62311b9cd1a3e6

9 years agoBuild: Sizzle version labels must start with a dash
Timmy Willison [Wed, 17 Dec 2014 16:17:41 +0000 (11:17 -0500)]
Build: Sizzle version labels must start with a dash

9 years agoBuild: update node dependencies
Timmy Willison [Wed, 17 Dec 2014 15:42:23 +0000 (10:42 -0500)]
Build: update node dependencies

9 years agoBuild: account for version labels in Sizzle versions
Timmy Willison [Wed, 17 Dec 2014 15:35:59 +0000 (10:35 -0500)]
Build: account for version labels in Sizzle versions

Fixes gh-1939

9 years agoAuthors: Update AUTHORS.txt and .mailmap
Dave Methvin [Wed, 17 Dec 2014 02:49:54 +0000 (21:49 -0500)]
Authors: Update AUTHORS.txt and .mailmap

9 years agoSizzle: update 2.1.1
Timmy Willison [Mon, 15 Dec 2014 17:33:46 +0000 (12:33 -0500)]
Sizzle: update 2.1.1

9 years agoREADME: various text fixes
Oleg Gaidarenko [Mon, 15 Dec 2014 00:48:53 +0000 (19:48 -0500)]
README: various text fixes

Thank you @essamjoubori, @bcbcb, @namlede

Ref 31b63fc23674ede657f019783ad7b942bb83f9c3

9 years agoSupport: Correct iOS 8 support test results, re-arrange entries
Michał Gołębiowski [Sat, 13 Dec 2014 20:45:58 +0000 (21:45 +0100)]
Support: Correct iOS 8 support test results, re-arrange entries

9 years agoAjax: use anchor tag for parsing urls
Ben Toews [Sun, 23 Nov 2014 01:29:13 +0000 (18:29 -0700)]
Ajax: use anchor tag for parsing urls

Fixes gh-1875
Closes gh-1880
(cherry picked from commit 5a75278e4c5359e07303fc4d8e78a1cf94f6ad65)

Conflicts:
src/ajax.js

9 years agoData: use removeAttribute in cleanData to bypass Chrome bug
Jason Bedard [Wed, 10 Dec 2014 16:42:00 +0000 (11:42 -0500)]
Data: use removeAttribute in cleanData to bypass Chrome bug

Related:
https://code.google.com/p/chromium/issues/detail?id=378607

Fixes gh-1664

9 years agoBuild: fix tests in AMD mode
Timmy Willison [Tue, 9 Dec 2014 20:39:24 +0000 (15:39 -0500)]
Build: fix tests in AMD mode

9 years agoCore: introduce createHTMLDocument in parseHTML; Safari 8/IE8 left out
Timmy Willison [Wed, 10 Dec 2014 14:48:55 +0000 (09:48 -0500)]
Core: introduce createHTMLDocument in parseHTML; Safari 8/IE8 left out

Close gh-1506

9 years agoEvent: Empty namespaces should be uneventfully ignored
Dave Methvin [Wed, 10 Dec 2014 00:59:56 +0000 (19:59 -0500)]
Event: Empty namespaces should be uneventfully ignored

Thanks @hamishdickson for the report!

Closes gh-1769
(cherry picked from commit 8653068dd6b8a515f5c1d8a0fda4479e9534103e)

9 years agoCss: Remove non-functional unit test for negative margin
Dave Methvin [Tue, 9 Dec 2014 21:30:22 +0000 (16:30 -0500)]
Css: Remove non-functional unit test for negative margin

Thanks @MatthewMueller

Closes gh-1474
Ref gh-1918
(cherry picked from commit 30b3b33251abc38386b787c64494265177302b86)

9 years agoSupport: Re-organize browser order, add Safari 8
Michał Gołębiowski [Tue, 9 Dec 2014 20:08:25 +0000 (21:08 +0100)]
Support: Re-organize browser order, add Safari 8

Most browsers were put in order newest to oldest, Android was
treated differently; this has been fixed.

Also, browsers that share test results between different versions were
grouped together.

(refs 43faf6d1f922ba44a84c93f4ff2461d208b2bf48)

9 years agoCore: Simplify and speed up .each
Daniel Husar [Fri, 7 Feb 2014 10:30:13 +0000 (10:30 +0000)]
Core: Simplify and speed up .each

Closes gh-1510

(cherry picked from commit eeda11cdd6a69ec2ef4e9c1ed12b82a79910fda5)

9 years agoAttributes: Simplify the option val hook; backport a test from master
Michał Gołębiowski [Thu, 4 Dec 2014 13:43:35 +0000 (14:43 +0100)]
Attributes: Simplify the option val hook; backport a test from master

The hook is still defined; not using it could cause issues in IE<11.
Backport the test from the master branch.

Also, IE10 no longer throws when value not set but it still doesn't trim the
value. IE11 has all those issues fixed; support comments are updated.

(cherry-picked from f6302b0b53d61dfe1adbfaf6612be5cbced5bbc1)

Fixes gh-1902
Closes gh-1901

9 years agoMisc: Drop support for older browsers; update support comments 1837/head
Michał Gołębiowski [Mon, 3 Nov 2014 18:53:22 +0000 (19:53 +0100)]
Misc: Drop support for older browsers; update support comments

That includes IE<8, Opera 12.x, Firefox<29, Safari<6.0 and some hacks
for old Blackberry.

Fixes gh-1836
Fixes gh-1701
Refs gh-1815
Refs gh-1820

9 years agoManipulation: improve test for data-URI 1910/head
Oleg Gaidarenko [Sun, 7 Dec 2014 10:01:16 +0000 (13:01 +0300)]
Manipulation: improve test for data-URI

Some environments do not support data-uri in "src" attribute of script element.
Mitigate it with equality assertion

9 years agoEvent: Fully clean up events in unit test
Veaceslav Grimalschi [Wed, 8 Oct 2014 11:24:55 +0000 (15:24 +0400)]
Event: Fully clean up events in unit test

Closes gh-1685
(cherry picked from commit 4467ed606ab0a9b28ed495e682576910937fa5e0)

9 years agoCallbacks: Disabling a callback should prevent firing
Dave Methvin [Mon, 8 Dec 2014 01:51:04 +0000 (20:51 -0500)]
Callbacks: Disabling a callback should prevent firing

Thanks to @TheDistantSea for the report!

Fixes gh-1790
Closes gh-1643
(cherry picked from commit bc1cb122db30be034b3da84ee2546c86e2a5268f)

9 years agoManipulation: Plug an IE8 memory leak in noCloneEvent feature detect
Dave Methvin [Sat, 6 Dec 2014 21:51:50 +0000 (16:51 -0500)]
Manipulation: Plug an IE8 memory leak in noCloneEvent feature detect

Fixes gh-1840

This feature detect could be simplified now that the only supported browser
with this problem is IE8.

9 years agoTests: Tilt at a few style guide windmills
Richard Gibson [Sat, 6 Dec 2014 18:30:31 +0000 (13:30 -0500)]
Tests: Tilt at a few style guide windmills

Ref 3c13f4c6297566a71102c2362347987f6d6a636e

(cherry picked from commit 906caebb3f3bc542904a94846e778aa8d71c0575)

9 years agoTests: Accommodate page changes from the QUnit HTML reporter
Richard Gibson [Sat, 6 Dec 2014 18:23:40 +0000 (13:23 -0500)]
Tests: Accommodate page changes from the QUnit HTML reporter

Ref 6748ba349650353c7bed6eec201a3192f6b2cae1

(cherry picked from commit 3c13f4c6297566a71102c2362347987f6d6a636e)

9 years agoTests: Minor updates for QUnit 1.16 compatibility
Richard Gibson [Fri, 5 Dec 2014 17:28:40 +0000 (12:28 -0500)]
Tests: Minor updates for QUnit 1.16 compatibility

More to come later.

9 years agoTests: Update QUnit
Richard Gibson [Fri, 5 Dec 2014 14:49:02 +0000 (09:49 -0500)]
Tests: Update QUnit

(cherry picked from commit 6748ba349650353c7bed6eec201a3192f6b2cae1)

9 years agoBuild: Remove empty define({}) from build output
David Corbacho [Thu, 1 May 2014 10:21:34 +0000 (13:21 +0300)]
Build: Remove empty define({}) from build output

Fixes gh-1768
Closes gh-1569
(cherry picked from commit 2c1b556d98da597b0490f204e3561f656987f17c)

9 years agoCONTRIBUTING: Condense info and add directions to other resources
Dave Methvin [Thu, 4 Dec 2014 00:07:48 +0000 (19:07 -0500)]
CONTRIBUTING: Condense info and add directions to other resources

Fixes gh-1824
(cherry picked from commit bfd5dab2c6f387dce08e7c153ad0b3854ed971e4)

Conflicts:
CONTRIBUTING.md

9 years agoEvent: Copy detail property to jQuery.Event on native events
Dave Methvin [Wed, 3 Dec 2014 20:56:50 +0000 (15:56 -0500)]
Event: Copy detail property to jQuery.Event on native events

Fixes gh-1867
(cherry picked from commit d9ed166c865e91ccc8cef1ca282785c500ca2306)

Conflicts:
   test/unit/event.js

9 years agoCore: Throw an error on $("#") rather than returning 0-length collection
Dave Methvin [Wed, 3 Dec 2014 19:51:24 +0000 (14:51 -0500)]
Core: Throw an error on $("#") rather than returning 0-length collection

Closes gh-1682

Thanks @goob for the issue report!
(cherry picked from commit 80022c81ce4a07a232afd3c580b0977555a2daec)

9 years agoManipulation: don't test data-URI with script element in IE8
Oleg Gaidarenko [Wed, 3 Dec 2014 09:35:21 +0000 (12:35 +0300)]
Manipulation: don't test data-URI with script element in IE8

Since, apparently, it doesn't support it. Couldn't find more relevant info
then this - http://msdn.microsoft.com/en-us/library/cc848897(v=vs.85).aspx

No guard for older IE, since support for them will be removed soon anyway

9 years agoManipulation: support data-URI scripts insertion
Bin Xin [Fri, 28 Nov 2014 06:09:29 +0000 (14:09 +0800)]
Manipulation: support data-URI scripts insertion

Ref 15f4dec7894f1e00adbfb9bce4f870441a527bd6

9 years agoCSS: Clean up memory leak in reliableMarginRight
Dave Methvin [Mon, 1 Dec 2014 22:35:51 +0000 (17:35 -0500)]
CSS: Clean up memory leak in reliableMarginRight

Fixes gh-1795
Closes gh-1893

Thanks for the report flexphperia!
(cherry picked from commit 7d15b4d1f181de8868c375c545a51e4dfc28a611)

Conflicts:
src/css/support.js

9 years agoDimensions: allow modification of coordinates argument
Oleg Gaidarenko [Tue, 11 Nov 2014 13:27:44 +0000 (16:27 +0300)]
Dimensions: allow modification of coordinates argument

Ref f7e60dc83d81cbf892de9dab39642dd67c49bd23

9 years agoDocs: correct grunt command in README.md
Oleg Gaidarenko [Mon, 10 Nov 2014 10:20:06 +0000 (13:20 +0300)]
Docs: correct grunt command in README.md

Ref 9d6beac3958da79671344fd11b9a3fe9b85f88e1

9 years agoCSS: Fix get upper case alpha opacity in IE8
Zheming Sun [Sat, 8 Nov 2014 14:53:12 +0000 (17:53 +0300)]
CSS: Fix get upper case alpha opacity in IE8

Fixes gh-1705
Closes gh-1704

9 years agoBuild: Fix various typos
Oleg Gaidarenko [Sat, 8 Nov 2014 14:41:28 +0000 (17:41 +0300)]
Build: Fix various typos

Thanks @jamesgpearce, @imyousuf
Ref dc4b914a05e1e6dbf13f916897b5d6a472ea0380

9 years agoBuild: Point to files from the compat branch, not master
Michał Gołębiowski [Mon, 3 Nov 2014 22:59:03 +0000 (23:59 +0100)]
Build: Point to files from the compat branch, not master

9 years agoBuild: Update license
Scott González [Tue, 27 May 2014 19:03:12 +0000 (15:03 -0400)]
Build: Update license

(cherry-picked from 4f776e5ff91c48891f02d1ca3ba31132477d3972)

Closes gh-1587

9 years agoBuild: Put "jQuery Compat" in banners in built files
Michał Gołębiowski [Mon, 3 Nov 2014 22:32:56 +0000 (23:32 +0100)]
Build: Put "jQuery Compat" in banners in built files

9 years agoDocs: 1.x-master branch -> compat branch; 2.x branch -> master branch
Timmy Willison [Mon, 3 Nov 2014 17:34:45 +0000 (12:34 -0500)]
Docs: 1.x-master branch -> compat branch; 2.x branch -> master branch

Conflicts:
src/manipulation.js

9 years agoBuild: 1.x-master -> compat
Timmy Willison [Mon, 3 Nov 2014 17:27:12 +0000 (12:27 -0500)]
Build: 1.x-master -> compat

9 years agoAjax: Fix for request aborted in ajaxSend
Dan Hart [Sun, 13 Jul 2014 17:53:00 +0000 (18:53 +0100)]
Ajax: Fix for request aborted in ajaxSend

Fixes gh-1775
Close gh-1619

9 years agoREADME: Update the description of the deprecated module
Michał Gołębiowski [Thu, 30 Oct 2014 13:16:32 +0000 (14:16 +0100)]
README: Update the description of the deprecated module

(cherry-picked from 1d752731011d35e985271334ff98186728949f03)

.andSelf is now gone.

9 years agoChange broken url to wayback one
Arthur Verschaeve [Sat, 25 Oct 2014 07:42:19 +0000 (09:42 +0200)]
Change broken url to wayback one

9 years agoTest: Switch leftover andSelf to addBack
Michał Gołębiowski [Thu, 30 Oct 2014 13:19:03 +0000 (14:19 +0100)]
Test: Switch leftover andSelf to addBack

9 years agoDeprecated: Drop size and andSelf methods
Michał Gołębiowski [Thu, 30 Oct 2014 00:18:42 +0000 (01:18 +0100)]
Deprecated: Drop size and andSelf methods

(cherry-picked from f110360f65a268e959ae892ca36e85da3d91e606)

Fixes gh-1749
Closes gh-1822

9 years agoBuild: Upgrade to commitplease 2.0.0
Jörn Zaefferer [Wed, 22 Oct 2014 15:57:23 +0000 (17:57 +0200)]
Build: Upgrade to commitplease 2.0.0

commitplease now accepts "[tmp]:" and similar to temporary commits,
useful while updating pull requests that are squashed later.

(cherry picked from commit 5bc1ddc5cc96e509e0fadb0c1e3a70927de6ed1c)

9 years agoMisc: Update all references to bugs.jquery.com
Arthur Verschaeve [Fri, 17 Oct 2014 05:01:37 +0000 (07:01 +0200)]
Misc: Update all references to bugs.jquery.com

(cherry-picked from 3e89a53265bfdc992d7a97a01c5d1025e48e5906)

Fixes gh-1681
Closes gh-1716

9 years agoMisc: Need for speed removed by 9ad6e7e
Dave Methvin [Sun, 19 Oct 2014 19:16:13 +0000 (15:16 -0400)]
Misc: Need for speed removed by 9ad6e7e
(cherry picked from commit ff928f5775566ee54f26fcb0f9a326719c32e63c)

10 years agoAjax: remove event dependency from the ajax module
Oleg Gaidarenko [Fri, 10 Oct 2014 17:01:59 +0000 (21:01 +0400)]
Ajax: remove event dependency from the ajax module

Ref 4e7f34f6296111f7f91d621397dfb02c6bf4c41f

10 years agoREADME: Improve build instructions
Oleg Gaidarenko [Tue, 23 Sep 2014 22:03:04 +0000 (15:03 -0700)]
README: Improve build instructions

Thanks @NickStefan

Ref 2e9c1ead76aaae8fde004e3cacde1e36c5fd2104

10 years agoManipulation: Update html5shiv elements 1665/head
Alexander Farkas [Sat, 13 Sep 2014 20:16:19 +0000 (22:16 +0200)]
Manipulation: Update html5shiv elements

Include main, dialog, picture and template in html5shiv elements.

Fixes #15241
Closes gh-1655

10 years agoEvent: Restore the `constructor` property on jQuery.Event prototype
Daniel Herman [Thu, 15 May 2014 16:26:20 +0000 (12:26 -0400)]
Event: Restore the `constructor` property on jQuery.Event prototype

The original definition of the jQuery.Event prototype was paving over the
`constructor` property which was causing jQuery.isPlainObject to
improperly report that an instance of jQuery.Event was a plain object.

Fixes #15090
Closes gh-1580

(cherry picked from commit b807aedb7fee321fb3aa5d156a5a256ab0634e2d)

10 years agoCSS: Correct typo in the comment
Oleg Gaidarenko [Tue, 2 Sep 2014 20:19:26 +0000 (00:19 +0400)]
CSS: Correct typo in the comment

10 years agoCSS: Use pre-defined displays for html and body
Oleg Gaidarenko [Tue, 2 Sep 2014 20:11:05 +0000 (00:11 +0400)]
CSS: Use pre-defined displays for html and body

Ref 60f546acb1c7136092b4fd01cccff052e468cc72
Ref 274feb53cc9a99633dfac785d8b3b837d192c43c
Ref a7724186c98734529b06bebb8f2dc7fc2b641011

10 years agoCSS: Remove use of getDefaultComputedStyle
Nazar Mokrynskyi [Mon, 1 Sep 2014 21:13:46 +0000 (23:13 +0200)]
CSS: Remove use of getDefaultComputedStyle

Remove optimization to make jQuery compatible with Google's Polymer project

Ref 274feb53cc9a99633dfac785d8b3b837d192c43c

10 years agoCore: Drop strundefined variable
Chris Antaki [Sun, 27 Jul 2014 20:20:19 +0000 (13:20 -0700)]
Core: Drop strundefined variable

Ref 29838b6cab6f2e508f3e9692f32918c72b1a504b
Closes gh-1628

10 years agoCSS: Removed redundant "to the number" in comment
Aurelio De Rosa [Tue, 10 Jun 2014 21:26:35 +0000 (22:26 +0100)]
CSS: Removed redundant "to the number" in comment

Ref 895ea6887dd02a44067d041db00c355c80e930a3

10 years agoCss: Fix the "sanity check" test 1634/head 1644/head
Michał Gołębiowski [Mon, 28 Jul 2014 16:46:31 +0000 (18:46 +0200)]
Css: Fix the "sanity check" test

The #dl element has 0 height so it's now considered hidden regardless
of its width.

(cherry-picked from 995f70777ac6c0f988a44807ef1399e73937b2ee)

10 years agoBuild: denote that sizzle cannot be removed on this branch 1626/head
Timmy Willison [Fri, 18 Jul 2014 00:47:39 +0000 (17:47 -0700)]
Build: denote that sizzle cannot be removed on this branch

Fixes #14775

10 years agoCSS: elements are hidden when either offsetWidth or offsetHeight is zero
Timmy Willison [Thu, 17 Jul 2014 23:53:57 +0000 (16:53 -0700)]
CSS: elements are hidden when either offsetWidth or offsetHeight is zero

- Note: this is a breaking change that has been delayed for several versions.

Fixes #10406
Fixes #13132

Conflicts:
src/css/hiddenVisibleSelectors.js

10 years agoBuild: update source map options for the new grunt jshint
Timmy Willison [Thu, 17 Jul 2014 18:15:19 +0000 (11:15 -0700)]
Build: update source map options for the new grunt jshint

10 years agoBuild: update grunt-jscs-checker and pass with the new rules
Timmy Willison [Thu, 17 Jul 2014 17:25:59 +0000 (10:25 -0700)]
Build: update grunt-jscs-checker and pass with the new rules

Conflicts:
build/tasks/build.js
src/ajax/xhr.js
src/attributes/classes.js
src/attributes/prop.js
src/attributes/val.js
src/core/init.js
src/core/ready.js
src/css.js
src/css/curCSS.js
src/css/defaultDisplay.js
src/data.js
src/data/var/dataPriv.js
src/data/var/dataUser.js
src/dimensions.js
src/effects.js
src/event.js
src/manipulation.js
src/offset.js
src/queue.js
src/selector-native.js
test/data/testrunner.js

10 years agoBuild: update node dependencies barring jscs
Timmy Willison [Thu, 17 Jul 2014 17:24:37 +0000 (10:24 -0700)]
Build: update node dependencies barring jscs

10 years agoBuild: update front-end dependencies
Timmy Willison [Thu, 17 Jul 2014 17:30:10 +0000 (10:30 -0700)]
Build: update front-end dependencies

10 years agoBuild: drop bower; use npm for front-end deps
Timmy Willison [Thu, 17 Jul 2014 16:02:59 +0000 (09:02 -0700)]
Build: drop bower; use npm for front-end deps

Fixes #15186
Closes gh-1620

Conflicts:
bower.json

10 years agoAjax: Add support comment and fix code style issue
Chris Antaki [Sat, 14 Jun 2014 17:00:00 +0000 (10:00 -0700)]
Ajax: Add support comment and fix code style issue

Closes gh-1600
Ref e5190982c40d7ac8ab9bdb2e7e4334f0e123ef66
Ref #8138

10 years agoReadme: Fix punctuation in tile
upisfree [Sun, 29 Jun 2014 11:09:59 +0000 (14:09 +0300)]
Readme: Fix punctuation in tile

Ref df62159296e9de8b04653ba999a32f9be7bb2a73

10 years agoCore: Consistently use local reference to access()
Timo Tijhof [Tue, 24 Jun 2014 10:52:15 +0000 (12:52 +0200)]
Core: Consistently use local reference to access()

Ref 2fb719e5aa885232c5347576e9f9e1e341a7ba15
Ref 2063d6c1896b0c46c39fa0fdecef817f2e6f57c3

10 years agoBuild: Correct indentation issue
Oleg Gaidarenko [Thu, 3 Jul 2014 13:59:26 +0000 (17:59 +0400)]
Build: Correct indentation issue

10 years agoBuild: Add "timers_ie.js" file back to the repo
Oleg Gaidarenko [Thu, 3 Jul 2014 13:58:29 +0000 (17:58 +0400)]
Build: Add "timers_ie.js" file back to the repo

10 years agoSelector: Remove "#" exception for identifier tokens
Michał Gołębiowski [Mon, 30 Jun 2014 16:13:57 +0000 (18:13 +0200)]
Selector: Remove "#" exception for identifier tokens

Port Sizzle test change from:
https://github.com/jquery/sizzle/commit/f204a6112216f31685717d9fc1bf6cabf42b2ef1

(cherry-picked from 86e62d8b37ff9ad40e7c21c2c0c440a9cdfc550e)

10 years agoBuild: update grunt-bowercopy
Timmy Willison [Wed, 25 Jun 2014 17:51:39 +0000 (13:51 -0400)]
Build: update grunt-bowercopy

10 years agoBuild: update Sizzle to 1.11.1 and include license
Timmy Willison [Wed, 25 Jun 2014 17:43:09 +0000 (13:43 -0400)]
Build: update Sizzle to 1.11.1 and include license

10 years agoBuild: Move all external libraries to external directory
Scott González [Tue, 10 Jun 2014 19:32:25 +0000 (15:32 -0400)]
Build: Move all external libraries to external directory

Closes gh-1593

Conflicts:
Gruntfile.js
test/index.html

10 years agoBuild: Remove unused Sizzle test files
Scott González [Tue, 10 Jun 2014 19:13:03 +0000 (15:13 -0400)]
Build: Remove unused Sizzle test files

10 years agoBuild: Upgrade to grunt-bowercopy 1.0.0
Scott González [Tue, 10 Jun 2014 19:58:28 +0000 (15:58 -0400)]
Build: Upgrade to grunt-bowercopy 1.0.0

10 years agoBuild: ignore test dependencies for npm install
Timmy Willison [Tue, 24 Jun 2014 15:17:44 +0000 (11:17 -0400)]
Build: ignore test dependencies for npm install

10 years agoBuild: Update commitplease dev dependency
Oleg Gaidarenko [Sun, 15 Jun 2014 23:01:53 +0000 (03:01 +0400)]
Build: Update commitplease dev dependency

Ref 39b76064d9400295a383291ab6e821e259b67832

10 years agoBuild: Move test to appropriate module
Oleg Gaidarenko [Sat, 14 Jun 2014 16:31:08 +0000 (20:31 +0400)]
Build: Move test to appropriate module

Ref fbdbb6fd431a3f598b581079b0ca37c399d369d4

10 years agoEffects: Improve raf logic
Oleg Gaidarenko [Sun, 15 Jun 2014 22:59:41 +0000 (02:59 +0400)]
Effects: Improve raf logic

* Make animation behave as if jQuery.fx.off = true if document is hidden

* Use cancelAnimationFrame in jQuery.fx.stop

Ref 708764f47b0c8de152bbb444d0f608db558b76ed

10 years agoEffects: Reintroduce use of requestAnimationFrame
Oleg Gaidarenko [Sun, 15 Jun 2014 22:43:31 +0000 (02:43 +0400)]
Effects: Reintroduce use of requestAnimationFrame

Same as before, just use don't use prefixes, since they pretty match useless now
and use page visibility API to determine if animation should start.

Also null the requestAnimationFrame attribute in window for tests since
sinon does not provide fake method for it.

Fixes #15147
Ref 72119e0023dcc0d9807caf6d988598b74abdc937

10 years agoEffects: Remove needless operations in tests
Oleg Gaidarenko [Fri, 9 May 2014 00:08:48 +0000 (04:08 +0400)]
Effects: Remove needless operations in tests

Ref 10024c25820f08139f11d924cec552a26dfbba18

10 years agoAjax: Always use script injection in globalEval
Oleg Gaidarenko [Sun, 15 Jun 2014 21:45:24 +0000 (01:45 +0400)]
Ajax: Always use script injection in globalEval

Fixes #14757
Ref bbdfbb4ee859fe9319b348d88120ddc2c9efbd63

10 years agoCSS: Do not throw on frame elements in FF
Oleg Gaidarenko [Sun, 15 Jun 2014 21:26:49 +0000 (01:26 +0400)]
CSS: Do not throw on frame elements in FF

IE9-10 throws on elements created in popups (see #14150), FF meanwhile throws
on frame elements through "defaultView.getComputedStyle" (see #15098)

Use "defaultView" if in the popup which would fix IE issue,
use "window.getComputedStyle" which would fix FF issue.

And everybody wins, except performance, but who cares right?

Fixes #15098
Ref e488d985cfb10ab8c684bbc6a9b8ff3eae23bf83

10 years agoTests: Clean up isNumeric tests
Richard Gibson [Sat, 7 Jun 2014 18:33:36 +0000 (14:33 -0400)]
Tests: Clean up isNumeric tests

10 years agoCore: Work around loss of precision from parseFloat
Richard Gibson [Sat, 7 Jun 2014 18:22:49 +0000 (14:22 -0400)]
Core: Work around loss of precision from parseFloat

Fixes #15100

10 years agoWrap: Declare a dependency on the manipulation module 1592/head
TJ VanToll [Fri, 30 May 2014 20:13:00 +0000 (16:13 -0400)]
Wrap: Declare a dependency on the manipulation module

Fixes #15121
Closes gh-1589

10 years agoAjax: Support usage without jQuery.event
TJ VanToll [Fri, 30 May 2014 13:48:43 +0000 (09:48 -0400)]
Ajax: Support usage without jQuery.event

Fixes #15118
Closes gh-1588

10 years agoAjax: move ajax event aliases to their own file
Timmy Willison [Mon, 2 Jun 2014 16:39:11 +0000 (12:39 -0400)]
Ajax: move ajax event aliases to their own file

Fixes #15126

10 years agoSelector: Use jQuery reference not Sizzle
Oleg Gaidarenko [Thu, 29 May 2014 17:54:45 +0000 (21:54 +0400)]
Selector: Use jQuery reference not Sizzle

(Cherry-picked from 3b9057a18de31b838bd0dd25ea466993b62f9dd9)

10 years agoSelector: Fix test iframe submission for firefox
Oleg Gaidarenko [Thu, 29 May 2014 17:45:59 +0000 (21:45 +0400)]
Selector: Fix test iframe submission for firefox

Ref jquery/sizzle@20fbadb0870bd30e0e66c68891f121c0450374c4
(Cherry-picked from efc4f8d7814a8c44bd5b4d924d237a04263e1a85)

10 years agoRelease: ensure Sizzle is the latest tag
Timmy Willison [Fri, 23 May 2014 16:45:51 +0000 (12:45 -0400)]
Release: ensure Sizzle is the latest tag

Fixes #14915

10 years agoBuild: run jshint and jscs on release scripts
Timmy Willison [Fri, 23 May 2014 16:45:19 +0000 (12:45 -0400)]
Build: run jshint and jscs on release scripts

10 years agoBuild: update AUTHORS.txt
Timmy Willison [Fri, 23 May 2014 17:56:16 +0000 (13:56 -0400)]
Build: update AUTHORS.txt