COMMITS
/ test/ng/httpBackendSpec.js October 8, 2017
M
fix($http): set correct xhrStatus in response when using 'timeout'
Martin Staffa committed
February 21, 2017
F
feat($http): allow differentiation between XHR completion, error, abort, timeout
Frederik Prijck committed
November 25, 2016
P
style(*): fix `no-useless-escape` eslint errors
Peter Bacon Darwin committed
August 10, 2016
M
chore(eslint): enable `quotes: ["error", "single"]`
Michał Gołębiowski committed
July 31, 2016
G
fix($httpBackend): complete the request on timeout
Georgios Kalpakas committed
July 20, 2016
M
chore(*): switch from JSHint/JSCS to ESLint
Michał Gołębiowski committed
June 21, 2016
P
refact($http): use the $jsonpCallbacks service
Peter Bacon Darwin committed
April 4, 2016
P
feat($http): support handling additional XHR events
Peter Bacon Darwin committed
July 22, 2015
C
feat($http): support handling additional XHR events
Chris Chua committed
R
refactor(): remove more bits and pieces related to Internet Explorer 8
Rouven Weßling committed
March 13, 2016
L
chore(*): Upgrade to Jasmine 2.4
Lucas Mirelmann committed
June 18, 2015
S
feat($http): add `$xhrFactory` service to enable creation of custom xhr objects
Sjur Bakka committed
September 3, 2015
G
fix($httpBackend): send `null` when post-data is undefined
Georgios Kalpakas committed
April 16, 2015
J
fix($http): stop coercing falsy HTTP request bodies to null / empty body
John Hoffman committed
November 18, 2014
G
test($httpBackend): use browser.defer mock instead of fakeTimeout
Guillaume Pannatier committed
October 22, 2014
October 18, 2014
H
style(*): disallow space after object keys, other rules
Henry Zhu committed
September 27, 2014
R
refactor($http) Use onload/onerror/onabort instead of onreadystatechange
Rouven Weßling committed
August 29, 2014
R
refactor(indexOf) use Array.prototype.indexOf exclusively
Rouven Weßling committed
June 27, 2014
K
fix($http): should not read statusText on IE<10 when request is aborted
Kristian Hellang committed
April 26, 2014
S
chore(jshint): enforce jshint for tests
Shahar Talmi committed
July 17, 2013
J
feat($http): add xhr statusText to completeRequest callback
jim lyndon committed
March 18, 2014
C
fix($httpBackend): don't error when JSONP callback called with no parameter
Caitlin Potter committed
March 1, 2014
P
fix($http): don't covert 0 status codes to 404 for non-file protocols
Pawel Kozlowski committed
January 5, 2014
I
fix($http): return responseText on IE8 for requests with responseType set
Igor Minar committed
December 27, 2013
R
fix($httpBackend): Allow status code 0 from any protocol
Rafał Jagoda committed
January 3, 2014
A
fix($httpBackend): cancelled JSONP requests will not print error in the console
Artemy Tregubenko committed
I
fix($httpBackend): don't delete xhr.onreadystatechange otherwise Safari :-O
Igor Minar committed
December 13, 2013
I
fix($httpBackend): use ActiveX XHR when making PATCH requests on IE8
Igor Minar committed
January 2, 2014
T
fix($httpBackend): Ignore multiple calls to onreadystatechange with readyState=4
Tobias Bosch committed
October 18, 2013
November 22, 2013
P
fix($httpBackend): only IE8 and below can't use `script.onload` for JSONP
Pete Bacon Darwin committed
November 13, 2013
G
fix(httpBackend): should not read response data when request is aborted
Gonzalo Ruiz de Villa committed
November 8, 2013
B
docs($httpBackendSpec): fix typo in spy name
Ben Wiklund committed
July 25, 2013
J
refactor(location): $location now uses urlUtils, not RegEx
Jeff Cross committed
September 3, 2013
R
fix($httpBackend): set headers with falsy values
Ricardo Bin committed
September 17, 2013
J
fix($httpBackend): don't send empty string bodies
James Roper committed
August 24, 2013
J
chore: remove Firefox CORS workaround
jquadrin committed
August 20, 2013
V
test: rename / remove duplicate unit tests
Vojta Jina committed
April 27, 2013
D
feat($http): add support for aborting via timeout promises
David Bennett committed
April 24, 2013
D
feat($httpBackend): add timeout support for JSONP requests
David Bennett committed
January 18, 2013
W
fix($httpBackend): patch for Firefox bug w/ CORS and response headers
Will Moore committed
August 4, 2012
V
feat($http): support reponseType
Vojta Jina committed
April 9, 2012
I
chore($browser): remove the addJs method
Igor Minar committed
April 3, 2012
V
feat($http): add withCredentials config option
Vojta Jina committed
March 23, 2012
M
chore(module): move files around in preparation for more modules
Misko Hevery committed