aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/xmlhttprequest.rs
Commit message (Expand)AuthorAgeFilesLines
...
* Implementing the builder pattern for RequestInitLucas Fantacuci2019-04-101-21/+18
* xhr: Reserve content-length worth of space in the response if possibleManish Goregaokar2019-03-131-1/+18
* xhr: Stop cloning response text every time we get a chunkManish Goregaokar2019-03-131-13/+8
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-4/+2
* refactored performance timing to align with updated specddh2018-11-201-3/+35
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Remove useless `use crate_name;` imports.Simon Sapin2018-11-081-1/+0
* Reorder importsPyfisch2018-11-061-8/+8
* Format remaining filesPyfisch2018-11-061-59/+81
* Sort `use` statementsSimon Sapin2018-11-061-5/+5
* `cargo fix --edition`Simon Sapin2018-11-061-41/+41
* Update hyper to 0.12Bastien Orivel2018-11-011-107/+131
* Format script componentchansuke2018-09-191-172/+252
* introduce "per task source" ignoring of tasksGregory Terzian2018-07-101-1/+2
* typed array support for XMLHttpRequest's send APINupur Baghel2018-03-291-0/+4
* Adapt Servo for mozjs 0.6 and the changes introduced in servo/rust-mozjs#393Marcin Mielniczuk2018-03-281-1/+2
* remove mozbrowser codePaul Rouget2018-02-131-19/+0
* Updated content_type of Document and XMLDocument from DOCString to MimeNupur Baghel2018-02-091-4/+1
* Use specific negative assertion for DOM XMLHttpRequestCYBAI2018-01-261-2/+2
* Use specific assertion for DOM XMLHttpRequestCYBAI2018-01-261-1/+1
* Use safe NonZero constructor instead of an explicit null checkSimon Sapin2018-01-221-2/+2
* Replace NonNullJSObjectPtr with std::ptr::NonNull<JSObject>Simon Sapin2018-01-221-4/+4
* Fix tyvar_behind_raw_pointer warningsSimon Sapin2018-01-101-1/+1
* Handle arraybuffer responseType in XHRImanol Fernandez2017-11-231-4/+29
* Use FetchCanceller for document loadsManish Goregaokar2017-11-221-1/+2
* Use FetchCanceller in XHRManish Goregaokar2017-11-211-11/+7
* Fetch cancellation: Send cancellation message whenever XHR needs to abort a f...Manish Goregaokar2017-11-171-0/+6
* Fetch cancellation: Store cancel_chan in XHRManish Goregaokar2017-11-171-3/+11
* Fetch cancellation: Add cancel_chan to FetchContextManish Goregaokar2017-11-171-1/+1
* Upgrade to rustc 1.23.0-nightly (02004ef78 2017-11-08)Simon Sapin2017-11-091-1/+0
* Avoid decoding XHR type="json" responses as UTF-16BE/LEHenri Sivonen2017-11-021-3/+8
* Replace rust-encoding with encoding-rsSimon Sapin2017-11-011-16/+31
* Use the url crate without its query_encoding featureSimon Sapin2017-10-311-2/+1
* Auto merge of #18670 - avadacatavra:interactive-metrics, r=jdmbors-servo2017-10-251-1/+1
|\
| * added pipelines to all task sourcesddh2017-10-251-1/+1
* | Merge functionality of WebsocketConnect into FetchKeith Yeung2017-10-241-2/+3
|/
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-11/+11
* Remove use of unstable box syntax.Simon Sapin2017-10-161-3/+3
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-14/+14
* Rename DOMRefCell<T> to DomRefCell<T>Anthony Ramine2017-09-261-25/+25
* Rename MutNullableJS<T> to MutNullableDom<T>Anthony Ramine2017-09-261-3/+3
* Rename JS<T> to Dom<T>Anthony Ramine2017-09-261-3/+3
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Rename Runnable to TaskAnthony Ramine2017-09-161-1/+1
* Use absolute paths in the event handlers macrosAnthony Ramine2017-09-011-1/+0
* order derivable traits listsClément DAVID2017-08-231-3/+3
* Upgrade to rustc 1.21.0-nightly (13d94d5fa 2017-08-10)Simon Sapin2017-08-151-1/+1
* Change RequestInit origin type to ImmutableOriginFausto Núñez Alberro2017-07-161-1/+1
* Untry scriptSimon Sapin2017-06-181-2/+2
* Bump euclid to 0.14.Nicolas Silva2017-06-141-1/+1