aboutsummaryrefslogtreecommitdiffstats
path: root/src/ajax/xhr.js
Commit message (Expand)AuthorAgeFilesLines
* Revert "Ajax: remove "onunload" event handler"Timmy Willison2016-01-061-11/+24
* Revert "Misc: Drop support for older browsers; update support comments"Timmy Willison2016-01-061-2/+7
* Ajax: Don't let onreadystatechange preempt exceptions from xhr.sendRichard Gibson2015-10-231-2/+6
* Ajax: Catch synchronous readystatechange eventsRichard Gibson2015-10-231-6/+8
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-071-6/+15
* Core: Support non-browser environmentsMichał Gołębiowski2015-08-161-1/+2
* Ajax: Fix the XHR fallback logic for IE8Michał Gołębiowski2015-05-191-5/+2
* Ajax: Rename Spartan to Edge in a commentMichał Gołębiowski2015-05-181-2/+2
* Ajax: Use the native XHR for all non-local requests in IE9+Michał Gołębiowski2015-05-181-9/+23
* Ajax: remove "onunload" event handlerOleg Gaidarenko2015-05-031-18/+3
* Misc: Drop support for older browsers; update support commentsMichał Gołębiowski2014-12-081-6/+2
* Ajax: remove event dependency from the ajax moduleOleg Gaidarenko2014-10-141-2/+3
* Build: update grunt-jscs-checker and pass with the new rulesTimmy Willison2014-07-171-4/+10
* Ajax: support non-RFC2616 methods for oldIEOleg2014-01-141-2/+13
* Fix #14503: Cast to string before setting XHR header. Close gh-1427.hongymagic2013-11-141-1/+9
* Fix #14475. Use IE11-friendly detect for proper XHR object.Dave Methvin2013-11-141-7/+3
* Remove old try...catch for old FFOleg2013-11-081-52/+42
* Ref 705216d: Synchronize ajax/xhr.js with masterRichard Gibson2013-11-081-1/+1
* No ticket: Update style per gh-1418 commentsRichard Gibson2013-11-041-8/+6
* Ref 705216dc: Synchronize ajax/xhr.js with master. Close gh-1418.Richard Gibson2013-11-041-76/+54
* Fix #10814. Fix #14084. Make support tests lazy and broken out to components.Michał Gołębiowski2013-09-061-6/+6
* Specify support as a dependency wherever it is used. Optimize module order to...Timmy Willison2013-08-151-1/+2
* AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.Timmy Willison2013-08-151-0/+7
* Fix #13355. Tweak Uglify options and var order for gzip. Close gh-1151.Oleg2013-01-311-5/+1
* Never use the XML as parsed by the XHR instance. Use raw text instead and let...jaubourg2013-01-211-8/+1
* Fix #10417. setTimeout w/o 2nd arg is jQuery.later! Close gh-1065.Oleg2012-12-101-1/+1
* No ticket: compress ajax. Close gh-1041.Richard Gibson2012-11-251-18/+16
* Alternate fix for #11426; check responseText. Close gh-843.Oleg Gaidarenko2012-10-201-2/+1
* Latest JSHint gets cranky with the _ vars in catch() {}Rick Waldron2012-10-151-2/+2
* Fixes a variety of typographical problems. Closes gh-853Chris Faulkner2012-07-111-1/+1
* Follow the style guide, lose 72 bytes! Closes gh-840.Mike Sherov2012-07-091-6/+5
* Strips IIFEs from modules; Always require built jQuery for tests.Rick Waldron2012-06-041-4/+0
* When IE6 & IE7 serve from the cache in async mode, resolves the request async...jaubourg2012-05-161-4/+6
* Fixes #11426: getting the responseText of an xhr should be tried/caught becau...jaubourg2012-03-071-1/+7
* Add undef:true to JSHint now that it understands hoistingMike Sherov2012-01-191-5/+5
* Fix #10692. JSLint is dead! Long live JSHint!Mike Sherov2011-12-081-5/+5
* Makes sure no unload handler is bound when not in IE. Also simplifies the who...jaubourg2011-04-211-30/+26
* (Re) Fixes #8884 in a way that keeps the format of the headers map sent to tr...jaubourg2011-04-191-1/+1
* Removes now unnecessary regexp and companion function. Fixes some spacing iss...jaubourg2011-04-151-1/+1
* Continuing to map request headers using their name in uppercase for the index...Sam Bisbee2011-04-151-1/+1
* Fixes #8423. Never set X-Requested-With header automagically for cross-domain...jaubourg2011-03-071-5/+6
* Minor changes to enforce JQuery Core Style Guidelines.jaubourg2011-02-121-9/+11
* Adds missing crossDomain test.jaubourg2011-02-111-1/+1
* Fixes #8245. Ajax now ensures header names are capitalized so that non-compli...jaubourg2011-02-111-2/+2
* Simplifies status normalization in xhr transport. Local file test modified fo...jaubourg2011-02-111-29/+8
* Replaces jQuery.each loop for headers with a foreach loop.jaubourg2011-02-091-3/+3
* Fixes #8219. Introduces the mimeType option to override content-type header i...jaubourg2011-02-091-0/+5
* Makes sure xhrs are actually aborted on unload in IE. Simplifies active xhrs ...jaubourg2011-02-071-34/+26
* Fixes #8177. XHR transport now considers 304 Not Modified responses as 200 OK...jaubourg2011-02-051-0/+6
* Don't use a local copy of jQuery.ajaxSettings.isLocal anymore but use the cur...jaubourg2011-02-031-12/+5