Commit Graph

101 Commits (master)

Author SHA1 Message Date
nobuti 7b1047a4b6 Fix headers in modern browsers.
8 years ago
Gregg Van Hove d9b9b325c4 Merge pull request #158 from gweax/static-state-constants
8 years ago
Matthias Reuter 95b36b27ed Add static state types
8 years ago
Kevin Ring 6a9e86822e Add built library.
9 years ago
Gregg Van Hove 1a28c57444 Merge branch 'master' of https://github.com/just-boris/jasmine-ajax into just-boris-master
9 years ago
Gregg Van Hove cef5bbcc6c Merge branch 'master' of https://github.com/mooglemoogle/jasmine-ajax into mooglemoogle-master
9 years ago
Christopher Rock 0ad4e838a6 Reversing combined file change
9 years ago
Christopher Rock ca2ee0202a Clearing request headers on fakeRequest.open()
9 years ago
Joey Parrish 4df24d7e81 Add responseURL support
9 years ago
Gregg Van Hove 27fbe694e5 Merge branch 'master' of https://github.com/salticus/jasmine-ajax into salticus-master
9 years ago
Gregg Van Hove 4fbd1c9e3d Update version number in concatenated file
9 years ago
Mickael Jeanroy d3c52e8e29 Set the `this` context for event handler to the current XHR and pass proper ProgressEvent arguments
9 years ago
unknown 6e77139011 added feature to match data/query against RegExp
9 years ago
Martin Jantosovic 732f91f5f1 Allow error and timeout using RequestStub
9 years ago
Jen Hamon fb5a98e63e Throw error on duplicate calls to MockAjax#install.
10 years ago
Jen Hamon ea68594915 Update links
10 years ago
Jen Hamon 5b0bd44aa7 Update copyright year
10 years ago
Gregg Van Hove de8f5bc773 Bump version to 3.1.0
10 years ago
Gregg Van Hove 3a80483f30 Add version number to combined file
10 years ago
Gregg Van Hove and Molly Trombley-McCann 09861cacba Cleanup removeEventListener
10 years ago
Gregg Van Hove and Molly Trombley-McCann ef26ab41af Merge branch 'master' of https://github.com/illiptic/jasmine-ajax into illiptic-master
10 years ago
Tomek Wytrebowicz ccb0ae7853 Add `responseHeaders` to `andReturn` s options
10 years ago
slackersoft 2d0bf42151 Include trailing newline in response headers to match browsers.
10 years ago
illiptic f7bb70c0d5 concat with changes
10 years ago
slackersoft 05822db1c5 Concatenate the files
10 years ago
slackersoft 0d14f5729d Deprecate the `response` function on fake request.
10 years ago
slackersoft e540fcfaef Remember to run jshint before you push...
10 years ago
slackersoft a1c2859baf Start progress event callbacks off as null instead of empty functions.
10 years ago
slackersoft 711764e290 Support listening to XHR progress events via `addEventListener`
10 years ago
slackersoft 80297da4c1 Support the remainder of XHR events
10 years ago
slackersoft 9681f79ece Fix cross browser issues for responseXML
10 years ago
slackersoft 4751eaafbb Parse `responseText` into a `responseXML` if the contentType is xml-ish
10 years ago
slackersoft 85059718ad Move specs for the fake XHR to be more unity and less integrationy
10 years ago
slackersoft c9ec591514 Give each class it's own file for better separation
10 years ago
slackersoft 1ec196e525 refactor response headers normalization into it's own method
10 years ago
slackersoft f38d9ad97c Merge branch 'master' of https://github.com/resident-uhlig/jasmine-ajax into resident-uhlig-master
10 years ago
slackersoft 8e1b1fc422 Record overridden mime types
10 years ago
slackersoft 864c8df82b Find response case-insensitively
10 years ago
slackersoft 0b2b4a4a2e Combine request headers with the same name
10 years ago
slackersoft a9f3164578 turn on jshint in the build
10 years ago
Sven Uhlig 1e84763bd5 added support for multiple headers with same name
10 years ago
Sven Uhlig ce30728c98 changes in order to satisfy jshint
10 years ago
Kevin Montag 9908439d81 Throw an error if response() is called more than once on requests
10 years ago
slackersoft 199324e720 Allow stubs to match only a particular http method (GET, POST, PUT, etc.)
10 years ago
slackersoft 54864a45d3 Allow extra qualifications when matching json content-type
10 years ago
slackersoft d893394765 Add the ability to add custom parameter parsers at runtime
10 years ago
slackersoft 080bbde2b1 Allow to parse request params as JSON
10 years ago
slackersoft 477f044b4a The HTTP spec says it's 'Content-Type'
10 years ago
Wil Linssen 49d953c954 Allow stubs to use Regex
10 years ago
Sheel Choksi 85be9be887 Fixes for IE 8 and IE 9
10 years ago