Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Renamed src/transports to src/ajax (in case we need prefilters in the future ↵ | jaubourg | 2011-01-06 | 3 | -358/+0 |
| | | | | and to avoid a separate prefilters directory). | ||||
* | Cleaning up trailing whitespace again. | Colin Snover | 2011-01-05 | 3 | -72/+72 |
| | |||||
* | Renamed several ajaxSettings options. Removed cors test, fixed failing cors ↵ | jaubourg | 2010-12-31 | 2 | -3/+3 |
| | | | | test. | ||||
* | Removed re-usability from jXHR object (no more open, send & ↵ | jaubourg | 2010-12-31 | 3 | -3/+3 |
| | | | | 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. | ||||
* | Changed dataConverters key format. | unknown | 2010-12-31 | 2 | -5/+3 |
| | |||||
* | Renamed jQuery.xhr.bindTransport as jQuery.xhr.transport. Generalized the ↵ | jaubourg | 2010-12-31 | 3 | -10/+8 |
| | | | | implementation and made prefilters use the same logic. Cleaned up code and removed as many loops and each as possible. | ||||
* | 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. | ||||
* | More variable renaming to avoid conflicts when module closures are removed. | jaubourg | 2010-12-11 | 1 | -2/+2 |
| | |||||
* | Renamed variables to avoid conflicts when Makefile removes internal closures. | jaubourg | 2010-12-10 | 1 | -2/+2 |
| | |||||
* | Fixed function closures so that Makefile can do its magic. | jaubourg | 2010-12-10 | 3 | -3/+3 |
| | |||||
* | Rewrite of the Ajax module by Julian Aubourg. Some (dated) details can be ↵ | jaubourg | 2010-12-09 | 3 | -0/+363 |
found here: http://oksoclap.com/6Y26bm1ZsB more details are forthcoming. Fixes #7195. |