]>
source.dussan.org Git - jquery.git/log
Ryan W Tenney [Mon, 11 Oct 2010 04:37:46 +0000 (00:37 -0400)]
Removed trailing \x0A from version.txt which caused a problem with the build (at least in `ant`)
John Resig [Mon, 11 Oct 2010 11:45:15 +0000 (07:45 -0400)]
Make sure closest works on disconnected DOM nodes. Fixes #7142.
jeresig [Mon, 11 Oct 2010 03:28:30 +0000 (23:28 -0400)]
Fix broken min file header generation.
jeresig [Mon, 11 Oct 2010 03:09:07 +0000 (23:09 -0400)]
Updating the source version to 1.4.3.
jeresig [Mon, 11 Oct 2010 03:09:04 +0000 (23:09 -0400)]
Tagging the 1.4.3rc1 release.
jeresig [Sun, 10 Oct 2010 22:54:30 +0000 (18:54 -0400)]
Return the zeroed-out bounding box instead of passing it on.
jeresig [Sun, 10 Oct 2010 22:46:32 +0000 (18:46 -0400)]
Disable 304/Not Modified Ajax tests in Opera due to lack of suitable workaround. See: http://gist.github.com/599419
jeresig [Sun, 10 Oct 2010 22:01:59 +0000 (18:01 -0400)]
Make sure that the unload event doesn't leak in IE - use jQuery's binding mechanism to make that happen.
jeresig [Sun, 10 Oct 2010 20:06:33 +0000 (16:06 -0400)]
Adding some rooted-find perf tests.
jeresig [Sun, 10 Oct 2010 19:42:56 +0000 (15:42 -0400)]
Tweaking some formatting of the closest changes.
jeresig [Sun, 10 Oct 2010 19:36:02 +0000 (15:36 -0400)]
Switch back to using Sizzle.matchesSelector.
jeresig [Sun, 10 Oct 2010 19:14:23 +0000 (15:14 -0400)]
Use the new Sizzle matches functionality.
jeresig [Sun, 10 Oct 2010 18:51:11 +0000 (14:51 -0400)]
Also test for single element filtering.
jeresig [Sun, 10 Oct 2010 18:16:35 +0000 (14:16 -0400)]
Adding a basic filter perf test suite.
jeresig [Sun, 10 Oct 2010 17:39:06 +0000 (13:39 -0400)]
Make some more tweaks to the closest perf test suite.
jeresig [Sun, 10 Oct 2010 17:37:36 +0000 (13:37 -0400)]
Fix formatting and switch to using the new matchesSelector method in Sizzle.
jeresig [Sun, 10 Oct 2010 17:22:39 +0000 (13:22 -0400)]
Some improvements to the closest perf tests - works in all browsers now.
wycats [Sun, 10 Oct 2010 04:33:02 +0000 (21:33 -0700)]
Should improve performance of closest considerably. Benchmark proof in speed/closest.html
jeresig [Sat, 9 Oct 2010 23:04:15 +0000 (19:04 -0400)]
Change event did not fire in IE when an explicit .focus() was used. Fixes #6374.
jeresig [Sat, 9 Oct 2010 22:16:08 +0000 (18:16 -0400)]
Fix the case where live change was breaking if a live click was bound ahead of time. Very similar to #6359. Fixes #6505.
John Resig [Sat, 9 Oct 2010 22:04:54 +0000 (18:04 -0400)]
Merge branch 'master' of http://github.com/petersendidit/jquery into petersendidit-master
John Resig [Sat, 9 Oct 2010 20:27:59 +0000 (16:27 -0400)]
Merge branch 'bug7123' of http://github.com/csnover/jquery into csnover-bug7123
John Resig [Sat, 9 Oct 2010 20:25:55 +0000 (16:25 -0400)]
Merge branch 'bug7018' of http://github.com/csnover/jquery into csnover-bug7018
John Resig [Sat, 9 Oct 2010 20:21:02 +0000 (16:21 -0400)]
Merge branch 'animate-nonblock' of http://github.com/csnover/jquery into csnover-animate-nonblock
jeresig [Sat, 9 Oct 2010 16:26:44 +0000 (12:26 -0400)]
Name the try/catch arg to satisfy JSLint - thanks to @rwldrn in
873c28425fb64fdb48cfa09d17041bded39b301f for the catch.
jeresig [Sat, 9 Oct 2010 15:41:58 +0000 (11:41 -0400)]
Added some more tests to make sure that replaceWith is working correctly. Follow-up to the comment on
2a6de9ab66653e5e424d9cc79d195b555158d04f .
jeresig [Sat, 9 Oct 2010 14:52:53 +0000 (10:52 -0400)]
Make sure null/NaN values aren't set in .css(). Fixes #7116.
Colin Snover [Sat, 9 Oct 2010 14:42:01 +0000 (10:42 -0400)]
Prevent IE from throwing errors when setting RGBA values. Fixes #5509.
Colin Snover [Sat, 9 Oct 2010 03:48:06 +0000 (22:48 -0500)]
Coerce all array values to strings before comparison in val(). Fixes bug #7123.
Colin Snover [Sat, 9 Oct 2010 01:29:41 +0000 (20:29 -0500)]
Fixed code convention issues. Reduced size of overflow reset code. Fixed broken show() test cases.
David Petersen [Fri, 8 Oct 2010 00:55:47 +0000 (20:55 -0400)]
Merge branch 'master' of git://github.com/jquery/jquery
Colin Snover [Wed, 6 Oct 2010 08:03:28 +0000 (03:03 -0500)]
Fix bug #7018.
Colin Snover [Tue, 5 Oct 2010 20:20:44 +0000 (15:20 -0500)]
Update $.fn.animate to only keep overflow set to hidden after an animation in IE6 when it is needed (width/height change) and update unit tests to reflect when overflow does not get reset.
Colin Snover [Tue, 5 Oct 2010 19:53:35 +0000 (14:53 -0500)]
IE6 will shrink-wrap elements with layout instead of allowing content to flow outside of the border-box. Add a test for this and do not remove the overflow property after an animation in IE6.
Colin Snover [Tue, 5 Oct 2010 18:38:19 +0000 (13:38 -0500)]
Tiny cleanup to remove some superfluous code that was left in from before I decided not to reset the display of inline elements after animation finishes (since this just causes it to jump back once complete).
Colin Snover [Tue, 5 Oct 2010 18:32:07 +0000 (13:32 -0500)]
Update $.fn.animate to restore overflow-x and overflow-y separately. Fixes #7111.
Colin Snover [Tue, 5 Oct 2010 18:28:43 +0000 (13:28 -0500)]
Update $.fn.animate to change display mode only when necessary (inline, non-floated elements), and to use a more proper display mode for those elements. Fixes #2185.
Colin Snover [Tue, 5 Oct 2010 18:23:10 +0000 (13:23 -0500)]
Fix :visible does not work properly when display:none is set directly on an element in IE8. Fixes #4512.
rwldrn [Tue, 5 Oct 2010 14:32:57 +0000 (10:32 -0400)]
Fixes acceptData defining in the global scope.
John Resig [Thu, 30 Sep 2010 22:40:30 +0000 (15:40 -0700)]
Tweak broken serialize tests from commit
879799fe955f01b85b59fd8a0096d415fc48df03 . Thanks to @jaubourg for the catch.
Colin Snover [Thu, 30 Sep 2010 18:24:59 +0000 (11:24 -0700)]
Make sure setting opacity does not clobber other inline filters. Fixes #7101.
David Petersen [Thu, 30 Sep 2010 17:46:36 +0000 (13:46 -0400)]
Set event.LiveFired to undefined in specialSubmit handler so that click events bound before the submit won't prevent the submit to fire. Fixes #6359
Dave Reed [Wed, 29 Sep 2010 13:46:25 +0000 (06:46 -0700)]
Using data() on JavaScript objects sets fields directly on the object. Note that events are now a property of a function (to avoid JSON serialization - and only in the case of JavaScript objects, not DOM nodes). Fixes #6807.
John Resig [Wed, 29 Sep 2010 12:45:52 +0000 (05:45 -0700)]
Adjust fallback top/left to just be 0 for disconnected DOM nodes. Follow-up to
cf672a2e7a886cac5ae62f6772c6b4b43b19a2fc , thanks to @jitter for the catch.
John Resig [Wed, 29 Sep 2010 12:41:27 +0000 (05:41 -0700)]
Fix number of expected select tests from commit
879799fe955f01b85b59fd8a0096d415fc48df03 . Thanks to @jitter for the catch.
John Resig [Wed, 29 Sep 2010 03:13:40 +0000 (20:13 -0700)]
Fix mis-type in commit
e3c4e5789743eecb3cbe2b626f3a5f09c616ee4b . Thanks to @jdalton for the catch.
John Resig [Tue, 28 Sep 2010 17:33:21 +0000 (10:33 -0700)]
Handle child selectors in particular - away from the selector engine. Fixes #7029.
John Resig [Tue, 28 Sep 2010 17:12:33 +0000 (10:12 -0700)]
Make sure we have a fallback when XMLHttpRequest is manually disabled. Fixes #6298.
John Resig [Tue, 28 Sep 2010 16:50:44 +0000 (09:50 -0700)]
Make sure that the contents of the element is still in place when html(Function) is called. Fixes #6733.
John Resig [Tue, 28 Sep 2010 16:07:57 +0000 (09:07 -0700)]
Tweak the logic for fixing event.which. Fixes #2338.
John Resig [Tue, 28 Sep 2010 15:57:20 +0000 (08:57 -0700)]
Make sure that mixed case alpha filters are handled correctly in IE. Fixes #5632.
John Resig [Tue, 28 Sep 2010 15:53:09 +0000 (08:53 -0700)]
Make setting .css(name, undefined) a no-op. Fixes #4388.
John Resig [Tue, 28 Sep 2010 15:36:28 +0000 (08:36 -0700)]
Make sure that ambiguous val() selection works correctly.
John Resig [Tue, 28 Sep 2010 15:12:13 +0000 (11:12 -0400)]
Make .attr(name, null) equivalent to removeAttr(name). (Was roughly this before - but is now consistent across platforms). Fixes #6341.
John Resig [Tue, 28 Sep 2010 14:55:48 +0000 (10:55 -0400)]
Make sure that .offset() doesn't fail against disconnected DOM nodes. Fixes #4996.
jeresig [Tue, 28 Sep 2010 00:59:42 +0000 (20:59 -0400)]
Removing unique check on closest(Array) (it wasn't appropriate there and broke functionality elsewhere) - follow-up to commit
8c41325a081f4009aa94748b9b6045e50a78422e . Also added another test for closest(Array) after a discussion with @jitter in
26b0e913dda386b6b2848196689a02a2da6aa40d .
jeresig [Mon, 27 Sep 2010 19:45:02 +0000 (15:45 -0400)]
Merge branch 'closestbug-6700' of http://github.com/ajpiano/jquery into ajpiano-closestbug-6700
jeresig [Mon, 27 Sep 2010 18:49:13 +0000 (14:49 -0400)]
Merge branch 'master' of http://github.com/aakoch/jquery into aakoch-master
jeresig [Mon, 27 Sep 2010 16:10:00 +0000 (12:10 -0400)]
Allow 304/Not Modified tests to complete in Opera.
jeresig [Mon, 27 Sep 2010 15:51:01 +0000 (11:51 -0400)]
Make sure that opacity is being reset properly on a show animation. Additionally expose jQuery.isNaN from the data module.
jeresig [Mon, 27 Sep 2010 14:53:29 +0000 (10:53 -0400)]
We can just use isNaN for this check in the IE opacity code.
jeresig [Mon, 27 Sep 2010 14:38:13 +0000 (10:38 -0400)]
Make sure the currentStyle property exists before attempting to access it.
jeresig [Mon, 27 Sep 2010 14:28:35 +0000 (10:28 -0400)]
Adjust manipulation test to handle whitespace RegExp issue in older WebKits. Fixes #7082.
jeresig [Mon, 27 Sep 2010 14:21:50 +0000 (10:21 -0400)]
Some minor cleanup of the last commit.
jeresig [Mon, 27 Sep 2010 14:19:55 +0000 (10:19 -0400)]
Add a feature test for options inside a disabled select. Follow-up to
157a383dae5335ef1056d3818d7dd70ac81c25a7 .
jeresig [Mon, 27 Sep 2010 13:19:21 +0000 (09:19 -0400)]
Only do the hasAttribute check if the method exists - IE falls back to the === null check below which allows this to still work. Follow-up to
cb40495b21bcb7802f3ab6ae0f837f2bf5b385ed - thanks to @jitter for the catch.
jeresig [Mon, 27 Sep 2010 13:07:54 +0000 (09:07 -0400)]
Bug fix for commit
2c4b20809e5d32e916c479c9b63a6b7528c880ce - technique wasn't working as expected in WebKit browsers. Thanks to @jitter for the bug fix.
John Resig [Mon, 27 Sep 2010 00:47:19 +0000 (20:47 -0400)]
Removing the old cow image from the effects tests - it's no longer needed. Fixes #7086.
jeresig [Fri, 24 Sep 2010 22:02:39 +0000 (18:02 -0400)]
Merge branch 'master' of github.com:jquery/jquery
Dave Methvin [Fri, 24 Sep 2010 22:02:31 +0000 (18:02 -0400)]
If an inline handler returns false, call event.preventDefault(). Fixes #6337.
dmethvin [Sat, 21 Aug 2010 02:32:34 +0000 (10:32 +0800)]
Make .val(undefined) == .val("") and chainable; fixes #4130.
Ensure .val(null) sets an empty string on IE6/7; fixes #5163.
Dave Methvin [Fri, 24 Sep 2010 21:56:03 +0000 (17:56 -0400)]
Make sure that requests without a body don't set contentType, and a zero-length body is sent rather than null. Possible fix for #6811 and #6674.
Dave Methvin [Fri, 24 Sep 2010 21:47:37 +0000 (17:47 -0400)]
Report correct Error object to handleError. Part of the fix for #6677.
dmethvin [Tue, 29 Jun 2010 03:21:59 +0000 (23:21 -0400)]
Don't copy event.originalTarget, it's a Netscape-specific property. Fixes #2814.
Dave Methvin [Fri, 24 Sep 2010 21:26:22 +0000 (17:26 -0400)]
Don't have .val() return selected-but-disabled options, or selected options inside a disabled optgroup. Doesn't change the .val() returned for a disabled select. Fixes #3240, adapted from Nathan Hammond's patch there.
jeresig [Fri, 24 Sep 2010 21:05:28 +0000 (17:05 -0400)]
Merge branch 'master' of github.com:jquery/jquery
Dave Methvin [Fri, 24 Sep 2010 21:04:54 +0000 (17:04 -0400)]
Use origSettings.context unless it's undefined; for that case use merged settings as context for backcompat with jQuery <1.3. Fixes #6727.
dmethvin [Sun, 27 Jun 2010 01:16:39 +0000 (09:16 +0800)]
For JSON and script requests, set the scriptCharset before the url so IE won't interpret it the wrong way; fixes #4855.
Heungsub Lee [Wed, 7 Jul 2010 04:38:54 +0000 (12:38 +0800)]
Added a default quality of `*/*` for content negotiation.
temp01 [Fri, 24 Sep 2010 20:57:25 +0000 (16:57 -0400)]
Serialize keys with empty arrays/object values in jQuery.param(). Fixes #6481.
jeresig [Fri, 24 Sep 2010 20:30:57 +0000 (16:30 -0400)]
Make sure that undefined is always returned for missing data properties. Follow-up to #6304.
jeresig [Fri, 24 Sep 2010 20:24:07 +0000 (16:24 -0400)]
Allow data to be bound to Flash objects (but still stopping short of attaching to applets. Fixes #6121.
jeresig [Fri, 24 Sep 2010 19:57:51 +0000 (15:57 -0400)]
Make sure that a clone of the animate speed properties are used to avoid recursion problems. Fixes #3583.
jeresig [Fri, 24 Sep 2010 19:53:38 +0000 (15:53 -0400)]
Make sure that the body element exists before doing the body selector optimization. Fixes #6529.
unknown [Fri, 24 Sep 2010 14:37:03 +0000 (09:37 -0500)]
Removing the second capture group. After the changes suggested by Jeff Roberson, the second capture group is no longer needed. See
http://stackoverflow.com/questions/
3771105 /can-someone-tell-me-the-purpose-of-the-second-capture-group-in-the-jquery-rts-reg
J. Ryan Stinnett [Mon, 17 May 2010 21:48:17 +0000 (16:48 -0500)]
Allow named animation speed to be 0. Fixes #6579.
lrbabe [Fri, 25 Jun 2010 14:24:36 +0000 (16:24 +0200)]
Make the interval between two animations tick public: jQuery.fx.interval. Fixes #6276.
jeresig [Fri, 24 Sep 2010 14:06:36 +0000 (10:06 -0400)]
Increase the speed of the single setTimeout calls for the ready event.
jeresig [Thu, 23 Sep 2010 16:09:49 +0000 (12:09 -0400)]
Merge branch 'master' of github.com:jquery/jquery
Robert Katic [Fri, 10 Sep 2010 01:26:47 +0000 (03:26 +0200)]
Test jQuery.type also with document.
Robert Katic [Fri, 27 Aug 2010 23:14:59 +0000 (01:14 +0200)]
Made jQuery.type more consistent with host objects.
Robert Katic [Tue, 13 Apr 2010 13:11:56 +0000 (15:11 +0200)]
Ensure that selector is not broken.
Robert Katic [Thu, 25 Mar 2010 13:58:41 +0000 (14:58 +0100)]
Correcting some imperfections in test added in previous commit.
Robert Katic [Sun, 14 Mar 2010 11:34:32 +0000 (12:34 +0100)]
Added support for map of events in live, die, delegate and undelegate. Fixes #6282.
Robert Katic [Thu, 4 Feb 2010 21:54:53 +0000 (22:54 +0100)]
Added some tests for #5991.
Robert Katic [Sat, 30 Jan 2010 18:50:49 +0000 (19:50 +0100)]
Ensured that arrays are not considered same as plain object on deep extending. Fixes #5991.
jeresig [Thu, 23 Sep 2010 15:38:22 +0000 (11:38 -0400)]
Delay the result of the readyState check to give scripts the opportunity to delay ready, as described by @jrburke in
747ba7defd82bffa6c7ccb69e53b834cbfddb62c .
jeresig [Thu, 23 Sep 2010 03:43:55 +0000 (23:43 -0400)]
Discovered that another effects bug was fixed with the recent CSS changes (namely that show animations always went to auto, even if they weren't supposed to). Test suite adjusted accordingly.
jeresig [Thu, 23 Sep 2010 03:28:57 +0000 (23:28 -0400)]
e3463946e19f2eb53d909fc2b59cc1c8636d21bd actually fixed a previously undicovered but with setting auto, adjust the effects test suite accordingly. Thanks to @bugbegone for the catch.
jeresig [Wed, 22 Sep 2010 20:56:48 +0000 (16:56 -0400)]
Fix missing var. Thanks to @jeff-themovie for the catch.