aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* When serializing text, encode all line breaks as CRLF pairs per the applicati...Dave Methvin2010-12-312-6/+6
* Merge branch 'deferred' of github.com:jquery/jquery into deferredjaubourg2010-12-310-0/+0
|\
| * Simplified the way a Promise is tested for (removed promiseMarker). Removed i...jaubourg2010-12-302-44/+30
| * Merge branch 'master' of github.com:jquery/jquery into deferredjaubourg2010-12-301-7/+6
| |\
| * | Revised conversion logic to handle converter equal to true properly.jaubourg2010-12-291-14/+19
| * | Introduced a new promise method on deferreds that returns an immutable object...jaubourg2010-12-283-44/+43
| * | Renamed several ajaxSettings options. Removed cors test, fixed failing cors t...jaubourg2010-12-284-59/+27
| * | Merge branch 'master' of github.com:jquery/jquery into deferredjaubourg2010-12-2810-49/+105
| |\ \
| * | | Revised logic in data conversion to account for when dataFilter modifies the ...jaubourg2010-12-251-2/+2
| * | | Removed re-usability from jXHR object (no more open, send & onreadystatechang...jaubourg2010-12-2510-904/+581
| * | | Removed dataCheckers, added true as possible value for dataConverters indicat...jaubourg2010-12-252-61/+24
| * | | Removed custom method in isDeferred and when.unknown2010-12-252-31/+7
| * | | Deferred cannot be cancelled by returning false in a callback. Exception in t...unknown2010-12-252-115/+41
| * | | Removed a console.log :/unknown2010-12-251-2/+0
| * | | Capitalized Deferred & _Deferred to clearly mark them as new types, like Event.unknown2010-12-243-28/+28
| * | | Changed dataConverters key format.unknown2010-12-245-30/+19
| * | | jQuery.parseXML extracted from ajax & added to core, needs unit testing.unknown2010-12-241-0/+22
| * | | Merge branch 'deferred' of github.com:jquery/jquery into deferredunknown2010-12-240-0/+0
| |\ \ \
| | * | | Removed NFE to make old Safari happy and avoid leaks in IE (as per David Murd...jaubourg2010-12-211-2/+2
| | * | | Rewrote the data conversion logic in ajax. Should be cleaner and faster.jaubourg2010-12-212-111/+69
| | * | | Renamed jQuery.xhr.bindTransport as jQuery.xhr.transport. Generalized the imp...jaubourg2010-12-215-117/+103
| | * | | Fixed a loop that only worked in webkit.jaubourg2010-12-211-6/+8
| | * | | Added deferred to core. Used internally for DOM readyness and ajax callbacks.jaubourg2010-12-203-179/+450
| * | | | Removed NFE to make old Safari happy and avoid leaks in IE (as per David Murd...jaubourg2010-12-241-2/+2
| * | | | Rewrote the data conversion logic in ajax. Should be cleaner and faster.jaubourg2010-12-242-110/+68
| * | | | Renamed jQuery.xhr.bindTransport as jQuery.xhr.transport. Generalized the imp...jaubourg2010-12-245-118/+104
| * | | | Fixed a loop that only worked in webkit.jaubourg2010-12-241-6/+8
| * | | | Added deferred to core. Used internally for DOM readyness and ajax callbacks.jaubourg2010-12-243-179/+450
* | | | | Simplified the way a Promise is tested for (removed promiseMarker). Removed i...jaubourg2010-12-312-44/+30
* | | | | 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-313-44/+43
* | | | | Renamed several ajaxSettings options. Removed cors test, fixed failing cors t...jaubourg2010-12-314-62/+30
* | | | | 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-3110-907/+583
* | | | | Removed dataCheckers, added true as possible value for dataConverters indicat...jaubourg2010-12-312-61/+24
* | | | | Removed custom method in isDeferred and when.unknown2010-12-312-31/+7
* | | | | Deferred cannot be cancelled by returning false in a callback. Exception in t...unknown2010-12-312-115/+41
* | | | | Removed a console.log :/unknown2010-12-311-2/+0
* | | | | Capitalized Deferred & _Deferred to clearly mark them as new types, like Event.unknown2010-12-313-28/+28
* | | | | Changed dataConverters key format.unknown2010-12-315-30/+19
* | | | | 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