| Commit message (Expand) | Author | Age | Files | Lines |
* | Move DOMString back to script | Anthony Ramine | 2016-05-24 | 1 | -2/+1 |
* | adding interface for custom responses | Rahul Sharma | 2016-05-20 | 1 | -6/+24 |
* | Implement trait-based ResourceThreads and clean up related naming issues | Zhen Zhang | 2016-05-20 | 1 | -11/+11 |
* | Removed unused imports | Per Lundberg | 2016-05-15 | 1 | -1/+1 |
* | Rewrite Blob constructor interface | Zhen Zhang | 2016-05-10 | 1 | -2/+3 |
* | Remove extraneous script_chan parameter from Trusted::new | Keith Yeung | 2016-04-28 | 1 | -3/+3 |
* | Auto merge of #10838 - bd339:iss9551, r=KiChjang | bors-servo | 2016-04-27 | 1 | -1/+2 |
|\ |
|
| * | Implement step 3 according to spec | bd339 | 2016-04-27 | 1 | -1/+2 |
* | | Allow setting withCredentials in synchronous XMLHttpRequest | Ramana Venkata | 2016-04-26 | 1 | -4/+1 |
* | | Add referrer policy pass-through and referrer header logic | Rebecca | 2016-04-25 | 1 | -1/+4 |
|/ |
|
* | Upgrade to rust-url 1.0 and hyper 0.9 | Simon Sapin | 2016-04-23 | 1 | -30/+8 |
* | Propagating the load errors from network loader | Ravi Shankar | 2016-04-20 | 1 | -8/+14 |
* | Do not support XHR.responseXML in worker globals. Fixes #8931. | Josh Matthews | 2016-04-13 | 1 | -0/+6 |
* | Auto merge of #10502 - KiChjang:fix-open-url-base, r=Ms2ger | bors-servo | 2016-04-11 | 1 | -1/+1 |
|\ |
|
| * | Add API base url method to global objects | Keith Yeung | 2016-04-11 | 1 | -1/+1 |
* | | Replaced SendParam with BodyInit | Nazım Can Altınova | 2016-04-10 | 1 | -8/+6 |
|/ |
|
* | refactors entities from script_thread into script_runtime | Rahul Sharma | 2016-04-06 | 1 | -1/+1 |
* | Allow XHR to fetch about: and data: URLs. | Eitan Mosenkis | 2016-04-01 | 1 | -2/+4 |
* | Report errors from ScriptPort trait methods. | Josh Matthews | 2016-03-31 | 1 | -1/+1 |
* | Disable cross origin check for mozbrowser-enabled top level pipelines | Paul Rouget | 2016-03-28 | 1 | -6/+26 |
* | Bug 8830 - Implemented XMLHttpRequest.responseURL | Shing Lyu | 2016-03-22 | 1 | -3/+6 |
* | Store the encoding in the Document rather than its name. | Ms2ger | 2016-03-18 | 1 | -1/+1 |
* | rename deprecated utf16_units to encode_utf16 | Arpad Borsos | 2016-03-07 | 1 | -1/+1 |
* | swap w3c spec link for whatwg, removed user-agent from disallowed headers | Chandler Abraham | 2016-02-26 | 1 | -2/+2 |
* | disallow restricted XMLHttpRequest header prefixes | Chandler Abraham | 2016-02-26 | 1 | -14/+20 |
* | implement XHR::SetRequestHeader Step 3 | Tim Neumann | 2016-02-23 | 1 | -9/+37 |
* | move method from ByteString to module where it was used | Tim Neumann | 2016-02-23 | 1 | -1/+65 |
* | remove rarely used `is_token` method from ByteString | Tim Neumann | 2016-02-23 | 1 | -3/+3 |
* | Remove an unused import from xmlhttprequest. | Ms2ger | 2016-02-23 | 1 | -1/+0 |
* | Clean up of script timer code. | benshu | 2016-02-20 | 1 | -29/+21 |
* | Auto merge of #9700 - servo:xhr-to-owned, r=KiChjang | bors-servo | 2016-02-19 | 1 | -4/+4 |
|\ |
|
| * | Avoid some spurious string copies in XHR. | Ms2ger | 2016-02-19 | 1 | -4/+4 |
* | | Auto merge of #9684 - danlrobertson:i9655, r=KiChjang | bors-servo | 2016-02-19 | 1 | -1/+1 |
|\ \ |
|
| * | | Add methods to move ByteStrings underlying bytes | Daniel Robertson | 2016-02-18 | 1 | -1/+1 |
* | | | Auto merge of #9610 - liviuba:Fix-9553, r=KiChjang | bors-servo | 2016-02-19 | 1 | -4/+17 |
|\ \ \ |
|
| * | | | Add caching to document_response | liviuba | 2016-02-19 | 1 | -4/+17 |
| | |/
| |/| |
|
* | | | Auto merge of #9603 - Ms2ger:document-bc, r=jdm | bors-servo | 2016-02-19 | 1 | -0/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | Store a pointer to the browsing context in the Document. | Ms2ger | 2016-02-11 | 1 | -0/+1 |
* | | | Auto merge of #9383 - KiChjang:xhr-cleanup, r=Ms2ger | bors-servo | 2016-02-19 | 1 | -84/+137 |
|\ \ \ |
|
| * | | | Clean up XHR API | Keith Yeung | 2016-02-17 | 1 | -84/+137 |
| | |/
| |/| |
|
* / | | Issue #9561 continued - renamed *_thread_source to *_task_source in global.rs... | Kamil Muszyński | 2016-02-17 | 1 | -3/+3 |
|/ / |
|
* | | Auto merge of #9625 - danlrobertson:i9547, r=KiChjang | bors-servo | 2016-02-17 | 1 | -6/+23 |
|\ \ |
|
| * | | Implement step 9 of XHR open method | Daniel Robertson | 2016-02-15 | 1 | -6/+23 |
| |/ |
|
* | | Cache XHR JSON responses | Keith Yeung | 2016-02-14 | 1 | -10/+38 |
* | | Implement Blob response for XMLHttpRequest: #9623 | Daniel Robertson | 2016-02-14 | 1 | -1/+23 |
|/ |
|
* | Stop importing XMLHttpRequestResponseType variants. | Ms2ger | 2016-02-09 | 1 | -7/+7 |
* | Auto merge of #9543 - alopatindev:enums_constructors_codingstyle_fix, r=KiChjang | bors-servo | 2016-02-07 | 1 | -4/+3 |
|\ |
|
| * | Fix #9508: Beautify our union enums constructors | Alexander Lopatin | 2016-02-07 | 1 | -4/+3 |
* | | Make step 3 of XHR's SetResponseType method match the specification | Tim van der Meij | 2016-02-06 | 1 | -5/+7 |
|/ |
|
* | Auto merge of #9536 - Ms2ger:dead, r=nox | bors-servo | 2016-02-05 | 1 | -1/+0 |
|\ |
|