]>
source.dussan.org Git - jquery.git/log
timmywil [Fri, 15 Jun 2012 18:24:22 +0000 (14:24 -0400)]
Update Sizzle. Fixes #11109.
Jörn Zaefferer [Fri, 15 Jun 2012 13:56:04 +0000 (15:56 +0200)]
Update version in package.json to reflect current version and make -git builds slighlty more useful
Scott González [Fri, 15 Jun 2012 13:22:58 +0000 (08:22 -0500)]
Use QUnit's URL configs to simplify custom configuration. Closes gh-827
timmywil [Fri, 15 Jun 2012 06:09:38 +0000 (02:09 -0400)]
Add necessary test html from Sizzle tests; Add an easy way to turn off QSA in tests
Jörn Zaefferer [Wed, 13 Jun 2012 22:33:10 +0000 (00:33 +0200)]
Grunt: Update testswarm task to use new module filter, reduces duplication when running, should speed things up
Jörn Zaefferer [Wed, 13 Jun 2012 22:31:28 +0000 (00:31 +0200)]
Update QUnit to v1.8.0
Rick Waldron [Tue, 12 Jun 2012 16:53:58 +0000 (12:53 -0400)]
Fix args translation example in gruntfile comments
Rick Waldron [Tue, 12 Jun 2012 16:52:30 +0000 (12:52 -0400)]
Simplify the terminal command args syntax for custom builds. Update README
kborchers [Tue, 12 Jun 2012 15:01:44 +0000 (11:01 -0400)]
Fix typo in README
Julian Aubourg [Tue, 12 Jun 2012 11:13:18 +0000 (14:13 +0300)]
Adds ajax to the list of optional modules.
Dave Methvin [Tue, 12 Jun 2012 02:35:04 +0000 (22:35 -0400)]
Tweak test for #11743 in an attempt to placate Jenkins.
I can't get the current test to fail locally or in Browserstack, but suspect it may have something to do with badjson.js.
Dave Methvin [Tue, 12 Jun 2012 02:04:43 +0000 (22:04 -0400)]
Run the `dist` task *after* minifying so we copy the new one.
Mike Sherov [Tue, 12 Jun 2012 01:17:07 +0000 (21:17 -0400)]
Check animation is close instead of exact, closes gh-823.
Timo Tijhof [Mon, 11 Jun 2012 19:32:24 +0000 (21:32 +0200)]
Test: Remove unused file "include_js.php", closes gh-820.
Mike Sherov [Tue, 12 Jun 2012 01:01:23 +0000 (21:01 -0400)]
Fix regression for "-200px" in animations; closes gh-822.
Also removes fake IIFEs ffrom effects.
Dave Methvin [Mon, 11 Jun 2012 22:44:54 +0000 (18:44 -0400)]
Fix #11328. I've never metaKey I liked on IE 6/7/8.
The `event.metaKey` property is undefined there so we ensure it's set to `false` for lack of a better default. The `originalEvent.metaKey` property is untouched if you prefer to make other guesses about the platform or key state.
This is pretty much impossible to unit test since it is not only platform dependendent but also only executed for native browser events.
Dave Methvin [Mon, 11 Jun 2012 21:16:19 +0000 (17:16 -0400)]
Fix #10589. Remove deprecated $.fn.data("events") special case.
No unit tests were harmed in the removal of this hack.
Timo Tijhof [Mon, 11 Jun 2012 19:36:29 +0000 (21:36 +0200)]
Test: Set testswarm.runMax from config file
jaubourg [Mon, 11 Jun 2012 19:04:34 +0000 (21:04 +0200)]
Here is hoping everything works with the full build and the build without ajax... looking at you @dmethvin ;)
Jeffery To [Mon, 11 Jun 2012 18:17:36 +0000 (14:17 -0400)]
Fix #8109, percent animations; fix #11854, wrong this, close gh-808
Dave Methvin [Mon, 11 Jun 2012 18:07:02 +0000 (14:07 -0400)]
Prevent total unit test meltdown ... and now over to @jaubourg!
Richard Gibson [Mon, 11 Jun 2012 17:24:26 +0000 (13:24 -0400)]
Shrink support.js, closes gh-818
jaubourg [Mon, 11 Jun 2012 17:04:44 +0000 (19:04 +0200)]
We don't have IE9 supports grid yet, completely didn't see this while refactoring.
Dave Methvin [Mon, 11 Jun 2012 16:51:42 +0000 (12:51 -0400)]
Update QUnit so IE will pass unit tests.
Normally we'd want to stay with an official release, but we need
1604af735af117fff3ee7589c611c04f665ac169 so that QUnit will not yell about errors encountered bduring `globalEval`.
jaubourg [Mon, 11 Jun 2012 16:51:28 +0000 (18:51 +0200)]
Modularize ajax (and sub-modules).
Tests are guaranteed to run with ajax removed, not with just ajax/jsonp, ajax/script or ajax/xhr removed.
Removing ajax saves 3982 bytes minified gzipped.
jaubourg [Mon, 11 Jun 2012 11:59:34 +0000 (13:59 +0200)]
Some work to modularize ajax later on.
Mike Sherov [Mon, 11 Jun 2012 01:54:16 +0000 (21:54 -0400)]
Fix #11857. Modularize css.js, add dependency management. Closes gh-816.
See the pull request for more info on the dependency management details.
Mike Sherov [Sat, 9 Jun 2012 03:11:34 +0000 (23:11 -0400)]
Fix IE6 failures from forgotten shrinkWrapBlocks, closes gh-815
Jörn Zaefferer [Thu, 7 Jun 2012 18:36:19 +0000 (20:36 +0200)]
Grunt: Update testswarm task to use more config properties. Already deployed on Jenkins server
Rick Waldron [Thu, 7 Jun 2012 16:03:32 +0000 (12:03 -0400)]
Make exclusion list less confusing to read
Rick Waldron [Thu, 7 Jun 2012 15:59:30 +0000 (11:59 -0400)]
Make readme code examples consistent; Update to use GH syntax fences
Rick Waldron [Thu, 7 Jun 2012 15:50:04 +0000 (11:50 -0400)]
Remove bold style from command examples
Rick Waldron [Thu, 7 Jun 2012 15:46:45 +0000 (11:46 -0400)]
Make custom dist example less OSX specific
Mike Sherov [Thu, 7 Jun 2012 15:24:35 +0000 (11:24 -0400)]
Modularize offset (exclude w/ grunt build:*:*:-offset). Closes #813. Fixes #11865
Mike Sherov [Thu, 7 Jun 2012 15:08:31 +0000 (11:08 -0400)]
Don't swap to measure dimensions unless the element is display:none. #807 Fixes #11293
Rick Waldron [Thu, 7 Jun 2012 03:10:06 +0000 (23:10 -0400)]
Remove unnecessary haunted house guards.
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
Rick Waldron [Thu, 7 Jun 2012 02:59:44 +0000 (22:59 -0400)]
Fixes two typos
Mike Sherov [Wed, 6 Jun 2012 23:03:10 +0000 (19:03 -0400)]
Less letterSpacing .animate() fail in IE. Fixes #8627
Rick Waldron [Wed, 6 Jun 2012 22:13:59 +0000 (18:13 -0400)]
Conditionally run height/width in iframeTest
Rick Waldron [Wed, 6 Jun 2012 21:39:23 +0000 (17:39 -0400)]
Rough draft of version=min test capabilities reintroduced.
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
Rick Waldron [Wed, 6 Jun 2012 21:38:52 +0000 (17:38 -0400)]
Ensure both height and width port functions exist before attempting to run dimensions tests.
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
Mike Sherov [Wed, 6 Jun 2012 21:06:03 +0000 (17:06 -0400)]
Fixe dimensions tests. No core code changes. Supplements #11856
Rick Waldron [Tue, 5 Jun 2012 20:38:18 +0000 (16:38 -0400)]
Fix busted tests that relied on width in 2nd param to jQuery(), dimensions stays modular. (core, attributes, offset)
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
Mike Sherov [Tue, 5 Jun 2012 19:29:46 +0000 (15:29 -0400)]
Make dimensions modular, adds optional build flag. Fixes #11856
Rick Waldron [Tue, 5 Jun 2012 17:10:01 +0000 (13:10 -0400)]
Allow users to store custom dist destinations in dist/.destination.json
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
Rick Waldron [Tue, 5 Jun 2012 16:16:48 +0000 (12:16 -0400)]
Don't create "*" dir when "grunt dist" is run without explicit destination dir. (thanks @timmywil)
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
Rick Waldron [Tue, 5 Jun 2012 15:59:07 +0000 (11:59 -0400)]
Adds "grunt submodules" docs to readme, removes old make command docs
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
Rick Waldron [Tue, 5 Jun 2012 15:50:49 +0000 (11:50 -0400)]
Create special "grunt watch" task called "dev"
"dev" is a short task list that's optimized for grunt watch's high run rate frequency
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
timmywil [Mon, 4 Jun 2012 22:04:11 +0000 (18:04 -0400)]
Relativize all urls pertaining to dist/jquery.js so users can run their server from any file location; Make sure Sizzle is available for its tests in testrunner.
Rick Waldron [Mon, 4 Jun 2012 16:56:06 +0000 (12:56 -0400)]
Make readme instructions bold and hopefully easier to spot
Rick Waldron [Mon, 4 Jun 2012 16:53:53 +0000 (12:53 -0400)]
Take out the papers and the trash (from build/)
Rick Waldron [Mon, 4 Jun 2012 16:48:18 +0000 (12:48 -0400)]
Strips IIFEs from modules; Always require built jQuery for tests.
Rick Waldron [Sun, 3 Jun 2012 14:42:24 +0000 (10:42 -0400)]
Space => tab indent correction
Mike Sherov [Thu, 31 May 2012 12:32:19 +0000 (08:32 -0400)]
No need to dasherize and use getPropertyValue, closes gh-805.
All invocations of curCSS are already camelcased. See the PR for discussion.
Rick Waldron [Thu, 31 May 2012 22:15:57 +0000 (18:15 -0400)]
Removes temp var, shaves 2 bytes from gzipped size
Mike Sherov [Tue, 29 May 2012 12:46:00 +0000 (08:46 -0400)]
Fix #11724, $(document).height() in Firefox 12. Closes gh-802.
This reopens #3838 for IE6 which is a regression on a fix in 1.7.2, but we'd rather break a really old IE than a really recent Firefox.
Richard Gibson [Thu, 31 May 2012 15:31:13 +0000 (08:31 -0700)]
Fix #11743: Don't mask script errors in jQuery.ajax, closes gh-795.
Richard Gibson [Tue, 29 May 2012 04:31:01 +0000 (00:31 -0400)]
Fix #11787: Remove jQuery.curCSS, closes gh-801.
timmywil [Wed, 30 May 2012 18:16:27 +0000 (14:16 -0400)]
Adjust the return type for the tabindex attribute tests to be a string. Recomment a tabindex test since FF12's QSA includes video elements that don't have a tabindex attribute.
Related:
https://bugzilla.mozilla.org/show_bug.cgi?id=618737
timmywil [Wed, 30 May 2012 18:07:59 +0000 (14:07 -0400)]
Uncomment an old test for when the tabindex attrhook was deprecated
timmywil [Wed, 30 May 2012 17:46:50 +0000 (13:46 -0400)]
Remove the tabindex attrHook. Fixes #8473
timmywil [Wed, 30 May 2012 15:20:28 +0000 (11:20 -0400)]
Update Sizzle: Fixes fail in ajax module and Safari 5.0
timmywil [Wed, 30 May 2012 02:33:17 +0000 (22:33 -0400)]
Update Sizzle: fixes fail in traversing tests
timmywil [Wed, 30 May 2012 00:48:07 +0000 (20:48 -0400)]
Update Sizzle: regex cleanup
timmywil [Tue, 29 May 2012 20:08:00 +0000 (16:08 -0400)]
Update Sizzle: save 5 bytes
timmywil [Tue, 29 May 2012 19:46:33 +0000 (15:46 -0400)]
Update Sizzle: fixes a bug with the adjacent combinator. Fixes #9939.
timmywil [Tue, 29 May 2012 19:13:53 +0000 (15:13 -0400)]
Update Sizzle: only one assertion is needed for getElementsByClassName
timmywil [Tue, 29 May 2012 18:58:34 +0000 (14:58 -0400)]
Update Sizzle
timmywil [Tue, 29 May 2012 18:57:37 +0000 (15:57 -0300)]
Update README: IDs are without hashes in t()
timmywil [Tue, 29 May 2012 17:25:02 +0000 (14:25 -0300)]
Update README to stylize docs on jQuery's test suite methods
timmywil [Tue, 29 May 2012 16:40:13 +0000 (12:40 -0400)]
Add quick-start documentation for testing with QUnit and using jQuery's helper methods.
Ben Alman [Tue, 29 May 2012 16:04:27 +0000 (12:04 -0400)]
jQuery#addBack supports an optional selector that can be used to filter the prior set before adding it back. Fixes #9800
Richard Gibson [Tue, 29 May 2012 02:25:04 +0000 (22:25 -0400)]
Fix #11767. Modularize build and unit tests for exluding effects.
Closes gh-785. To build a version of jQuery without effects, use `grunt build:*:*:-effects`. The unit tests feature-check for the interfaces and skip the unit tests for effects if they don't detect it.
Rick Waldron [Tue, 29 May 2012 02:20:37 +0000 (22:20 -0400)]
Adds back dist/.sizecache.json; maintain build/.sizecache.json until build dir is removed
timmywil [Tue, 29 May 2012 01:39:31 +0000 (21:39 -0400)]
Add .sizecache.json to the gitignore
timmywil [Mon, 28 May 2012 23:33:00 +0000 (19:33 -0400)]
Update Sizzle: Case insensitive text filter. Fixes #8943
timmywil [Mon, 28 May 2012 23:16:23 +0000 (19:16 -0400)]
Revert QUnit to a stable release (v1.6.0)
timmywil [Mon, 28 May 2012 22:32:00 +0000 (18:32 -0400)]
Update Sizzle: Add test for [selected] attribute selections. Addresses a small issue in IE8's boolean attribute selections with QSA.
Oleg [Mon, 28 May 2012 05:49:47 +0000 (09:49 +0400)]
Followup gh-796. Eliminate try-catch in oldIE, closes gh-799.
timmywil [Mon, 28 May 2012 20:04:45 +0000 (16:04 -0400)]
Update Sizzle: Fixes a fail in traversing and one in ajax.
timmywil [Mon, 28 May 2012 18:35:01 +0000 (14:35 -0400)]
Move length tests to jQuery's selector tests as it relates to jQuery.merge.
timmywil [Mon, 28 May 2012 17:10:36 +0000 (13:10 -0400)]
Update Sizzle: independent XML testing
timmywil [Mon, 28 May 2012 16:43:41 +0000 (12:43 -0400)]
Minor test suite adjustments
timmywil [Mon, 28 May 2012 16:43:16 +0000 (12:43 -0400)]
Update QUnit
timmywil [Mon, 28 May 2012 16:18:40 +0000 (12:18 -0400)]
Update Sizzle and add tests from the Sizzle suite that require jQuery for the selection to jquery/test/unit/selector.js
Oleg [Sun, 27 May 2012 16:37:35 +0000 (12:37 -0400)]
Fix #11823. Remove webkitConvertPointFromNodeToPage. Closes gh-796.
Richard Gibson [Fri, 25 May 2012 01:52:35 +0000 (21:52 -0400)]
Apply a GibsonTransform(-55) to the #10877 fix. Closes gh-788.
Mike Sherov [Fri, 25 May 2012 01:39:31 +0000 (21:39 -0400)]
Fix #11311. Percents not pixels for top/left/bottom/right. Closes gh-793.
Mike Sherov [Thu, 24 May 2012 12:46:38 +0000 (08:46 -0400)]
Fix #11443 fix. Safari 5.0.x, reliable margin? Riiight. Closes gh-792.
Corey Frang [Wed, 23 May 2012 03:04:45 +0000 (23:04 -0400)]
Optimizations to animation queue/promise logic, closes gh-776.
Oleg [Wed, 23 May 2012 02:36:55 +0000 (22:36 -0400)]
Fix #11755. Avoid :hidden selector for animations. Closes gh-774.
Jason Moon [Mon, 21 May 2012 23:01:59 +0000 (18:01 -0500)]
Fix #11796. Preserve oldIE change delegation on clone. Closes gh-789.
Rick Waldron [Tue, 22 May 2012 21:25:46 +0000 (14:25 -0700)]
Update version to 1.8pre
Mike Sherov [Tue, 22 May 2012 14:11:47 +0000 (10:11 -0400)]
Fix #11443 #11441, shut up Chrome 19 and Safari 5.0.x. Closes gh-790.
checkClone and appendChecked test failures in Chrome 19; reliableMarginRight failures in Safari 5.
Mike Sherov [Mon, 21 May 2012 17:44:19 +0000 (13:44 -0400)]
Fix #10877. Make outerWidth/Height a setter. Closes gh-783.
Dave Methvin [Fri, 18 May 2012 21:01:17 +0000 (17:01 -0400)]
Followup #11649, clean up events in unit test.
Jason Moon [Fri, 18 May 2012 20:30:28 +0000 (16:30 -0400)]
Fix #11649. Preserve oldIE submit flag when cloning, closes gh-772.
Corey Frang [Fri, 18 May 2012 17:48:24 +0000 (13:48 -0400)]
Fix #7157. Animation callbacks shouldn't see an element as :animated.
Unless of course, there are other animations to be done! Closes gh-775.
Trey Hunner [Fri, 18 May 2012 17:28:50 +0000 (13:28 -0400)]
Fix indentation in /speed and /test dirs, closes gh-780.
Trey Hunner [Fri, 18 May 2012 17:24:48 +0000 (13:24 -0400)]
Fix #11777. Add EditorConfig support, closes gh-715.