aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/xmlhttprequest.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove unused imports.Ms2ger2015-12-121-1/+0
* Auto merge of #8930 - frewsxcv:event-type-atom, r=noxbors-servo2015-12-111-20/+22
|\
| * Pass around event types as Atoms instead of StringsCorey Farwell2015-12-101-20/+22
* | Auto merge of #8926 - frewsxcv:no-map, r=SimonSapinbors-servo2015-12-111-4/+12
|\ \
| * | Prefer 'if let' over 'map() with side effects'Corey Farwell2015-12-101-4/+12
| |/
* / Fix warnings: Use Vec.extend_from_slice instead of Vec.push_allTetsuharu OHZEKI2015-12-101-5/+5
|/
* Implement responseXML API and document response type for XHRJitendra Jain2015-12-091-4/+115
* Auto merge of #8853 - KiChjang:generic-task-sources, r=jdmbors-servo2015-12-071-3/+3
|\
| * Split fn script_chan into 5 different task channel fnKeith Yeung2015-12-061-3/+3
* | implement support for withCredentialsJigesh Mehta2015-12-041-0/+3
|/
* Implement final_mime_type and final_charset helpers and use in text_responseJitendra Jain2015-12-021-13/+30
* Replaced DOMString constructor by conversion functions.Alan Jeffrey2015-11-121-3/+3
* Auto merge of #8428 - Ms2ger:conversions, r=Manishearthbors-servo2015-11-131-22/+22
|\
| * Use the conversion traits from js.Ms2ger2015-11-121-22/+22
* | Auto merge of #7844 - Wafflespeanut:requests, r=jdmbors-servo2015-11-121-1/+1
|\ \ | |/ |/|
| * Implement cancellation listener for cancelling network requestsRavi Shankar2015-11-121-1/+1
* | Execute XHR timeout callbacks directly. (Fixes #8468.)benshu2015-11-111-31/+6
* | XHR timeouts use same abstraction as scripts timers. (fixes #3396)benshu2015-11-111-29/+41
|/
* Implement the overrideMimeType method for XMLHttpRequestJitendra Jain2015-11-051-0/+21
* Make DOMString a newtype around String, rather than a typedef.Ms2ger2015-11-041-10/+12
* Use DOMString::new() somewhat consistently.Ms2ger2015-11-041-1/+1
* Get rid of a bunch of explicit derefsDavid Zbarsky2015-11-031-13/+10
* merge from masterrohan.prinja2015-11-031-5/+4
|\
| * Removed JS::root Fixes #8251nxnfufunezn2015-10-311-1/+1
| * Initialize dom struct fields in declaration orderMichael Wu2015-10-301-2/+1
| * Infer types when appropriateMichael Wu2015-10-301-1/+1
| * Avoid a Vec copy in SendParam::extract.Ms2ger2015-10-301-1/+1
* | rearrange imports to be in alphabetical orderrohan.prinja2015-10-301-2/+1
* | more refactoringrohan.prinja2015-10-301-1/+2
* | move Castable into dom::bindings::inheritancerohan.prinja2015-10-301-1/+2
|/
* remove get_rooted() and replace all references to it with references to get()rohan.prinja2015-10-291-1/+1
* Clean up the cast callsAnthony Ramine2015-10-211-6/+4
* Introduce trait CastableAnthony Ramine2015-10-211-7/+7
* Do not root XMLHttpRequest::uploadAnthony Ramine2015-10-191-4/+2
* Make AsyncResponseListener methods take `&mut self`.Eli Friedman2015-10-151-3/+3
* Auto merge of #8020 - nox:codegen-derived, r=Ms2gerbors-servo2015-10-151-13/+1
|\
| * Generate all Derived implementations in codegenAnthony Ramine2015-10-141-13/+1
* | Support the updated spidermonkey bindingsMichael Wu2015-10-141-4/+4
|/
* Generate the TypeId enums in codegenAnthony Ramine2015-10-141-3/+3
* Refactor away duplication of get_rooted functionalityPierre Chevalier2015-10-081-1/+1
* Refactor Error enum usage to consistently be qualifiedAnthony Urena2015-10-061-32/+30