aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/ajax.js
Commit message (Expand)AuthorAgeFilesLines
...
* Fixes #7868. ResponseText is now properly propagated for error callbacks.jaubourg2011-01-091-0/+17
* Fixes #7881. Setting contentType to false will prevent the Content-Type heade...jaubourg2011-01-091-0/+36
* Added missing commas.jaubourg2011-01-071-7/+7
* Cleaning up trailing whitespace again.Colin Snover2011-01-051-3/+3
* When serializing text, encode all line breaks as CRLF pairs per the applicati...Dave Methvin2010-12-311-4/+4
* Renamed several ajaxSettings options. Removed cors test, fixed failing cors t...jaubourg2010-12-311-48/+16
* Removed re-usability from jXHR object (no more open, send & onreadystatechang...jaubourg2010-12-311-162/+4
* Changed dataConverters key format.unknown2010-12-311-1/+5
* Clean trailing whitespace from all files.Colin Snover2010-12-301-54/+54
* Simplified headers tests: removed multiline headers (support is far too serve...jaubourg2010-12-111-25/+6
* Tweaked the headers test to be apache independent and actually work.jaubourg2010-12-111-5/+5
* Changed document.location to window.location per Ben Alman advice.jaubourg2010-12-101-1/+1
* Removed non-standard (and not that useful) xhr emulation methods & reworked t...jaubourg2010-12-101-20/+32
* Rewrite of the Ajax module by Julian Aubourg. Some (dated) details can be fou...jaubourg2010-12-091-14/+524
* Merge branch 'bug7531' of https://github.com/csnover/jquery into csnover-bug7531John Resig2010-12-061-0/+10
|\
| * Coerce s.url to string before calling replace, since replace is also a method...Colin Snover2010-11-171-0/+10
* | Add unit test for fix to #7578.Anton M2010-11-241-2/+13
|/
* Ensure that AJAX requests are actually aborted in all browsers. Fix #7422.Colin Snover2010-11-061-1/+4
* Backing out fix for #5803 from 3b50eaca2cd0b1439235e39c4e98a6438e8f55b2.John Resig2010-10-251-15/+0
* Allow DELETE requests to have a content body, and properly serialize data to ...dmethvin2010-10-251-0/+26
* Fixes #7229 and #5803rwldrn2010-10-241-0/+15
* Fix broken Ajax test after recent revert to jQuery.ajax namespace.jeresig2010-10-131-1/+1
* Disable 304/Not Modified Ajax tests in Opera due to lack of suitable workarou...jeresig2010-10-101-5/+22
* Tweak broken serialize tests from commit 879799fe955f01b85b59fd8a0096d415fc48...John Resig2010-09-301-3/+3
* Allow 304/Not Modified tests to complete in Opera.jeresig2010-09-271-1/+16
* Serialize keys with empty arrays/object values in jQuery.param(). Fixes #6481.temp012010-09-241-1/+6
* Make sure that #... are trimmed from Ajax request URLs. Fixes #4987.John Resig2010-09-221-0/+29
* Use a different workaround for detecting when Opera finds a status 304 page. ...John Resig2010-09-211-0/+12
* Fixing request data param issue. Thanks to mislav for the patch. Fixes #5123.jeresig2010-06-141-0/+13
* Fix for http://dev.jquery.com/ticket/6451malsup2010-06-151-0/+6
* Update other remote test URLs as well.jeresig2010-03-231-4/+4
* Strip off filename and query string for JSONP Remote test.jeresig2010-03-231-1/+1
* More changes to get jQuery in line with JSLint.jeresig2010-03-011-23/+21
* Ok, this should actually fix #6041 :)Ben Alman2010-02-061-1/+1
* Make sure that we don't try to double-encode params using the traditional sty...jeresig2010-02-051-2/+4
* Provided detailed message for JSON parse errors. Fixes #4435.Mike Alup2010-01-251-2/+3
* Make sure original context is maintained and not the deep extended one. Fixes...John Resig2010-01-251-0/+21
* Objects with length properties weren't getting serialized properly by jQuery....John Resig2010-01-251-0/+13
* Don't set the context in .load() as it stops the global ajax events from firi...John Resig2010-01-241-0/+24
* Make sure regular settings object is set as context for all Ajax requests, if...John Resig2010-01-161-13/+37
* Make sure that null params aren't traversed. Fixes #5794.jeresig2010-01-131-2/+3
* Make sure that a parsererror is thrown whenever malformed JSON comes back fro...jeresig2010-01-071-2/+21
* Add some abort() Ajax tests. Verifies that #3984 works.jeresig2010-01-061-0/+24
* Added in support for content-type sniffing for scripts. Fixes #5718.jeresig2010-01-061-0/+14
* Detect JSON Ajax requests by the response content-type (like is done with XML...Rick Waldron2010-01-051-0/+19
* Moved jQuery.param "traditional" flag into jQuery.ajaxSettings, can now be ov...Ben Alman2009-12-231-3/+10
* Add new html5 input types to list of serializable types. Older browers handle...Dave Methvin2009-12-181-4/+11
* Further modified jQuery 1.4 .param() method to serialize arrays containing no...Ben Alman2009-12-181-2/+8
* Added in support for $.ajax jsonpCallback (allowing you to specify the name o...John Resig2009-12-061-2/+32
* Just restore window.JSON in the getJSON test, don't try to delete the value.jeresig2009-12-031-6/+3