aboutsummaryrefslogtreecommitdiffstats
path: root/src/ajax/xhr.js
Commit message (Expand)AuthorAgeFilesLines
...
* Stores jQuery.ajaxSettings.isLocal locally at load time so that any change to...jaubourg2011-02-031-23/+30
* Fixes #8146. Custom fields in xhrFields are now set after the XMLHttpRequest ...jaubourg2011-02-031-7/+7
* Fixes #8152 by applying the same special cases for protocol "chrome-extension...jaubourg2011-02-031-25/+23
* Fixes #8146 by introducing the xhrFields option with is a map of fieldName/fi...jaubourg2011-02-021-1/+9
* Fixes #8135. Makes sure any exception thrown by Firefox when trying to access...jaubourg2011-02-021-65/+82
* Fixes #8125. Status is set to 200 for requests with status 0 when location.pr...jaubourg2011-02-011-4/+6
* Reworks how values of parameters passed to error callbacks are determined. Fi...jaubourg2011-01-251-6/+3
* Apply JQuery Core Style Guidelines to ajax.js and ajax/*.js,jaubourg2011-01-231-52/+42
* Moves determineResponse logic into main ajax callback. Puts responseXXX field...jaubourg2011-01-201-8/+7
* Removes misleading comment.jaubourg2011-01-201-1/+0
* Renames determineDataType as determineResponse. Makes it more generic as a fi...jaubourg2011-01-201-11/+12
* Moves determineDataType into ajaxSettings so that it is accessible to transpo...jaubourg2011-01-191-3/+2
* Moved ajaxSettings.xhr definition together with support.ajax and support.cors...jaubourg2011-01-191-129/+173
* Moved jQuery.ajax.prefilter and jQuery.ajax.transport to jQuery.ajaxPrefilter...jaubourg2011-01-131-1/+1
* Removed xhr pooling since failing cross-domain requests leaves the xhr object...jaubourg2011-01-131-18/+9
* Reworked script and xhr abort logic to take advantage of the fact jXHR.abort ...jaubourg2011-01-131-37/+28
* Moved unload abort code so that the event is only bound if the xhr transport ...jaubourg2011-01-091-16/+21
* Fixes #7868. ResponseText is now properly propagated for error callbacks.jaubourg2011-01-091-9/+7
* Added a simple cache for xhr objects in the xhr transport.jaubourg2011-01-091-1/+8
* Renamed src/transports to src/ajax (in case we need prefilters in the future ...jaubourg2011-01-061-0/+191