aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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-1612-104/+111
* 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-152-2/+5
* 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-093-13/+13
* 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 #12554. Sanitize data from POST. Close gh-908.Markus Staab2012-09-091-2/+13
* Shim/shiv the datalist element for crabby Uncle oldIE.Dave Methvin2012-09-051-1/+1
* Update to QUnit 1.10.0Dave Methvin2012-09-051-0/+0
* Fix #12243, $("col").width() should return the column's width. Close gh-916.Mike Sherov2012-08-291-6/+7
* Fix #12347 and #12384. Use a fresh div in jQuery.clean each time.Dave Methvin2012-08-281-0/+14
* Update placeholder references to tickets.Dave Methvin2012-08-281-1/+1
* Fix #12383. All selectors should be delegateTarget-relativeDave Methvin2012-08-281-3/+21
* Revert "Fix #11586. Ajax DELETE ain't got no body, so data goes to its URL."Dave Methvin2012-08-241-15/+0
* Revert "Fix #12120. Always stack .before/.after, and fix disconnected nodes."Dave Methvin2012-08-241-6/+5
* Fix #12120. Always stack .before/.after, and fix disconnected nodes.Dave Methvin2012-08-231-5/+6
* Fix #10863. Allow newlines in JSON data- attributes.Dave Methvin2012-08-231-1/+8