aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/webidls/XMLHttpRequest.webidl
Commit message (Expand)AuthorAgeFilesLines
* Cargoify servoJack Moffitt2014-09-081-72/+0
* Allow URLSearchParams to be passed to XHR Send()Manish Goregaokar2014-07-121-1/+4
* Request termination for XHRManish Goregaokar2014-06-191-1/+2
* auto merge of #2611 : Ms2ger/servo/webidl-parser-sync, r=jdmbors-servo2014-06-091-3/+3
|\
| * Remove unsupported extended attributes from IDL.Ms2ger2014-06-071-3/+3
* | Support for extension methods, getResponseHeader(), and an extra errorManish Goregaokar2014-06-081-1/+1
|/
* JSON response support and some default headersManish Goregaokar2014-06-061-0/+1
* Add responseText and status code support to XHRManish Goregaokar2014-06-041-0/+1
* Enable inline event handlers for XHR, and add most progressevent callsManish Goregaokar2014-05-291-1/+1
* Request header and postdata support for XHRManish Goregaokar2014-05-281-1/+2
* Async XHR GET with basic response header supportManish Goregaokar2014-05-201-3/+3
* Basic synchronous GET with XHRManish Goregaokar2014-05-091-3/+5
* Use ByteString in XHRManish Goregaokar2014-05-031-6/+6
* Webidl and basic implementation of XHR objectManish Goregaokar2014-05-031-0/+63