timmywil
f633c7f165
Uncomment an old test for when the tabindex attrhook was deprecated
2012-05-30 14:07:59 -04:00
timmywil
3e2a77c5e8
Remove the tabindex attrHook. Fixes #8473
2012-05-30 13:46:50 -04:00
timmywil
f313384be3
Update Sizzle: Fixes fail in ajax module and Safari 5.0
2012-05-30 11:20:28 -04:00
timmywil
2c57d4cf27
Update Sizzle: fixes fail in traversing tests
2012-05-29 22:33:17 -04:00
timmywil
66f60ba818
Update Sizzle: regex cleanup
2012-05-29 20:48:07 -04:00
timmywil
b4b2e87058
Update Sizzle: save 5 bytes
2012-05-29 16:08:00 -04:00
timmywil
de1d3fa38f
Update Sizzle: fixes a bug with the adjacent combinator. Fixes #9939 .
2012-05-29 15:46:33 -04:00
timmywil
9c69891d2d
Update Sizzle: only one assertion is needed for getElementsByClassName
2012-05-29 15:13:53 -04:00
timmywil
75277c52dc
Update Sizzle
2012-05-29 14:58:34 -04:00
timmywil
162ffe7295
Update README: IDs are without hashes in t()
2012-05-29 15:57:37 -03:00
timmywil
5660b6df50
Update README to stylize docs on jQuery's test suite methods
2012-05-29 14:25:02 -03:00
timmywil
a8d9d05388
Add quick-start documentation for testing with QUnit and using jQuery's helper methods.
2012-05-29 13:13:26 -04:00
Ben Alman
02dd7c570b
jQuery#addBack supports an optional selector that can be used to filter the prior set before adding it back. Fixes #9800
2012-05-29 12:04:27 -04:00
Richard Gibson
7f2cc46955
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.
2012-05-28 22:36:23 -04:00
Rick Waldron
82d4c72fb1
Adds back dist/.sizecache.json; maintain build/.sizecache.json until build dir is removed
2012-05-28 22:20:37 -04:00
timmywil
9efad09d68
Add .sizecache.json to the gitignore
2012-05-28 21:39:31 -04:00
timmywil
e9e1221979
Update Sizzle: Case insensitive text filter. Fixes #8943
2012-05-28 20:10:57 -04:00
timmywil
12a01ee543
Revert QUnit to a stable release (v1.6.0)
2012-05-28 19:16:23 -04:00
timmywil
6f7bdf8977
Update Sizzle: Add test for [selected] attribute selections. Addresses a small issue in IE8's boolean attribute selections with QSA.
2012-05-28 18:32:20 -04:00
Oleg
631f0933b0
Followup gh-796. Eliminate try-catch in oldIE, closes gh-799.
2012-05-28 17:26:35 -04:00
timmywil
fb21faa1bc
Update Sizzle: Fixes a fail in traversing and one in ajax.
2012-05-28 16:04:45 -04:00
timmywil
66cf58e79f
Move length tests to jQuery's selector tests as it relates to jQuery.merge.
2012-05-28 15:07:39 -04:00
timmywil
22d2fe3679
Update Sizzle: independent XML testing
2012-05-28 13:10:36 -04:00
timmywil
3ee332b238
Minor test suite adjustments
2012-05-28 12:43:41 -04:00
timmywil
519b225a5b
Update QUnit
2012-05-28 12:43:16 -04:00
timmywil
a4fc2edaab
Update Sizzle and add tests from the Sizzle suite that require jQuery for the selection to jquery/test/unit/selector.js
2012-05-28 12:41:58 -04:00
Oleg
d0763a37c6
Fix #11823 . Remove webkitConvertPointFromNodeToPage. Closes gh-796.
2012-05-27 12:37:35 -04:00
Richard Gibson
bc7231e323
Apply a GibsonTransform(-55) to the #10877 fix. Closes gh-788.
2012-05-24 21:54:04 -04:00
Mike Sherov
d5e5ce5bd0
Fix #11311 . Percents not pixels for top/left/bottom/right. Closes gh-793.
2012-05-24 21:39:31 -04:00
Mike Sherov
04c06e6858
Fix #11443 fix. Safari 5.0.x, reliable margin? Riiight. Closes gh-792.
2012-05-24 21:04:50 -04:00
Corey Frang
4621a0131b
Optimizations to animation queue/promise logic, closes gh-776.
2012-05-22 23:04:45 -04:00
Oleg
ae20e732f0
Fix #11755 . Avoid :hidden selector for animations. Closes gh-774.
2012-05-22 22:36:55 -04:00
Jason Moon
4757881759
Fix #11796 . Preserve oldIE change delegation on clone. Closes gh-789.
2012-05-22 21:29:13 -04:00
Rick Waldron
b5a84a48f4
Update version to 1.8pre
2012-05-22 14:25:46 -07:00
Mike Sherov
551f8510d5
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.
2012-05-22 10:11:47 -04:00
Mike Sherov
e0151e5827
Fix #10877 . Make outerWidth/Height a setter. Closes gh-783.
2012-05-21 13:44:19 -04:00
Dave Methvin
978acb9caf
Followup #11649 , clean up events in unit test.
2012-05-18 17:01:17 -04:00
Jason Moon
e93f2a89e2
Fix #11649 . Preserve oldIE submit flag when cloning, closes gh-772.
2012-05-18 16:34:30 -04:00
Corey Frang
6bf3f20d4e
Fix #7157 . Animation callbacks shouldn't see an element as :animated.
...
Unless of course, there are other animations to be done! Closes gh-775.
2012-05-18 13:48:24 -04:00
Trey Hunner
f1dcaad097
Fix indentation in /speed and /test dirs, closes gh-780.
2012-05-18 13:28:50 -04:00
Trey Hunner
c4df0c91be
Fix #11777 . Add EditorConfig support, closes gh-715.
2012-05-18 13:24:48 -04:00
Dave Methvin
8cfdb5c800
Update to QUnit 1.6.0
2012-05-18 13:15:21 -04:00
Mike Sherov
0a2f93e6df
Inline the boxModel test, and correct unit test. Closes gh-781.
2012-05-18 12:59:31 -04:00
Jörn Zaefferer
d12e9b289e
Grunt: Increase TestSwarm timeout to 30 minutes
2012-05-18 14:47:04 +02:00
jaubourg
d55a764e6e
When IE6 & IE7 serve from the cache in async mode, resolves the request asynchronously. Fixes #11778 .
2012-05-16 23:43:16 +02:00
Dave Methvin
9efe4d03df
Merge branch 'master' of github.com:jquery/jquery
2012-05-16 14:03:59 -04:00
jaubourg
63aaff590c
Makes sure child element doesn't prevent setting height to 0. Fixes failure in unit test in IE6.
2012-05-16 16:08:50 +02:00
Mike Sherov
c4e22ad8b5
Fix #11721 . Remove jQuery.boxModel, deprecate jQuery.support.boxModel.
...
This removes all internal uses of `jQuery.support.boxModel`. jQuery has never run unit tests with Quirks Mode and has not even feigned support for several years, so these remnants weren't doing much except giving false hope.
For now, `jQuery.support.boxModel` continues to have a value indicating whether the W3C box model is *generally* in use, but be aware that this is easily overridden on an element-by-element basis by the `box-model` CSS property. So don't trust this value.
2012-05-15 23:29:20 -04:00
Dave Methvin
f76518e393
Rename .andSelf to .addBack, deprecate .andSelf #9800
2012-05-15 23:14:13 -04:00
Matt Farmer
ca48d49040
Fix #6724 , though the Mobile Safari wound remains. Closes gh-764.
2012-05-14 14:22:51 -04:00