index
:
angular.js
g3_v1_0
g3_v1_2
g3_v1_3
master
nganimate-docs-at-symbol-HTML-entity-to-character
v0.9.x
v1.0.x
v1.2.x
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
ng
/
httpBackend.js
Age
Commit message (
Expand
)
Author
2014-02-18
style: remove ws and enfore no-trailing-ws jscs rule
Igor Minar
2014-02-16
docs(content): fix bad links
Peter Bacon Darwin
2014-02-16
docs(bike-shed-migration): convert doctype and names
Peter Bacon Darwin
2014-02-04
fix($http): ignore xhr.responseType setter exception if value is "json"
Caitlin Potter
2014-02-04
revert: "fix($http): ignore xhr.responseType setter exception if value is "js...
Caitlin Potter
2014-02-04
fix($http): ignore xhr.responseType setter exception if value is "json"
Caitlin Potter
2014-01-31
fix(http): make jshint happy
Igor Minar
2014-01-31
fix($http): update httpBackend to use ActiveXObject on IE8 if necessary
Jorg
2014-01-10
fix($http): return responseText on IE8 for requests with responseType set
Igor Minar
2014-01-09
fix($httpBackend): Allow status code 0 from any protocol
RafaĆ Jagoda
2014-01-08
fix($httpBackend): cancelled JSONP requests will not print error in the console
Artemy Tregubenko
2014-01-03
style($httpBackend): fix typo
Bastian Buchholz
2014-01-03
fix($httpBackend): don't delete xhr.onreadystatechange otherwise Safari :-O
Igor Minar
2014-01-02
fix(httpBackend): fix 'type mismatch' error on IE8 after each request
Igor Minar
2014-01-02
fix($httpBackend): use ActiveX XHR when making PATCH requests on IE8
Igor Minar
2014-01-02
fix($httpBackend): Ignore multiple calls to onreadystatechange with readyState=4
Tobias Bosch
2013-11-26
chore($httpBackend): preserve original non-zero http status code for file:// ...
corrupt
2013-11-22
chore(style): fix missing indentation in httpBackend from a3172a2
Caitlin Potter
2013-11-22
fix($httpBackend): only IE8 and below can't use `script.onload` for JSONP
Pete Bacon Darwin
2013-11-21
fix(httpBackend): should not read response data when request is aborted
Gonzalo Ruiz de Villa
2013-10-22
style: make jshint happy
Vojta Jina
2013-10-10
refactor(location): $location now uses urlUtils, not RegEx
Jeff Cross
2013-10-01
fix($httpBackend): set headers with falsy values
Ricardo Bin
2013-10-01
fix($httpBackend): don't send empty string bodies
James Roper
2013-10-01
chore: remove Firefox CORS workaround
jquadrin
2013-06-17
chore(minErr): replace ngError with minErr
Ken Sheedlo
2013-05-24
feat(ngError): add error message compression and better error messages
Igor Minar
2013-05-20
feat($http): add support for aborting via timeout promises
David Bennett
2013-04-30
feat($httpBackend): add timeout support for JSONP requests
David Bennett
2013-04-15
fix($location): fix URL interception in hash-bang mode
Misko Hevery
2013-02-23
fix($httpBackend): prevent DOM err due to dereferencing .responseText
Igor Minar
2013-02-14
fix($httpBackend): patch for Firefox bug w/ CORS and response headers
Will Moore
2012-08-10
feat($http): support reponseType
Vojta Jina
2012-06-12
docs(*): simplify doc urls
Igor Minar
2012-04-10
chore(*): remove dead code and fix code style issues
Igor Minar
2012-04-09
chore($browser): remove the addJs method
Igor Minar
2012-04-04
feat($http): add withCredentials config option
Vojta Jina
2012-03-28
chore(Rakefile): get ready for modules
Misko Hevery
2012-03-28
chore(module): move files around in preparation for more modules
Misko Hevery