]> source.dussan.org Git - jquery.git/log
jquery.git
11 years agoFix #12723 and simplification and optmization of defaultDisplay helper
Oleg [Tue, 17 Sep 2013 11:47:31 +0000 (15:47 +0400)]
Fix #12723 and simplification and optmization of defaultDisplay helper

11 years agoSimplify replaceWith method. Closes gh-1276
Oleg [Tue, 17 Sep 2013 09:24:27 +0000 (13:24 +0400)]
Simplify replaceWith method. Closes gh-1276

11 years agoCorrect code style in comment line
Oleg [Fri, 13 Sep 2013 15:29:48 +0000 (19:29 +0400)]
Correct code style in comment line

11 years agoNo ticket: fix code style inconsistencies. Closes gh-1361
Oleg [Wed, 11 Sep 2013 01:08:01 +0000 (05:08 +0400)]
No ticket: fix code style inconsistencies. Closes gh-1361

11 years agoSmall adjustment to prefilter test. Follow the right path for prefixes.
Timmy Willison [Thu, 12 Sep 2013 20:52:23 +0000 (15:52 -0500)]
Small adjustment to prefilter test. Follow the right path for prefixes.

11 years agoRef #14313: NaN detection. Close gh-1352.
Richard Gibson [Thu, 5 Sep 2013 18:04:11 +0000 (14:04 -0400)]
Ref #14313: NaN detection. Close gh-1352.
(cherry picked from commit 0bc0a69026ce4c1ac570a729d3c975a4a55d0ff4)

11 years agoFix #14351: Update Sizzle
Richard Gibson [Thu, 12 Sep 2013 20:36:29 +0000 (16:36 -0400)]
Fix #14351: Update Sizzle

11 years agoAdjust prefilter test to error on string indexing in oldIE
Timmy Willison [Thu, 12 Sep 2013 20:25:23 +0000 (15:25 -0500)]
Adjust prefilter test to error on string indexing in oldIE

11 years agocharAt -> string indexing. Close gh-1359.
Mike Sidorov [Thu, 12 Sep 2013 17:32:44 +0000 (12:32 -0500)]
charAt -> string indexing. Close gh-1359.

11 years agoTravis: Also install bower
Jörn Zaefferer [Thu, 12 Sep 2013 16:30:09 +0000 (18:30 +0200)]
Travis: Also install bower

11 years agoAdd unit tests for jQuery.grep. Close gh-1345.
Amey Sakhadeo [Thu, 12 Sep 2013 16:18:36 +0000 (11:18 -0500)]
Add unit tests for jQuery.grep. Close gh-1345.

11 years agoAdd Travis CI config for PR testing
Jörn Zaefferer [Thu, 12 Sep 2013 16:08:29 +0000 (18:08 +0200)]
Add Travis CI config for PR testing

11 years agoFlip the switch on checkOn
Timmy Willison [Wed, 11 Sep 2013 20:03:40 +0000 (15:03 -0500)]
Flip the switch on checkOn

11 years agoCorrect the checkClone support test for Safari 5.1 and mobile webkits
Timmy Willison [Wed, 11 Sep 2013 19:29:15 +0000 (14:29 -0500)]
Correct the checkClone support test for Safari 5.1 and mobile webkits

11 years agoFix support test for checkClone. Fixes Safari 5.1 manip failures.
Timmy Willison [Wed, 11 Sep 2013 14:51:31 +0000 (09:51 -0500)]
Fix support test for checkClone. Fixes Safari 5.1 manip failures.

11 years agoFix context
Timmy Willison [Wed, 11 Sep 2013 13:46:08 +0000 (08:46 -0500)]
Fix context

11 years agoThe cssHook from addGetHookIf wasn't actually getting added
Timmy Willison [Wed, 11 Sep 2013 13:41:48 +0000 (08:41 -0500)]
The cssHook from addGetHookIf wasn't actually getting added

11 years agoRestore support for Firefox < 23, Chrome < 28 and Safari 5.1.
Michał Gołębiowski [Wed, 11 Sep 2013 01:35:46 +0000 (03:35 +0200)]
Restore support for Firefox < 23, Chrome < 28 and Safari 5.1.

11 years agoModules can assume the presence of their parents
Timmy Willison [Wed, 11 Sep 2013 01:24:04 +0000 (20:24 -0500)]
Modules can assume the presence of their parents

11 years agoNo ticket. Abstract conditional hook definition. 1354/head
Michał Gołębiowski [Wed, 11 Sep 2013 00:45:11 +0000 (02:45 +0200)]
No ticket. Abstract conditional hook definition.

11 years agoRemove offset dependency from css. Move curCSS and getStyles to their own modules...
Timmy Willison [Wed, 11 Sep 2013 00:24:26 +0000 (19:24 -0500)]
Remove offset dependency from css. Move curCSS and getStyles to their own modules. -39 bytes. Close gh-1360.

11 years agoWoops, lint grunt file
Timmy Willison [Tue, 10 Sep 2013 23:50:03 +0000 (18:50 -0500)]
Woops, lint grunt file

11 years agoMap Sizzle to a path with config to allow users to put Sizzle wherever they want
Timmy Willison [Tue, 10 Sep 2013 23:47:36 +0000 (18:47 -0500)]
Map Sizzle to a path with config to allow users to put Sizzle wherever they want

11 years agoEnsure display: inline-block when animating width/height on inline elements. Fixes...
Timmy Willison [Tue, 10 Sep 2013 19:57:14 +0000 (14:57 -0500)]
Ensure display: inline-block when animating width/height on inline elements. Fixes #14344.

11 years agoUnignore license in bower. Ignore other unnecessary files.
Timmy Willison [Tue, 10 Sep 2013 04:26:21 +0000 (23:26 -0500)]
Unignore license in bower. Ignore other unnecessary files.

11 years agoSeparate jQuery.fn.init into its own module (for lighter core dependencies across...
Timmy Willison [Tue, 10 Sep 2013 00:13:01 +0000 (19:13 -0500)]
Separate jQuery.fn.init into its own module (for lighter core dependencies across all modules)

11 years agoDon't keep semicolons if the require call is not a var declaration
Timmy Willison [Mon, 9 Sep 2013 16:32:06 +0000 (12:32 -0400)]
Don't keep semicolons if the require call is not a var declaration

11 years agoApply consistent ordering in all modules. -38 bytes. Order modules like functions...
Timmy Willison [Mon, 9 Sep 2013 16:13:41 +0000 (12:13 -0400)]
Apply consistent ordering in all modules. -38 bytes. Order modules like functions > jQuery.extend > jQuery.fn.extend.

11 years agoAll non-var modules should not indent in their AMD wrappers (just for prettier builds...
Timmy Willison [Mon, 9 Sep 2013 15:39:02 +0000 (11:39 -0400)]
All non-var modules should not indent in their AMD wrappers (just for prettier builds). No functionality changes.

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.

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

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)

11 years agoFix loading tests with AMD (new support module needed core)
Timmy Willison [Mon, 9 Sep 2013 13:49:49 +0000 (09:49 -0400)]
Fix loading tests with AMD (new support module needed core)

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

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

This reverts commit 69d84dadc2db228910bdf31c377621cb8b1dab21.

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

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)

11 years agoNo ticket. Update support comments to reflect current state of affairs.
Michał Gołębiowski [Wed, 21 Aug 2013 22:33:57 +0000 (00:33 +0200)]
No ticket. Update support comments to reflect current state of affairs.

11 years agoNo ticket. Update AUTHORS.txt.
Michał Gołębiowski [Sat, 7 Sep 2013 01:08:14 +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.
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.

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)

11 years agoNo ticket: link testinit
Timmy Willison [Fri, 6 Sep 2013 20:25:33 +0000 (16:25 -0400)]
No ticket: link testinit

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:18 +0000 (20:31 +0200)]
No ticket. Restore checking individual src/**/*.js files by jsHint.

11 years agoNo ticket. Optimize the marginRight hook: run the support test once only.
Michał Gołębiowski [Fri, 6 Sep 2013 16:33:55 +0000 (18:33 +0200)]
No ticket. Optimize the marginRight hook: run the support test once only.

11 years agoWith all of the ready calls removed internally, ready was never kicked off. Add a...
Timmy Willison [Fri, 6 Sep 2013 15:26:08 +0000 (11:26 -0400)]
With all of the ready calls removed internally, ready was never kicked off. Add a call in the ready module to ensure ready is checked.

11 years agoFix #10814. Make support tests lazy and broken out to components. 1342/head
Michał Gołębiowski [Mon, 26 Aug 2013 22:54:13 +0000 (00:54 +0200)]
Fix #10814. Make support tests lazy and broken out to components.

11 years agoFix #14084: attach the test div to documentElement, not body.
Michał Gołębiowski [Wed, 21 Aug 2013 22:33:57 +0000 (00:33 +0200)]
Fix #14084: attach the test div to documentElement, not body.

11 years agoFix #13983. Switch to //# for sourcemap directives.
Michał Gołębiowski [Thu, 5 Sep 2013 16:23:56 +0000 (18:23 +0200)]
Fix #13983. Switch to //# for sourcemap directives.

11 years agoNo ticket. Update packages, make the devDependencies list alphabetic.
Michał Gołębiowski [Thu, 5 Sep 2013 16:18:48 +0000 (18:18 +0200)]
No ticket. Update packages, make the devDependencies list alphabetic.

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

11 years agoRef #14313: Further code and test improvements
Richard Gibson [Tue, 3 Sep 2013 05:24:01 +0000 (01:24 -0400)]
Ref #14313: Further code and test improvements

11 years agoFix #14313: Optimize jQuery.merge for size. Close gh-1344.
Amey Sakhadeo [Wed, 28 Aug 2013 16:54:55 +0000 (22:24 +0530)]
Fix #14313: Optimize jQuery.merge for size. Close gh-1344.

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

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 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

Conflicts:
src/attributes/attr.js

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

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

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

11 years agoRemove trailing comma in define array. Close gh-1336.
Guy Bedford [Tue, 20 Aug 2013 13:47:35 +0000 (09:47 -0400)]
Remove trailing comma in define array. Close gh-1336.

11 years agoRevert "Close php tags for ajax tests on swarm"
Timmy Willison [Mon, 19 Aug 2013 22:27:30 +0000 (18:27 -0400)]
Revert "Close php tags for ajax tests on swarm"

This reverts commit f6e86c3ca4d527d5453a0b5b9591ef38b5d3c000.

11 years agoClose php tags for ajax tests on swarm
Timmy Willison [Mon, 19 Aug 2013 20:05:27 +0000 (16:05 -0400)]
Close php tags for ajax tests on swarm

11 years agoFix cherry-pick issue. The master branch tests should not be run in oldIE.
Timmy Willison [Mon, 19 Aug 2013 19:49:18 +0000 (15:49 -0400)]
Fix cherry-pick issue. The master branch tests should not be run in oldIE.

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 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

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

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

11 years agoNo ticket. Add a support note about defaultPrevented missing in Android < 4.0
Michał Gołębiowski [Mon, 19 Aug 2013 17:31:15 +0000 (19:31 +0200)]
No ticket. Add a support note about defaultPrevented missing in Android < 4.0

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

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

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.

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 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.

Conflicts:
src/manipulation.js

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

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.

11 years agoRemove log
Timmy Willison [Thu, 15 Aug 2013 19:58:15 +0000 (15:58 -0400)]
Remove log

11 years agoFix build for jenkins
Timmy Willison [Thu, 15 Aug 2013 19:56:47 +0000 (15:56 -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.

11 years agocorrect a typo in README
Michał Gołębiowski [Mon, 12 Aug 2013 16:31:00 +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
Oleg [Wed, 7 Aug 2013 21:10:35 +0000 (01:10 +0400)]
Correct assertion for #14049 ticket

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 ago"pixelPosition" should be "true" in 28 >= Chrome
Oleg [Sun, 4 Aug 2013 23:06:51 +0000 (03:06 +0400)]
"pixelPosition" should be "true" in 28 >= Chrome

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

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