aboutsummaryrefslogtreecommitdiffstats
path: root/src/xhr.js
Commit message (Expand)AuthorAgeFilesLines
* Removed re-usability from jXHR object (no more open, send & onreadystatechang...jaubourg2010-12-311-728/+0
* Removed dataCheckers, added true as possible value for dataConverters indicat...jaubourg2010-12-311-34/+22
* Removed a console.log :/unknown2010-12-311-2/+0
* Capitalized Deferred & _Deferred to clearly mark them as new types, like Event.unknown2010-12-311-2/+2
* Changed dataConverters key format.unknown2010-12-311-4/+6
* Rewrote the data conversion logic in ajax. Should be cleaner and faster.jaubourg2010-12-311-105/+68
* Renamed jQuery.xhr.bindTransport as jQuery.xhr.transport. Generalized the imp...jaubourg2010-12-311-107/+94
* Added deferred to core. Used internally for DOM readyness and ajax callbacks.jaubourg2010-12-311-151/+32
* Clean trailing whitespace from all files.Colin Snover2010-12-301-213/+213
* Use for loop instead of for/in loop to protect sanctity of Array.prototype. F...Dave Methvin2010-12-211-1/+1
* Removed bind/unbind from xhr emulation: success/error/complete are deferred n...jaubourg2010-12-111-17/+0
* More variable renaming to avoid conflicts when module closures are removed.jaubourg2010-12-111-3/+3
* Renamed variables to avoid conflicts when Makefile removes internal closures.jaubourg2010-12-101-7/+5
* Fixed function closures so that Makefile can do its magic.jaubourg2010-12-101-3/+5
* Removed non-standard (and not that useful) xhr emulation methods & reworked t...jaubourg2010-12-101-17/+2
* Rewrite of the Ajax module by Julian Aubourg. Some (dated) details can be fou...jaubourg2010-12-091-0/+941