]>
source.dussan.org Git - jquery.git/log
Dave Methvin [Thu, 4 Aug 2011 21:16:35 +0000 (14:16 -0700)]
Merge pull request #443 from rwldrn/minimal-license
Builds minimal license header block for jquery.min.js
Dave Methvin [Thu, 4 Aug 2011 21:15:18 +0000 (14:15 -0700)]
Merge pull request #444 from rwldrn/9634
Non-breaking-space should achieve the same effect as a visible character. Fixes #9634
Dave Methvin [Thu, 4 Aug 2011 21:12:10 +0000 (14:12 -0700)]
Merge pull request #447 from rwldrn/9914
Removes empty, duplicate named test block. Fixes #9914
Dave Methvin [Thu, 4 Aug 2011 21:11:17 +0000 (14:11 -0700)]
Merge pull request #448 from rwldrn/9912
Renames duplicate named test block. Fixes #9912
Dave Methvin [Thu, 4 Aug 2011 21:10:25 +0000 (14:10 -0700)]
Merge pull request #449 from rwldrn/9913
Removes duplicate test block. Fixes #9913
Rick Waldron [Wed, 3 Aug 2011 18:02:10 +0000 (14:02 -0400)]
Landing pull request 453. Typo correction strictEquals=>strictEqual. Fixes #9964.
More Details:
- https://github.com/jquery/jquery/pull/453
- http://bugs.jquery.com/ticket/9964
Rick Waldron [Tue, 26 Jul 2011 16:08:50 +0000 (12:08 -0400)]
Removes duplicate test block. Fixes #9913
Rick Waldron [Tue, 26 Jul 2011 15:52:01 +0000 (11:52 -0400)]
Renames duplicate named test block. Fixes #9912
Rick Waldron [Tue, 26 Jul 2011 15:49:23 +0000 (11:49 -0400)]
Removes empty, duplicate named test block. Fixes #9914
Rick Waldron [Mon, 25 Jul 2011 18:02:37 +0000 (14:02 -0400)]
Non-breaking-space should achieve the same effect as a visible character. Fixes #9634
Rick Waldron [Mon, 25 Jul 2011 17:23:14 +0000 (13:23 -0400)]
Removes date from minimal license
Rick Waldron [Sat, 23 Jul 2011 23:18:41 +0000 (19:18 -0400)]
Mine and munge date from full source license header
Rick Waldron [Sat, 23 Jul 2011 21:53:53 +0000 (17:53 -0400)]
Builds minimal license header block for jquery.min.js
jaubourg [Sat, 23 Jul 2011 01:26:36 +0000 (03:26 +0200)]
Fixes #9255: xml parsing error in $.parseXML is now properly detected for all browsers. Unit test added.
jaubourg [Sat, 23 Jul 2011 00:39:12 +0000 (02:39 +0200)]
Fixes #9854: propagates native statusText onto jqXHR.statusText. statusText in callbacks is still normalized. Unit test added.
jaubourg [Sat, 23 Jul 2011 00:17:46 +0000 (02:17 +0200)]
Makes sure that status -1 (used when an internal error occured) will not tag jqXHR.readyState as complete (4).
jaubourg [Sat, 23 Jul 2011 00:10:17 +0000 (02:10 +0200)]
Fixes #9887: ajax now supports circular references into objects passed as context. Prefilter and transport developpers should add their own custom option into flatOptions when needed. Unit test added.
Krinkle [Tue, 12 Jul 2011 21:12:07 +0000 (17:12 -0400)]
Landing pull request 433. Fix testswarm test cases. Fixes #9555.
More Details:
- https://github.com/jquery/jquery/pull/433
- http://bugs.jquery.com/ticket/9555
timmywil [Sat, 9 Jul 2011 18:41:58 +0000 (14:41 -0400)]
Check the attribute node value for false for HTML5 booleans when not supported. Fixes #9504.
jaubourg [Fri, 1 Jul 2011 00:18:05 +0000 (02:18 +0200)]
Fixes #9632. Adds res:// protocol to the list of local protocols.
jaubourg [Fri, 1 Jul 2011 00:11:26 +0000 (02:11 +0200)]
Fixes #9682. Removes data from the options for request with no content so that it is not used again in case of a retry. Unit test added.
jaubourg [Thu, 30 Jun 2011 23:51:50 +0000 (01:51 +0200)]
Fixes #9446. Context is properly propagated using pipe. If context was the original deferred, then context is updated to next deferred in the chain. Unit tests added.
jaubourg [Thu, 30 Jun 2011 16:18:44 +0000 (18:18 +0200)]
Replaces typo (status instead of state) as observed in #9585.
John Resig [Thu, 30 Jun 2011 18:17:44 +0000 (14:17 -0400)]
Updating the source version to 1.6.3pre
John Resig [Thu, 30 Jun 2011 18:16:56 +0000 (14:16 -0400)]
Tagging the 1.6.2 release.
timmywil [Tue, 28 Jun 2011 15:46:03 +0000 (11:46 -0400)]
Set timerId to true instead of a number so that intervals set to 1 are not accidentally cleared when stopped. Fixes #9678.
- Adding a working test case would not be possible in this case, but all tests pass.
timmywil [Sun, 19 Jun 2011 22:58:47 +0000 (18:58 -0400)]
Allow similarly named classes (regression from 9499) and switch class retrieval to property when passing class to value functions. Fixes #9617.
Mike Sherov [Fri, 17 Jun 2011 21:33:29 +0000 (17:33 -0400)]
Landing pull request 413. Move border/padding checks to after width validation to avoid unnecessary fallbacks. Fixes #9598.
More Details:
- https://github.com/jquery/jquery/pull/413
- http://bugs.jquery.com/ticket/9300
- http://bugs.jquery.com/ticket/9441
- http://bugs.jquery.com/ticket/9598
John Resig [Tue, 14 Jun 2011 22:06:28 +0000 (15:06 -0700)]
Re-updating QUnit, oops.
John Resig [Tue, 14 Jun 2011 22:05:27 +0000 (15:05 -0700)]
Updating version in release notes script.
John Resig [Tue, 14 Jun 2011 21:55:14 +0000 (14:55 -0700)]
Updating the source version to 1.6.2pre
John Resig [Tue, 14 Jun 2011 21:54:23 +0000 (14:54 -0700)]
Tagging the 1.6.2rc1 release.
Schalk Neethling [Tue, 14 Jun 2011 20:01:50 +0000 (16:01 -0400)]
Landing pull request 378. Comment typo in core.js.
More Details:
- https://github.com/jquery/jquery/pull/378
rwldrn [Tue, 14 Jun 2011 19:59:22 +0000 (15:59 -0400)]
Landing pull request 409. Adds fillOpacity to internal cssNumber. Fixes #9548.
More Details:
- https://github.com/jquery/jquery/pull/409
- http://bugs.jquery.com/ticket/9548
Greg Hazel [Tue, 14 Jun 2011 19:51:03 +0000 (15:51 -0400)]
Landing pull request 410. Moves jQuery attachment comment to outro.
More Details:
- https://github.com/jquery/jquery/pull/410
rwldrn [Tue, 14 Jun 2011 19:38:46 +0000 (15:38 -0400)]
Landing pull request 397. withinElement rewrite in event. Fixes #6234, #9357, #9447.
More Details:
- https://github.com/jquery/jquery/pull/397
- http://bugs.jquery.com/ticket/6234
- http://bugs.jquery.com/ticket/9357
- http://bugs.jquery.com/ticket/9447
timmywil [Mon, 13 Jun 2011 14:02:13 +0000 (10:02 -0400)]
Attribute hooks do not need to be attached in XML docs. Fixes #9568.
timmywil [Wed, 8 Jun 2011 14:55:52 +0000 (10:55 -0400)]
Revert "Add catch block to try/finally in deferred. Fixes #9033. Test case needed." Line of exception was lost when debugging.
This reverts commit
0a80be67f4fe968d99777564a02aeddbde1fbf35 .
timmywil [Wed, 8 Jun 2011 00:54:11 +0000 (20:54 -0400)]
Check classes passed for duplicates. Fixes #9499.
timmywil [Tue, 7 Jun 2011 00:13:50 +0000 (20:13 -0400)]
Add catch block to try/finally in deferred. Fixes #9033. Test case needed.
timmywil [Tue, 7 Jun 2011 04:04:17 +0000 (00:04 -0400)]
Remove fellback in width/height cssHook
rwldrn [Tue, 7 Jun 2011 03:54:17 +0000 (23:54 -0400)]
Landing pull request 401. Nulling all elements created in support.js; Fixes #9471.
More Details:
- https://github.com/jquery/jquery/pull/401
- http://bugs.jquery.com/ticket/9471
timmywil [Tue, 7 Jun 2011 03:35:16 +0000 (23:35 -0400)]
Optimize width/height retrieval (moved logic to getWH, removed adjustWH). Supplements #9441, #9300.
Mike Sherov [Tue, 7 Jun 2011 03:13:37 +0000 (23:13 -0400)]
Add margin after checking width. Add tests. Fixes #9441. Fixes #9300.
rwldrn [Tue, 7 Jun 2011 00:18:36 +0000 (20:18 -0400)]
Landing pull request 403. Check for both camelized and hyphenated data property names; Fixes #9301.
More Details:
- https://github.com/jquery/jquery/pull/403
- http://bugs.jquery.com/ticket/9301
rwldrn [Tue, 7 Jun 2011 00:16:14 +0000 (20:16 -0400)]
Landing pull request 404. Removes unused hasOwn var declaration. Fixes #9510.
More Details:
- https://github.com/jquery/jquery/pull/404
- http://bugs.jquery.com/ticket/9510
timmywil [Tue, 7 Jun 2011 00:15:16 +0000 (20:15 -0400)]
Update QUnit.
timmywil [Thu, 26 May 2011 20:51:41 +0000 (16:51 -0400)]
Move the value attrHook to the main attrHooks object to save bytes
timmywil [Thu, 26 May 2011 00:48:59 +0000 (20:48 -0400)]
Add test for appending an xml element to another. Supplements #9370.
timmywil [Wed, 25 May 2011 23:59:29 +0000 (19:59 -0400)]
Move window/document test to dimensions for consistency
timmywil [Wed, 25 May 2011 23:49:50 +0000 (19:49 -0400)]
Return null for outer/inner width/height calls on window/document. Fixes #7557.
timmywil [Wed, 25 May 2011 23:35:52 +0000 (19:35 -0400)]
elem.getElementsByTagName calls the function in IE6/7. Fixes #9370.
Scott Hughes [Wed, 25 May 2011 19:18:13 +0000 (15:18 -0400)]
Landing pull request 389. Null elements in clone to avoid memory leak in IE. Fixes #9341.
More Details:
- https://github.com/jquery/jquery/pull/389
- http://bugs.jquery.com/ticket/9341
rwldrn [Wed, 25 May 2011 19:10:49 +0000 (15:10 -0400)]
Landing pull request 383. Relocating jQuery.camelCase to core; Fixes #9368.
More Details:
- https://github.com/jquery/jquery/pull/383
- http://bugs.jquery.com/ticket/9368
timmywil [Wed, 25 May 2011 19:08:37 +0000 (15:08 -0400)]
detachEvent is unnecessary since we're nulling div. Fixes #8873.
timmywil [Wed, 25 May 2011 18:30:46 +0000 (14:30 -0400)]
Null created elements in support to avoid leaks in IE. Tested IE6-8. Leaks are contained to the byte. Fixes #9294.
timmywil [Wed, 25 May 2011 18:01:33 +0000 (14:01 -0400)]
Attach background data to divs as well
timmywil [Wed, 25 May 2011 17:58:05 +0000 (13:58 -0400)]
Remove unnecessary background setting in support now that we have the div reversion. Test added.
Mathias Bynens [Fri, 20 May 2011 15:22:52 +0000 (11:22 -0400)]
Landing pull request 352. Slightly improved defaultDisplay() and Throbber of Doom. Fixes #8994.
More Details:
- https://github.com/jquery/jquery/pull/352
- http://bugs.jquery.com/ticket/8994
rwldrn [Fri, 20 May 2011 15:03:33 +0000 (11:03 -0400)]
Landing pull request 382. Adds support for number values (meter,progress); Fixes #9319.
More Details:
- https://github.com/jquery/jquery/pull/382
- http://bugs.jquery.com/ticket/9319
timmywil [Wed, 18 May 2011 15:59:21 +0000 (11:59 -0400)]
Unnecessary var removed.
timmywil [Wed, 18 May 2011 15:46:22 +0000 (11:46 -0400)]
Handle unset value attributes consistently depending on property existence. Supplements #9328.
timmywil [Wed, 18 May 2011 15:29:25 +0000 (11:29 -0400)]
Make the value hook less obtrusive for elements which do not inherently have a value property. Fixes #9328.
timmywil [Wed, 18 May 2011 15:05:20 +0000 (11:05 -0400)]
Switched title attribute to getAttributeNode for IE6/7. Fixes #9329.
Rick Waldron [Mon, 16 May 2011 14:38:36 +0000 (10:38 -0400)]
Landing pull request 377. Check custom data != null(undefined), allows zero; Fixes #9285.
More Details:
- https://github.com/jquery/jquery/pull/377
- http://bugs.jquery.com/ticket/9285
timmywil [Mon, 16 May 2011 14:17:50 +0000 (10:17 -0400)]
Use getAttributeNode for ^on attributes in IE6/7 to avoid anonymous function wrapper. Fixes #9298.
timmywil [Sat, 14 May 2011 16:07:40 +0000 (12:07 -0400)]
Retrieve the class attribute on a form in IE6/7. Fixes 9286.
timmywil [Fri, 13 May 2011 17:47:44 +0000 (13:47 -0400)]
Removing unnecessary argument type check for boolean hook
timmywil [Fri, 13 May 2011 17:39:38 +0000 (13:39 -0400)]
Make sure setting boolean attributes to the same name sets the property to a boolean type
timmywil [Thu, 12 May 2011 23:42:53 +0000 (19:42 -0400)]
Use prop to retrieve boolean properties (so the selected hook will be used)
Rick Waldron [Fri, 13 May 2011 16:26:17 +0000 (12:26 -0400)]
Landing pull request 365. jQuery.buildFragment, ensure doc is a document; Fixes #8950.
More Details:
- https://github.com/jquery/jquery/pull/365
- http://bugs.jquery.com/ticket/8950
timmywil [Fri, 13 May 2011 16:14:31 +0000 (12:14 -0400)]
Style edits for pull request 375
avaly [Fri, 13 May 2011 16:09:49 +0000 (12:09 -0400)]
Landing pull request 375. Added test case to support #9237 Fixes #9237.
More Details:
- https://github.com/jquery/jquery/pull/375
- http://bugs.jquery.com/ticket/9237
timmywil [Wed, 11 May 2011 18:31:42 +0000 (14:31 -0400)]
Animation callbacks keep their place in the queue stack. Fixes #9220.
jaubourg [Fri, 13 May 2011 15:50:57 +0000 (17:50 +0200)]
Adds iframe code for #9239.
jaubourg [Fri, 13 May 2011 15:43:32 +0000 (17:43 +0200)]
Fixes #9239. If the body is already present in the DOM, use a div within it to perform boxModel-related support tests. Unit test added.
John Resig [Thu, 12 May 2011 19:04:51 +0000 (15:04 -0400)]
Updating the source version to 1.6.2pre
John Resig [Thu, 12 May 2011 19:04:36 +0000 (15:04 -0400)]
Tagging the 1.6.1 release.
timmywil [Wed, 11 May 2011 16:02:41 +0000 (12:02 -0400)]
JR don't want my QUnit.
John Resig [Wed, 11 May 2011 15:43:37 +0000 (11:43 -0400)]
Adding in test case to support #9211.
jaubourg [Wed, 11 May 2011 12:12:19 +0000 (14:12 +0200)]
Fixes #9221. Wraps openings of html comments and CDATA blocks found at the beginning of inserted script elements into a javascript block comment so that the new implementation of globalEval will not throw an exception in IE (execScript being less lenient than eval). Unit tests added.
timmywil [Tue, 10 May 2011 17:58:50 +0000 (13:58 -0400)]
Revert "Updating QUnit." This commit actually reverted QUnit.
This reverts commit
f9cccd05b66d7ae7a5e4010220a491e91201c35e .
John Resig [Tue, 10 May 2011 17:50:49 +0000 (13:50 -0400)]
Updating the source version to 1.6.1pre
John Resig [Tue, 10 May 2011 17:50:35 +0000 (13:50 -0400)]
Tagging the 1.6.1rc1 release.
John Resig [Tue, 10 May 2011 17:50:21 +0000 (13:50 -0400)]
Updating QUnit.
John Resig [Tue, 10 May 2011 17:37:05 +0000 (13:37 -0400)]
Updating Sizzle.
John Resig [Tue, 10 May 2011 16:57:55 +0000 (12:57 -0400)]
More formatting tweaking.
John Resig [Tue, 10 May 2011 16:54:41 +0000 (12:54 -0400)]
Merge branch 'master' of github.com:jquery/jquery
John Resig [Tue, 10 May 2011 16:54:29 +0000 (12:54 -0400)]
Update sizzle.
timmywil [Tue, 10 May 2011 16:46:55 +0000 (12:46 -0400)]
Update QUnit
John Resig [Tue, 10 May 2011 16:43:34 +0000 (12:43 -0400)]
Fix tabs in delegate test.
John Resig [Tue, 10 May 2011 15:56:42 +0000 (11:56 -0400)]
Make sure that data properties with hyphens are always accessed/set using camelCase. Fixes #9124.
John Resig [Tue, 10 May 2011 15:49:32 +0000 (11:49 -0400)]
Make sure that mouseenter/mouseleave fire on the correct element when doing delegation. Fixes #9069.
louisremi [Tue, 10 May 2011 15:22:12 +0000 (11:22 -0400)]
Landing pull request 374. .animate() Callbacks should fire in correct order (unit test included). Fixes #9100.
More Details:
- https://github.com/jquery/jquery/pull/374
- https://github.com/jquery/jquery/issues/9100
Sahab Yazdani [Tue, 10 May 2011 15:20:22 +0000 (11:20 -0400)]
Landing pull request 370. Fixes #8763.
More Details:
- https://github.com/jquery/jquery/pull/370
- https://github.com/jquery/jquery/issues/8763
jaubourg [Tue, 10 May 2011 10:23:53 +0000 (12:23 +0200)]
Adds unit/support.js to unit tests. Still have to test for #8763 has to be done in its own file however, since Firefox refuses to notify global errors in the iframe (attachEvent, window.onerror and script.onerror all fail).
louisremi [Tue, 10 May 2011 10:18:40 +0000 (12:18 +0200)]
oops console
timmywil [Tue, 10 May 2011 04:27:52 +0000 (00:27 -0400)]
Add fallback to prop for the window and document. Switch value to use the property instead of the attribute for back compat.
louisremi [Mon, 9 May 2011 15:46:00 +0000 (17:46 +0200)]
oops unit test
louisremi [Mon, 9 May 2011 15:35:51 +0000 (17:35 +0200)]
.animate() Callbacks should fire in correct order (fix #9100 + unit test)