aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Moved unload abort code so that the event is only bound if the xhr transport ...jaubourg2011-01-091-16/+21
* Fixes #5812. =? will be detected even when it has been escaped during data se...jaubourg2011-01-091-1/+1
* Fixes #5803. Reworked jsonp prefilter so that it sets the dataType as jsonp a...jaubourg2011-01-091-53/+52
* Make it so prefilters get access to the original settings.jaubourg2011-01-091-1/+1
* Fixes #5955. Option crossDomain now forces ajax to consider a request as cros...jaubourg2011-01-091-6/+9
* Make sure prefilters have been called and transport has been selected before ...jaubourg2011-01-091-3/+3
* Fixes #7465. Reworked the regexp and associated test for cross-domain detecti...jaubourg2011-01-091-2/+7
* Fixes #7868. ResponseText is now properly propagated for error callbacks.jaubourg2011-01-092-9/+12
* Fixes #7881. Setting contentType to false will prevent the Content-Type heade...jaubourg2011-01-091-1/+1
* Added a simple cache for xhr objects in the xhr transport.jaubourg2011-01-091-1/+8
* Renamed "complete" to "done" in order to avoid conflicts with jXHR.complete.jaubourg2011-01-062-10/+10
* Fixed mixing of tabs & spaces to make JSLint happier.jaubourg2011-01-061-4/+4
* Renamed src/transports to src/ajax (in case we need prefilters in the future ...jaubourg2011-01-063-0/+0
* Cleaning up trailing whitespace again.Colin Snover2011-01-055-226/+226
* Revert "Register as a CommonJS async module if in that kind of environment. F...wycats2011-01-051-5/+0
* "then" renamed "complete" and new "then" method defined using "complete" and ...jaubourg2011-01-052-22/+26
* When serializing text, encode all line breaks as CRLF pairs per the applicati...Dave Methvin2010-12-311-2/+2
* Simplified the way a Promise is tested for (removed promiseMarker). Removed i...jaubourg2010-12-311-29/+19
* Revised conversion logic to handle converter equal to true properly.jaubourg2010-12-311-14/+19
* Introduced a new promise method on deferreds that returns an immutable object...jaubourg2010-12-312-17/+20
* Renamed several ajaxSettings options. Removed cors test, fixed failing cors t...jaubourg2010-12-313-14/+14
* Revised logic in data conversion to account for when dataFilter modifies the ...jaubourg2010-12-311-2/+2
* Removed re-usability from jXHR object (no more open, send & onreadystatechang...jaubourg2010-12-315-741/+579
* Removed dataCheckers, added true as possible value for dataConverters indicat...jaubourg2010-12-312-61/+24
* Removed custom method in isDeferred and when.unknown2010-12-311-9/+4
* Deferred cannot be cancelled by returning false in a callback. Exception in t...unknown2010-12-311-41/+34
* Removed a console.log :/unknown2010-12-311-2/+0
* Capitalized Deferred & _Deferred to clearly mark them as new types, like Event.unknown2010-12-312-8/+8
* Changed dataConverters key format.unknown2010-12-314-29/+14
* jQuery.parseXML extracted from ajax & added to core, needs unit testing.unknown2010-12-311-0/+22
* Removed NFE to make old Safari happy and avoid leaks in IE (as per David Murd...jaubourg2010-12-311-2/+2
* Rewrote the data conversion logic in ajax. Should be cleaner and faster.jaubourg2010-12-311-2/+2
* Renamed jQuery.xhr.bindTransport as jQuery.xhr.transport. Generalized the imp...jaubourg2010-12-311-2/+2
* Fixed a loop that only worked in webkit.jaubourg2010-12-311-2/+2
* Added deferred to core. Used internally for DOM readyness and ajax callbacks.jaubourg2010-12-311-1/+1
* Removed NFE to make old Safari happy and avoid leaks in IE (as per David Murd...jaubourg2010-12-311-2/+2
* Rewrote the data conversion logic in ajax. Should be cleaner and faster.jaubourg2010-12-312-112/+70
* Renamed jQuery.xhr.bindTransport as jQuery.xhr.transport. Generalized the imp...jaubourg2010-12-315-123/+109
* Fixed a loop that only worked in webkit.jaubourg2010-12-311-6/+8
* Added deferred to core. Used internally for DOM readyness and ajax callbacks.jaubourg2010-12-312-187/+208
* Remove patch for very early versions of Opera 9 that made it impossible to an...Colin Snover2010-12-301-1/+1
* Clean trailing whitespace from all files.Colin Snover2010-12-309-281/+281
* Merge branch 'fix7762' into jquery master. Fixes #7762.Colin Snover2010-12-301-43/+26
|\
| * Clearing event handlers on unload is no longer necessary in any version of IE...Colin Snover2010-12-261-17/+0
| * Fix whitespace in event.jsColin Snover2010-12-261-26/+26
* | Update CommonJS module registration to check to see if define is a function i...Colin Snover2010-12-291-1/+1
* | Fix for #7865. Scripts onload handler passes event as first parameter so stat...jaubourg2010-12-301-7/+6
* | Don't cache non-html strings in buildFragment to avoid possible collision wit...Dave Methvin2010-12-271-2/+2
* | When a native browser event is bubbling up the DOM, make sure that the correc...Dave Methvin2010-12-271-0/+6
* | Register as a CommonJS async module if in that kind of environment. Fixes #7102.jrburke2010-12-271-0/+5