aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/xmlhttprequest.rs
Commit message (Expand)AuthorAgeFilesLines
* Move DOMString back to scriptAnthony Ramine2016-05-241-2/+1
* adding interface for custom responsesRahul Sharma2016-05-201-6/+24
* Implement trait-based ResourceThreads and clean up related naming issuesZhen Zhang2016-05-201-11/+11
* Removed unused importsPer Lundberg2016-05-151-1/+1
* Rewrite Blob constructor interfaceZhen Zhang2016-05-101-2/+3
* Remove extraneous script_chan parameter from Trusted::newKeith Yeung2016-04-281-3/+3
* Auto merge of #10838 - bd339:iss9551, r=KiChjangbors-servo2016-04-271-1/+2
|\
| * Implement step 3 according to specbd3392016-04-271-1/+2
* | Allow setting withCredentials in synchronous XMLHttpRequestRamana Venkata2016-04-261-4/+1
* | Add referrer policy pass-through and referrer header logicRebecca2016-04-251-1/+4
|/
* Upgrade to rust-url 1.0 and hyper 0.9Simon Sapin2016-04-231-30/+8
* Propagating the load errors from network loaderRavi Shankar2016-04-201-8/+14
* Do not support XHR.responseXML in worker globals. Fixes #8931.Josh Matthews2016-04-131-0/+6
* Auto merge of #10502 - KiChjang:fix-open-url-base, r=Ms2gerbors-servo2016-04-111-1/+1
|\
| * Add API base url method to global objectsKeith Yeung2016-04-111-1/+1
* | Replaced SendParam with BodyInitNazım Can Altınova2016-04-101-8/+6
|/
* refactors entities from script_thread into script_runtimeRahul Sharma2016-04-061-1/+1
* Allow XHR to fetch about: and data: URLs.Eitan Mosenkis2016-04-011-2/+4
* Report errors from ScriptPort trait methods.Josh Matthews2016-03-311-1/+1
* Disable cross origin check for mozbrowser-enabled top level pipelinesPaul Rouget2016-03-281-6/+26
* Bug 8830 - Implemented XMLHttpRequest.responseURLShing Lyu2016-03-221-3/+6
* Store the encoding in the Document rather than its name.Ms2ger2016-03-181-1/+1
* rename deprecated utf16_units to encode_utf16Arpad Borsos2016-03-071-1/+1
* swap w3c spec link for whatwg, removed user-agent from disallowed headersChandler Abraham2016-02-261-2/+2
* disallow restricted XMLHttpRequest header prefixesChandler Abraham2016-02-261-14/+20
* implement XHR::SetRequestHeader Step 3Tim Neumann2016-02-231-9/+37
* move method from ByteString to module where it was usedTim Neumann2016-02-231-1/+65
* remove rarely used `is_token` method from ByteStringTim Neumann2016-02-231-3/+3
* Remove an unused import from xmlhttprequest.Ms2ger2016-02-231-1/+0
* Clean up of script timer code.benshu2016-02-201-29/+21
* Auto merge of #9700 - servo:xhr-to-owned, r=KiChjangbors-servo2016-02-191-4/+4
|\
| * Avoid some spurious string copies in XHR.Ms2ger2016-02-191-4/+4
* | Auto merge of #9684 - danlrobertson:i9655, r=KiChjangbors-servo2016-02-191-1/+1
|\ \
| * | Add methods to move ByteStrings underlying bytesDaniel Robertson2016-02-181-1/+1
* | | Auto merge of #9610 - liviuba:Fix-9553, r=KiChjangbors-servo2016-02-191-4/+17
|\ \ \
| * | | Add caching to document_responseliviuba2016-02-191-4/+17
| | |/ | |/|
* | | Auto merge of #9603 - Ms2ger:document-bc, r=jdmbors-servo2016-02-191-0/+1
|\ \ \ | |/ / |/| |
| * | Store a pointer to the browsing context in the Document.Ms2ger2016-02-111-0/+1
* | | Auto merge of #9383 - KiChjang:xhr-cleanup, r=Ms2gerbors-servo2016-02-191-84/+137
|\ \ \
| * | | Clean up XHR APIKeith Yeung2016-02-171-84/+137
| | |/ | |/|
* / | Issue #9561 continued - renamed *_thread_source to *_task_source in global.rs...Kamil Muszyński2016-02-171-3/+3
|/ /
* | Auto merge of #9625 - danlrobertson:i9547, r=KiChjangbors-servo2016-02-171-6/+23
|\ \
| * | Implement step 9 of XHR open methodDaniel Robertson2016-02-151-6/+23
| |/
* | Cache XHR JSON responsesKeith Yeung2016-02-141-10/+38
* | Implement Blob response for XMLHttpRequest: #9623Daniel Robertson2016-02-141-1/+23
|/
* Stop importing XMLHttpRequestResponseType variants.Ms2ger2016-02-091-7/+7
* Auto merge of #9543 - alopatindev:enums_constructors_codingstyle_fix, r=KiChjangbors-servo2016-02-071-4/+3
|\
| * Fix #9508: Beautify our union enums constructorsAlexander Lopatin2016-02-071-4/+3
* | Make step 3 of XHR's SetResponseType method match the specificationTim van der Meij2016-02-061-5/+7
|/
* Auto merge of #9536 - Ms2ger:dead, r=noxbors-servo2016-02-051-1/+0
|\