Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Build: code style fixes after all those reverts | Oleg Gaidarenko | 2015-12-22 | 1 | -1/+1 |
| | |||||
* | Revert "Callbacks: Don't abort execution on .lock()" | Oleg Gaidarenko | 2015-12-22 | 1 | -14/+4 |
| | | | | This reverts commit fc7477f4927100f23f83c22b5142a42d1eac8502. | ||||
* | Tests: Partially use new qunit interface | Oleg Gaidarenko | 2015-09-07 | 1 | -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 Ref b930d14ce64937e9478405eee2828d4da091d2cb Fixes gh-2540 | ||||
* | Build: Update jscs and lint files | Oleg Gaidarenko | 2015-09-07 | 1 | -65/+65 |
| | | | | | Ref 10fdad742a2a6aa9f0e00b3e04fc5264797c53c7 Fixes gh-2056 | ||||
* | Callbacks: Don't abort execution on .lock() | Richard Gibson | 2015-01-10 | 1 | -4/+12 |
| | | | | | Fixes gh-1990 Closes gh-1991 | ||||
* | Callbacks: No object starts out locked | Richard Gibson | 2015-01-10 | 1 | -6/+9 |
| | | | | Fixes gh-1989 | ||||
* | Callbacks: Disabling a callback should prevent firing | Dave Methvin | 2014-12-07 | 1 | -0/+15 |
| | | | | | | | | Thanks to @TheDistantSea for the report! Fixes gh-1790 Closes gh-1643 (cherry picked from commit bc1cb122db30be034b3da84ee2546c86e2a5268f) | ||||
* | Update jshintrc to conform to new style guide. Conform to onevar and unused ↵ | Timmy Willison | 2013-04-09 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | in tests. Fixes #13755. Conflicts: src/.jshintrc src/data.js test/unit/attributes.js test/unit/core.js test/unit/data.js test/unit/event.js test/unit/manipulation.js test/unit/queue.js test/unit/traversing.js test/unit/wrap.js | ||||
* | 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. ↵ | Erick Ruiz de Chavez | 2012-10-16 | 1 | -22/+27 |
| | | | | https://github.com/jquery/2012-dev-summit/issues/56 | ||||
* | 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 ↵ | jaubourg | 2012-10-06 | 1 | -13/+26 |
| | | | | @kselden for finding the bug. | ||||
* | Makes sure "adding" a string to a Callbacks object doesn't cause a stack ↵ | jaubourg | 2012-08-16 | 1 | -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 Killingsworth | 2012-07-05 | 1 | -2/+2 |
| | | | | | | Conflicts: test/unit/effects.js test/unit/offset.js | ||||
* | 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 |
| | | | | Tests. So fly, you fools! | ||||
* | Regression: makes sure that all instances of a callback are removed. Unit ↵ | jaubourg | 2012-04-25 | 1 | -0/+15 |
| | | | | test added. | ||||
* | How about we save 62 bytes? Also ensure that the arguments array given to ↵ | jaubourg | 2012-04-25 | 1 | -5/+19 |
| | | | | fireWith is copied internally. | ||||
* | Adds a unit test to control options are being copied by jQuery.Callbacks ↵ | jaubourg | 2012-04-25 | 1 | -0/+18 |
| | | | | internally. | ||||
* | Allows traditional options object for $.Callbacks flags. Fixes #11011. Unit ↵ | jaubourg | 2012-04-02 | 1 | -135/+157 |
| | | | | tests added. | ||||
* | 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 ↵ | Mike Sherov | 2011-11-06 | 1 | -2/+2 |
| | | | | deprecated in QUnit. | ||||
* | 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 |