]> source.dussan.org Git - jquery.git/log
jquery.git
11 years agoFix #13499: selector with leading ID matching only a name
Richard Gibson [Sat, 23 Feb 2013 02:29:38 +0000 (21:29 -0500)]
Fix #13499: selector with leading ID matching only a name

11 years agoNo ticket: Revise unit tests in anticipation of Sizzle-free builds
Richard Gibson [Tue, 19 Feb 2013 04:52:29 +0000 (23:52 -0500)]
No ticket: Revise unit tests in anticipation of Sizzle-free builds
(cherry picked from commit 59f5adb622dd6bc3419bbaa9cc2d4acd7a0b08b9)

11 years agoNo ticket: Reduce size in anticipation of Sizzle-free builds
Richard Gibson [Fri, 22 Feb 2013 21:33:52 +0000 (16:33 -0500)]
No ticket: Reduce size in anticipation of Sizzle-free builds

11 years agoNo ticket: Update Sizzle
Richard Gibson [Mon, 18 Feb 2013 04:10:53 +0000 (23:10 -0500)]
No ticket: Update Sizzle

11 years agoFix #13463: Update copyright
Richard Gibson [Sun, 17 Feb 2013 14:30:21 +0000 (09:30 -0500)]
Fix #13463: Update copyright

11 years agoFix #13265 #13332: Allow .parent/.closest with text nodes. Close gh-1146.
Richard Gibson [Sun, 27 Jan 2013 16:36:04 +0000 (11:36 -0500)]
Fix #13265 #13332: Allow .parent/.closest with text nodes. Close gh-1146.

11 years agoNo ticket: keep jquery.min.js.gz under 32K
Richard Gibson [Tue, 12 Feb 2013 05:45:35 +0000 (00:45 -0500)]
No ticket: keep jquery.min.js.gz under 32K

11 years agoFix #13401: replaceWith(""). Close gh-1163.
Mark Raddatz [Thu, 7 Feb 2013 21:43:25 +0000 (05:43 +0800)]
Fix #13401: replaceWith(""). Close gh-1163.
(cherry picked from commit 6a0ee2d9ed34b81d4ad0662423bf815a3110990f)

11 years agoRef #13316: Sync all test documents on full vs. minified source.
Richard Gibson [Fri, 8 Feb 2013 05:20:33 +0000 (00:20 -0500)]
Ref #13316: Sync all test documents on full vs. minified source.

11 years agoUpdate Sizzle: detached node sorting in Webkit. Fixes #13331.
Timmy Willison [Fri, 1 Feb 2013 23:06:02 +0000 (18:06 -0500)]
Update Sizzle: detached node sorting in Webkit. Fixes #13331.

11 years ago2013!
Dave Methvin [Tue, 5 Feb 2013 00:59:13 +0000 (19:59 -0500)]
2013!

11 years agoUpdating the source version to 1.9.2pre
Dave Methvin [Tue, 5 Feb 2013 00:56:34 +0000 (19:56 -0500)]
Updating the source version to 1.9.2pre

11 years agoTagging the 1.9.1 release.
Dave Methvin [Tue, 5 Feb 2013 00:56:06 +0000 (19:56 -0500)]
Tagging the 1.9.1 release.

11 years agoFix #13356. Clean up after load/ready handlers. Close gh-1152.
Oleg [Tue, 22 Jan 2013 17:58:41 +0000 (21:58 +0400)]
Fix #13356. Clean up after load/ready handlers. Close gh-1152.

11 years agoFix #13310. Get the right display value for disconnected nodes. Close gh-1155.
Oleg [Fri, 1 Feb 2013 12:57:50 +0000 (16:57 +0400)]
Fix #13310. Get the right display value for disconnected nodes. Close gh-1155.

11 years agoFix #13089. Only apply zoom to IE6/7 body.
Dave Methvin [Sun, 3 Feb 2013 18:54:38 +0000 (13:54 -0500)]
Fix #13089. Only apply zoom to IE6/7 body.

11 years agoUpgrade QUnit: Welcome to the present!
Richard Gibson [Sun, 3 Feb 2013 17:28:42 +0000 (12:28 -0500)]
Upgrade QUnit: Welcome to the present!

11 years agoRef #12846 and 3b6d8941d8. Fix unit test for IE6.
Dave Methvin [Sun, 3 Feb 2013 03:18:33 +0000 (22:18 -0500)]
Ref #12846 and 3b6d8941d8. Fix unit test for IE6.

11 years agoFix #13335. Remove "use strict".
Dave Methvin [Fri, 1 Feb 2013 22:17:39 +0000 (17:17 -0500)]
Fix #13335. Remove "use strict".

11 years agoAdding @andrewplummer to AUTHORS.txt
Corey Frang [Thu, 31 Jan 2013 18:13:50 +0000 (12:13 -0600)]
Adding @andrewplummer to AUTHORS.txt

11 years agoevent: Stricter type checking in trigger - Fixes #13360 - Closes gh-1153
Andrew Plummer [Thu, 31 Jan 2013 18:01:34 +0000 (12:01 -0600)]
event: Stricter type checking in trigger - Fixes #13360 - Closes gh-1153

Squashed commit of the following:

commit 5935a362c75ecef04d5ec9775cbcaf2165921e8d
Author: Andrew Plummer <plummer.andrew@gmail.com>
Date:   Fri Feb 1 02:40:42 2013 +0900

    Using "hasOwnProperty" to check for direct properties "type" and
    "namespace" on events before triggering.

11 years agoFix #13355. Tweak Uglify options and var order for gzip. Close gh-1151.
Oleg [Tue, 29 Jan 2013 00:04:58 +0000 (04:04 +0400)]
Fix #13355. Tweak Uglify options and var order for gzip. Close gh-1151.

Change uglify-js options for compressor
Change variables initialization sequence for some declarations

11 years agoChange variables initialization sequence for some declarations
Oleg [Fri, 25 Jan 2013 02:26:16 +0000 (06:26 +0400)]
Change variables initialization sequence for some declarations

11 years agoAgain, magic fixing for previous commit.
Timmy Willison [Thu, 31 Jan 2013 01:52:06 +0000 (20:52 -0500)]
Again, magic fixing for previous commit.

11 years agoMinor updates. All parameters of an internal function are for internal use only.
Timmy Willison [Thu, 31 Jan 2013 01:40:39 +0000 (20:40 -0500)]
Minor updates. All parameters of an internal function are for internal use only.

11 years agoRevert change to visible/hidden selectors until 1.10 and 2.1. Reopens #13132, #10406.
Timmy Willison [Thu, 31 Jan 2013 01:09:56 +0000 (20:09 -0500)]
Revert change to visible/hidden selectors until 1.10 and 2.1. Reopens #13132, #10406.

11 years agoFix #13349. No need to sort simple .find() cases.
Dave Methvin [Wed, 30 Jan 2013 01:57:26 +0000 (20:57 -0500)]
Fix #13349. No need to sort simple .find() cases.

11 years agoUpdate author list.
Dave Methvin [Sun, 27 Jan 2013 18:53:47 +0000 (13:53 -0500)]
Update author list.

11 years agoFix #13150, .has() w/o args checks for any callbacks. Close gh-1111.
adamcoulombe [Thu, 3 Jan 2013 22:05:00 +0000 (17:05 -0500)]
Fix #13150, .has() w/o args checks for any callbacks. Close gh-1111.

11 years agoFix #12656. Make event shorthands excludable.
Dave Methvin [Sun, 27 Jan 2013 04:48:59 +0000 (23:48 -0500)]
Fix #12656. Make event shorthands excludable.

11 years agoFix #12846. Restore overflow when animation is stopped.
Dave Methvin [Sun, 27 Jan 2013 03:02:15 +0000 (22:02 -0500)]
Fix #12846. Restore overflow when animation is stopped.

(Cherry picked from a6c358d)

11 years agoFix build until next grunt rc, disable compare_size.
Dave Methvin [Sat, 26 Jan 2013 18:38:04 +0000 (13:38 -0500)]
Fix build until next grunt rc, disable compare_size.

11 years agoFix #13316. Use minified version in unit testing.
Dave Methvin [Sat, 26 Jan 2013 15:48:10 +0000 (10:48 -0500)]
Fix #13316. Use minified version in unit testing.

Also migrates the XHR check added to 2.0 in 62acda819f9b6fba9263d0b613e15285807b23a7.

11 years agoFix #13274: Wrap sourceMap directive in multiline comments. Close gh-1143.
Richard Gibson [Wed, 23 Jan 2013 22:42:28 +0000 (17:42 -0500)]
Fix #13274: Wrap sourceMap directive in multiline comments. Close gh-1143.

11 years agoFix #13281: update Sizzle
Richard Gibson [Fri, 25 Jan 2013 04:10:44 +0000 (23:10 -0500)]
Fix #13281: update Sizzle

11 years agoFix #13315: compare typeof node.method to var instead of literal "undefined" for...
Richard Gibson [Thu, 24 Jan 2013 04:25:29 +0000 (23:25 -0500)]
Fix #13315: compare typeof node.method to var instead of literal "undefined" for safer uglification

11 years agoDon't try and convert data for 204 No Content responses. Fixes #13292. Fixes #13261.
byroot [Thu, 24 Jan 2013 01:33:17 +0000 (02:33 +0100)]
Don't try and convert data for 204 No Content responses. Fixes #13292. Fixes #13261.

11 years agoIgnore file inputs when serializing forms. File input serialization is handled by...
Timmy Willison [Wed, 23 Jan 2013 17:21:48 +0000 (12:21 -0500)]
Ignore file inputs when serializing forms. File input serialization is handled by plugins. Fixes #13306.

11 years agoFix failing tests, add support for empty spans in Opera. Supplements #13132, #10406.
Timmy Willison [Mon, 21 Jan 2013 23:12:16 +0000 (18:12 -0500)]
Fix failing tests, add support for empty spans in Opera. Supplements #13132, #10406.

11 years agoTreat elements as hidden when either offsetWidth OR offsetHeight is 0. Fixes #13132...
Timmy Willison [Mon, 21 Jan 2013 22:06:47 +0000 (17:06 -0500)]
Treat elements as hidden when either offsetWidth OR offsetHeight is 0. Fixes #13132, #10406.

11 years agoNever use the XML as parsed by the XHR instance. Use raw text instead and let the...
jaubourg [Mon, 21 Jan 2013 01:44:16 +0000 (02:44 +0100)]
Never use the XML as parsed by the XHR instance. Use raw text instead and let the ajax conversion logic do the trick. -20 min/gzipped. Fixes #13276. Unit test added.

11 years agoFix requirements and dependencies in README, close gh-1131.
Ryunosuke SATO [Mon, 14 Jan 2013 02:59:37 +0000 (11:59 +0900)]
Fix requirements and dependencies in README, close gh-1131.

11 years agoFix broken link in CONTRIBUTING.md, close gh-1132.
Ryunosuke SATO [Mon, 14 Jan 2013 05:45:13 +0000 (14:45 +0900)]
Fix broken link in CONTRIBUTING.md, close gh-1132.

11 years agoUpdate Sizzle: fixes native slice usage
Timmy Willison [Fri, 18 Jan 2013 15:49:10 +0000 (10:49 -0500)]
Update Sizzle: fixes native slice usage

11 years agoFix jQuery #13251: use slice instead of substring
Richard Gibson [Thu, 17 Jan 2013 22:00:29 +0000 (17:00 -0500)]
Fix jQuery #13251: use slice instead of substring

11 years agoRef 8f72967e: use acceptData to determine when it is safe to add event handlers
Richard Gibson [Wed, 16 Jan 2013 19:36:24 +0000 (14:36 -0500)]
Ref 8f72967e: use acceptData to determine when it is safe to add event handlers
(cherry picked from commit 50290b8ffb05c504d3866a619f282bf795bc01f6)

11 years agoFix #8335: Avoid memory leak by never setting data on non-element non-document nodes...
danilsomsikov [Fri, 11 Jan 2013 15:04:50 +0000 (16:04 +0100)]
Fix #8335: Avoid memory leak by never setting data on non-element non-document nodes. Ref gh-1127.
(cherry picked from commit cc324abf739669bd2a4669742c994b86c4ad467b)

11 years agoFix #13233: re-allow .replaceWith of text nodes. Close gh-1137.
Richard Gibson [Wed, 16 Jan 2013 17:55:56 +0000 (12:55 -0500)]
Fix #13233: re-allow .replaceWith of text nodes. Close gh-1137.

11 years agoNo ticket: improve replaceWith testing
Richard Gibson [Wed, 16 Jan 2013 17:30:47 +0000 (12:30 -0500)]
No ticket: improve replaceWith testing

11 years agoFix #13182: update Sizzle
Richard Gibson [Wed, 16 Jan 2013 05:16:24 +0000 (00:16 -0500)]
Fix #13182: update Sizzle

11 years agoFix #13208: only check elements for delegation matches
Richard Gibson [Wed, 16 Jan 2013 05:14:57 +0000 (00:14 -0500)]
Fix #13208: only check elements for delegation matches

11 years agoFix #13183: Wrong animation initial value calc. Close gh-1136.
Mike Sherov [Wed, 16 Jan 2013 04:09:35 +0000 (23:09 -0500)]
Fix #13183: Wrong animation initial value calc. Close gh-1136.

11 years agoUpdating the source version to 1.9.1pre
Dave Methvin [Tue, 15 Jan 2013 03:54:40 +0000 (22:54 -0500)]
Updating the source version to 1.9.1pre

11 years agoTagging the 1.9.0 release.
Dave Methvin [Tue, 15 Jan 2013 03:54:13 +0000 (22:54 -0500)]
Tagging the 1.9.0 release.

11 years agoSimplify release notes generator script.
Dave Methvin [Tue, 15 Jan 2013 02:58:09 +0000 (21:58 -0500)]
Simplify release notes generator script.

11 years ago0a3a424e with moar guard for IE6
Richard Gibson [Mon, 14 Jan 2013 03:59:20 +0000 (22:59 -0500)]
0a3a424e with moar guard for IE6

11 years agoFix #13203: delegated events with selector matching Object.prototype property
Richard Gibson [Mon, 14 Jan 2013 02:38:40 +0000 (21:38 -0500)]
Fix #13203: delegated events with selector matching Object.prototype property
(cherry picked from commit 31b95797155077e4e670c0bbb2c57815f89769a1)

11 years agoFix f860e0bd Firefox failures
Richard Gibson [Mon, 14 Jan 2013 01:37:14 +0000 (20:37 -0500)]
Fix f860e0bd Firefox failures

11 years agoNo ticket: sync with master @ b75b9ef8
Richard Gibson [Mon, 14 Jan 2013 01:05:43 +0000 (20:05 -0500)]
No ticket: sync with master @ b75b9ef8

11 years agoFix #13180: don't delegate into SVG <use>
Richard Gibson [Sun, 13 Jan 2013 19:32:38 +0000 (14:32 -0500)]
Fix #13180: don't delegate into SVG <use>

11 years agoreduce size
Richard Gibson [Sun, 13 Jan 2013 19:01:43 +0000 (14:01 -0500)]
reduce size

11 years agojQuery.event.handlers delegate matching hook point
Richard Gibson [Sun, 13 Jan 2013 18:11:43 +0000 (13:11 -0500)]
jQuery.event.handlers delegate matching hook point

11 years ago #13180 unit test
Richard Gibson [Sun, 13 Jan 2013 18:10:40 +0000 (13:10 -0500)]
 #13180 unit test

11 years agoAdd a comment 1128/head
Oleg [Sun, 13 Jan 2013 19:46:50 +0000 (23:46 +0400)]
Add a comment

11 years agoFixes #13200 - innerHTML in buildFragment need end tags
Oleg [Sun, 13 Jan 2013 17:45:52 +0000 (21:45 +0400)]
Fixes #13200 - innerHTML in buildFragment need end tags

11 years agoFix 9cf812d7 oldIE failures
Richard Gibson [Sun, 13 Jan 2013 00:09:49 +0000 (19:09 -0500)]
Fix 9cf812d7 oldIE failures

11 years agoNo ticket: compress event.js
Richard Gibson [Sat, 12 Jan 2013 22:11:07 +0000 (17:11 -0500)]
No ticket: compress event.js

11 years agoUpdate copyrights used in file headers.
Dave Methvin [Fri, 11 Jan 2013 21:15:48 +0000 (16:15 -0500)]
Update copyrights used in file headers.

11 years agoUpdate Sizzle
Richard Gibson [Fri, 11 Jan 2013 17:29:22 +0000 (12:29 -0500)]
Update Sizzle

11 years agoRef 0ed497b. Close gh-1125.
Oleg [Wed, 9 Jan 2013 09:52:15 +0000 (13:52 +0400)]
Ref 0ed497b. Close gh-1125.

11 years agoUpdate Sizzle
Richard Gibson [Thu, 10 Jan 2013 20:23:51 +0000 (15:23 -0500)]
Update Sizzle

11 years agoFix map file reference in .min.js file.
Dave Methvin [Thu, 10 Jan 2013 15:35:50 +0000 (10:35 -0500)]
Fix map file reference in .min.js file.

11 years agoAdding some more test coverage for .finish()
Corey Frang [Tue, 8 Jan 2013 09:33:01 +0000 (03:33 -0600)]
Adding some more test coverage for .finish()

11 years agoRef gh-1117: Don't stop on a falsy value in buildFragment.
Oleg [Wed, 9 Jan 2013 09:23:34 +0000 (13:23 +0400)]
Ref gh-1117: Don't stop on a falsy value in buildFragment.
(cherry picked from commit 8e6c1ba92faf830d40cafe7a4deb4ad5ab9045fe)

11 years agoUpdating the source version to 1.9.0pre
Dave Methvin [Wed, 9 Jan 2013 02:06:33 +0000 (21:06 -0500)]
Updating the source version to 1.9.0pre

11 years agoTagging the 1.9.0rc1 release. 1.9.0rc1
Dave Methvin [Wed, 9 Jan 2013 02:06:04 +0000 (21:06 -0500)]
Tagging the 1.9.0rc1 release.

11 years agoPropagate context of returned deferred object in Deferred.then(). Fixes #13160.
nanto [Tue, 8 Jan 2013 15:27:13 +0000 (16:27 +0100)]
Propagate context of returned deferred object in Deferred.then(). Fixes #13160.

11 years agoOpera 12.0 still implements an older version of the DOM so cloneNode cannot be called...
jaubourg [Tue, 8 Jan 2013 10:15:36 +0000 (11:15 +0100)]
Opera 12.0 still implements an older version of the DOM so cloneNode cannot be called without an argument

11 years agoResurrect buildFragment and sacrifice jQuery.clean. See gh-1117.
Dave Methvin [Tue, 8 Jan 2013 03:25:26 +0000 (03:25 +0000)]
Resurrect buildFragment and sacrifice jQuery.clean. See gh-1117.

11 years agoRef #8908. Update IE9 css clone fix. Close gh-1120.
Oleg [Tue, 8 Jan 2013 01:49:36 +0000 (01:49 +0000)]
Ref #8908. Update IE9 css clone fix. Close gh-1120.

11 years ago Fix #13103. Add .finish() method. Cherry picked from b6abb31df4d5be80dc13844d9988fb0...
Corey Frang [Tue, 8 Jan 2013 01:16:50 +0000 (01:16 +0000)]
 Fix #13103. Add .finish() method. Cherry picked from b6abb31df4d5be80dc13844d9988fb0c990ae5ae.

11 years agoFix #12863. Prevent oldIE from calling `.removeAttribute`
Dave Methvin [Mon, 7 Jan 2013 02:47:02 +0000 (21:47 -0500)]
Fix #12863. Prevent oldIE from calling `.removeAttribute`

11 years agoFix #12336. Ensure oldIE really does .empty() selects.
Dave Methvin [Sun, 6 Jan 2013 19:20:35 +0000 (14:20 -0500)]
Fix #12336. Ensure oldIE really does .empty() selects.

11 years agoFix #12471. Use consistent line endings in jquery.js
Dave Methvin [Sun, 6 Jan 2013 17:01:22 +0000 (12:01 -0500)]
Fix #12471. Use consistent line endings in jquery.js

11 years agoFix #12945. Check for .getAttribute so IE9 is happy.
Dave Methvin [Fri, 4 Jan 2013 22:33:16 +0000 (17:33 -0500)]
Fix #12945. Check for .getAttribute so IE9 is happy.

11 years agoFixes #13088: under IE8, $(selector).attr('style') always return lowercase string
Mike Sherov [Mon, 31 Dec 2012 17:30:02 +0000 (12:30 -0500)]
Fixes #13088: under IE8, $(selector).attr('style') always return lowercase string

11 years agoAdd release support for map files.
Dave Methvin [Sat, 29 Dec 2012 01:47:33 +0000 (20:47 -0500)]
Add release support for map files.

11 years agoFollowup to gh-1089. Avoid duplicate typeof check.
Dave Methvin [Sun, 23 Dec 2012 20:57:01 +0000 (15:57 -0500)]
Followup to gh-1089. Avoid duplicate typeof check.

11 years agoFix #13075. Optimize $.type by preferring `typeof`. Close gh-1089.
Sebi Burkhard [Tue, 18 Dec 2012 15:33:32 +0000 (22:33 +0700)]
Fix #13075. Optimize $.type by preferring `typeof`. Close gh-1089.

Also fixes browsers where `typeof RegExp === "function"`.

11 years agoFix #13076. Speed up $() with strings, part of gh-1089.
Sebi Burkhard [Tue, 18 Dec 2012 17:20:56 +0000 (00:20 +0700)]
Fix #13076. Speed up $() with strings, part of gh-1089.

11 years agoPut .min.js file at the end so compare_size will work.
Dave Methvin [Sun, 23 Dec 2012 19:45:49 +0000 (14:45 -0500)]
Put .min.js file at the end so compare_size will work.

11 years agoKnow when to hold em, know when to fold em.
Dave Methvin [Sat, 22 Dec 2012 21:55:10 +0000 (16:55 -0500)]
Know when to hold em, know when to fold em.

11 years agoPut the map in the dist directory.
Dave Methvin [Sat, 22 Dec 2012 21:23:27 +0000 (16:23 -0500)]
Put the map in the dist directory.

11 years agoPost-process map file so it has the right path.
Dave Methvin [Sat, 22 Dec 2012 21:10:06 +0000 (16:10 -0500)]
Post-process map file so it has the right path.

11 years agoUpdate Sizzle
Richard Gibson [Fri, 21 Dec 2012 20:51:37 +0000 (15:51 -0500)]
Update Sizzle

11 years agoFix 00bbbe20 test failures
Richard Gibson [Fri, 21 Dec 2012 15:34:03 +0000 (10:34 -0500)]
Fix 00bbbe20 test failures

11 years agoDo not perform support check for old Opera. Close gh-1097.
Oleg [Fri, 21 Dec 2012 04:12:32 +0000 (08:12 +0400)]
Do not perform support check for old Opera. Close gh-1097.

11 years agoFix #12569. Improve feature detect for event bubbling. Close gh-1076.
Oleg [Mon, 17 Dec 2012 14:17:39 +0000 (18:17 +0400)]
Fix #12569. Improve feature detect for event bubbling. Close gh-1076.

11 years agoFix #13070: better unescaping logic in Sizzle
Richard Gibson [Fri, 21 Dec 2012 02:56:53 +0000 (21:56 -0500)]
Fix #13070: better unescaping logic in Sizzle

11 years agoFix #13094. Pass index to .before(fn) fn as documented. Close gh-1093.
Oleg [Wed, 19 Dec 2012 23:52:08 +0000 (03:52 +0400)]
Fix #13094. Pass index to .before(fn) fn as documented. Close gh-1093.