Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Leave the opacity test unanchored in case of floating point rounding browser ↵ | timmywil | 2011-10-11 | 1 | -2/+2 |
| | | | | errors; small fix in queue tests. Fixes #5145. | ||||
* | Landing pull request 514. 1.7 - queue refactoring to handle delay stop - ↵ | Corey Frang | 2011-09-28 | 1 | -0/+38 |
| | | | | | | | | Fixes #6150. More Details: - https://github.com/jquery/jquery/pull/514 - http://bugs.jquery.com/ticket/6150 | ||||
* | Removes duplicate test block. Fixes #9913 | Rick Waldron | 2011-07-26 | 1 | -19/+0 |
| | |||||
* | Animation callbacks keep their place in the queue stack. Fixes #9220. | timmywil | 2011-05-13 | 1 | -0/+24 |
| | |||||
* | merge with master and resolve more conflicts | louisremi | 2011-04-12 | 1 | -5/+106 |
|\ | |||||
| * | Adds _mark and _unmark as a mean to keep track of ongoing non-queued ↵ | jaubourg | 2011-04-11 | 1 | -5/+106 |
| | | | | | | | | animations in fn.promise. | ||||
* | | third batch | louisremi | 2011-04-12 | 1 | -11/+11 |
|/ | |||||
* | Update unit tests with a leak detection mechanism for the various jQuery ↵ | Colin Snover | 2011-01-09 | 1 | -1/+1 |
| | | | | globals and fix all leaks in the tests. | ||||
* | Clean trailing whitespace from all files. | Colin Snover | 2010-12-30 | 1 | -23/+23 |
| | |||||
* | Split the queue code out from data.js into a dedicated queue.js file (also ↵ | John Resig | 2009-12-06 | 1 | -0/+148 |
split tests accordingly). |