aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/xmlhttprequest.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Report use statements that use {} with only one entryCullen Rhodes2016-05-271-1/+1
* | Move mozbrowser_enabled to util::prefsAnthony Ramine2016-05-271-2/+2
|/
* 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