aboutsummaryrefslogtreecommitdiffstats
path: root/src/transports
Commit message (Collapse)AuthorAgeFilesLines
* Renamed src/transports to src/ajax (in case we need prefilters in the future ↵jaubourg2011-01-063-358/+0
| | | | and to avoid a separate prefilters directory).
* Cleaning up trailing whitespace again.Colin Snover2011-01-053-72/+72
|
* Renamed several ajaxSettings options. Removed cors test, fixed failing cors ↵jaubourg2010-12-312-3/+3
| | | | test.
* Removed re-usability from jXHR object (no more open, send & ↵jaubourg2010-12-313-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.unknown2010-12-312-5/+3
|
* Renamed jQuery.xhr.bindTransport as jQuery.xhr.transport. Generalized the ↵jaubourg2010-12-313-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 ↵jaubourg2010-12-301-7/+6
| | | | statusText is now passed as second argument for aborts.
* More variable renaming to avoid conflicts when module closures are removed.jaubourg2010-12-111-2/+2
|
* Renamed variables to avoid conflicts when Makefile removes internal closures.jaubourg2010-12-101-2/+2
|
* Fixed function closures so that Makefile can do its magic.jaubourg2010-12-103-3/+3
|
* Rewrite of the Ajax module by Julian Aubourg. Some (dated) details can be ↵jaubourg2010-12-093-0/+363
found here: http://oksoclap.com/6Y26bm1ZsB more details are forthcoming. Fixes #7195.