aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/xmlhttprequest.rs
Commit message (Expand)AuthorAgeFilesLines
...
* Make XMLHttpRequest::new take a &GlobalScopeAnthony Ramine2016-10-061-6/+8
* Make throw_dom_exception take a &GlobalScopeAnthony Ramine2016-10-061-2/+1
* Introduce Reflectable::global_scopeAnthony Ramine2016-10-061-7/+4
* Introduce GlobalScope::pipeline_idAnthony Ramine2016-10-061-3/+6
* Make reflect_dom_object take a &GlobalScopeAnthony Ramine2016-10-061-6/+6
* Auto merge of #13485 - mathieuh:xhr-event, r=jdmbors-servo2016-10-041-2/+9
|\
| * Make readystatechange fire more often (fixes#13481)Mathieu Hordesseaux2016-10-031-2/+9
* | Remove same-origin-data-url flag from fetch implementationJan Zerebecki2016-10-011-1/+0
* | impl Body mixin for dom::Response and dom::RequestMalisa Smith2016-09-281-1/+1
|/
* Add FetchMetadata and update corresponding methodsKeith Yeung2016-09-211-7/+13
* Implement default values for RequestInitKeith Yeung2016-09-211-0/+1
* Fix incorrect indentationKeith Yeung2016-09-211-27/+33
* Fix most typoes for: "referer" -> "referrer"Nicolas2016-09-161-1/+1
* Use fn pipeline_id consistently, not fn pipelineAneesh Agrawal2016-09-131-3/+6
* Reorder `use` statementsUK9922016-09-091-8/+8
* dom::Response implementationMalisa Smith2016-09-061-5/+4
* Update serde to 0.8 (fixes #12659)Anthony Ramine2016-08-121-1/+5
* Add XHR support for FormDataZhen Zhang2016-08-101-3/+10
* Added devtools support to fetch for XHR + Manish's XHR ident fixddh2016-07-291-0/+1
* Auto merge of #12467 - jeenalee:jeena-headersAPI, r=jdmbors-servo2016-07-201-15/+3
|\
| * makes XMLHttpRequest::SetRequestHeader call dom::headers::is_forbidden_header...Malisa Smith2016-07-191-15/+3
* | Integrate service worker manager threadRahul Sharma2016-07-161-8/+1
|/
* script: Obtain referrer policy from headerAravind Gollakota2016-07-151-0/+1
* Put Blob URL onlineZhen Zhang2016-07-151-0/+6
* Implement Document.referrerNazım Can Altınova2016-07-141-1/+3
* Make network listener runnable cancellableConnor Brewster2016-07-081-0/+1
* Auto merge of #12258 - izgzhen:remove-data-slice, r=Manishearthbors-servo2016-07-051-4/+5
|\
| * Remove DataSlice, fix #12249Zhen Zhang2016-07-051-4/+5
* | Add style check, test, and code fixes for an else brace check.Travis Dean2016-07-041-5/+3
|/
* Auto merge of #11872 - eddyb:back-to-roots, r=Ms2gerbors-servo2016-07-041-5/+5
|\
| * Switch to using the new rooted!/RootedGuard API for rooting.Eduard Burtescu2016-07-041-5/+5
* | Refactor `util::prefs` operations to be methods on static struct.Corey Farwell2016-07-021-3/+2
|/
* Use get_mut instead of get-remove-set in XHR send()Darin Minamoto2016-06-271-5/+1
* Auto merge of #11768 - achals:blob-string, r=Ms2gerbors-servo2016-06-171-1/+1
|\
| * Update Blob::{new, new_inherited} to take StringsAchal Shah2016-06-171-1/+1
* | Remove unused XHR methodAlexandrov Sergey2016-06-171-6/+0
|/
* Review fixesManish Goregaokar2016-06-111-9/+6
* Test fixes; update for changes in specManish Goregaokar2016-06-101-12/+69
* Re-add support for fetching chunks (and thus xhr download progress)Manish Goregaokar2016-06-101-19/+7
* Test fixes:Manish Goregaokar2016-06-101-7/+19
* Use RequestInit instead of LoadData. Make code look like the spec.Manish Goregaokar2016-06-101-42/+43
* Hook XHR up to fetchManish Goregaokar2016-06-101-147/+42
* Abstractify the Listener abstractions furtherManish Goregaokar2016-06-101-1/+1
* Move trim_http_whitespace to net_traits.Ms2ger2016-06-071-24/+1
* Auto merge of #11468 - rebstar6:refPol4, r=noxbors-servo2016-06-021-3/+16
|\
| * Add meta-referrer support for documentsRebecca2016-06-021-3/+16
* | Auto merge of #11522 - nox:root-ref, r=jdmbors-servo2016-06-011-1/+1
|\ \
| * | Remove JS::from_rootedAnthony Ramine2016-05-311-1/+1
| |/
* / Add file backend support for Blob and relatedZhen Zhang2016-06-011-5/+4
|/
* Auto merge of #11329 - c-rhodes:11320, r=jdmbors-servo2016-05-271-1/+1
|\