Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | Removed NFE to make old Safari happy and avoid leaks in IE (as per David ↵ | jaubourg | 2010-12-24 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Murdoch's warning). | |||||
| * | | | | | | Rewrote the data conversion logic in ajax. Should be cleaner and faster. | jaubourg | 2010-12-24 | 2 | -110/+68 | |
| | | | | | | | ||||||
| * | | | | | | Renamed jQuery.xhr.bindTransport as jQuery.xhr.transport. Generalized the ↵ | jaubourg | 2010-12-24 | 5 | -118/+104 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-24 | 1 | -6/+8 | |
| | | | | | | | ||||||
| * | | | | | | Added deferred to core. Used internally for DOM readyness and ajax callbacks. | jaubourg | 2010-12-24 | 3 | -179/+450 | |
| | |_|_|/ / | |/| | | | | ||||||
* | | | | | | Simplified the way a Promise is tested for (removed promiseMarker). Removed ↵ | jaubourg | 2010-12-31 | 2 | -44/+30 | |
| | | | | | | | | | | | | | | | | | | | | | | | | isCancelled helper method from _Deferred, wasn't used nor tested. Reworked jQuery.Deferred and removed unnecessary variables. Also ensured a Promise will return itself when asked for a Promise. Finally, the jQuery.when tests have been revamped. | |||||
* | | | | | | Revised conversion logic to handle converter equal to true properly. | jaubourg | 2010-12-31 | 1 | -14/+19 | |
| | | | | | | ||||||
* | | | | | | Introduced a new promise method on deferreds that returns an immutable ↵ | jaubourg | 2010-12-31 | 3 | -44/+43 | |
| | | | | | | | | | | | | | | | | | | | | | | | | object (exposing then, fail, isResolved, isRejected and promise itself only). Remove $.isDeferred and moved logic directly into $.when. Made sure $.when returns a promise by using promise(). Used promise() in ajax code too. | |||||
* | | | | | | Renamed several ajaxSettings options. Removed cors test, fixed failing cors ↵ | jaubourg | 2010-12-31 | 4 | -62/+30 | |
| | | | | | | | | | | | | | | | | | | | | | | | | test. | |||||
* | | | | | | Revised logic in data conversion to account for when dataFilter modifies the ↵ | jaubourg | 2010-12-31 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | dataTypes list. | |||||
* | | | | | | Removed re-usability from jXHR object (no more open, send & ↵ | jaubourg | 2010-12-31 | 10 | -907/+583 | |
| | | | | | | | | | | | | | | | | | | | | | | | | onreadystatechange support). Streamlined the implementation and put it back into ajax.js (removed xhr.js in the process). Went back to a more simple & direct approach to options handling (keeping much room to further minification-related optimizations). Code is cleaner, smaller & faster. Removed & edited unit tests accordingly. All build files have had xhr.js removed. | |||||
* | | | | | | Removed dataCheckers, added true as possible value for dataConverters ↵ | jaubourg | 2010-12-31 | 2 | -61/+24 | |
| | | | | | | | | | | | | | | | | | | | | | | | | indicating dataType equivalence (ie. no conversion has to be performed). | |||||
* | | | | | | 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. |