| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Make XMLHttpRequest::new take a &GlobalScope | Anthony Ramine | 2016-10-06 | 1 | -6/+8 |
* | Make throw_dom_exception take a &GlobalScope | Anthony Ramine | 2016-10-06 | 1 | -2/+1 |
* | Introduce Reflectable::global_scope | Anthony Ramine | 2016-10-06 | 1 | -7/+4 |
* | Introduce GlobalScope::pipeline_id | Anthony Ramine | 2016-10-06 | 1 | -3/+6 |
* | Make reflect_dom_object take a &GlobalScope | Anthony Ramine | 2016-10-06 | 1 | -6/+6 |
* | Auto merge of #13485 - mathieuh:xhr-event, r=jdm | bors-servo | 2016-10-04 | 1 | -2/+9 |
|\ |
|
| * | Make readystatechange fire more often (fixes#13481) | Mathieu Hordesseaux | 2016-10-03 | 1 | -2/+9 |
* | | Remove same-origin-data-url flag from fetch implementation | Jan Zerebecki | 2016-10-01 | 1 | -1/+0 |
* | | impl Body mixin for dom::Response and dom::Request | Malisa Smith | 2016-09-28 | 1 | -1/+1 |
|/ |
|
* | Add FetchMetadata and update corresponding methods | Keith Yeung | 2016-09-21 | 1 | -7/+13 |
* | Implement default values for RequestInit | Keith Yeung | 2016-09-21 | 1 | -0/+1 |
* | Fix incorrect indentation | Keith Yeung | 2016-09-21 | 1 | -27/+33 |
* | Fix most typoes for: "referer" -> "referrer" | Nicolas | 2016-09-16 | 1 | -1/+1 |
* | Use fn pipeline_id consistently, not fn pipeline | Aneesh Agrawal | 2016-09-13 | 1 | -3/+6 |
* | Reorder `use` statements | UK992 | 2016-09-09 | 1 | -8/+8 |
* | dom::Response implementation | Malisa Smith | 2016-09-06 | 1 | -5/+4 |
* | Update serde to 0.8 (fixes #12659) | Anthony Ramine | 2016-08-12 | 1 | -1/+5 |
* | Add XHR support for FormData | Zhen Zhang | 2016-08-10 | 1 | -3/+10 |
* | Added devtools support to fetch for XHR + Manish's XHR ident fix | ddh | 2016-07-29 | 1 | -0/+1 |
* | Auto merge of #12467 - jeenalee:jeena-headersAPI, r=jdm | bors-servo | 2016-07-20 | 1 | -15/+3 |
|\ |
|
| * | makes XMLHttpRequest::SetRequestHeader call dom::headers::is_forbidden_header... | Malisa Smith | 2016-07-19 | 1 | -15/+3 |
* | | Integrate service worker manager thread | Rahul Sharma | 2016-07-16 | 1 | -8/+1 |
|/ |
|
* | script: Obtain referrer policy from header | Aravind Gollakota | 2016-07-15 | 1 | -0/+1 |
* | Put Blob URL online | Zhen Zhang | 2016-07-15 | 1 | -0/+6 |
* | Implement Document.referrer | Nazım Can Altınova | 2016-07-14 | 1 | -1/+3 |
* | Make network listener runnable cancellable | Connor Brewster | 2016-07-08 | 1 | -0/+1 |
* | Auto merge of #12258 - izgzhen:remove-data-slice, r=Manishearth | bors-servo | 2016-07-05 | 1 | -4/+5 |
|\ |
|
| * | Remove DataSlice, fix #12249 | Zhen Zhang | 2016-07-05 | 1 | -4/+5 |
* | | Add style check, test, and code fixes for an else brace check. | Travis Dean | 2016-07-04 | 1 | -5/+3 |
|/ |
|
* | Auto merge of #11872 - eddyb:back-to-roots, r=Ms2ger | bors-servo | 2016-07-04 | 1 | -5/+5 |
|\ |
|
| * | Switch to using the new rooted!/RootedGuard API for rooting. | Eduard Burtescu | 2016-07-04 | 1 | -5/+5 |
* | | Refactor `util::prefs` operations to be methods on static struct. | Corey Farwell | 2016-07-02 | 1 | -3/+2 |
|/ |
|
* | Use get_mut instead of get-remove-set in XHR send() | Darin Minamoto | 2016-06-27 | 1 | -5/+1 |
* | Auto merge of #11768 - achals:blob-string, r=Ms2ger | bors-servo | 2016-06-17 | 1 | -1/+1 |
|\ |
|
| * | Update Blob::{new, new_inherited} to take Strings | Achal Shah | 2016-06-17 | 1 | -1/+1 |
* | | Remove unused XHR method | Alexandrov Sergey | 2016-06-17 | 1 | -6/+0 |
|/ |
|
* | Review fixes | Manish Goregaokar | 2016-06-11 | 1 | -9/+6 |
* | Test fixes; update for changes in spec | Manish Goregaokar | 2016-06-10 | 1 | -12/+69 |
* | Re-add support for fetching chunks (and thus xhr download progress) | Manish Goregaokar | 2016-06-10 | 1 | -19/+7 |
* | Test fixes: | Manish Goregaokar | 2016-06-10 | 1 | -7/+19 |
* | Use RequestInit instead of LoadData. Make code look like the spec. | Manish Goregaokar | 2016-06-10 | 1 | -42/+43 |
* | Hook XHR up to fetch | Manish Goregaokar | 2016-06-10 | 1 | -147/+42 |
* | Abstractify the Listener abstractions further | Manish Goregaokar | 2016-06-10 | 1 | -1/+1 |
* | Move trim_http_whitespace to net_traits. | Ms2ger | 2016-06-07 | 1 | -24/+1 |
* | Auto merge of #11468 - rebstar6:refPol4, r=nox | bors-servo | 2016-06-02 | 1 | -3/+16 |
|\ |
|
| * | Add meta-referrer support for documents | Rebecca | 2016-06-02 | 1 | -3/+16 |
* | | Auto merge of #11522 - nox:root-ref, r=jdm | bors-servo | 2016-06-01 | 1 | -1/+1 |
|\ \ |
|
| * | | Remove JS::from_rooted | Anthony Ramine | 2016-05-31 | 1 | -1/+1 |
| |/ |
|
* / | Add file backend support for Blob and related | Zhen Zhang | 2016-06-01 | 1 | -5/+4 |
|/ |
|
* | Auto merge of #11329 - c-rhodes:11320, r=jdm | bors-servo | 2016-05-27 | 1 | -1/+1 |
|\ |
|