aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit
Commit message (Expand)AuthorAgeFilesLines
...
* | Enforce style in test/unit/callbacks.js. https://github.com/jquery/2012-dev-s...Erick Ruiz de Chavez2012-10-161-22/+27
* | Merge branch 'master' of github.com:jquery/jqueryDave Methvin2012-10-169-320/+451
|\ \
| * | Fixes #12736. Move hover event hack to deprecated.js for removal in 1.9. Clos...Greg Lavallee2012-10-162-26/+31
| * | Convert all jQuery.removeData(foo, bar, true) calls to jQuery._remove(foo, bar)Rick Waldron2012-10-164-13/+13
| * | Fixes #11635, Explicit overflow:auto is overridden by inline overflow:hidden ...Mike Petrovich2012-10-161-0/+5
| * | Enforce style guide in test/unit/attributes.js. Closes gh-985Erick Ruiz de Chavez2012-10-161-275/+365
| * | Update Sizzle: allows disconnected sorting. Change add to always sort with ad...Timmy Willison2012-10-161-6/+3
| * | Handle a falsy URL in the settings object for jQuery.ajax. Fixes #10093, Clos...Ben Truyman2012-10-161-2/+36
* | | Fix #11280. IE6-8 need name attribute to parse param. Close gh-914.Daniel Galvez2012-10-161-0/+32
|/ /
* | Create private methods for processing data/removeData requests. Fixes #12519,...carldanley2012-10-161-9/+9
* | Return correct index for no-arg index() calls. Fixes #10977. Closes gh-971MORGAN2012-10-161-0/+9
* | enforce double quotes via JSHint. Closes gh-975Mike Sherov2012-10-1611-103/+109
* | fixes problematic JSONP test (gotta learn to count)jaubourg2012-10-161-4/+4
* | Moved attrFN to deprecated. Close gh-977.Akintayo Akinwunmi2012-10-161-0/+6
* | Merge branch 'master' of github.com:jquery/jqueryjaubourg2012-10-161-79/+81
|\ \
| * | Fixing style for deferred.js unit tests. Close gh-973.Erick Ruiz de Chavez2012-10-161-79/+81
* | | comments out some problematic JSONP test until we figure out what the problem isjaubourg2012-10-161-4/+3
|/ /
* | Fix style nit: indent inside if statementRick Waldron2012-10-151-99/+99
* | Deprecate fn toggle Closes gh-970 https://github.com/jquery/2012-dev-summit/i...David Bonner2012-10-152-103/+101
* | Breakout JSONP domain-related testsRick Waldron2012-10-151-86/+142
* | Move deprecated.js to the bottom of the build to ensure nothing depends on a ...Timmy Willison2012-10-151-2/+1
* | Don't try to be dynamic, just get the damn job done. Expects = 30.Rick Waldron2012-10-151-1/+1
* | Split failing cross domain tests into two separate test bodies.Rick Waldron2012-10-151-9/+11
* | Fixing style for test unit ajax.js. https://github.com/jquery/2012-dev-summit...Erick Ruiz2012-10-151-1989/+2201
* | Adds missing expect() call in test/unit/support.js, fixes failing IE testsRick Waldron2012-10-151-0/+3
* | Adds missing expect() call, fixes failing IE testsRick Waldron2012-10-151-0/+1
* | Enforce expects in ajax.js (https://github.com/jquery/2012-dev-summit/issues/...James Huston2012-10-151-0/+11
* | Remove duplicate expect. Add QUnit.config.requireExpects to testrunner.js QUn...Rick Waldron2012-10-151-2/+2
* | Enforce expects in manipulation.js (https://github.com/jquery/2012-dev-summit...James Huston2012-10-151-0/+2
* | Enforce expects in events.js (https://github.com/jquery/2012-dev-summit/issue...James Huston2012-10-151-1/+3
* | Enforce expects in events.js (https://github.com/jquery/2012-dev-summit/issue...James Huston2012-10-151-0/+4
* | Enforce expects in effects.js (https://github.com/jquery/2012-dev-summit/issu...James Huston2012-10-151-0/+2
* | Enforce expects in css.js (https://github.com/jquery/2012-dev-summit/issues/53)James Huston2012-10-151-0/+10
* | Skip jQuery.sub() test since IE6 can't handle it.Dave Methvin2012-10-091-1/+2
* | Break big-html check into its own test for IE6.Dave Methvin2012-10-091-5/+8
* | Test: Clean up and fix misc issuesTimo Tijhof2012-10-091-6/+6
* | Do not iterate over functions. Fixes #12665. Unit tests added. Thanks to @kse...jaubourg2012-10-061-13/+26
* | fix failure from bad markup leaving an element behind. Closes gh-946Richard Gibson2012-10-051-1/+1
* | body default display is always block. @mikesherov was right and this is the p...Rick Waldron2012-10-041-0/+18
* | Fix #12583: Don't ignore disabled property of select-one, close gh-932.Richard Gibson2012-10-031-1/+7
* | Fix #12637: restore 1.8.1 ajax crossDomain logic. Close gh-944.Richard Gibson2012-10-031-1/+11
* | Revert "Chrome fails in ajax.js tests because TestSwarm/Ngnix won't give HEAD...Dave Methvin2012-09-301-12/+1
* | Since .getAttribute() returns strings, we should check for them.Dave Methvin2012-09-301-1/+1
* | Fix #12537, element.css('filter') returns undefined in IE9. Close gh-942.Mike Sherov2012-09-302-1/+8
* | Fix #10943, tabindex not set properly on clone in IE7. Close gh-937.Mike Sherov2012-09-301-18/+23
* | Update Sizzle: fix a failing test in traversing. Move an attribute selector t...Timmy Willison2012-09-191-1/+7
* | Fix #12534. Don't die on browsers lacking getBoundingClientRect.Dave Methvin2012-09-131-0/+9
* | deferred.promise(obj) should work with non-objects. Fixes #12521. Much needed...jaubourg2012-09-131-1/+18
* | Chrome fails in ajax.js tests because TestSwarm/Ngnix won't give HEAD request...Dave Methvin2012-09-111-1/+12
* | Fix #12243, $("col").width() should return the column's width. Close gh-916.Mike Sherov2012-08-291-6/+7