| Commit message (Expand) | Author | Age | Files | Lines |
* | Applies exception in Style Guidelines regarding objects and functions when th... | jaubourg | 2011-04-08 | 1 | -3/+3 |
* | Remove crossDomain:null comment, it's not needed since undefined==null below. | Dave Methvin | 2011-03-30 | 1 | -1/+0 |
* | Merge branch 'crossDomain' of https://github.com/JessThrysoee/jquery into Jes... | Dave Methvin | 2011-03-30 | 1 | -1/+1 |
|\ |
|
| * | no need to specifically initialize crossDomain to null | JessThrysoee | 2011-03-11 | 1 | -1/+1 |
| * | Make it possible to force the Ajax crossDomain option to false. | JessThrysoee | 2011-03-11 | 1 | -2/+2 |
* | | Fixes #8509. Makes URL regexp less overzealous and ensures it recognizes URL ... | jaubourg | 2011-03-15 | 1 | -3/+3 |
|/ |
|
* | A quick change to detect AIR urls | gnarf | 2011-02-24 | 1 | -1/+1 |
* | Fixes #8297. Makes sure response headers with empty values are handled proper... | jaubourg | 2011-02-17 | 1 | -2/+2 |
* | Fixes #8277. Sets data to undefined rather than null when it is not provided ... | jaubourg | 2011-02-15 | 1 | -3/+3 |
* | Enhances ajaxSetup so that it can take an optional target option, in which ca... | jaubourg | 2011-02-12 | 1 | -11/+23 |
* | Pulls out the callback function in setRequestHeader. Also renames the regexp ... | jaubourg | 2011-02-12 | 1 | -4/+5 |
* | Minor changes to enforce JQuery Core Style Guidelines. | jaubourg | 2011-02-12 | 1 | -1/+1 |
* | Fixes #8245. Ajax now ensures header names are capitalized so that non-compli... | jaubourg | 2011-02-11 | 1 | -8/+11 |
* | Fixes #8219. Introduces the mimeType option to override content-type header i... | jaubourg | 2011-02-09 | 1 | -1/+9 |
* | Makes sure statusText always defaults to "error". | jaubourg | 2011-02-09 | 1 | -1/+1 |
* | Adds jQuery collection to objects that will be used as global events context ... | jaubourg | 2011-02-07 | 1 | -3/+4 |
* | Fixes a bug that prevented headers from being set in an ajaxSend callback. Un... | jaubourg | 2011-02-07 | 1 | -2/+2 |
* | Reformats logic for early abort in beforeSend to limit block imbrication. | jaubourg | 2011-02-04 | 1 | -36/+35 |
* | Fixes abort in prefilter. No global event will be fired in that case even if ... | jaubourg | 2011-02-04 | 1 | -4/+14 |
* | Disables dataType redirection while selecting transport. | jaubourg | 2011-02-04 | 1 | -2/+2 |
* | Adds widget as the list of local protocols. | jaubourg | 2011-02-03 | 1 | -1/+1 |
* | Adds support for more complex protocol by having the url regexp closer to rfc... | jaubourg | 2011-02-03 | 1 | -1/+1 |
* | Stores jQuery.ajaxSettings.isLocal locally at load time so that any change to... | jaubourg | 2011-02-03 | 1 | -1/+1 |
* | Fixes #7653. Changes regexp to detect local protocol so that it will accept a... | jaubourg | 2011-02-03 | 1 | -2/+2 |
* | Fixes #8152 by applying the same special cases for protocol "chrome-extension... | jaubourg | 2011-02-03 | 1 | -8/+14 |
* | Fixes #8138. Access to document.location is made only once at load time and i... | jaubourg | 2011-02-02 | 1 | -7/+23 |
* | Fixes #7945. Make jQuery.param() serialize plain objects with a property name... | Anton Kovalyov | 2011-02-02 | 1 | -1/+1 |
* | Fixes #8115. Renames all references to jXHR with jqXHR in the code (like was ... | jaubourg | 2011-02-01 | 1 | -44/+44 |
* | Bug 8107; Fix argument handling for $.ajax for multiple method signatues and ... | Dan Heberden | 2011-01-31 | 1 | -3/+2 |
* | Fixes #8095. Properly handles the case where browser cache needs to be bypass... | jaubourg | 2011-01-31 | 1 | -6/+12 |
* | Makes sure all converters keys are lowercased before any conversion is taking... | jaubourg | 2011-01-31 | 1 | -1/+12 |
* | Makes sure options.context is used as the context for global ajax events only... | jaubourg | 2011-01-31 | 1 | -2/+6 |
* | Fixes #7568. Follow-up fix for #5862. Objects with a length property weren't ... | Anton M | 2011-01-31 | 1 | -3/+3 |
* | Ensures dataTypeExpressions are lowercased for prefilters and transports regi... | jaubourg | 2011-01-31 | 1 | -2/+2 |
* | Compatibility fixes in ajax: exceptions are no longer promoted to strings bef... | jaubourg | 2011-01-28 | 1 | -3/+3 |
* | Actually does what https://github.com/jquery/jquery/commit/bab8079593913dbc68... | jaubourg | 2011-01-27 | 1 | -1/+1 |
* | Passes jXHR object as third argument of prefilters and transport factories. | jaubourg | 2011-01-26 | 1 | -5/+5 |
* | Fixes #5866. Issue number in previous commit was wrong both in comments and c... | jaubourg | 2011-01-26 | 1 | -1/+1 |
* | Fixes #5856. Adds document protocol at the beginning of URLs without protocol... | jaubourg | 2011-01-26 | 1 | -11/+8 |
* | Reworks how values of parameters passed to error callbacks are determined. Fi... | jaubourg | 2011-01-25 | 1 | -6/+16 |
* | Makes prefilters and transport inspection more robust and uses better variabl... | jaubourg | 2011-01-24 | 1 | -19/+23 |
* | Revised internal implementation of ajaxPrefilter() and ajaxTransport(). Every... | jaubourg | 2011-01-23 | 1 | -103/+80 |
* | More code style fixes. | jaubourg | 2011-01-23 | 1 | -7/+7 |
* | Apply JQuery Core Style Guidelines to ajax.js and ajax/*.js, | jaubourg | 2011-01-23 | 1 | -121/+117 |
* | Re-organizes ajax.js: prefilters and transports are no longer stored in ajaxS... | jaubourg | 2011-01-22 | 1 | -314/+261 |
* | Replaces "text in-between" technique with a full-fledged one-level transitive... | jaubourg | 2011-01-21 | 1 | -40/+65 |
* | Moves determineResponse logic into main ajax callback. Puts responseXXX field... | jaubourg | 2011-01-20 | 1 | -76/+72 |
* | Renames Deferred's fire and fireReject methods as resolveWith and rejectWith ... | jaubourg | 2011-01-20 | 1 | -3/+3 |
* | Renames determineDataType as determineResponse. Makes it more generic as a fi... | jaubourg | 2011-01-20 | 1 | -16/+15 |
* | Revises the way arguments are handled in ajax. | jaubourg | 2011-01-20 | 1 | -7/+6 |