aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/xmlhttprequest.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Remove a dead_code annotation from a live method.Ms2ger2016-02-041-1/+0
* | Say farewell to in-tree HeapSizeOfAnthony Ramine2016-02-041-1/+2
|/
* Update XHR BodyInit, update extract method implSt.Spyder2016-01-181-28/+28
* Change all DOMStrings to USV strings for XHRKeith Yeung2016-01-161-13/+13
* Add global default method for Reflectable traitChad Kimes2016-01-111-15/+15
* Remove global field from XMLHttpRequestChad Kimes2016-01-101-17/+15
* task -> threadrohan.prinja2016-01-101-14/+14
* Fix a bunch of clippy lintsJohannes Linke2016-01-021-9/+8
* Resolves #4183 - Implemementing context-based MIME type sniffingDavid Rajchenbach-Teller2015-12-311-2/+5
* Use Url.join instead of UrlParser.base_url(...).parse (#9002)Mathieu Agopian2015-12-181-3/+3
* Remove from Trusted::new an unnecessary argumentArthur Skobara2015-12-121-2/+2