]>
source.dussan.org Git - jquery.git/log
Dave Methvin [Thu, 19 Sep 2013 20:04:29 +0000 (16:04 -0400)]
Tagging the 1.11.0-beta1 release.
Dave Methvin [Wed, 18 Sep 2013 03:29:02 +0000 (23:29 -0400)]
Fix #14290. Don't throw if text node is appended to table. Close gh-1371.
(cherry picked from commit
ec3ac9a247ec3132dea3c30ca36cefc217e25441 )
Dave Methvin [Thu, 19 Sep 2013 13:53:08 +0000 (09:53 -0400)]
Fix #14282. Don't fondle getPreventDefault if preventDefault exists. Close gh-1365.
(cherry picked from commit
4671ef15c2d62962048fd4863911146fcc085f26 )
Conflicts:
src/event.js
Dave Methvin [Thu, 19 Sep 2013 13:06:19 +0000 (09:06 -0400)]
Update release script for sourcmap syntax change
(cherry picked from commit
d79c036ad6cbf0da3593da98410f17bb6b272639 )
Oleg [Tue, 17 Sep 2013 14:21:26 +0000 (18:21 +0400)]
Correct test assertion of #10227 ticket for IE8
Richard Gibson [Tue, 17 Sep 2013 13:53:55 +0000 (09:53 -0400)]
No ticket: Improve line-height animation test stability
Oleg [Tue, 17 Sep 2013 13:53:26 +0000 (17:53 +0400)]
Fix memory leaks in tests for css module
Oleg [Tue, 17 Sep 2013 12:06:21 +0000 (16:06 +0400)]
Fix #12723 and simplification and optmization of defaultDisplay helper
(cherry picked from commit
a25343001eea2436dcf8ea60deea3844f77e42e4 )
Oleg [Tue, 17 Sep 2013 09:24:27 +0000 (13:24 +0400)]
Simplify replaceWith method. Closes gh-1276
(cherry picked from commit
642e9a45579cfa90861b8ea71a95dd077775caaf )
Timmy Willison [Thu, 12 Sep 2013 20:49:15 +0000 (15:49 -0500)]
Use charAt instead of string indexing for oldIE's sake. Fixes #14356.
Timmy Willison [Thu, 12 Sep 2013 20:25:23 +0000 (15:25 -0500)]
Adjust prefilter test to error on string indexing in oldIE
Richard Gibson [Thu, 5 Sep 2013 18:04:11 +0000 (14:04 -0400)]
Ref #14313: NaN detection. Close gh-1352.
Richard Gibson [Thu, 12 Sep 2013 20:36:29 +0000 (16:36 -0400)]
Fix #14351: Update Sizzle
(cherry picked from commit
1d57ffe5fff06928aac53813342d33ec6bddd531 )
Jörn Zaefferer [Thu, 12 Sep 2013 16:30:09 +0000 (18:30 +0200)]
Travis: Also install bower
Jörn Zaefferer [Thu, 12 Sep 2013 16:08:29 +0000 (18:08 +0200)]
Add Travis CI config for PR testing
Amey Sakhadeo [Thu, 12 Sep 2013 16:18:36 +0000 (11:18 -0500)]
Add unit tests for jQuery.grep. Close gh-1345.
Timmy Willison [Wed, 11 Sep 2013 22:58:38 +0000 (17:58 -0500)]
Fix failing support test in IE6/7
Timmy Willison [Wed, 11 Sep 2013 22:23:17 +0000 (17:23 -0500)]
Fix more support tests (support.input should only be false in IE8 and checkClone as it is now used is fine in IE)
Timmy Willison [Wed, 11 Sep 2013 20:03:40 +0000 (15:03 -0500)]
Set the input type for firefox. Fix a support test.
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
Conflicts:
src/manipulation/support.js
Timmy Willison [Wed, 11 Sep 2013 14:51:31 +0000 (09:51 -0500)]
Fix support test for checkClone. Fixes Safari 5.1 manip failures.
Conflicts:
src/manipulation.js
Timmy Willison [Wed, 11 Sep 2013 13:46:08 +0000 (08:46 -0500)]
Fix context
Timmy Willison [Wed, 11 Sep 2013 13:41:48 +0000 (08:41 -0500)]
The cssHook from addGetHookIf wasn't actually getting added
Conflicts:
src/css.js
Michał Gołębiowski [Wed, 11 Sep 2013 01:36:18 +0000 (03:36 +0200)]
Restore support for Firefox < 23, Chrome < 28 and Safari 5.1.
Timmy Willison [Wed, 11 Sep 2013 01:24:04 +0000 (20:24 -0500)]
Modules can assume the presence of their parents
Conflicts:
src/css/curCSS.js
Timmy Willison [Wed, 11 Sep 2013 01:15:38 +0000 (20:15 -0500)]
Remove unnecessary file from master cherry-pick
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 module.
Michał Gołębiowski [Wed, 11 Sep 2013 00:51:48 +0000 (02:51 +0200)]
No ticket. Abstract conditional hook definition.
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
Timmy Willison [Tue, 10 Sep 2013 20:09:58 +0000 (15:09 -0500)]
Ensure display: inline-block when animating width/height on inline elements. Fixes #14344.
Timmy Willison [Tue, 10 Sep 2013 04:26:21 +0000 (23:26 -0500)]
Unignore license in bower. Ignore other unnecessary files.
Timmy Willison [Tue, 10 Sep 2013 03:54:07 +0000 (22:54 -0500)]
Match ordering in ajax with master. -3 bytes.
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). Restore proper support property for effects.
Conflicts:
src/attributes/classes.js
src/core.js
src/manipulation.js
src/traversing.js
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
Timmy Willison [Mon, 9 Sep 2013 16:22:37 +0000 (12:22 -0400)]
Apply consistent ordering in all modules. -219 bytes. Order modules like functions > jQuery.extend > jQuery.fn.extend.
Timmy Willison [Mon, 9 Sep 2013 16:07:40 +0000 (12:07 -0400)]
All non-var modules should not indent in their AMD wrappers (just for prettier builds). No functionality changes.
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
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)
Timmy Willison [Mon, 9 Sep 2013 13:54:52 +0000 (09:54 -0400)]
Reorder css.js logically
Conflicts:
src/css.js
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
Timmy Willison [Mon, 9 Sep 2013 02:26:05 +0000 (22:26 -0400)]
Restore optIn behavior for builds
Conflicts:
build/tasks/build.js
Timmy Willison [Mon, 9 Sep 2013 02:27:20 +0000 (22:27 -0400)]
Revert "Keep the build for bower"
This reverts commit
c9858a4351c0c04aa1786b01ca1dfef84412dcf9 .
Timmy Willison [Mon, 9 Sep 2013 01:51:44 +0000 (21:51 -0400)]
Keep the build for bower
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
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
Michał Gołębiowski [Sat, 7 Sep 2013 01:08:20 +0000 (03:08 +0200)]
No ticket. Update AUTHORS.txt.
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 )
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
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.
Timmy Willison [Fri, 6 Sep 2013 19:44:50 +0000 (15:44 -0400)]
Use requirejs to load the testswarm inject script
Michał Gołębiowski [Fri, 6 Sep 2013 18:31:48 +0000 (20:31 +0200)]
No ticket. Restore checking individual src/**/*.js files by jsHint.
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.
Timmy Willison [Fri, 6 Sep 2013 16:08:41 +0000 (12:08 -0400)]
Remove test element in css/support
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.
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 )
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 )
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
Amey Sakhadeo [Wed, 28 Aug 2013 16:54:55 +0000 (22:24 +0530)]
Richard Gibson [Fri, 30 Aug 2013 16:38:43 +0000 (12:38 -0400)]
Fix #14318: Cherry-pick interrupted animation fix from master
ea5c22ec12e6a548b1ec2d7b0dcd9f71bea8d5dd
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
Timmy Willison [Wed, 28 Aug 2013 16:12:37 +0000 (12:12 -0400)]
Fix for custom attr handles duck-punching the boolean attr handle
Timmy Willison [Tue, 27 Aug 2013 19:05:00 +0000 (15:05 -0400)]
Update Sizzle to 1.10.7
Conflicts:
bower.json
Timmy Willison [Tue, 27 Aug 2013 18:22:28 +0000 (14:22 -0400)]
Explicitly set bower folder location
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
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)
Timmy Willison [Tue, 27 Aug 2013 03:28:41 +0000 (23:28 -0400)]
Make the attr handles a little more readable (+4 bytes)
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
Richard Gibson [Mon, 26 Aug 2013 20:36:55 +0000 (16:36 -0400)]
No ticket: improve line-height animation test robustness
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 )
Oleg [Mon, 19 Aug 2013 18:33:52 +0000 (22:33 +0400)]
Correct QUnit check, this might fix swarm failures
Conflicts:
test/jquery.js
Timmy Willison [Mon, 19 Aug 2013 19:01:00 +0000 (15:01 -0400)]
Fix tests for testswarm
Michał Gołębiowski [Mon, 19 Aug 2013 18:16:16 +0000 (20:16 +0200)]
No ticket. Correct a support comment. (cherry-picked from
f92a446ee8d6e98c43b87f185e73240fabec5ae4 )
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 )
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 )
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 )
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 )
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.
Timmy Willison [Fri, 16 Aug 2013 18:33:28 +0000 (14:33 -0400)]
Minor build change: remove trailing tabs
Timmy Willison [Fri, 16 Aug 2013 16:54:43 +0000 (12:54 -0400)]
When converting the source to AMD, don't forget to AMD
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
Timmy Willison [Fri, 16 Aug 2013 14:11:22 +0000 (10:11 -0400)]
Custom builds: Remove _evalUrl when excluding ajax
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
Oleg Gaidarenko [Fri, 16 Aug 2013 13:40:28 +0000 (09:40 -0400)]
Fixed pulling in Sizzle subproject when testing with min/dev.
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
Timmy Willison [Thu, 15 Aug 2013 19:58:44 +0000 (15:58 -0400)]
Fix build for jenkins
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
Michał Gołębiowski [Mon, 12 Aug 2013 16:31:21 +0000 (18:31 +0200)]
correct a typo in README
Oleg [Sat, 10 Aug 2013 06:49:14 +0000 (10:49 +0400)]
Correct typos in the test assertion
Oleg [Sat, 10 Aug 2013 03:47:21 +0000 (07:47 +0400)]
Fix test of #13855 for Opera 12.1 and IE10
Oleg [Wed, 7 Aug 2013 21:10:35 +0000 (01:10 +0400)]
Correct assertion for #14049 ticket. Close gh-1327
Oleg [Thu, 8 Aug 2013 00:11:42 +0000 (04:11 +0400)]
Improve test stability for #13855 ticket. Close gh-1328.
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
terrycojones [Fri, 2 Aug 2013 00:04:49 +0000 (01:04 +0100)]
Removed an unneeded variable
(cherry-picked from the commit
74dadd3eb65301e630a274fa8d65e9b81bfade54 )
Timmy Willison [Thu, 25 Jul 2013 01:29:32 +0000 (21:29 -0400)]
Update QUnit to 1.12.0
Timmy Willison [Thu, 25 Jul 2013 01:21:56 +0000 (21:21 -0400)]
No need to remove if they ain't nuthin thar
Oleg [Wed, 24 Jul 2013 14:39:09 +0000 (18:39 +0400)]
Fix paths for qunit files
(cherry picked from commit
c8c32f1d0583711355c593fb4c84332bfba18254 )
Oleg [Mon, 22 Jul 2013 18:08:10 +0000 (22:08 +0400)]
Change Windows install explanation
(cherry picked from commit
831a532c3ce9b014ed7c0f8fd910a0a2fc0aa5aa )
Oleg [Mon, 22 Jul 2013 18:04:01 +0000 (22:04 +0400)]
Remove the Xcode note in readme
(cherry picked from commit
24571f4a730ea51127fe5f1f798c1283a2b8cc8a )
Oleg [Mon, 22 Jul 2013 17:54:37 +0000 (21:54 +0400)]
Install bower packages with npm install
(cherry picked from commit
806b0230cd14916907807ced638aea066465e1d4 )
Timmy Willison [Fri, 19 Jul 2013 13:54:59 +0000 (09:54 -0400)]
Update Sizzle to 1.10.5. Fixes #14142.