jaubourg
|
1db2f02cc7
|
Rewrote the data conversion logic in ajax. Should be cleaner and faster.
|
2010-12-21 16:58:52 +01:00 |
|
jaubourg
|
91d32e8f96
|
Renamed jQuery.xhr.bindTransport as jQuery.xhr.transport. Generalized the implementation and made prefilters use the same logic. Cleaned up code and removed as many loops and each as possible.
|
2010-12-21 13:06:41 +01:00 |
|
jaubourg
|
88d97deb77
|
Added deferred to core. Used internally for DOM readyness and ajax callbacks.
|
2010-12-20 19:09:15 +01:00 |
|
jaubourg
|
9d3a4a2b40
|
Removed bind/unbind from xhr emulation: success/error/complete are deferred not events so these methods didn't really make sense in the first place.
|
2010-12-11 02:04:13 +01:00 |
|
jaubourg
|
2e129759b4
|
More variable renaming to avoid conflicts when module closures are removed.
|
2010-12-11 01:35:46 +01:00 |
|
jaubourg
|
a500d33c5d
|
Renamed variables to avoid conflicts when Makefile removes internal closures.
|
2010-12-10 04:16:56 +01:00 |
|
jaubourg
|
3c641bd134
|
Fixed function closures so that Makefile can do its magic.
|
2010-12-10 03:14:03 +01:00 |
|
jaubourg
|
9b9d270e3d
|
Removed non-standard (and not that useful) xhr emulation methods & reworked the headers test as a consequence.
|
2010-12-10 02:45:08 +01:00 |
|
jaubourg
|
ab3ba4a812
|
Rewrite of the Ajax module by Julian Aubourg. Some (dated) details can be found here: http://oksoclap.com/6Y26bm1ZsB more details are forthcoming. Fixes #7195.
|
2010-12-09 13:34:28 -05:00 |
|