]> source.dussan.org Git - jquery.git/log
jquery.git
12 years agoSizzle: fix chaining pseudo selectors placed after pos selectors. Fixes #12208.
Timmy Willison [Tue, 7 Aug 2012 17:30:58 +0000 (13:30 -0400)]
Sizzle: fix chaining pseudo selectors placed after pos selectors. Fixes #12208.

12 years agoFixes #1034 - Check for style.removeAttribute before calling it
Corey Frang [Mon, 6 Aug 2012 16:01:32 +0000 (11:01 -0500)]
Fixes #1034 - Check for style.removeAttribute before calling it

Fixes issue in non IE browsers that happen to come down this path

12 years agoQuote reserved keyword 'throws' to satisfy yui compressor. Fixes #12158.
Timmy Willison [Mon, 30 Jul 2012 14:44:47 +0000 (10:44 -0400)]
Quote reserved keyword 'throws' to satisfy yui compressor. Fixes #12158.

12 years agoFix a regression where has with multiple contexts was not filtering correctly. Test...
Timmy Willison [Fri, 27 Jul 2012 22:19:01 +0000 (18:19 -0400)]
Fix a regression where has with multiple contexts was not filtering correctly. Test added.

12 years agoSizzle: fix a small bug with combinator cache. Fixes #10499.
Timmy Willison [Fri, 27 Jul 2012 21:34:39 +0000 (17:34 -0400)]
Sizzle: fix a small bug with combinator cache. Fixes #10499.

12 years agoSizzle: adjust pseudos regex. Fixes #12153.
Timmy Willison [Fri, 27 Jul 2012 20:10:30 +0000 (16:10 -0400)]
Sizzle: adjust pseudos regex. Fixes #12153.

12 years agoUpdating the source version to 1.8pre
Dave Methvin [Fri, 27 Jul 2012 02:30:55 +0000 (22:30 -0400)]
Updating the source version to 1.8pre

12 years agoTagging the 1.8rc1 release. 1.8rc1
Dave Methvin [Fri, 27 Jul 2012 02:26:25 +0000 (22:26 -0400)]
Tagging the 1.8rc1 release.

12 years agoPer @gibson042, don't need .documentElement since Sizzle handles.
Dave Methvin [Thu, 26 Jul 2012 13:28:56 +0000 (09:28 -0400)]
Per @gibson042, don't need .documentElement since Sizzle handles.

12 years agoAdding a check for double progress call in effects units
Corey Frang [Thu, 26 Jul 2012 02:33:48 +0000 (21:33 -0500)]
Adding a check for double progress call in effects units

12 years agoFix #12127, fer real. IE9/10 check state on clone. Close gh-875.
Daniel Chatfield [Thu, 26 Jul 2012 02:23:24 +0000 (22:23 -0400)]
Fix #12127, fer real. IE9/10 check state on clone. Close gh-875.

12 years agoPull in unit tests from gh-877, thanks @orkel!
Dave Methvin [Thu, 26 Jul 2012 01:58:59 +0000 (21:58 -0400)]
Pull in unit tests from gh-877, thanks @orkel!

12 years agoUnbreak isHidden args, they're needed by the .filter() call.
Dave Methvin [Thu, 26 Jul 2012 01:44:44 +0000 (21:44 -0400)]
Unbreak isHidden args, they're needed by the .filter() call.

12 years agoGive .stop() queue animations more leeway for Stutterin' Swarmy.
Dave Methvin [Thu, 26 Jul 2012 01:33:30 +0000 (21:33 -0400)]
Give .stop() queue animations more leeway for Stutterin' Swarmy.

This test sometimes fails with only 2 animations left in the queue, so this extends the first animation in case we're running afoul of the one-second rule for background windows.

12 years agoFix #12148. Let .toggle() call the public .hide() for punching.
Dave Methvin [Thu, 26 Jul 2012 01:24:49 +0000 (21:24 -0400)]
Fix #12148. Let .toggle() call the public .hide() for punching.

There is a slightly shorter way to do this but it's not Closure-friendly.

12 years agoMoves isHidden to src/css.js and re-introduces its use. No ticket. Closes gh-876
Oleg [Wed, 25 Jul 2012 23:24:10 +0000 (16:24 -0700)]
Moves isHidden to src/css.js and re-introduces its use. No ticket. Closes gh-876

12 years agoOops, didn't mean to revert sizzle last time
Corey Frang [Wed, 25 Jul 2012 20:53:42 +0000 (15:53 -0500)]
Oops, didn't mean to revert sizzle last time

12 years agoThis should repair the unit
Corey Frang [Wed, 25 Jul 2012 20:36:21 +0000 (15:36 -0500)]
This should repair the unit

12 years agoTrying to repair a unit
Corey Frang [Wed, 25 Jul 2012 20:18:01 +0000 (15:18 -0500)]
Trying to repair a unit

12 years agoRemove unnecessary else
Timmy Willison [Wed, 25 Jul 2012 20:09:30 +0000 (16:09 -0400)]
Remove unnecessary else

12 years agoFail silently if closest is somehow called on a document. Fixes #10726.
Timmy Willison [Wed, 25 Jul 2012 20:05:48 +0000 (16:05 -0400)]
Fail silently if closest is somehow called on a document. Fixes #10726.

12 years agoRemove IE8 testswarm hacks for offset.
Dave Methvin [Wed, 25 Jul 2012 19:42:06 +0000 (15:42 -0400)]
Remove IE8 testswarm hacks for offset.

12 years agoSizzle: fixes issue with :empty pseudo and comment nodes
Timmy Willison [Wed, 25 Jul 2012 19:23:53 +0000 (15:23 -0400)]
Sizzle: fixes issue with :empty pseudo and comment nodes

12 years agoRevert "Fix #12127. IE9/10 checks fall off the box on clone. Close gh-873."
Dave Methvin [Wed, 25 Jul 2012 18:38:55 +0000 (14:38 -0400)]
Revert "Fix #12127. IE9/10 checks fall off the box on clone. Close gh-873."

This reverts commit 569d064fc93459695cb6eb6fd09e5ba3fda62f03.

Causing test fails in Safari, IE6, and IE7.

12 years agoLoosen the ajax statusText check so Safari AND Chrome pass.
Dave Methvin [Wed, 25 Jul 2012 18:25:39 +0000 (14:25 -0400)]
Loosen the ajax statusText check so Safari AND Chrome pass.

12 years agoUpdate Sizzle: minor consolidation
Timmy Willison [Wed, 25 Jul 2012 15:01:08 +0000 (11:01 -0400)]
Update Sizzle: minor consolidation

12 years agoUpdate Sizzle: attribute values regex tweak
Timmy Willison [Wed, 25 Jul 2012 14:51:48 +0000 (10:51 -0400)]
Update Sizzle: attribute values regex tweak

12 years agoFix #7579. Don't convert to number if it changes the string. Close gh-852.
Dave Methvin [Wed, 25 Jul 2012 14:19:09 +0000 (10:19 -0400)]
Fix #7579. Don't convert to number if it changes the string. Close gh-852.

Net effect here is that hex numbers and most exponential-format numbers or long sequences of digits will remain strings rather than being coerced to numbers. `The people have spoken.

12 years agoFollowup #12018, fix a test fail converting to pixels. Close gh-874.
Mike Sherov [Wed, 25 Jul 2012 12:49:51 +0000 (08:49 -0400)]
Followup #12018, fix a test fail converting to pixels. Close gh-874.

12 years agoFix #12127. IE9/10 checks fall off the box on clone. Close gh-873.
Daniel Chatfield [Wed, 25 Jul 2012 13:32:33 +0000 (09:32 -0400)]
Fix #12127. IE9/10 checks fall off the box on clone. Close gh-873.

12 years agoInitial commit of AUTHORS.txt file.
Dave Methvin [Wed, 25 Jul 2012 03:45:12 +0000 (23:45 -0400)]
Initial commit of AUTHORS.txt file.

12 years agoAdd grunt-git-authors task.
Dave Methvin [Wed, 25 Jul 2012 02:55:06 +0000 (22:55 -0400)]
Add grunt-git-authors task.

12 years agoFix #12132. IE10 dislikes detached object elements. Close gh-870.
Elijah Manor [Tue, 24 Jul 2012 18:34:14 +0000 (14:34 -0400)]
Fix #12132. IE10 dislikes detached object elements. Close gh-870.

12 years agoUpdate Sizzle
Timmy Willison [Mon, 23 Jul 2012 23:39:58 +0000 (19:39 -0400)]
Update Sizzle

12 years agoSizzle: fixes test fails in IE6/7
Timmy Willison [Mon, 23 Jul 2012 19:37:41 +0000 (15:37 -0400)]
Sizzle: fixes test fails in IE6/7

12 years agoSizzle: fix issue with adjusting the context on relative combinators in element-roote...
Timmy Willison [Mon, 23 Jul 2012 18:51:55 +0000 (14:51 -0400)]
Sizzle: fix issue with adjusting the context on relative combinators in element-rooted qSA

12 years agoUpdate Sizzle
Timmy Willison [Mon, 23 Jul 2012 16:52:08 +0000 (12:52 -0400)]
Update Sizzle

12 years agoSupport event delegation with relative selectors. Fixes #10762. Closes gh-860.
Richard Gibson [Mon, 23 Jul 2012 16:48:29 +0000 (12:48 -0400)]
Support event delegation with relative selectors. Fixes #10762. Closes gh-860.

12 years agoUpdate Sizzle: Minor edits and fixes #10762.
Timmy Willison [Mon, 23 Jul 2012 16:48:05 +0000 (12:48 -0400)]
Update Sizzle: Minor edits and fixes #10762.

12 years agoClean up regexen; use common regex for numbers. Close gh-862.
Richard Gibson [Mon, 23 Jul 2012 02:23:32 +0000 (22:23 -0400)]
Clean up regexen; use common regex for numbers. Close gh-862.

12 years agoFix #9217. oldIE error when changing detached elements, close gh-861
Corey Frang [Fri, 13 Jul 2012 21:03:21 +0000 (16:03 -0500)]
Fix #9217. oldIE error when changing detached elements, close gh-861

12 years agoFix #12088, Safari 5 and more percentages in getComputedStyle
Mike Sherov [Mon, 23 Jul 2012 01:58:23 +0000 (21:58 -0400)]
Fix #12088, Safari 5 and more percentages in getComputedStyle

In particular, min-width and max-width are taunting the awesome hack. Closes gh-865.

12 years agoReally support subproject tests in testswarm, closes gh-868
Richard Gibson [Mon, 23 Jul 2012 01:49:39 +0000 (21:49 -0400)]
Really support subproject tests in testswarm, closes gh-868

12 years agoFix the logic to set overflow:hidden on width & height animations - Fixes #12117...
Corey Frang [Fri, 20 Jul 2012 23:36:55 +0000 (18:36 -0500)]
Fix the logic to set overflow:hidden on width & height animations - Fixes #12117 - Closes gh-869

12 years agoLet subproject tests use their own test fixture. Closes gh-867.
Dave Methvin [Fri, 20 Jul 2012 02:02:37 +0000 (22:02 -0400)]
Let subproject tests use their own test fixture. Closes gh-867.

12 years agoUpdate Sizzle to fix #12082, #12087.
Dave Methvin [Wed, 18 Jul 2012 03:04:03 +0000 (23:04 -0400)]
Update Sizzle to fix #12082, #12087.

12 years agoPush serialize module to swarm /cc @jaubourg
Corey Frang [Fri, 13 Jul 2012 07:59:20 +0000 (02:59 -0500)]
Push serialize module to swarm /cc @jaubourg

12 years agoExtracts the serialization code from the ajax module so that alternative ajax impleme...
jaubourg [Fri, 13 Jul 2012 07:44:21 +0000 (09:44 +0200)]
Extracts the serialization code from the ajax module so that alternative ajax implementations can use it without the need for the whole ajax module to be included in the build.

12 years agoRevert "Fix #11397. Shush Firefox warning by re-breaking #6932 for BB 4.7."
Dave Methvin [Thu, 12 Jul 2012 19:28:58 +0000 (15:28 -0400)]
Revert "Fix #11397. Shush Firefox warning by re-breaking #6932 for BB 4.7."

This reverts commit e866893fd29b0328ebc282cf0ba716e6f87384c3.

Failures in IE6 when this is removed, unfortunately.

12 years agoFix #11397. Shush Firefox warning by re-breaking #6932 for BB 4.7.
Dave Methvin [Thu, 12 Jul 2012 18:54:43 +0000 (14:54 -0400)]
Fix #11397. Shush Firefox warning by re-breaking #6932 for BB 4.7.

At this point BlackBerry 4.7 (and related ancient browsers) should be scarce (released circa 2008) so #6932 will be closed wontfix for this edge case.

12 years agoImage location is relative to css file, not html file.
Dave Methvin [Thu, 12 Jul 2012 15:57:28 +0000 (11:57 -0400)]
Image location is relative to css file, not html file.

12 years agoUpdate to QUnit 1.9.0
Dave Methvin [Thu, 12 Jul 2012 15:37:25 +0000 (11:37 -0400)]
Update to QUnit 1.9.0

12 years agoFollowup on #10791: "[class~=foo]" is better. Closes gh-858.
Richard Gibson [Wed, 11 Jul 2012 21:33:53 +0000 (17:33 -0400)]
Followup on #10791: "[class~=foo]" is better. Closes gh-858.

12 years agoUpdate Sizzle to fix oldIE erroneous getAttribute invokification.
Dave Methvin [Thu, 12 Jul 2012 13:58:59 +0000 (09:58 -0400)]
Update Sizzle to fix oldIE erroneous getAttribute invokification.

12 years agoFix #11547. toLowerCase not work good on XML attributes.
Dave Methvin [Thu, 12 Jul 2012 02:46:34 +0000 (22:46 -0400)]
Fix #11547. toLowerCase not work good on XML attributes.

This was fixed to some extent in gh-724 but there were insufficient test cases. Removing the lowercase completely allows IE 6/7 to work properly since there you need an exact case match for attributes, even in HTML docs. More discussion and test cases in the comments on gh-724.

12 years agoUpdate Sizzle; Closes #12054, #12057.
Dave Methvin [Wed, 11 Jul 2012 21:00:21 +0000 (17:00 -0400)]
Update Sizzle; Closes #12054, #12057.

12 years agoWontfix #10791: please use "[class=foo]" with SVG elements
Richard Gibson [Wed, 11 Jul 2012 21:17:47 +0000 (17:17 -0400)]
Wontfix #10791: please use "[class=foo]" with SVG elements

12 years agogrunt custom saves minified version automattically. Close gh-856, Fixes #12059
Corey Frang [Wed, 11 Jul 2012 13:54:01 +0000 (09:54 -0400)]
grunt custom saves minified version automattically. Close gh-856, Fixes #12059

12 years agoFixes a variety of typographical problems. Closes gh-853
Chris Faulkner [Wed, 11 Jul 2012 13:46:21 +0000 (09:46 -0400)]
Fixes a variety of typographical problems. Closes gh-853

12 years agoREADME: Adds missing commands to setup instructions. Closes gh-854
Mathias Bynens [Wed, 11 Jul 2012 13:42:02 +0000 (09:42 -0400)]
README: Adds missing  commands to setup instructions. Closes gh-854

12 years agoREADME: Add to the full list of optional modules. Closes gh-855
Mathias Bynens [Wed, 11 Jul 2012 13:39:18 +0000 (09:39 -0400)]
README: Add  to the full list of optional modules. Closes gh-855

12 years agoRemove a few stray spaces in unit tests.
Dave Methvin [Wed, 11 Jul 2012 01:44:03 +0000 (21:44 -0400)]
Remove a few stray spaces in unit tests.

12 years agoUpdating the source version to 1.8pre
Dave Methvin [Tue, 10 Jul 2012 21:24:06 +0000 (17:24 -0400)]
Updating the source version to 1.8pre

12 years agoTagging the 1.8b2 release. 1.8b2
Dave Methvin [Tue, 10 Jul 2012 21:22:44 +0000 (17:22 -0400)]
Tagging the 1.8b2 release.

12 years agoYou can't hurry tests, no, you just have to wait.
Dave Methvin [Tue, 10 Jul 2012 16:48:53 +0000 (12:48 -0400)]
You can't hurry tests, no, you just have to wait.

The 100ms here is just too fast and flakey, it causes random fails in swarmy runs.

12 years agoAdjust jshint options to pass with closure 'sub' changes
Timmy Willison [Tue, 10 Jul 2012 16:12:01 +0000 (12:12 -0400)]
Adjust jshint options to pass with closure 'sub' changes

12 years agoSizzle: necessary changes for Advanced Closure compiler support
Timmy Willison [Tue, 10 Jul 2012 16:06:18 +0000 (12:06 -0400)]
Sizzle: necessary changes for Advanced Closure compiler support

12 years agoFix #10517. before() and after() on disconnected node should return multiple nodes...
Uri Gilad [Tue, 10 Jul 2012 14:14:43 +0000 (10:14 -0400)]
Fix #10517. before() and after() on disconnected node should return multiple nodes. Closes gh-851.

12 years agoSizzle: fix failing test in IE: malformed HTML
Timmy Willison [Tue, 10 Jul 2012 03:48:09 +0000 (23:48 -0400)]
Sizzle: fix failing test in IE: malformed HTML

12 years agoUpdate Sizzle: fixes an issue with an escape character in the id of a context
Timmy Willison [Tue, 10 Jul 2012 03:20:22 +0000 (23:20 -0400)]
Update Sizzle: fixes an issue with an escape character in the id of a context

12 years agoFix #11962. Standardize getter return values for empty sets.
Uri Gilad [Tue, 10 Jul 2012 03:06:51 +0000 (23:06 -0400)]
Fix #11962. Standardize getter return values for empty sets.

12 years agoFix #11971 unit test in browsers lacking backgroundPositionX.
Richard Gibson [Mon, 9 Jul 2012 06:56:42 +0000 (02:56 -0400)]
Fix #11971 unit test in browsers lacking backgroundPositionX.

Closes gh-850.

12 years agoUpdate Sizzle: compress/edge case pull from gibson and a fix :not/:has with spaces
Timmy Willison [Tue, 10 Jul 2012 02:07:47 +0000 (22:07 -0400)]
Update Sizzle: compress/edge case pull from gibson and a fix :not/:has with spaces

12 years agoFollow the style guide, lose 72 bytes! Closes gh-840.
Mike Sherov [Tue, 10 Jul 2012 01:38:11 +0000 (21:38 -0400)]
Follow the style guide, lose 72 bytes! Closes gh-840.

12 years agoUpdate Sizzle: fixes author of a previous commit
Timmy Willison [Mon, 9 Jul 2012 15:38:25 +0000 (11:38 -0400)]
Update Sizzle: fixes author of a previous commit

12 years agoFixes indentation in grunt.js
Rick Waldron [Mon, 9 Jul 2012 15:23:55 +0000 (11:23 -0400)]
Fixes indentation in grunt.js

12 years agoUpdate grunt:selector task to handle new Sizzle EXPOSE block
Rick Waldron [Mon, 9 Jul 2012 15:21:35 +0000 (11:21 -0400)]
Update grunt:selector task to handle new Sizzle EXPOSE block

12 years agoUpdate Sizzle: added EXPOSE comment
Timmy Willison [Mon, 9 Jul 2012 15:13:00 +0000 (11:13 -0400)]
Update Sizzle: added EXPOSE comment

12 years agoSizzle added standalone AMD support
Timmy Willison [Mon, 9 Jul 2012 15:05:25 +0000 (11:05 -0400)]
Sizzle added standalone AMD support

12 years agoFix #11249. Inline styles anger Content Security Policy.
David Benjamin [Sat, 7 Jul 2012 21:24:16 +0000 (17:24 -0400)]
Fix #11249. Inline styles anger Content Security Policy.

12 years agoSizzle: adds a test for a previously problematic selector
Timmy Willison [Sat, 7 Jul 2012 17:10:10 +0000 (13:10 -0400)]
Sizzle: adds a test for a previously problematic selector

12 years agoUpdate Sizzle: adds createPseudo method on Sizzle.selectors for easily creating pseud...
Timmy Willison [Sat, 7 Jul 2012 16:44:05 +0000 (12:44 -0400)]
Update Sizzle: adds createPseudo method on Sizzle.selectors for easily creating pseudos with the new compiler

12 years agoUpdate Sizzle: fixes UI tests
Timmy Willison [Fri, 6 Jul 2012 23:14:34 +0000 (19:14 -0400)]
Update Sizzle: fixes UI tests

12 years agoSizzle: minor change
Timmy Willison [Fri, 6 Jul 2012 15:16:38 +0000 (11:16 -0400)]
Sizzle: minor change

12 years agoUpdate Sizzle: improved dir caching
Timmy Willison [Fri, 6 Jul 2012 15:09:27 +0000 (11:09 -0400)]
Update Sizzle: improved dir caching

12 years agoFix #12018, readyState "interactive" in oldIE lies! Closes gh-848.
Mike Sherov [Fri, 6 Jul 2012 14:12:20 +0000 (10:12 -0400)]
Fix #12018, readyState "interactive" in oldIE lies! Closes gh-848.

12 years agoFix #8482, offsetParent should not return null. Closes gh-847.
Nowres Rafid [Fri, 6 Jul 2012 13:58:34 +0000 (09:58 -0400)]
Fix #8482, offsetParent should not return null. Closes gh-847.

12 years agoOptimization of array operations, closes gh-844.
Oleg [Thu, 28 Jun 2012 00:55:36 +0000 (04:55 +0400)]
Optimization of array operations, closes gh-844.

12 years agoDRY out removeData/cleanData, closes gh-838.
Richard Gibson [Fri, 6 Jul 2012 13:22:44 +0000 (09:22 -0400)]
DRY out removeData/cleanData, closes gh-838.

12 years agoStop using reserved words as argument names, closes gh-841.
Mike Sherov [Fri, 6 Jul 2012 13:09:40 +0000 (09:09 -0400)]
Stop using reserved words as argument names, closes gh-841.

12 years agoFix #11971: force numeric animation start to be numeric, closes gh-836.
Richard Gibson [Tue, 26 Jun 2012 17:48:31 +0000 (13:48 -0400)]
Fix #11971: force numeric animation start to be numeric, closes gh-836.

12 years agoRemove more attrFn vestiges from events.
Dave Methvin [Thu, 5 Jul 2012 21:46:08 +0000 (17:46 -0400)]
Remove more attrFn vestiges from events.

12 years agoFix #12026. Let props in $(html, props) be any jQuery.fn method.
Dave Methvin [Thu, 5 Jul 2012 21:21:58 +0000 (17:21 -0400)]
Fix #12026. Let props in $(html, props) be any jQuery.fn method.

Closes gh-839.

12 years agoSizzle: removes qunit and adds .gitignore
timmywil [Thu, 5 Jul 2012 20:41:53 +0000 (16:41 -0400)]
Sizzle: removes qunit and adds .gitignore

12 years agoUpdate Sizzle: adjusted POS handling; attribute names should be case-insensitive...
timmywil [Thu, 5 Jul 2012 20:38:07 +0000 (16:38 -0400)]
Update Sizzle: adjusted POS handling; attribute names should be case-insensitive; dir cache performance tweak

12 years agoMake unit tests friendly to Closure Compiler. Closes gh-845.
Chad Killingsworth [Thu, 5 Jul 2012 19:52:13 +0000 (15:52 -0400)]
Make unit tests friendly to Closure Compiler. Closes gh-845.

    Conflicts:
     test/unit/effects.js
     test/unit/offset.js

12 years agoUpdate Sizzle: pseudo-classes should be case-insensitive
timmywil [Thu, 5 Jul 2012 18:52:05 +0000 (14:52 -0400)]
Update Sizzle: pseudo-classes should be case-insensitive

12 years agoSizzle docs and README updates
timmywil [Wed, 4 Jul 2012 20:55:31 +0000 (16:55 -0400)]
Sizzle docs and README updates

12 years agoUpdate Sizzle: better compression
Richard Gibson [Wed, 4 Jul 2012 16:40:18 +0000 (12:40 -0400)]
Update Sizzle: better compression

12 years agoUpdate copyright to jQuery Foundation.
Dave Methvin [Wed, 4 Jul 2012 03:09:44 +0000 (23:09 -0400)]
Update copyright to jQuery Foundation.