Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | Removed custom method in isDeferred and when. | unknown | 2010-12-31 | 2 | -31/+7 | |
| | | | | | | ||||||
* | | | | | | Deferred cannot be cancelled by returning false in a callback. Exception in ↵ | unknown | 2010-12-31 | 2 | -115/+41 | |
| | | | | | | | | | | | | | | | | | | | | | | | | the callback are still propagated and execution of remaining callbacks is still possible. | |||||
* | | | | | | Removed a console.log :/ | unknown | 2010-12-31 | 1 | -2/+0 | |
| | | | | | | ||||||
* | | | | | | Capitalized Deferred & _Deferred to clearly mark them as new types, like Event. | unknown | 2010-12-31 | 3 | -28/+28 | |
| | | | | | | ||||||
* | | | | | | Changed dataConverters key format. | unknown | 2010-12-31 | 5 | -30/+19 | |
| | | | | | | ||||||
* | | | | | | jQuery.parseXML extracted from ajax & added to core, needs unit testing. | unknown | 2010-12-31 | 1 | -0/+22 | |
| | | | | | | ||||||
* | | | | | | Removed NFE to make old Safari happy and avoid leaks in IE (as per David ↵ | jaubourg | 2010-12-31 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Murdoch's warning). | |||||
* | | | | | | Rewrote the data conversion logic in ajax. Should be cleaner and faster. | jaubourg | 2010-12-31 | 1 | -2/+2 | |
| | | | | | | ||||||
* | | | | | | Renamed jQuery.xhr.bindTransport as jQuery.xhr.transport. Generalized the ↵ | jaubourg | 2010-12-31 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | implementation and made prefilters use the same logic. Cleaned up code and removed as many loops and each as possible. | |||||
* | | | | | | Fixed a loop that only worked in webkit. | jaubourg | 2010-12-31 | 1 | -2/+2 | |
| | | | | | | ||||||
* | | | | | | Added deferred to core. Used internally for DOM readyness and ajax callbacks. | jaubourg | 2010-12-31 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | Removed NFE to make old Safari happy and avoid leaks in IE (as per David ↵ | jaubourg | 2010-12-31 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Murdoch's warning). | |||||
* | | | | | | Rewrote the data conversion logic in ajax. Should be cleaner and faster. | jaubourg | 2010-12-31 | 2 | -112/+70 | |
| | | | | | | ||||||
* | | | | | | Renamed jQuery.xhr.bindTransport as jQuery.xhr.transport. Generalized the ↵ | jaubourg | 2010-12-31 | 5 | -123/+109 | |
| | | | | | | | | | | | | | | | | | | | | | | | | implementation and made prefilters use the same logic. Cleaned up code and removed as many loops and each as possible. | |||||
* | | | | | | Fixed a loop that only worked in webkit. | jaubourg | 2010-12-31 | 1 | -6/+8 | |
| | | | | | | ||||||
* | | | | | | Added deferred to core. Used internally for DOM readyness and ajax callbacks. | jaubourg | 2010-12-31 | 3 | -187/+458 | |
| | | | | | | ||||||
* | | | | | | Update Rakefile to remove module wrappers (feature parity with make and ↵ | Jonas Pfenniger | 2010-12-30 | 2 | -3/+28 | |
| | | | | | | | | | | | | | | | | | | | | | | | | ant). Update Makefile to avoid rebuilding jquery.js when it is not necessary to do so. | |||||
* | | | | | | Remove patch for very early versions of Opera 9 that made it impossible to ↵ | Colin Snover | 2010-12-30 | 2 | -1/+18 | |
| | | | | | | | | | | | | | | | | | | | | | | | | animate values smaller than -10000. Fixes #7193. Thanks to igorw for initial patch & test case. | |||||
* | | | | | | Clean trailing whitespace from all files. | Colin Snover | 2010-12-30 | 26 | -688/+688 | |
| | | | | | | ||||||
* | | | | | | Merge branch 'fix7762' into jquery master. Fixes #7762. | Colin Snover | 2010-12-30 | 1 | -43/+26 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Clearing event handlers on unload is no longer necessary in any version of ↵ | Colin Snover | 2010-12-26 | 1 | -17/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | IE. This issue causing memory leaks between pages was fixed in MS07-033. | |||||
| * | | | | | | Fix whitespace in event.js | Colin Snover | 2010-12-26 | 1 | -26/+26 | |
| | | | | | | | ||||||
* | | | | | | | Update CommonJS module registration to check to see if define is a function ↵ | Colin Snover | 2010-12-29 | 1 | -1/+1 | |
| |_|_|_|/ / |/| | | | | | | | | | | | | | | | | | instead of just not undefined. | |||||
* | | | | | | Fix for #7865. Scripts onload handler passes event as first parameter so ↵ | jaubourg | 2010-12-30 | 1 | -7/+6 | |
| |_|_|/ / |/| | | | | | | | | | | | | | | statusText is now passed as second argument for aborts. | |||||
* | | | | | Don't cache non-html strings in buildFragment to avoid possible collision ↵ | Dave Methvin | 2010-12-27 | 2 | -2/+19 | |
| | | | | | | | | | | | | | | | | | | | | with the names of Object methods like toString. Also makes the unit tests 0.5% to 8% faster. Fixes #6779. | |||||
* | | | | | When a native browser event is bubbling up the DOM, make sure that the ↵ | Dave Methvin | 2010-12-27 | 2 | -0/+41 | |
| | | | | | | | | | | | | | | | | | | | | correct isDefaultPrevented value is reflected by jQuery's Event object. Fixes #7793. | |||||
* | | | | | Register as a CommonJS async module if in that kind of environment. Fixes #7102. | jrburke | 2010-12-27 | 3 | -23/+35 | |
| | | | | | ||||||
* | | | | | Merge SlexAxton/jquery:master into jquery/jquery:master. | Colin Snover | 2010-12-26 | 1 | -1/+2 | |
|\ \ \ \ \ | ||||||
| * | | | | | Changed the expando string to use a random number instead of the time, so ↵ | Alex Sexton | 2010-12-26 | 1 | -2/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | collisions become less likely. Also added jQuery version to instantly differentiate separate versions of jQuery (a common use case for noConflict, etc, when two jQuery instances are on the page). Fixes #6842. | |||||
* | | | | | | DRY out $.get and $.post. Fixes #7847. Thanks to cowboy for the patch. | Colin Snover | 2010-12-26 | 1 | -22/+7 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| * | | | | | Removed unnecessary upper/lowercase, it's all just lowercase now (since ↵ | Ben Alman | 2010-12-26 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | $.ajax will uppercase as-needed). | |||||
| * | | | | | WETness getting you down? Fear not, the $.get and $.post methods are now ↵ | Ben Alman | 2010-12-26 | 1 | -22/+7 | |
|/ / / / / | | | | | | | | | | | | | | | | 866% DRYer. This fixes #7847. | |||||
* | / / / | Fix reliableHiddenOffsets test was not working properly when table cells ↵ | Colin Snover | 2010-12-26 | 1 | -1/+1 | |
| |/ / / |/| | | | | | | | | | | | have borders, causing unnecessary slowness in some browsers. Thanks to matjas for his $.support test page. | |||||
* | | | | Fix fix for #6481 introduced at 7862c45ad2f32096383a21b8b301155787724476 ↵ | Colin Snover | 2010-12-22 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | | | which did not like it when Array.prototype was modified on empty arrays. | |||||
* | | | | Don't use for-in loops on Arrays. Fixes #7817. Thanks to dmethvin. | Colin Snover | 2010-12-22 | 3 | -3/+6 | |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: src/manipulation.js | |||||
| * | | | | Use for loop instead of for/in loop to protect sanctity of Array.prototype. ↵ | Dave Methvin | 2010-12-21 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | Fixes #7817. Test case for this commit is shared with the fix for #6355, https://github.com/jquery/jquery/pull/140 . | |||||
| * | | | | Use a for loop rather than for/in loop when copying events, so that code ↵ | Dave Methvin | 2010-12-20 | 2 | -5/+8 | |
| | |/ / | |/| | | | | | | | | | | will work with an augmented Array.prototype. Fixes 7809. | |||||
* | | | | Update cloneCopyEvent so that it does not create superfluous data objects ↵ | Colin Snover | 2010-12-22 | 4 | -25/+64 | |
|\ \ \ \ | |/ / / |/| | | | | | | | when cloning elements. Exposes a new method, $.hasData. Fixes #7165. Thanks to DaveMethvin and iliakan for their help. | |||||
| * | | | Code style fix | Colin Snover | 2010-12-22 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | More unit tests and a $.hasData that works for JS objects too. | Colin Snover | 2010-12-22 | 2 | -7/+17 | |
| | | | | ||||||
| * | | | Update jQuery.hasData to always return a boolean, with unit tests. | Colin Snover | 2010-12-22 | 2 | -13/+22 | |
| | | | | ||||||
| * | | | Remove code for ticket #7717 which has been marked WONTFIX to match existing ↵ | Colin Snover | 2010-12-22 | 2 | -9/+5 | |
| | | | | | | | | | | | | | | | | $.data functionality and to prevent infinite loops caused by circular references. | |||||
| * | | | Fix a potential error in the previous commit caused by the use of a separate ↵ | Colin Snover | 2010-12-22 | 0 | -0/+0 | |
| |\ \ \ | | | | | | | | | | | | | | | | index variable. Thanks to dmethvin for the review. | |||||
| | * | | | Fix a potential error in the previous commit caused by the use of a separate ↵ | Colin Snover | 2010-12-22 | 1 | -5/+9 | |
| | | | | | | | | | | | | | | | | | | | | index variable. | |||||
| * | | | | Fix a potential error in the previous commit caused by the use of a separate ↵ | Colin Snover | 2010-12-22 | 1 | -5/+9 | |
| |/ / / | | | | | | | | | | | | | index variable. Thanks to dmethvin for the review. | |||||
| * / / | Fix #7717 and #7165. Thanks to dmethvin and iliakan for their help fixing ↵ | Colin Snover | 2010-12-19 | 3 | -10/+30 | |
|/ / / | | | | | | | | | | these issues. | |||||
* | | | Address some code style issues in the clone fix. | Colin Snover | 2010-12-16 | 1 | -4/+2 | |
| | | | ||||||
* | | | Fixes #7397. | Colin Snover | 2010-12-14 | 2 | -2/+41 | |
|\ \ \ | ||||||
| * | | | Merge branch 'bug_7397' of https://github.com/rwldrn/jquery into rwldrn-bug_7397 | Colin Snover | 2010-12-14 | 2 | -2/+41 | |
|/| | | | ||||||
| * | | | Whitespace correction | rwldrn | 2010-12-09 | 1 | -1/+1 | |
| | | | |