| Commit message (Expand) | Author | Age | Files | Lines |
* | Properly resets firingLength when emptying the list. Fixes #13517 | jaubourg | 2013-02-27 | 1 | -0/+16 |
* | Fix #13150, .has() w/o args checks for any callbacks. Close gh-1111. | adamcoulombe | 2013-01-27 | 1 | -0/+47 |
* | Style nit in test/unit/callbacks.js. Closes gh-992 | Erick Ruiz de Chavez | 2012-10-16 | 1 | -1/+1 |
* | Enforce style in test/unit/callbacks.js. https://github.com/jquery/2012-dev-s... | Erick Ruiz de Chavez | 2012-10-16 | 1 | -22/+27 |
* | enforce double quotes via JSHint. Closes gh-975 | Mike Sherov | 2012-10-16 | 1 | -3/+3 |
* | Do not iterate over functions. Fixes #12665. Unit tests added. Thanks to @kse... | jaubourg | 2012-10-06 | 1 | -13/+26 |
* | Makes sure "adding" a string to a Callbacks object doesn't cause a stack over... | jaubourg | 2012-08-16 | 1 | -0/+9 |
* | Make unit tests friendly to Closure Compiler. Closes gh-845. | Chad Killingsworth | 2012-07-05 | 1 | -2/+2 |
* | Unit tests are linted and passing. | Rick Waldron | 2012-06-21 | 1 | -11/+11 |
* | Gandalf the Grey says you shall not leak globals, even in the depths of Unit ... | jaubourg | 2012-04-30 | 1 | -1/+1 |
* | Regression: makes sure that all instances of a callback are removed. Unit tes... | jaubourg | 2012-04-25 | 1 | -0/+15 |
* | How about we save 62 bytes? Also ensure that the arguments array given to fir... | jaubourg | 2012-04-25 | 1 | -5/+19 |
* | Adds a unit test to control options are being copied by jQuery.Callbacks inte... | jaubourg | 2012-04-25 | 1 | -0/+18 |
* | Allows traditional options object for $.Callbacks flags. Fixes #11011. Unit t... | jaubourg | 2012-04-02 | 1 | -135/+157 |
* | Adds unit test to exhibit #10952 | jaubourg | 2012-01-31 | 1 | -1/+2 |
* | Fix #10691. Remove all instances of equals() and same(), as these are depreca... | Mike Sherov | 2011-11-06 | 1 | -2/+2 |
* | Trimmed down $.Callbacks and $.Deferred. | jaubourg | 2011-09-21 | 1 | -13/+1 |
* | $.Callbacks, $.Topic and notify/progress on $.Deferred. | jaubourg | 2011-09-19 | 1 | -0/+194 |