| Commit message (Expand) | Author | Age | Files | Lines |
* | When serializing text, encode all line breaks as CRLF pairs per the applicati... | Dave Methvin | 2010-12-31 | 2 | -6/+6 |
* | Merge branch 'deferred' of github.com:jquery/jquery into deferred | jaubourg | 2010-12-31 | 0 | -0/+0 |
|\ |
|
| * | Simplified the way a Promise is tested for (removed promiseMarker). Removed i... | jaubourg | 2010-12-30 | 2 | -44/+30 |
| * | Merge branch 'master' of github.com:jquery/jquery into deferred | jaubourg | 2010-12-30 | 1 | -7/+6 |
| |\ |
|
| * | | Revised conversion logic to handle converter equal to true properly. | jaubourg | 2010-12-29 | 1 | -14/+19 |
| * | | Introduced a new promise method on deferreds that returns an immutable object... | jaubourg | 2010-12-28 | 3 | -44/+43 |
| * | | Renamed several ajaxSettings options. Removed cors test, fixed failing cors t... | jaubourg | 2010-12-28 | 4 | -59/+27 |
| * | | Merge branch 'master' of github.com:jquery/jquery into deferred | jaubourg | 2010-12-28 | 10 | -49/+105 |
| |\ \ |
|
| * | | | Revised logic in data conversion to account for when dataFilter modifies the ... | jaubourg | 2010-12-25 | 1 | -2/+2 |
| * | | | Removed re-usability from jXHR object (no more open, send & onreadystatechang... | jaubourg | 2010-12-25 | 10 | -904/+581 |
| * | | | Removed dataCheckers, added true as possible value for dataConverters indicat... | jaubourg | 2010-12-25 | 2 | -61/+24 |
| * | | | Removed custom method in isDeferred and when. | unknown | 2010-12-25 | 2 | -31/+7 |
| * | | | Deferred cannot be cancelled by returning false in a callback. Exception in t... | unknown | 2010-12-25 | 2 | -115/+41 |
| * | | | Removed a console.log :/ | unknown | 2010-12-25 | 1 | -2/+0 |
| * | | | Capitalized Deferred & _Deferred to clearly mark them as new types, like Event. | unknown | 2010-12-24 | 3 | -28/+28 |
| * | | | Changed dataConverters key format. | unknown | 2010-12-24 | 5 | -30/+19 |
| * | | | jQuery.parseXML extracted from ajax & added to core, needs unit testing. | unknown | 2010-12-24 | 1 | -0/+22 |
| * | | | Merge branch 'deferred' of github.com:jquery/jquery into deferred | unknown | 2010-12-24 | 0 | -0/+0 |
| |\ \ \ |
|
| | * | | | Removed NFE to make old Safari happy and avoid leaks in IE (as per David Murd... | jaubourg | 2010-12-21 | 1 | -2/+2 |
| | * | | | Rewrote the data conversion logic in ajax. Should be cleaner and faster. | jaubourg | 2010-12-21 | 2 | -111/+69 |
| | * | | | Renamed jQuery.xhr.bindTransport as jQuery.xhr.transport. Generalized the imp... | jaubourg | 2010-12-21 | 5 | -117/+103 |
| | * | | | Fixed a loop that only worked in webkit. | jaubourg | 2010-12-21 | 1 | -6/+8 |
| | * | | | Added deferred to core. Used internally for DOM readyness and ajax callbacks. | jaubourg | 2010-12-20 | 3 | -179/+450 |
| * | | | | Removed NFE to make old Safari happy and avoid leaks in IE (as per David Murd... | jaubourg | 2010-12-24 | 1 | -2/+2 |
| * | | | | Rewrote the data conversion logic in ajax. Should be cleaner and faster. | jaubourg | 2010-12-24 | 2 | -110/+68 |
| * | | | | Renamed jQuery.xhr.bindTransport as jQuery.xhr.transport. Generalized the imp... | jaubourg | 2010-12-24 | 5 | -118/+104 |
| * | | | | Fixed a loop that only worked in webkit. | jaubourg | 2010-12-24 | 1 | -6/+8 |
| * | | | | Added deferred to core. Used internally for DOM readyness and ajax callbacks. | jaubourg | 2010-12-24 | 3 | -179/+450 |
* | | | | | Simplified the way a Promise is tested for (removed promiseMarker). Removed i... | jaubourg | 2010-12-31 | 2 | -44/+30 |
* | | | | | Revised conversion logic to handle converter equal to true properly. | jaubourg | 2010-12-31 | 1 | -14/+19 |
* | | | | | Introduced a new promise method on deferreds that returns an immutable object... | jaubourg | 2010-12-31 | 3 | -44/+43 |
* | | | | | Renamed several ajaxSettings options. Removed cors test, fixed failing cors t... | jaubourg | 2010-12-31 | 4 | -62/+30 |
* | | | | | Revised logic in data conversion to account for when dataFilter modifies the ... | jaubourg | 2010-12-31 | 1 | -2/+2 |
* | | | | | Removed re-usability from jXHR object (no more open, send & onreadystatechang... | jaubourg | 2010-12-31 | 10 | -907/+583 |
* | | | | | Removed dataCheckers, added true as possible value for dataConverters indicat... | jaubourg | 2010-12-31 | 2 | -61/+24 |
* | | | | | Removed custom method in isDeferred and when. | unknown | 2010-12-31 | 2 | -31/+7 |
* | | | | | Deferred cannot be cancelled by returning false in a callback. Exception in t... | unknown | 2010-12-31 | 2 | -115/+41 |
* | | | | | Removed a console.log :/ | unknown | 2010-12-31 | 1 | -2/+0 |
* | | | | | Capitalized Deferred & _Deferred to clearly mark them as new types, like Event. | unknown | 2010-12-31 | 3 | -28/+28 |
* | | | | | Changed dataConverters key format. | unknown | 2010-12-31 | 5 | -30/+19 |
* | | | | | jQuery.parseXML extracted from ajax & added to core, needs unit testing. | unknown | 2010-12-31 | 1 | -0/+22 |
* | | | | | Removed NFE to make old Safari happy and avoid leaks in IE (as per David Murd... | jaubourg | 2010-12-31 | 1 | -2/+2 |
* | | | | | Rewrote the data conversion logic in ajax. Should be cleaner and faster. | jaubourg | 2010-12-31 | 1 | -2/+2 |
* | | | | | Renamed jQuery.xhr.bindTransport as jQuery.xhr.transport. Generalized the imp... | jaubourg | 2010-12-31 | 1 | -2/+2 |
* | | | | | Fixed a loop that only worked in webkit. | jaubourg | 2010-12-31 | 1 | -2/+2 |
* | | | | | Added deferred to core. Used internally for DOM readyness and ajax callbacks. | jaubourg | 2010-12-31 | 1 | -1/+1 |
* | | | | | Removed NFE to make old Safari happy and avoid leaks in IE (as per David Murd... | jaubourg | 2010-12-31 | 1 | -2/+2 |
* | | | | | Rewrote the data conversion logic in ajax. Should be cleaner and faster. | jaubourg | 2010-12-31 | 2 | -112/+70 |
* | | | | | Renamed jQuery.xhr.bindTransport as jQuery.xhr.transport. Generalized the imp... | jaubourg | 2010-12-31 | 5 | -123/+109 |
* | | | | | Fixed a loop that only worked in webkit. | jaubourg | 2010-12-31 | 1 | -6/+8 |