Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Callbacks: Don't abort execution on .lock()" | Oleg Gaidarenko | 2015-12-22 | 1 | -3/+3 |
| | | | | This reverts commit fc7477f4927100f23f83c22b5142a42d1eac8502. | ||||
* | Build: Update jscs and lint files | Oleg Gaidarenko | 2015-09-07 | 1 | -7/+15 |
| | | | | | Ref 10fdad742a2a6aa9f0e00b3e04fc5264797c53c7 Fixes gh-2056 | ||||
* | Callbacks: Reduce size | Richard Gibson | 2015-01-10 | 1 | -82/+74 |
| | |||||
* | Callbacks: Don't abort execution on .lock() | Richard Gibson | 2015-01-10 | 1 | -1/+1 |
| | | | | | Fixes gh-1990 Closes gh-1991 | ||||
* | Callbacks: No object starts out locked | Richard Gibson | 2015-01-10 | 1 | -6/+29 |
| | | | | Fixes gh-1989 | ||||
* | Callbacks: Disabling a callback should prevent firing | Dave Methvin | 2014-12-07 | 1 | -2/+4 |
| | | | | | | | | Thanks to @TheDistantSea for the report! Fixes gh-1790 Closes gh-1643 (cherry picked from commit bc1cb122db30be034b3da84ee2546c86e2a5268f) | ||||
* | Build: update grunt-jscs-checker and pass with the new rules | Timmy Willison | 2014-07-17 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: build/tasks/build.js src/ajax/xhr.js src/attributes/classes.js src/attributes/prop.js src/attributes/val.js src/core/init.js src/core/ready.js src/css.js src/css/curCSS.js src/css/defaultDisplay.js src/data.js src/data/var/dataPriv.js src/data/var/dataUser.js src/dimensions.js src/effects.js src/event.js src/manipulation.js src/offset.js src/queue.js src/selector-native.js test/data/testrunner.js | ||||
* | Fix some code style inconsistencies | Oleg | 2013-11-07 | 1 | -1/+1 |
| | |||||
* | Always return jQuery in modules that can be included separately | Timmy Willison | 2013-09-08 | 1 | -0/+1 |
| | | | | | | | Conflicts: src/attributes.js src/data.js src/manipulation.js | ||||
* | AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163. | Timmy Willison | 2013-08-15 | 1 | -1/+8 |
| | | | | | | | | | | | | | | | | | | | | Conflicts: Gruntfile.js README.md src/ajax.js src/ajax/xhr.js src/attributes.js src/core.js src/css.js src/data.js src/effects.js src/event.js src/manipulation.js src/offset.js src/selector-native.js src/traversing.js test/unit/core.js test/unit/data.js | ||||
* | Moved too-early assignment inside the if stmt where the var is actually ↵ | terrycojones | 2013-06-19 | 1 | -2/+2 |
| | | | | | | used. Close gh-1292. (cherry picked from commit 3a434434c420096cef478936ea21b33e9cfae30c) | ||||
* | Properly resets firingLength when emptying the list. Fixes #13517 | jaubourg | 2013-02-27 | 1 | -0/+1 |
| | |||||
* | Fix #13355. Tweak Uglify options and var order for gzip. Close gh-1151. | Oleg | 2013-01-31 | 1 | -4/+4 |
| | | | | | Change uglify-js options for compressor Change variables initialization sequence for some declarations | ||||
* | Change variables initialization sequence for some declarations | Oleg | 2013-01-31 | 1 | -5/+5 |
| | |||||
* | Fix #13150, .has() w/o args checks for any callbacks. Close gh-1111. | adamcoulombe | 2013-01-27 | 1 | -2/+3 |
| | |||||
* | Fix #12959: Optimize library-wide patterns | Richard Gibson | 2012-11-27 | 1 | -1/+1 |
| | |||||
* | Do not iterate over functions. Fixes #12665. Unit tests added. Thanks to ↵ | jaubourg | 2012-10-06 | 1 | -2/+4 |
| | | | | @kselden for finding the bug. | ||||
* | Makes sure "adding" a string to a Callbacks object doesn't cause a stack ↵ | jaubourg | 2012-08-16 | 1 | -2/+3 |
| | | | | overflow, just ignore the value like 1.7.x righfully did. Fixes #12233. Unit tests added. | ||||
* | Follow the style guide, lose 72 bytes! Closes gh-840. | Mike Sherov | 2012-07-09 | 1 | -5/+5 |
| | |||||
* | Interim take on cross-module variables, closes gh-817. | Richard Gibson | 2012-06-15 | 1 | -1/+1 |
| | |||||
* | Strips IIFEs from modules; Always require built jQuery for tests. | Rick Waldron | 2012-06-04 | 1 | -4/+0 |
| | |||||
* | Simplifies the way the internal memory storage is handled. | jaubourg | 2012-04-28 | 1 | -9/+8 |
| | |||||
* | Callbacks.add now accepts array-like objects (like Arguments). Now uses the ↵ | jaubourg | 2012-04-25 | 1 | -6/+6 |
| | | | | slice method of the args array in fireWith rather than a quite slow jQuery.merge. | ||||
* | Use real declaration since that helps gzip: thanks @gibson042. | jaubourg | 2012-04-25 | 1 | -3/+5 |
| | |||||
* | Regression: makes sure that all instances of a callback are removed. Unit ↵ | jaubourg | 2012-04-25 | 1 | -2/+2 |
| | | | | test added. | ||||
* | How about we save 62 bytes? Also ensure that the arguments array given to ↵ | jaubourg | 2012-04-25 | 1 | -78/+42 |
| | | | | fireWith is copied internally. | ||||
* | Since we can pass an object to jQuery.Callbacks now, let's name it options ↵ | jaubourg | 2012-04-25 | 1 | -21/+23 |
| | | | | to be consistent with the rest of the code. | ||||
* | Uses a copy of the flags when they are given as an object rather than the ↵ | jaubourg | 2012-04-25 | 1 | -1/+1 |
| | | | | object itself. That way, we're sure flags are immutable for the entire lifetime of the Callbacks instance. | ||||
* | Allows traditional options object for $.Callbacks flags. Fixes #11011. Unit ↵ | jaubourg | 2012-04-02 | 1 | -2/+2 |
| | | | | tests added. | ||||
* | Fixes #10952 by introducing a real fired flag in the Callbacks closure. | jaubourg | 2012-01-31 | 1 | -1/+4 |
| | | | | | | | jQuery Size - compared to last make 250235 (+69) jquery.js 94225 (+7) jquery.min.js 33445 (+3) jquery.min.js.gz | ||||
* | Trimmed down $.Callbacks and $.Deferred. | jaubourg | 2011-09-21 | 1 | -40/+9 |
| | |||||
* | $.Callbacks, $.Topic and notify/progress on $.Deferred. | jaubourg | 2011-09-19 | 1 | -0/+257 |