]> source.dussan.org Git - jquery.git/log
jquery.git
11 years agoBreak jQuery.access out into its own module to separate it from core; Adjust CommonJS...
Timmy Willison [Mon, 9 Sep 2013 15:26:21 +0000 (11:26 -0400)]
Break jQuery.access out into its own module to separate it from core; Adjust CommonJS+AMD build support to include non-var dependencies. Convert modules with more than a few dependencies to use CJS+AMD syntax.

Conflicts:
src/core.js
src/css.js
src/data.js
src/effects.js
src/event.js
src/manipulation.js
src/traversing.js

11 years agoUpdate r.js (running latest master until new r.js is published to NPM)
Timmy Willison [Mon, 9 Sep 2013 15:23:16 +0000 (11:23 -0400)]
Update r.js (running latest master until new r.js is published to NPM)

11 years agoReorder css.js logically
Timmy Willison [Mon, 9 Sep 2013 13:54:52 +0000 (09:54 -0400)]
Reorder css.js logically

Conflicts:
src/css.js

11 years agoAdd AMD+CommonJS capabilities to the build script (for modules with long unreadable...
Timmy Willison [Mon, 9 Sep 2013 13:50:12 +0000 (09:50 -0400)]
Add AMD+CommonJS capabilities to the build script (for modules with long unreadable dependency lists)

Conflicts:
src/core.js

11 years agoRestore optIn behavior for builds
Timmy Willison [Mon, 9 Sep 2013 02:26:05 +0000 (22:26 -0400)]
Restore optIn behavior for builds

Conflicts:
build/tasks/build.js

11 years agoRevert "Keep the build for bower"
Timmy Willison [Mon, 9 Sep 2013 02:27:20 +0000 (22:27 -0400)]
Revert "Keep the build for bower"

This reverts commit c9858a4351c0c04aa1786b01ca1dfef84412dcf9.

11 years agoKeep the build for bower
Timmy Willison [Mon, 9 Sep 2013 01:51:44 +0000 (21:51 -0400)]
Keep the build for bower

11 years agoAlways return jQuery in modules that can be included separately
Timmy Willison [Mon, 9 Sep 2013 01:25:27 +0000 (21:25 -0400)]
Always return jQuery in modules that can be included separately

Conflicts:
src/attributes.js
src/data.js
src/manipulation.js

11 years agoMove parsing methods to their own files (separates manipulation dependency from core)
Timmy Willison [Mon, 9 Sep 2013 01:05:07 +0000 (21:05 -0400)]
Move parsing methods to their own files (separates manipulation dependency from core)

Conflicts:
src/core.js

11 years agoNo ticket. Update AUTHORS.txt.
Michał Gołębiowski [Sat, 7 Sep 2013 01:08:20 +0000 (03:08 +0200)]
No ticket. Update AUTHORS.txt.

11 years agoNo ticket. Restore support for Safari 5.1 in test/unit/support.js for now. (cherry...
Michał Gołębiowski [Sat, 7 Sep 2013 00:30:19 +0000 (02:30 +0200)]
No ticket. Restore support for Safari 5.1 in test/unit/support.js for now. (cherry-picked from badcd1b6f301e6253405f17759c1270549a34e12)

11 years agoConvert testrunner to an AMD module and ensure jQuery is on the page when executing...
Timmy Willison [Fri, 6 Sep 2013 21:11:04 +0000 (17:11 -0400)]
Convert testrunner to an AMD module and ensure jQuery is on the page when executing the testrunner (another race condition amplified by swarm)

Conflicts:
test/data/testinit.js
test/data/testrunner.js

11 years agoMove test loader to testinit.js. Fix race condition with dependency loading.
Timmy Willison [Fri, 6 Sep 2013 20:23:20 +0000 (16:23 -0400)]
Move test loader to testinit.js. Fix race condition with dependency loading.

11 years agoUse requirejs to load the testswarm inject script
Timmy Willison [Fri, 6 Sep 2013 19:44:50 +0000 (15:44 -0400)]
Use requirejs to load the testswarm inject script

11 years agoNo ticket. Restore checking individual src/**/*.js files by jsHint.
Michał Gołębiowski [Fri, 6 Sep 2013 18:31:48 +0000 (20:31 +0200)]
No ticket. Restore checking individual src/**/*.js files by jsHint.

11 years agoNo ticket. Optimize top/left hooks: move the position check up, don't re-check it...
Michał Gołębiowski [Fri, 6 Sep 2013 16:29:53 +0000 (18:29 +0200)]
No ticket. Optimize top/left hooks: move the position check up, don't re-check it inside a hook.

11 years agoRemove test element in css/support
Timmy Willison [Fri, 6 Sep 2013 16:08:41 +0000 (12:08 -0400)]
Remove test element in css/support

11 years agoFix #10814. Fix #14084. Make support tests lazy and broken out to components. 1353/head
Michał Gołębiowski [Mon, 2 Sep 2013 17:21:09 +0000 (19:21 +0200)]
Fix #10814. Fix #14084. Make support tests lazy and broken out to components.

11 years agoFix #13983. Switch to //# for sourcemap directives. (cherry-picked from dfaee326e6605...
Michał Gołębiowski [Thu, 5 Sep 2013 16:24:13 +0000 (18:24 +0200)]
Fix #13983. Switch to //# for sourcemap directives. (cherry-picked from dfaee326e6605dc6d848c4c5022e39069d2cee65)

11 years agoNo ticket. Update packages, make the devDependencies list alphabetic. (cherry-picked...
Michał Gołębiowski [Thu, 5 Sep 2013 16:19:04 +0000 (18:19 +0200)]
No ticket. Update packages, make the devDependencies list alphabetic. (cherry-picked from 3f3a6c5ff5e6f1565ff4ad672ad44f71ad765f29)

11 years agoNo ticket: Hide the testing-support jQuery from tests
Richard Gibson [Tue, 3 Sep 2013 13:55:32 +0000 (09:55 -0400)]
No ticket: Hide the testing-support jQuery from tests
(cherry picked from commit 0c185209233f4c15e57c6a24e8f81b27dd26db59)

Conflicts:

test/data/testrunner.js

11 years agoRef #14313: Optimize 1.x jQuery.merge for size.
Amey Sakhadeo [Wed, 28 Aug 2013 16:54:55 +0000 (22:24 +0530)]
Ref #14313: Optimize 1.x jQuery.merge for size.
(cherry picked from commits c75c9a8ebb5d2483daa68bec799e0d770083a811 f66d53c85643e703a8e37d9ca9375dd386a60cda)

11 years agoFix #14318: Cherry-pick interrupted animation fix from master ea5c22ec12e6a548b1ec2d7...
Richard Gibson [Fri, 30 Aug 2013 16:38:43 +0000 (12:38 -0400)]
Fix #14318: Cherry-pick interrupted animation fix from master ea5c22ec12e6a548b1ec2d7b0dcd9f71bea8d5dd

11 years agoPass all tests (and load Sizzle fixture correctly) when loading with AMD
Timmy Willison [Thu, 29 Aug 2013 20:18:17 +0000 (16:18 -0400)]
Pass all tests (and load Sizzle fixture correctly) when loading with AMD

Conflicts:
src/css.js

11 years agoFix for custom attr handles duck-punching the boolean attr handle
Timmy Willison [Wed, 28 Aug 2013 16:12:37 +0000 (12:12 -0400)]
Fix for custom attr handles duck-punching the boolean attr handle

11 years agoUpdate Sizzle to 1.10.7
Timmy Willison [Tue, 27 Aug 2013 19:05:00 +0000 (15:05 -0400)]
Update Sizzle to 1.10.7

Conflicts:
bower.json

11 years agoExplicitly set bower folder location
Timmy Willison [Tue, 27 Aug 2013 18:22:28 +0000 (14:22 -0400)]
Explicitly set bower folder location

11 years agoUse window.QUnit to detect the top window when loading with AMD
Timmy Willison [Tue, 27 Aug 2013 04:31:14 +0000 (00:31 -0400)]
Use window.QUnit to detect the top window when loading with AMD

11 years agoUpdate Sizzle: minor change to a test (oldIE must set defaultChecked on creation)
Timmy Willison [Tue, 27 Aug 2013 04:16:14 +0000 (00:16 -0400)]
Update Sizzle: minor change to a test (oldIE must set defaultChecked on creation)

11 years agoMake the attr handles a little more readable (+4 bytes)
Timmy Willison [Tue, 27 Aug 2013 03:28:41 +0000 (23:28 -0400)]
Make the attr handles a little more readable (+4 bytes)

11 years agoFix most of the broken tests in oldIE. Build order issue.
Timmy Willison [Tue, 27 Aug 2013 02:54:17 +0000 (22:54 -0400)]
Fix most of the broken tests in oldIE. Build order issue.

- attr requires val for attaching to the nodeHook as a valHook for buttons

11 years agoNo ticket: improve line-height animation test robustness
Richard Gibson [Mon, 26 Aug 2013 20:36:55 +0000 (16:36 -0400)]
No ticket: improve line-height animation test robustness

11 years agoNo ticket. Correct a support comment for the `order` test. (cherry-picked from 2ac1cd...
Michał Gołębiowski [Tue, 20 Aug 2013 13:53:28 +0000 (15:53 +0200)]
No ticket. Correct a support comment for the `order` test. (cherry-picked from 2ac1cd91db5c20cbe8ba0db44f7640cd150060ee)

11 years agoCorrect QUnit check, this might fix swarm failures
Oleg [Mon, 19 Aug 2013 18:33:52 +0000 (22:33 +0400)]
Correct QUnit check, this might fix swarm failures

Conflicts:
test/jquery.js

11 years agoFix tests for testswarm
Timmy Willison [Mon, 19 Aug 2013 19:01:00 +0000 (15:01 -0400)]
Fix tests for testswarm

11 years agoNo ticket. Correct a support comment. (cherry-picked from f92a446ee8d6e98c43b87f185e7...
Michał Gołębiowski [Mon, 19 Aug 2013 18:16:16 +0000 (20:16 +0200)]
No ticket. Correct a support comment. (cherry-picked from f92a446ee8d6e98c43b87f185e73240fabec5ae4)

11 years agoRemove redundant prefixes from the CSS order test. (cherry-picked from e3584179fe919c...
Michał Gołębiowski [Mon, 19 Aug 2013 17:53:31 +0000 (19:53 +0200)]
Remove redundant prefixes from the CSS order test. (cherry-picked from e3584179fe919c59033e54f019a1511691d2c85b)

11 years agoNo ticket: add assertions for jQuery.when( array ). Close gh-1312. (cherry-picked...
Daniel Herman [Fri, 19 Jul 2013 01:17:29 +0000 (21:17 -0400)]
No ticket: add assertions for jQuery.when( array ). Close gh-1312. (cherry-picked from 584a4af9c8633b35fe49152c81977de03f885826)

11 years agoFix #14150: revert to ownerDocument.defaultView.getComputedStyle. Close gh-1311....
Chris Price [Mon, 19 Aug 2013 16:12:46 +0000 (18:12 +0200)]
Fix #14150: revert to ownerDocument.defaultView.getComputedStyle. Close gh-1311. (cherry-picked from 3e3680c2cdc524ee9194ef27fdce318cf301144c)

11 years agoFix #14164: assign className in addClass/removeClass only if changed. Close gh-1331...
Jeremy Dunck [Mon, 19 Aug 2013 15:55:05 +0000 (17:55 +0200)]
Fix #14164: assign className in addClass/removeClass only if changed. Close gh-1331. (cherry-picked from c418b94eb48188cd9329519ae5e030a52dd81cc9)

11 years agoDon't execute DOM ready tests in AMD mode (they aren't loaded before DOM ready)....
Oleg Gaidarenko [Fri, 16 Aug 2013 18:36:08 +0000 (14:36 -0400)]
Don't execute DOM ready tests in AMD mode (they aren't loaded before DOM ready). Close gh-1335.

11 years agoMinor build change: remove trailing tabs
Timmy Willison [Fri, 16 Aug 2013 18:33:28 +0000 (14:33 -0400)]
Minor build change: remove trailing tabs

11 years agoWhen converting the source to AMD, don't forget to AMD
Timmy Willison [Fri, 16 Aug 2013 16:54:43 +0000 (12:54 -0400)]
When converting the source to AMD, don't forget to AMD

11 years agoCustom builds: Fix source folder location now that build.js is in the tasks folder
Timmy Willison [Fri, 16 Aug 2013 14:13:09 +0000 (10:13 -0400)]
Custom builds: Fix source folder location now that build.js is in the tasks folder

11 years agoCustom builds: Remove _evalUrl when excluding ajax
Timmy Willison [Fri, 16 Aug 2013 14:11:22 +0000 (10:11 -0400)]
Custom builds: Remove _evalUrl when excluding ajax

11 years agoMove jQuery specific tasks to independent files. Close gh-1334.
Oleg Gaidarenko [Fri, 16 Aug 2013 13:48:00 +0000 (09:48 -0400)]
Move jQuery specific tasks to independent files. Close gh-1334.

Also:
* Confirm build task to the style guide
* Use grunt API to load jQuery specific tasks
* Add "use strict"; statements

Conflicts:
Gruntfile.js
build/tasks/build.js

11 years agoFixed pulling in Sizzle subproject when testing with min/dev.
Oleg Gaidarenko [Fri, 16 Aug 2013 13:40:28 +0000 (09:40 -0400)]
Fixed pulling in Sizzle subproject when testing with min/dev.

11 years agoSpecify support as a dependency wherever it is used. Optimize module order to save...
Timmy Willison [Fri, 16 Aug 2013 00:38:48 +0000 (20:38 -0400)]
Specify support as a dependency wherever it is used. Optimize module order to save 15 bytes.

Conflicts:
src/css.js
src/manipulation.js
src/offset.js
src/support.js

11 years agoFix build for jenkins
Timmy Willison [Thu, 15 Aug 2013 19:58:44 +0000 (15:58 -0400)]
Fix build for jenkins

11 years agoAMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.
Timmy Willison [Thu, 15 Aug 2013 18:15:49 +0000 (14:15 -0400)]
AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.

Conflicts:
Gruntfile.js
README.md
src/ajax.js
src/ajax/xhr.js
src/attributes.js
src/core.js
src/css.js
src/data.js
src/effects.js
src/event.js
src/manipulation.js
src/offset.js
src/selector-native.js
src/traversing.js
test/unit/core.js
test/unit/data.js

11 years agocorrect a typo in README
Michał Gołębiowski [Mon, 12 Aug 2013 16:31:21 +0000 (18:31 +0200)]
correct a typo in README

11 years agoCorrect typos in the test assertion
Oleg [Sat, 10 Aug 2013 06:49:14 +0000 (10:49 +0400)]
Correct typos in the test assertion

11 years agoFix test of #13855 for Opera 12.1 and IE10
Oleg [Sat, 10 Aug 2013 03:47:21 +0000 (07:47 +0400)]
Fix test of #13855 for Opera 12.1 and IE10

11 years agoCorrect assertion for #14049 ticket. Close gh-1327
Oleg [Wed, 7 Aug 2013 21:10:35 +0000 (01:10 +0400)]
Correct assertion for #14049 ticket. Close gh-1327

11 years agoImprove test stability for #13855 ticket. Close gh-1328.
Oleg [Thu, 8 Aug 2013 00:11:42 +0000 (04:11 +0400)]
Improve test stability for #13855 ticket. Close gh-1328.

11 years agoSupport tests
Oleg [Sun, 4 Aug 2013 23:59:02 +0000 (03:59 +0400)]
Support tests

* Check all the properties in jQuery.support
* Fix value of "pixelPosition" in new Chrome

11 years agoRemoved an unneeded variable
terrycojones [Fri, 2 Aug 2013 00:04:49 +0000 (01:04 +0100)]
Removed an unneeded variable

(cherry-picked from the commit 74dadd3eb65301e630a274fa8d65e9b81bfade54)

11 years agoUpdate QUnit to 1.12.0
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

(cherry picked from commit c8c32f1d0583711355c593fb4c84332bfba18254)

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

(cherry picked from commit 831a532c3ce9b014ed7c0f8fd910a0a2fc0aa5aa)

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

(cherry picked from commit 24571f4a730ea51127fe5f1f798c1283a2b8cc8a)

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

(cherry picked from commit 806b0230cd14916907807ced638aea066465e1d4)

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.

Conflicts:
src/.jshintrc
test/.jshintrc

11 years agoFix bower.json version from cherry-picked commit
Timmy Willison [Wed, 10 Jul 2013 18:20:32 +0000 (14:20 -0400)]
Fix bower.json version from cherry-picked commit

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 1.10.3-pre
Timmy Willison [Thu, 4 Jul 2013 17:25:47 +0000 (13:25 -0400)]
Update sizzle to 1.10.3-pre

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

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

11 years agoUpdate Sizzle to version 1.10.2
Timmy Willison [Wed, 3 Jul 2013 13:39:17 +0000 (09:39 -0400)]
Update Sizzle to version 1.10.2

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
(cherry picked from commit a44202dc604d14688756ae0cccde0fec53e53dbf)

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.
(cherry picked from commit 6e630fbbb19306e1914712502a2b22872e94ddad)

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.
(cherry picked from commit d53ddc90c1f119fb9148a553443ef3fbc3f3cc99)

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
(cherry picked from commit 308980ee2a5c85ba1600446d093edc921f9a71de)

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

11 years agoFixes #14049: don't append px to CSS order value. Close gh-1300. (cherry picked from...
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. (cherry picked from ec6eb38c64aadd6860c402cc0894c77b82b1a65d)

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 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.
(cherry picked from commit 3a434434c420096cef478936ea21b33e9cfae30c)

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.
(cherry picked from commit e53a91909061c7a7280a274990db179b94db81b6)

11 years agoFix #13974: XML .attr("type")
Richard Gibson [Sun, 2 Jun 2013 05:35:24 +0000 (01:35 -0400)]
Fix #13974: XML .attr("type")

11 years agoNo ticket: correct typo in an example in README.md. Close gh-1281. (cherry-picked...
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. (cherry-picked from a0aa6232d0b451bb6e61a33d6f33a750b51bbe18)

11 years agoUpdating the source version to 1.10.2-pre
Dave Methvin [Thu, 30 May 2013 21:49:13 +0000 (17:49 -0400)]
Updating the source version to 1.10.2-pre

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

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

11 years agoSizzle Update: fix #13936 - iframe reload should not affect Sizzle.
Oleg [Wed, 29 May 2013 13:46:02 +0000 (17:46 +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.

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

11 years agoUpdating the source version to 1.10.1-pre
Dave Methvin [Fri, 24 May 2013 18:39:33 +0000 (14:39 -0400)]
Updating the source version to 1.10.1-pre

11 years agoTagging the 1.10.0 release.
Dave Methvin [Fri, 24 May 2013 18:39:24 +0000 (14:39 -0400)]
Tagging the 1.10.0 release.

11 years agoRemove an unnecessary comment
Michał Gołębiowski [Tue, 21 May 2013 06:35:12 +0000 (08:35 +0200)]
Remove an unnecessary comment

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.
(cherry picked from commit 9cbd6898b9deb1a21b796933ba6f4e6dd801172e)

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

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.