aboutsummaryrefslogtreecommitdiffstats
path: root/test/ng/httpBackendSpec.js
AgeCommit message (Expand)Author
2014-03-18fix($httpBackend): don't error when JSONP callback called with no parameterCaitlin Potter
2014-03-14fix($http): don't covert 0 status codes to 404 for non-file protocolsPawel Kozlowski
2014-01-10fix($http): return responseText on IE8 for requests with responseType setIgor Minar
2014-01-09fix($httpBackend): Allow status code 0 from any protocolRafaƂ Jagoda
2014-01-08fix($httpBackend): cancelled JSONP requests will not print error in the consoleArtemy Tregubenko
2014-01-03fix($httpBackend): don't delete xhr.onreadystatechange otherwise Safari :-OIgor Minar
2014-01-02fix($httpBackend): use ActiveX XHR when making PATCH requests on IE8Igor Minar
2014-01-02fix($httpBackend): Ignore multiple calls to onreadystatechange with readyState=4Tobias Bosch
2013-11-26chore($httpBackend): preserve original non-zero http status code for file:// ...corrupt
2013-11-22fix($httpBackend): only IE8 and below can't use `script.onload` for JSONPPete Bacon Darwin
2013-11-21fix(httpBackend): should not read response data when request is abortedGonzalo Ruiz de Villa
2013-11-13docs($httpBackendSpec): fix typo in spy nameBen Wiklund
2013-10-10refactor(location): $location now uses urlUtils, not RegExJeff Cross
2013-10-01fix($httpBackend): set headers with falsy valuesRicardo Bin
2013-10-01fix($httpBackend): don't send empty string bodiesJames Roper
2013-10-01chore: remove Firefox CORS workaroundjquadrin
2013-08-23test: rename / remove duplicate unit testsVojta Jina
2013-05-20feat($http): add support for aborting via timeout promisesDavid Bennett
2013-04-30feat($httpBackend): add timeout support for JSONP requestsDavid Bennett
2013-02-14fix($httpBackend): patch for Firefox bug w/ CORS and response headersWill Moore
2012-08-10feat($http): support reponseTypeVojta Jina
2012-04-09chore($browser): remove the addJs methodIgor Minar
2012-04-04feat($http): add withCredentials config optionVojta Jina
2012-03-28chore(module): move files around in preparation for more modulesMisko Hevery