aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/xmlhttprequest.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* removing mutHeapJs referencesSendilKumar N2017-03-071-4/+4
* Auto merge of #15455 - charlesvdv:xhr-process-event, r=KiChjangbors-servo2017-03-031-11/+10
|\
| * Implement XHR progress event changesCharles Vandevoorde2017-02-181-11/+10
* | Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* | Add ImmutableOrigin to allow for serializing originsConnor Brewster2017-02-221-1/+1
|/
* Allow windows to share browsing contexts.Alan Jeffrey2017-01-281-2/+2
* The constellation notifies the script thread about documents becoming inactiv...Alan Jeffrey2017-01-271-0/+2
* Kill ServoParser::pipelineAnthony Ramine2017-01-271-5/+3
* Upgrade to rustc 1.16.0-nightly (2782e8f8f 2017-01-12)Simon Sapin2017-01-121-1/+2
* Auto merge of #14868 - bd339:iss14068, r=jdmbors-servo2017-01-091-1/+3
|\
| * Don't lose information in Fetch APIbd3392017-01-091-1/+3
* | Auto merge of #14648 - cynicaldevil:xmlhttpreq-send, r=KiChjangbors-servo2017-01-081-37/+81
|\ \ | |/ |/|
| * Implemented XMLHttpRequest.send(Document)Nikhil Shagrithaya2017-01-081-37/+81
* | Pass the Document's origin to its constructor.Ms2ger2016-12-231-0/+1
|/
* Removed util.Alan Jeffrey2016-12-141-1/+1
* Remove HeapGCValueAnthony Ramine2016-12-121-3/+3
* Remove some redundant code around XMLHttpRequest::document_response().Ms2ger2016-12-081-14/+3
* Rename `Reflectable` to `DomObject`.Corey Farwell2016-12-081-1/+1
* Remove a pointless match block in XMLHttpRequest::initiate_async_xhr.Ms2ger2016-12-051-8/+1
* Remove unused LoadData and LoadOrigin types.Ms2ger2016-11-241-17/+2
* Auto merge of #14274 - stshine:servo-url-index, r=emiliobors-servo2016-11-201-1/+1
|\
| * Implement range index with the Position enum on ServoUrlPu Xingyu2016-11-181-1/+1
* | Remove redundant url clonesPu Xingyu2016-11-181-1/+1
|/
* Auto merge of #14246 - emilio:servo-url, r=SimonSapinbors-servo2016-11-171-7/+9
|\
| * Urlmageddon: Use refcounted urls more often.Emilio Cobos Álvarez2016-11-171-7/+9
* | Auto merge of #14096 - fflorent:11485-make-dom-methods-taking-mut-JSContent-u...bors-servo2016-11-171-36/+34
|\ \ | |/ |/|
| * script creates methods taking '*mut JSContext' unsafeAbelardo E. Mendoza2016-11-141-36/+34
* | Reorganise ServoParserAnthony Ramine2016-11-141-10/+11
|/
* Properly implement TaskSource for NetworkingTaskSourceKeith Yeung2016-11-111-12/+11
* Update CORS naming from 'CORS' to 'Cors'.Corey Farwell2016-11-091-1/+1
* Move ReferrerPolicy to net_traits.Ms2ger2016-11-041-2/+2
* Update to string-cache 0.3Simon Sapin2016-11-031-1/+1
* Remove extra spaces in function calls and declarationsDaan Sprenkels2016-10-311-1/+1