aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/queue.js
Commit message (Expand)AuthorAgeFilesLines
* Correct spacing.Michał Gołębiowski2013-04-151-2/+2
* Update jshintrc to conform to new style guide. Conform to onevar and unused i...Timmy Willison2013-04-091-17/+16
* Move size() test to deprecated.js and avoid in other tests. Close gh-1237.Michał Gołębiowski2013-04-081-4/+3
* No ticket. Add additional test for jQuery.queue. Closes gh-1235Oleg Gaidarenko2013-04-081-0/+6
* Ref #13283, move .andSelf() to deprecated.js. Close gh-1170.Nguyen Phuc Lam2013-02-261-1/+1
* No ticket: speedup test suite. Close gh-1020.Richard Gibson2012-11-081-9/+10
* Implement expectation test instead of using _removeData. Close gh-997.Timo Tijhof2012-10-281-1/+0
* Convert all jQuery.removeData(foo, bar, true) calls to jQuery._remove(foo, bar)Rick Waldron2012-10-161-1/+1
* Fix #12278. Promises on non-default queue wait until a dequeue is attempted o...Corey Frang2012-08-191-2/+29
* Unit tests are linted and passing.Rick Waldron2012-06-211-5/+5
* Add quick-start documentation for testing with QUnit and using jQuery's helpe...timmywil2012-05-291-4/+2
* Fix #11767. Modularize build and unit tests for exluding effects.Richard Gibson2012-05-281-54/+59
* Optimizations to animation queue/promise logic, closes gh-776.Corey Frang2012-05-221-74/+55
* Firefox stalls without longer delays.Dave Methvin2012-02-231-3/+3
* Fix #10967: jQuery.fn.promise returns provided objectRichard Gibson2012-02-131-0/+10
* Fix #10006: Allow .show() to work on detached elements.Oleg2012-01-121-0/+1
* Fix #5571. Setters should treat `undefined` as a no-op and be chainable.Richard Gibson2011-12-061-2/+4
* Fix #10691. Remove all instances of equals() and same(), as these are depreca...Mike Sherov2011-11-061-22/+22
* Leave the opacity test unanchored in case of floating point rounding browser ...timmywil2011-10-111-2/+2
* Landing pull request 514. 1.7 - queue refactoring to handle delay stop - Fixe...Corey Frang2011-09-281-0/+38
* 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 animatio...jaubourg2011-04-111-5/+106
* | third batchlouisremi2011-04-121-11/+11
|/
* Update unit tests with a leak detection mechanism for the various jQuery glob...Colin Snover2011-01-091-1/+1
* 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 sp...John Resig2009-12-061-0/+148