aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/callbacks.js
Commit message (Collapse)AuthorAgeFilesLines
* Build: Update test code for compatibility with QUnit 2.x (#4297)abnud12019-02-181-1/+1
| | | | | | | | Also, run `grunt npmcopy` to sync the "external" directory with dependencies from package.json. For example, the Sinon library version didn't match. Ref gh-4234 Closes gh-4297
* Callbacks: Prevent add() from unlocking with-memory listsRichard Gibson2017-01-091-0/+21
| | | | Fixes gh-3469 Closes gh-3470
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-071-65/+65
| | | | Fixes gh-2056
* Tests: partially use new qunit interfaceOleg Gaidarenko2015-08-161-65/+65
| | | | | | | | | | | | http://qunitjs.com/upgrade-guide-2.x/ For most of the boring work was used https://github.com/apsdehal/qunit-migrate package However, it can't update local qunit helpers, plus in some places old QUnit.asyncTest signature is still used Fixes gh-2540
* Callbacks: Don't abort execution on .lock()Richard Gibson2015-01-101-4/+12
| | | | | | | Fixes gh-1990 Closes gh-1991 (cherry picked from commit fc7477f4927100f23f83c22b5142a42d1eac8502)
* Callbacks: No object starts out lockedRichard Gibson2015-01-101-6/+9
| | | | | | Fixes gh-1989 (cherry picked from commit f5a8c649b54e8b7fde6253bd56972347f9bbe012)
* Callbacks: Disabling a callback should prevent firingDave Methvin2014-12-071-0/+15
| | | | | | | Thanks to @TheDistantSea for the report! Fixes gh-1790 Closes gh-1643
* Update jshintrc to conform to new style guide. Conform to onevar and unused ↵Timmy Willison2013-04-091-2/+2
| | | | in tests. Fixes #13755.
* Properly resets firingLength when emptying the list. Fixes #13517jaubourg2013-02-271-0/+16
|
* Fix #13150, .has() w/o args checks for any callbacks. Close gh-1111.adamcoulombe2013-01-271-0/+47
|
* Style nit in test/unit/callbacks.js. Closes gh-992Erick Ruiz de Chavez2012-10-161-1/+1
|
* Enforce style in test/unit/callbacks.js. ↵Erick Ruiz de Chavez2012-10-161-22/+27
| | | | https://github.com/jquery/2012-dev-summit/issues/56
* enforce double quotes via JSHint. Closes gh-975Mike Sherov2012-10-161-3/+3
|
* Do not iterate over functions. Fixes #12665. Unit tests added. Thanks to ↵jaubourg2012-10-061-13/+26
| | | | @kselden for finding the bug.
* Makes sure "adding" a string to a Callbacks object doesn't cause a stack ↵jaubourg2012-08-161-0/+9
| | | | overflow, just ignore the value like 1.7.x righfully did. Fixes #12233. Unit tests added.
* Make unit tests friendly to Closure Compiler. Closes gh-845.Chad Killingsworth2012-07-051-2/+2
| | | | | | Conflicts: test/unit/effects.js test/unit/offset.js
* Unit tests are linted and passing.Rick Waldron2012-06-211-11/+11
|
* Gandalf the Grey says you shall not leak globals, even in the depths of Unit ↵jaubourg2012-04-301-1/+1
| | | | Tests. So fly, you fools!
* Regression: makes sure that all instances of a callback are removed. Unit ↵jaubourg2012-04-251-0/+15
| | | | test added.
* How about we save 62 bytes? Also ensure that the arguments array given to ↵jaubourg2012-04-251-5/+19
| | | | fireWith is copied internally.
* Adds a unit test to control options are being copied by jQuery.Callbacks ↵jaubourg2012-04-251-0/+18
| | | | internally.
* Allows traditional options object for $.Callbacks flags. Fixes #11011. Unit ↵jaubourg2012-04-021-135/+157
| | | | tests added.
* Adds unit test to exhibit #10952jaubourg2012-01-311-1/+2
|
* Fix #10691. Remove all instances of equals() and same(), as these are ↵Mike Sherov2011-11-061-2/+2
| | | | deprecated in QUnit.
* Trimmed down $.Callbacks and $.Deferred.jaubourg2011-09-211-13/+1
|
* $.Callbacks, $.Topic and notify/progress on $.Deferred.jaubourg2011-09-191-0/+194