aboutsummaryrefslogtreecommitdiffstats
path: root/src/ajax
Commit message (Expand)AuthorAgeFilesLines
* Ajax: execute jQuery#load callback with correct contextOleg Gaidarenko2016-04-041-1/+1
* Revert "Ajax: Mitigate possible XSS vulnerability"Michał Gołębiowski2016-03-231-7/+0
* 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-063-6/+52
* Revert "Ajax: simplify one ajax call and add explanatory comment"Oleg Gaidarenko2015-12-221-0/+2
* Build: code style fixes after all those revertsOleg Gaidarenko2015-12-221-0/+1
* Revert "Ajax: Remove remnants of the load event alias handling"Oleg Gaidarenko2015-12-221-2/+11
* 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
* Ajax: improve content-type detectionOleg Gaidarenko2015-10-121-1/+1
* Ajax: correct indentationOleg Gaidarenko2015-10-121-3/+3
* Ajax: Mitigate possible XSS vulnerabilityOleg Gaidarenko2015-10-121-0/+7
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-079-44/+55
* Core: Support non-browser environmentsMichał Gołębiowski2015-08-164-4/+9
* Ajax: Remove jsonp callbacks through "jQuery#removeProp" methodOleg Gaidarenko2015-07-131-2/+8
* Ajax: Remove remnants of the load event alias handlingMichał Gołębiowski2015-06-011-10/+1
* 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
* Ajax: remove use of jQuery#each second argumentOleg Gaidarenko2015-02-191-1/+3
* Ajax: replace "jqXHR.complete" callback with "always"Oleg Gaidarenko2015-02-151-1/+4
* Ajax: make jQuery#load "type" field explicitOleg Gaidarenko2015-02-151-2/+4
* Ajax: simplify one ajax call and add explanatory commentOleg Gaidarenko2015-02-151-2/+0
* Core: Standardize indexOf comparisonsRichard Gibson2015-01-102-2/+3
* Misc: Drop support for older browsers; update support commentsMichał Gołębiowski2014-12-083-49/+6
* 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-174-7/+16
* Ajax: Use two-arg form of .slice() for old IEDave Methvin2014-03-041-1/+1
* Ajax: .load() should trim its selectorDave Methvin2014-03-041-1/+1
* 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
* Fix #14492: More correct jQuery.parseJSON. Close gh-1419.Richard Gibson2013-11-121-22/+31
* Remove old try...catch for old FFOleg2013-11-081-52/+42
* Ref 705216d: Synchronize ajax/xhr.js with masterRichard Gibson2013-11-081-1/+1
* Fix some code style inconsistenciesOleg2013-11-071-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
* All non-var modules should not indent in their AMD wrappers (just for prettie...Timmy Willison2013-09-092-55/+58
* Move parsing methods to their own files (separates manipulation dependency fr...Timmy Willison2013-09-083-0/+71
* No ticket. Restore checking individual src/**/*.js files by jsHint.Michał Gołębiowski2013-09-062-3/+3
* Fix #10814. Fix #14084. Make support tests lazy and broken out to components.Michał Gołębiowski2013-09-061-6/+6
* Pass all tests (and load Sizzle fixture correctly) when loading with AMDTimmy Willison2013-08-291-1/+4
* 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-156-2/+104
* 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-253-46/+38