aboutsummaryrefslogtreecommitdiffstats
path: root/src/ajax.js
Commit message (Expand)AuthorAgeFilesLines
* Fix #10466. jQuery.param() should treat object-wrapped primitives as primitives.Rick Waldron2011-12-061-1/+1
* Landing pull request 604. Updates bind to on in src/ajax.js. Fixes #10817.Rick Waldron2011-11-171-1/+1
* Take 2 on "Fix ajax to always expect an Error object, per #10646."Dave Methvin2011-11-081-2/+2
* Revert "Catch one more place where a plain-text error was thrown."Dave Methvin2011-11-081-1/+1
* Catch one more place where a plain-text error was thrown.Dave Methvin2011-11-081-1/+1
* Fix ajax to always expect an Error object, per #10646.Dave Methvin2011-11-081-2/+2
* Cleanup spacing in ajax.js. Fixes #10601Rick Waldron2011-10-271-1/+1
* Core styleguide cleanup. Fixes #10586Rick Waldron2011-10-261-11/+11
* $.Callbacks, $.Topic and notify/progress on $.Deferred.jaubourg2011-09-191-4/+4
* Use jdalton's shorter sequence for the chars.Dave Methvin2011-08-231-1/+1
* Use a semantic name for the variable.Dave Methvin2011-08-231-3/+3
* Fixes #10098. Avoid a slashy-starry char sequence in literal strings to evade...Dave Methvin2011-08-221-3/+6
* Merge pull request #431 from DenisKnauf/masterDave Methvin2011-08-041-1/+1
|\
| * input type=datetime-local support for ajax.Denis Knauf2011-07-071-1/+1
* | Fixes #9854: propagates native statusText onto jqXHR.statusText. statusText i...jaubourg2011-07-231-2/+3
* | Makes sure that status -1 (used when an internal error occured) will not tag ...jaubourg2011-07-231-1/+1
* | Fixes #9887: ajax now supports circular references into objects passed as con...jaubourg2011-07-231-16/+34
|/
* Fixes #9632. Adds res:// protocol to the list of local protocols.jaubourg2011-07-011-1/+1
* Fixes #9682. Removes data from the options for request with no content so tha...jaubourg2011-07-011-0/+2
* Replaces typo (status instead of state) as observed in #9585.jaubourg2011-07-011-1/+1
* Restores var names to satisfy the crock-machine. Supplements #9008Rick Waldron2011-04-281-3/+3
* Make cached rspaces regex definitions consistent. Fixes #9008rwldrn2011-04-281-3/+3
* (Re) Fixes #8884 in a way that keeps the format of the headers map sent to tr...jaubourg2011-04-191-2/+5
* Cache references to navigator and location. Fixes #6690.John Resig2011-04-161-2/+2
* Backing out fix for #6481.John Resig2011-04-161-10/+3
* Removes now unnecessary regexp and companion function. Fixes some spacing iss...jaubourg2011-04-151-11/+7
* Fixing code styling typo.Sam Bisbee2011-04-151-1/+1
* Continuing to map request headers using their name in uppercase for the index...Sam Bisbee2011-04-151-7/+10
* Applies exception in Style Guidelines regarding objects and functions when th...jaubourg2011-04-081-3/+3
* Remove crossDomain:null comment, it's not needed since undefined==null below.Dave Methvin2011-03-301-1/+0
* Merge branch 'crossDomain' of https://github.com/JessThrysoee/jquery into Jes...Dave Methvin2011-03-301-1/+1
|\
| * no need to specifically initialize crossDomain to nullJessThrysoee2011-03-111-1/+1
| * Make it possible to force the Ajax crossDomain option to false.JessThrysoee2011-03-111-2/+2
* | Fixes #8509. Makes URL regexp less overzealous and ensures it recognizes URL ...jaubourg2011-03-151-3/+3
|/
* A quick change to detect AIR urlsgnarf2011-02-241-1/+1
* Fixes #8297. Makes sure response headers with empty values are handled proper...jaubourg2011-02-171-2/+2
* Fixes #8277. Sets data to undefined rather than null when it is not provided ...jaubourg2011-02-151-3/+3
* Enhances ajaxSetup so that it can take an optional target option, in which ca...jaubourg2011-02-121-11/+23
* Pulls out the callback function in setRequestHeader. Also renames the regexp ...jaubourg2011-02-121-4/+5
* Minor changes to enforce JQuery Core Style Guidelines.jaubourg2011-02-121-1/+1
* Fixes #8245. Ajax now ensures header names are capitalized so that non-compli...jaubourg2011-02-111-8/+11
* Fixes #8219. Introduces the mimeType option to override content-type header i...jaubourg2011-02-091-1/+9
* Makes sure statusText always defaults to "error".jaubourg2011-02-091-1/+1
* Adds jQuery collection to objects that will be used as global events context ...jaubourg2011-02-071-3/+4
* Fixes a bug that prevented headers from being set in an ajaxSend callback. Un...jaubourg2011-02-071-2/+2
* Reformats logic for early abort in beforeSend to limit block imbrication.jaubourg2011-02-041-36/+35
* Fixes abort in prefilter. No global event will be fired in that case even if ...jaubourg2011-02-041-4/+14
* Disables dataType redirection while selecting transport.jaubourg2011-02-041-2/+2
* Adds widget as the list of local protocols.jaubourg2011-02-031-1/+1
* Adds support for more complex protocol by having the url regexp closer to rfc...jaubourg2011-02-031-1/+1