aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/queue.js
Commit message (Collapse)AuthorAgeFilesLines
* Leave the opacity test unanchored in case of floating point rounding browser ↵timmywil2011-10-111-2/+2
| | | | errors; small fix in queue tests. Fixes #5145.
* Landing pull request 514. 1.7 - queue refactoring to handle delay stop - ↵Corey Frang2011-09-281-0/+38
| | | | | | | | Fixes #6150. More Details: - https://github.com/jquery/jquery/pull/514 - http://bugs.jquery.com/ticket/6150
* Removes duplicate test block. Fixes #9913Rick Waldron2011-07-261-19/+0
|
* Animation callbacks keep their place in the queue stack. Fixes #9220.timmywil2011-05-131-0/+24
|
* merge with master and resolve more conflictslouisremi2011-04-121-5/+106
|\
| * Adds _mark and _unmark as a mean to keep track of ongoing non-queued ↵jaubourg2011-04-111-5/+106
| | | | | | | | animations in fn.promise.
* | third batchlouisremi2011-04-121-11/+11
|/
* Update unit tests with a leak detection mechanism for the various jQuery ↵Colin Snover2011-01-091-1/+1
| | | | globals and fix all leaks in the tests.
* Clean trailing whitespace from all files.Colin Snover2010-12-301-23/+23
|
* Split the queue code out from data.js into a dedicated queue.js file (also ↵John Resig2009-12-061-0/+148
split tests accordingly).