aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/request.rs
Commit message (Expand)AuthorAgeFilesLines
* Reorder importsPyfisch2018-11-061-5/+5
* Format remaining filesPyfisch2018-11-061-8/+13
* `cargo fix --edition`Simon Sapin2018-11-061-22/+22
* Update hyper to 0.12Bastien Orivel2018-11-011-21/+20
* Format script componentchansuke2018-09-191-87/+122
* Make fetch() API use same-origin credentials by defaulttigercosmos2018-07-171-1/+1
* feat(webidl): expose arraybuffer overload in body idlOJ Kwon2018-03-231-0/+6
* allow unknown HTTP methodsGregory Terzian2017-11-161-11/+1
* copy headers from script request to net requestGregory Terzian2017-11-151-0/+3
* Merge functionality of WebsocketConnect into FetchKeith Yeung2017-10-241-2/+3
* Merge request type and destinationKeith Yeung2017-10-231-43/+10
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-1/+1
* Remove use of unstable box syntax.Simon Sapin2017-10-161-2/+1
* Auto merge of #18635 - servo:RENAME-ALL-THE-THINGS, r=emiliobors-servo2017-09-261-18/+18
|\
| * Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-9/+9
| * Rename DOMRefCell<T> to DomRefCell<T>Anthony Ramine2017-09-261-7/+7
| * Rename MutNullableJS<T> to MutNullableDom<T>Anthony Ramine2017-09-261-2/+2
| * Rename JS<T> to Dom<T>Anthony Ramine2017-09-261-1/+1
| * Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* | Removed integrity check and test for no-cors requestsDaniel Kolsoi2017-09-251-4/+0
|/
* Utilize match_ignore_ascii_case! in more places.Corey Farwell2017-07-291-10/+10
* Introduce service-worker modeKeith Yeung2017-06-221-26/+10
* Untry scriptSimon Sapin2017-06-181-9/+9
* Update the WebIDL parserAnthony Ramine2017-06-091-4/+4
* Kill Request::omit_origin_headerAnthony Ramine2017-04-071-4/+1
* Remove all internal mutability from RequestAnthony Ramine2017-04-031-44/+36
* Auto merge of #15715 - nox:custom-derive, r=SimonSapinbors-servo2017-02-241-0/+1
|\
| * Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* | Make Request throw less often (fixes #13457)Mathieu Hordesseaux2017-02-231-11/+6
|/
* Use RootedTraceableBox for dictionaries.Ms2ger2017-02-161-2/+3
* Use Heap for dictionary and union members.Ms2ger2017-02-161-3/+3
* Added Websocket to RequestMode enumDowon Cha2017-01-081-0/+1
* Use the API base URL in Fetch APIs.Ms2ger2016-12-191-2/+1
* Remove HeapGCValueAnthony Ramine2016-12-121-2/+2
* Rename `Reflectable` to `DomObject`.Corey Farwell2016-12-081-1/+1
* Urlmageddon: Use refcounted urls more often.Emilio Cobos Álvarez2016-11-171-5/+5
* Auto merge of #14156 - frewsxcv:cors-capitalization, r=KiChjangbors-servo2016-11-101-6/+6
|\
| * Update CORS naming from 'CORS' to 'Cors'.Corey Farwell2016-11-091-6/+6
* | Auto merge of #13802 - jeenalee:request-headers, r=jdmbors-servo2016-11-091-11/+32
|\ \ | |/ |/|
| * Fill r's headers with headers_copy when HeadersInit::Headers is givenJeena Lee2016-11-071-1/+2
| * Remove unused use statementJeena Lee2016-10-271-1/+0
| * Address review commentsJeena Lee2016-10-271-15/+20
| * Allow Request's Headers to be created with various objectsJeena Lee2016-10-171-11/+27
* | Code review comments and upstream merge conflictsRaghav2016-11-041-1/+1
|\ \
| * | Move ReferrerPolicy to net_traits.Ms2ger2016-11-041-1/+1
* | | Network Security : Implement StrictOrigin and StrictOriginWhenCrossOriginRaghav2016-11-041-0/+6
|/ /
* / Fix Request's Headers to be cloned correctlyJeena Lee2016-10-121-3/+4
|/
* Cleanup logic, remove unnecessary allocations in Request API.Corey Farwell2016-10-101-26/+12
* Rename Reflectable::global_scope to globalAnthony Ramine2016-10-061-3/+3
* Pass a &GlobalScope to WebIDL static methods and constructorsAnthony Ramine2016-10-061-8/+5