]> source.dussan.org Git - jquery.git/log
jquery.git
11 years agoUpdate QUnit to 1.12.0 1318/head 1326/head
Timmy Willison [Thu, 25 Jul 2013 01:29:32 +0000 (21:29 -0400)]
Update QUnit to 1.12.0

11 years agoNo need to remove if they ain't nuthin thar
Timmy Willison [Thu, 25 Jul 2013 01:21:56 +0000 (21:21 -0400)]
No need to remove if they ain't nuthin thar

11 years agoFix paths for qunit files
Oleg [Wed, 24 Jul 2013 14:39:09 +0000 (18:39 +0400)]
Fix paths for qunit files

11 years agoChange Windows install explanation 1313/head
Oleg [Mon, 22 Jul 2013 18:08:10 +0000 (22:08 +0400)]
Change Windows install explanation

11 years agoRemove the Xcode note in readme
Oleg [Mon, 22 Jul 2013 18:04:01 +0000 (22:04 +0400)]
Remove the Xcode note in readme

11 years agoInstall bower packages with npm install
Oleg [Mon, 22 Jul 2013 17:54:37 +0000 (21:54 +0400)]
Install bower packages with npm install

11 years agoUpdate Sizzle to 1.10.5. Fixes #14142.
Timmy Willison [Fri, 19 Jul 2013 13:54:59 +0000 (09:54 -0400)]
Update Sizzle to 1.10.5. Fixes #14142.

11 years agoLint JSON manifests during development
Timmy Willison [Fri, 19 Jul 2013 13:53:57 +0000 (09:53 -0400)]
Lint JSON manifests during development

11 years agoUpdate devDependencies, adjust .jshintrc to jsHint 2.x, use .jshintignore. Close...
Michał Gołębiowski [Thu, 11 Jul 2013 16:52:07 +0000 (12:52 -0400)]
Update devDependencies, adjust .jshintrc to jsHint 2.x, use .jshintignore. Close gh-1283.

11 years agoUpdate README for bower usage
Timmy Willison [Wed, 10 Jul 2013 18:18:57 +0000 (14:18 -0400)]
Update README for bower usage

11 years agoInclude Sizzle and Qunit with bower. Fixes #14118.
Timmy Willison [Wed, 10 Jul 2013 16:00:26 +0000 (12:00 -0400)]
Include Sizzle and Qunit with bower. Fixes #14118.

11 years agoRemove `undefined` var declarations
Timmy Willison [Mon, 8 Jul 2013 16:27:33 +0000 (12:27 -0400)]
Remove `undefined` var declarations

11 years agoSupport CommonJS environments by accentuating the need for a window with a document...
Timmy Willison [Thu, 4 Jul 2013 18:00:26 +0000 (14:00 -0400)]
Support CommonJS environments by accentuating the need for a window with a document. Fixes #13768.

11 years agoUpdate Sizzle to version 1.10.3-pre
Timmy Willison [Thu, 4 Jul 2013 17:28:03 +0000 (13:28 -0400)]
Update Sizzle to version 1.10.3-pre

11 years agoUpdating the source version to 2.0.4-pre✓™
Dave Methvin [Wed, 3 Jul 2013 13:30:49 +0000 (09:30 -0400)]
Updating the source version to 2.0.4-pre✓™

11 years agoTagging the 2.0.3 release.
Dave Methvin [Wed, 3 Jul 2013 13:30:16 +0000 (09:30 -0400)]
Tagging the 2.0.3 release.

11 years agoRevert "Fix #13983. Switch to //# for sourcemaps."
Dave Methvin [Tue, 2 Jul 2013 20:58:20 +0000 (16:58 -0400)]
Revert "Fix #13983. Switch to //# for sourcemaps."

Per the discussion here:
https://code.google.com/p/chromium/issues/detail?id=256636

Thanks to the Chrome team for the quick response!

This reverts commit d53ddc90c1f119fb9148a553443ef3fbc3f3cc99.

11 years agoChange the changelog header style
Dave Methvin [Tue, 2 Jul 2013 20:12:12 +0000 (16:12 -0400)]
Change the changelog header style

11 years agoFix #13983. Switch to //# for sourcemaps.
Dave Methvin [Tue, 2 Jul 2013 13:48:40 +0000 (09:48 -0400)]
Fix #13983. Switch to //# for sourcemaps.

Normally we'd avoid doing this on a patch release, but Chrome Canary is
spewing deprecation warnings already and that's generating bug tickets.

11 years agoFixes #13976: Garbage input should not cause error in buildFragment. Close gh-1284
ruado1987 [Sun, 2 Jun 2013 06:32:48 +0000 (14:32 +0800)]
Fixes #13976: Garbage input should not cause error in buildFragment. Close gh-1284

11 years agoFix test for #13937 ticket. Close gh-1299
Oleg [Thu, 27 Jun 2013 10:35:21 +0000 (14:35 +0400)]
Fix test for #13937 ticket. Close gh-1299

11 years agosupport.boxSizingReliable in FF 23 should be true. Close gh-1288
Oleg [Sun, 2 Jun 2013 21:23:03 +0000 (01:23 +0400)]
support.boxSizingReliable in FF 23 should be true. Close gh-1288

11 years agoUpdate AUTHORS.txt
Michał Gołębiowski [Mon, 1 Jul 2013 18:09:14 +0000 (20:09 +0200)]
Update AUTHORS.txt

11 years agoFixes #14049: don't append px to CSS order value. Close gh-1300.
Jason Merino [Fri, 28 Jun 2013 23:08:16 +0000 (16:08 -0700)]
Fixes #14049: don't append px to CSS order value. Close gh-1300.

11 years agoUpdate Sizzle: bower manifest
Timmy Willison [Thu, 27 Jun 2013 03:08:37 +0000 (23:08 -0400)]
Update Sizzle: bower manifest

11 years agoFixes #14047 jQuery.data should not miss data-* w/ hyphenated property names
Rick Waldron [Fri, 21 Jun 2013 19:45:30 +0000 (15:45 -0400)]
Fixes #14047 jQuery.data should not miss data-* w/ hyphenated property names

http://bugs.jquery.com/ticket/14047
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
11 years agoMoved too-early assignment inside the if stmt where the var is actually used. Close...
terrycojones [Wed, 19 Jun 2013 21:36:32 +0000 (22:36 +0100)]
Moved too-early assignment inside the if stmt where the var is actually used. Close gh-1292.

11 years agoBuild: Update testswarm task to node-testswarm 1.x API
Jörn Zaefferer [Wed, 5 Jun 2013 13:58:33 +0000 (15:58 +0200)]
Build: Update testswarm task to node-testswarm 1.x API

11 years agoUpdate Sizzle. Avoid the use of frameElement. Fixes #13980.
Timmy Willison [Mon, 3 Jun 2013 20:10:48 +0000 (16:10 -0400)]
Update Sizzle. Avoid the use of frameElement. Fixes #13980.

11 years agoAvoid jQuery(this) and a closure for .toggle(Boolean), close gh-1271.
Jason Bedard [Sat, 11 May 2013 19:34:48 +0000 (12:34 -0700)]
Avoid jQuery(this) and a closure for .toggle(Boolean), close gh-1271.

11 years agoFix #13974: XML .attr("type") 1285/head
Richard Gibson [Sun, 2 Jun 2013 05:35:24 +0000 (01:35 -0400)]
Fix #13974: XML .attr("type")
(cherry picked from commit adf30903182f6ab99e3490ceac5a8c37bc59e325)

11 years agoNo ticket: correct typo in an example in README.md. Close gh-1281.
Michał Gołębiowski [Fri, 31 May 2013 15:20:32 +0000 (17:20 +0200)]
No ticket: correct typo in an example in README.md. Close gh-1281.

11 years agoUpdating the source version to 2.0.3-pre✓™
Dave Methvin [Thu, 30 May 2013 21:25:29 +0000 (17:25 -0400)]
Updating the source version to 2.0.3-pre✓™

11 years agoTagging the 2.0.2 release.
Dave Methvin [Thu, 30 May 2013 21:25:21 +0000 (17:25 -0400)]
Tagging the 2.0.2 release.

11 years agoSizzle Update: fix #13936 - iframe reload should not affect Sizzle.
Oleg [Wed, 29 May 2013 13:19:18 +0000 (17:19 +0400)]
Sizzle Update: fix #13936 - iframe reload should not affect Sizzle.

11 years agoFix #13937: Correctly scope .finish() following multi-element .animate(). Thanks...
Richard Gibson [Sat, 25 May 2013 14:18:57 +0000 (10:18 -0400)]
Fix #13937: Correctly scope .finish() following multi-element .animate(). Thanks @gnarf37. Close gh-1279.
(cherry picked from commit ae9e05e9f3cb071232b056005755acb5926e403e)

11 years agoSimplification of jQuery#contents method
Oleg [Sun, 26 May 2013 11:20:47 +0000 (15:20 +0400)]
Simplification of jQuery#contents method

11 years agoFix #13939: Same-unit relative animations
Richard Gibson [Sun, 26 May 2013 20:02:32 +0000 (16:02 -0400)]
Fix #13939: Same-unit relative animations
(cherry picked from commit 00231d5d94d3374d53bfe79e04ba253250c73087)

11 years agoUpdating the source version to 2.0.2-pre✓™
Dave Methvin [Fri, 24 May 2013 16:44:52 +0000 (12:44 -0400)]
Updating the source version to 2.0.2-pre✓™

11 years agoTagging the 2.0.1 release.
Dave Methvin [Fri, 24 May 2013 16:44:44 +0000 (12:44 -0400)]
Tagging the 2.0.1 release.

11 years agoDo not include the path in map references.
Dave Methvin [Fri, 24 May 2013 16:37:32 +0000 (12:37 -0400)]
Do not include the path in map references.

11 years agoFix #13793. Correct source map generation bugs. Close gh-1275.
Michał Gołębiowski [Wed, 22 May 2013 13:11:19 +0000 (15:11 +0200)]
Fix #13793. Correct source map generation bugs. Close gh-1275.

11 years agoHandles HEAD requests as if they always were 204. Fixes #13922.
Julian Aubourg [Thu, 23 May 2013 00:11:37 +0000 (02:11 +0200)]
Handles HEAD requests as if they always were 204. Fixes #13922.

11 years agoFix #13789: Don't throw when module === null. Close gh-1269.
Eddie Monge [Mon, 13 May 2013 20:10:36 +0000 (13:10 -0700)]
Fix #13789: Don't throw when module === null. Close gh-1269.

11 years agoUpdate the map reference in each minified file.
Dave Methvin [Fri, 17 May 2013 02:48:02 +0000 (22:48 -0400)]
Update the map reference in each minified file.
(cherry picked from commit ebc7899ba1ba6e8306066b5bd4d3e14f0d2d8aad)

11 years agoFix #13894: CSS identifiers with backslash-escaped whitespace
Richard Gibson [Thu, 16 May 2013 01:25:30 +0000 (21:25 -0400)]
Fix #13894: CSS identifiers with backslash-escaped whitespace
(cherry picked from commit a75016634d439179fa6517da1918a5a667886e99)

11 years agoFix #13835: classes separated by form feed
Richard Gibson [Tue, 14 May 2013 01:55:00 +0000 (21:55 -0400)]
Fix #13835: classes separated by form feed

11 years agoRef 3971c2eb: Sync with 1.x-master
Richard Gibson [Tue, 14 May 2013 00:37:42 +0000 (20:37 -0400)]
Ref 3971c2eb: Sync with 1.x-master

11 years agoFix #13855: line-height animations. Close gh-1265.
Richard Gibson [Thu, 9 May 2013 02:56:51 +0000 (22:56 -0400)]
Fix #13855: line-height animations. Close gh-1265.

11 years agoOptimize cleanData: allow direct access to data_priv for cleanup
Rick Waldron [Wed, 17 Apr 2013 16:53:41 +0000 (12:53 -0400)]
Optimize cleanData: allow direct access to data_priv for cleanup

11 years agobuild: switch from .min.gz to .zip format.
Dave Methvin [Mon, 13 May 2013 01:58:53 +0000 (21:58 -0400)]
build: switch from .min.gz to .zip format.

11 years agobuild: update release script to use nodejs archiver. 1266/head
Chris Talkington [Sun, 12 May 2013 21:21:31 +0000 (16:21 -0500)]
build: update release script to use nodejs archiver.

11 years agobuild: correct paths so that archiving works.
Chris Talkington [Sun, 12 May 2013 20:50:54 +0000 (15:50 -0500)]
build: correct paths so that archiving works.

11 years agoAdd release time to header on uncompressed file.
Dave Methvin [Sat, 11 May 2013 19:54:17 +0000 (15:54 -0400)]
Add release time to header on uncompressed file.
(cherry picked from commit 71f33cc7d949e3b5661754a9075aca990d71ba1f)

11 years agoUpdate Sizzle: fix sort order test
Timmy Willison [Fri, 10 May 2013 19:43:39 +0000 (15:43 -0400)]
Update Sizzle: fix sort order test

11 years agoUpdate Sizzle: empty string arguments in pseudos. Fixes #13882.
Timmy Willison [Fri, 10 May 2013 16:48:03 +0000 (12:48 -0400)]
Update Sizzle: empty string arguments in pseudos. Fixes #13882.

11 years agoUse grunt option with grunt.util.spawn, close gh-1255.
Kyle Robinson Young [Wed, 24 Apr 2013 18:56:38 +0000 (11:56 -0700)]
Use grunt option with grunt.util.spawn, close gh-1255.

11 years agoFix #13223. Re-allow leading space in HTML. Close gh-1264.
Dave Methvin [Thu, 9 May 2013 01:07:41 +0000 (21:07 -0400)]
Fix #13223. Re-allow leading space in HTML. Close gh-1264.
(cherry picked from commit 00eafdf028f7730665ce1c05ab44e3f0bc80fbc2)

11 years agoOnly call jQuery(this) when needed. Close gh-1260.
Jason Bedard [Fri, 3 May 2013 01:45:02 +0000 (18:45 -0700)]
Only call jQuery(this) when needed. Close gh-1260.

11 years agoCreate CDN archives in the build script.
Dave Methvin [Thu, 9 May 2013 00:00:24 +0000 (20:00 -0400)]
Create CDN archives in the build script.

11 years agoUse String.slice instead of String.substring in order to save a three bytes. Close...
Jason Bedard [Fri, 3 May 2013 02:01:15 +0000 (19:01 -0700)]
Use String.slice instead of String.substring in order to save a three bytes. Close gh-1261.

11 years agoUpdate Sizzle: minor fixes
Timmy Willison [Wed, 8 May 2013 14:38:06 +0000 (10:38 -0400)]
Update Sizzle: minor fixes

11 years agoUpdate Sizzle: fix failing tests with attributes
Timmy Willison [Tue, 7 May 2013 21:37:51 +0000 (17:37 -0400)]
Update Sizzle: fix failing tests with attributes

11 years agoUpdate Sizzle: minor selector issues
Timmy Willison [Tue, 7 May 2013 19:26:49 +0000 (15:26 -0400)]
Update Sizzle: minor selector issues

11 years agoCheck nodeType of elements passed to selector-native's find. Fixes #13577.
Timmy Willison [Mon, 6 May 2013 19:42:00 +0000 (15:42 -0400)]
Check nodeType of elements passed to selector-native's find. Fixes #13577.

11 years agoNo ticket: boolean -> bool in selector-native
Timmy Willison [Mon, 6 May 2013 19:41:22 +0000 (15:41 -0400)]
No ticket: boolean -> bool in selector-native

11 years agoMake it easier to debug the release script.
Dave Methvin [Mon, 6 May 2013 14:32:16 +0000 (10:32 -0400)]
Make it easier to debug the release script.

11 years agoFixes #13850. Better removal of hyphenated data property names.
Rick Waldron [Thu, 2 May 2013 20:35:22 +0000 (16:35 -0400)]
Fixes #13850. Better removal of hyphenated data property names.

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
11 years agoAdd -wrap to the minimumest-possible-build list.
Dave Methvin [Thu, 2 May 2013 17:40:25 +0000 (13:40 -0400)]
Add -wrap to the minimumest-possible-build list.

11 years agoFix #13255. Set a default event target for Cordova.
Dave Methvin [Thu, 2 May 2013 17:39:13 +0000 (13:39 -0400)]
Fix #13255. Set a default event target for Cordova.

11 years agoFix #13846: .prev sort direction
Richard Gibson [Wed, 1 May 2013 15:33:06 +0000 (11:33 -0400)]
Fix #13846: .prev sort direction

11 years agoFix #13803: domManip remote-script evaluation per 1.9 (AJAX dataType "script")
Richard Gibson [Mon, 29 Apr 2013 17:31:59 +0000 (13:31 -0400)]
Fix #13803: domManip remote-script evaluation per 1.9 (AJAX dataType "script")

11 years agoFixes #13815: Ensure each element has its own private data object - Tests by @rwldrn
Corey Frang [Wed, 24 Apr 2013 20:07:15 +0000 (16:07 -0400)]
Fixes #13815: Ensure each element has its own private data object - Tests by @rwldrn

11 years agoFix #13818: Add wrapMap entry for col element
Oleg [Wed, 24 Apr 2013 18:15:41 +0000 (22:15 +0400)]
Fix #13818: Add wrapMap entry for col element

11 years agoFix #13819: .parent sort direction
Richard Gibson [Wed, 24 Apr 2013 15:38:23 +0000 (11:38 -0400)]
Fix #13819: .parent sort direction
(cherry picked from commit 6a816ec95fd96d130a4af67a28873d9daa66a328)

11 years agoFix #13809: Avoid collisions with words reserved by any version of ECMA-262
Richard Gibson [Wed, 24 Apr 2013 13:06:11 +0000 (09:06 -0400)]
Fix #13809: Avoid collisions with words reserved by any version of ECMA-262

11 years agoFix #13810: .replaceWith(nextSibling)
Richard Gibson [Tue, 23 Apr 2013 01:08:18 +0000 (21:08 -0400)]
Fix #13810: .replaceWith(nextSibling)

11 years agoFix #13807: attribute/Object.prototype name collisions
Richard Gibson [Mon, 22 Apr 2013 13:58:09 +0000 (09:58 -0400)]
Fix #13807: attribute/Object.prototype name collisions

11 years agoFix #13797: .is with single-node context
Richard Gibson [Sat, 20 Apr 2013 15:40:27 +0000 (11:40 -0400)]
Fix #13797: .is with single-node context
(cherry picked from commit 4f786ba4d2a5544cb48f589d2659d6cab84efc34)

11 years agoNo ticket: Reduce .find
Richard Gibson [Sat, 20 Apr 2013 14:02:07 +0000 (10:02 -0400)]
No ticket: Reduce .find
(cherry picked from commit 85b3c82445d9e88c6e747a33ad97f5f9e35a7d35)

11 years agoUpdating the source version to 2.0.1-pre
Dave Methvin [Thu, 18 Apr 2013 20:52:15 +0000 (16:52 -0400)]
Updating the source version to 2.0.1-pre

11 years agoTagging the 2.0.0 release.
Dave Methvin [Thu, 18 Apr 2013 20:52:00 +0000 (16:52 -0400)]
Tagging the 2.0.0 release.

11 years agoRemove unnecessary usage of getAttributeNode(). Fixes #12072.
Timmy Willison [Thu, 18 Apr 2013 17:43:51 +0000 (13:43 -0400)]
Remove unnecessary usage of getAttributeNode(). Fixes #12072.

11 years agoFix #13776: Add banner before generating source map. Close gh-1246.
Richard Gibson [Thu, 18 Apr 2013 17:19:22 +0000 (13:19 -0400)]
Fix #13776: Add banner before generating source map. Close gh-1246.

11 years agoChange uglify compression options, close gh-1245.
Oleg [Thu, 18 Apr 2013 13:16:59 +0000 (17:16 +0400)]
Change uglify compression options, close gh-1245.

11 years agoRefactor code in effects to use data_priv. Re- Close gh-1244.
ros3cin [Wed, 17 Apr 2013 07:06:12 +0000 (04:06 -0300)]
Refactor code in effects to use data_priv. Re- Close gh-1244.

11 years agoFollowup #13779: Backwards-compatible unit test
Richard Gibson [Wed, 17 Apr 2013 16:23:44 +0000 (12:23 -0400)]
Followup #13779: Backwards-compatible unit test
(cherry picked from commit 12a101729086ec1f9b8b029cd66971c11959bc33)

11 years agoFix #12838: hook point for non-jQuery.ajax synchronous script fetch/execute in domMan...
Richard Gibson [Sun, 2 Dec 2012 05:14:25 +0000 (00:14 -0500)]
Fix #12838: hook point for non-jQuery.ajax synchronous script fetch/execute in domManip. Close gh-1051.

11 years agoFix #13483. Let slideDown() work after stop(). Close gh-1205.
Renato Oliveira dos Santos [Sun, 17 Mar 2013 06:40:18 +0000 (03:40 -0300)]
Fix #13483. Let slideDown() work after stop(). Close gh-1205.

11 years agoLoop cleanup
Rick Waldron [Wed, 17 Apr 2013 02:37:48 +0000 (22:37 -0400)]
Loop cleanup

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
11 years agoFixes #13779. Remove nodes in document order (uses for loop matching empty()).
Rick Waldron [Wed, 17 Apr 2013 02:16:12 +0000 (22:16 -0400)]
Fixes #13779. Remove nodes in document order (uses for loop matching empty()).

11 years agoFix #13596; #13722: .replaceWith consistency. Close gh-1216.
Richard Gibson [Wed, 3 Apr 2013 17:17:02 +0000 (13:17 -0400)]
Fix #13596; #13722: .replaceWith consistency. Close gh-1216.

11 years agoCorrect spacing.
Michał Gołębiowski [Mon, 15 Apr 2013 17:26:34 +0000 (19:26 +0200)]
Correct spacing.

11 years agoTell uglifyjs to not mangle undefined; saves 44 bytes. Fixes #13759. Close gh-1239. 1239/head
Michał Gołębiowski [Wed, 10 Apr 2013 18:46:31 +0000 (20:46 +0200)]
Tell uglifyjs to not mangle undefined; saves 44 bytes. Fixes #13759. Close gh-1239.

11 years agoUpdate Sizzle: src attribute in IE7. Fixes #13777.
Timmy Willison [Mon, 15 Apr 2013 14:43:29 +0000 (10:43 -0400)]
Update Sizzle: src attribute in IE7. Fixes #13777.

11 years agoFixes #13760. Pass window, not this to the main IIFE. Closes gh-1238
Michał Gołębiowski [Wed, 10 Apr 2013 21:27:31 +0000 (17:27 -0400)]
Fixes #13760. Pass window, not this to the main IIFE. Closes gh-1238

11 years agoAdd onevar to jshintrc, but remove the option for linting the concatenated file
Timmy Willison [Tue, 9 Apr 2013 16:48:34 +0000 (12:48 -0400)]
Add onevar to jshintrc, but remove the option for linting the concatenated file

11 years agoUpdate Sizzle: jshintrc
Timmy Willison [Tue, 9 Apr 2013 16:40:50 +0000 (12:40 -0400)]
Update Sizzle: jshintrc

11 years agoUpdate jshintrc to conform to new style guide. Conform to onevar and unused in tests...
Timmy Willison [Tue, 9 Apr 2013 15:45:09 +0000 (11:45 -0400)]
Update jshintrc to conform to new style guide. Conform to onevar and unused in tests. Fixes #13755.

11 years agoUpdating the source version to 2.0.0-pre
Dave Methvin [Tue, 9 Apr 2013 12:10:23 +0000 (08:10 -0400)]
Updating the source version to 2.0.0-pre