aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit
Commit message (Expand)AuthorAgeFilesLines
* When detecting html in init, ignore html characters within quotes, brackets, ...timmywil2012-06-191-1/+6
* Move quickIs to Sizzle; Remove duplicate id matching in init; Added selector ...timmywil2012-06-181-44/+0
* Detect IE collapsing body margin directly rather than inferring it.Dave Methvin2012-06-181-7/+6
* Browser sniffing is *bad*, folks, even in unit tests.Dave Methvin2012-06-181-3/+3
* Fix #11231, (append|prepend|before|after) w/ array of jQuery objects.Sindre Sorhus2012-06-151-4/+25
* Fix #11566, allow appending to DocumentFragment, closes gh-814.Vladimir Zhuravlev2012-06-151-35/+69
* Fix #9505, percentage position values in Webkit, closes gh-825.Mike Sherov2012-06-151-1/+12
* Tweak test for #11743 in an attempt to placate Jenkins.Dave Methvin2012-06-111-1/+1
* Check animation is close instead of exact, closes gh-823.Mike Sherov2012-06-111-1/+2
* Fix regression for "-200px" in animations; closes gh-822.Mike Sherov2012-06-111-0/+9
* Fix #8109, percent animations; fix #11854, wrong this, close gh-808Jeffery To2012-06-111-0/+18
* We don't have IE9 supports grid yet, completely didn't see this while refacto...jaubourg2012-06-111-6/+8
* Some work to modularize ajax later on.jaubourg2012-06-115-81/+64
* Fix #11857. Modularize css.js, add dependency management. Closes gh-816.Mike Sherov2012-06-107-68/+94
* Modularize offset (exclude w/ grunt build:*:*:-offset). Closes #813. Fixes #1...Mike Sherov2012-06-073-57/+78
* Don't swap to measure dimensions unless the element is display:none. #807 Fix...Mike Sherov2012-06-071-0/+10
* Remove unnecessary haunted house guards.Rick Waldron2012-06-061-8/+3
* Fixes two typosRick Waldron2012-06-061-1/+1
* Less letterSpacing .animate() fail in IE. Fixes #8627Mike Sherov2012-06-061-0/+8
* Conditionally run height/width in iframeTestRick Waldron2012-06-061-2/+7
* Ensure both height and width port functions exist before attempting to run di...Rick Waldron2012-06-061-1/+1
* Fixe dimensions tests. No core code changes. Supplements #11856Mike Sherov2012-06-061-3/+9
* Fix busted tests that relied on width in 2nd param to jQuery(), dimensions st...Rick Waldron2012-06-053-20/+47
* Make dimensions modular, adds optional build flag. Fixes #11856Mike Sherov2012-06-054-55/+59
* Fix #11724, $(document).height() in Firefox 12. Closes gh-802.Mike Sherov2012-05-311-6/+6
* Fix #11743: Don't mask script errors in jQuery.ajax, closes gh-795.Richard Gibson2012-05-312-0/+36
* Adjust the return type for the tabindex attribute tests to be a string. Recom...timmywil2012-05-302-16/+15
* Uncomment an old test for when the tabindex attrhook was deprecatedtimmywil2012-05-301-3/+3
* Remove the tabindex attrHook. Fixes #8473timmywil2012-05-302-22/+28
* Add quick-start documentation for testing with QUnit and using jQuery's helpe...timmywil2012-05-296-10/+44
* jQuery#addBack supports an optional selector that can be used to filter the p...Ben Alman2012-05-291-1/+2
* Fix #11767. Modularize build and unit tests for exluding effects.Richard Gibson2012-05-283-156/+249
* Update Sizzle: Add test for [selected] attribute selections. Addresses a smal...timmywil2012-05-281-3/+3
* Move length tests to jQuery's selector tests as it relates to jQuery.merge.timmywil2012-05-281-1/+4
* Minor test suite adjustmentstimmywil2012-05-281-1/+2
* Update Sizzle and add tests from the Sizzle suite that require jQuery for the...timmywil2012-05-281-3/+55
* Fix #11311. Percents not pixels for top/left/bottom/right. Closes gh-793.Mike Sherov2012-05-241-0/+6
* Optimizations to animation queue/promise logic, closes gh-776.Corey Frang2012-05-222-74/+136
* Fix #11755. Avoid :hidden selector for animations. Closes gh-774.Oleg2012-05-221-2/+110
* Fix #11796. Preserve oldIE change delegation on clone. Closes gh-789.Jason Moon2012-05-221-0/+32
* Fix #11443 #11441, shut up Chrome 19 and Safari 5.0.x. Closes gh-790.Mike Sherov2012-05-221-3/+3
* Fix #10877. Make outerWidth/Height a setter. Closes gh-783.Mike Sherov2012-05-212-32/+54
* Followup #11649, clean up events in unit test.Dave Methvin2012-05-181-0/+1
* Fix #11649. Preserve oldIE submit flag when cloning, closes gh-772.Jason Moon2012-05-181-0/+35
* Fix #7157. Animation callbacks shouldn't see an element as :animated.Corey Frang2012-05-181-0/+11
* Fix indentation in /speed and /test dirs, closes gh-780.Trey Hunner2012-05-182-147/+147
* Inline the boxModel test, and correct unit test. Closes gh-781.Mike Sherov2012-05-181-1/+5
* Makes sure child element doesn't prevent setting height to 0. Fixes failure i...jaubourg2012-05-161-1/+1
* Fix #11721. Remove jQuery.boxModel, deprecate jQuery.support.boxModel.Mike Sherov2012-05-152-4/+8
* Rename .andSelf to .addBack, deprecate .andSelf #9800Dave Methvin2012-05-151-5/+5