aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/xmlhttprequest.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update the bug number for Blob-XHR-revoke.html.Ms2ger2016-10-141-1/+1
* Remove intrinsic Root::r()Anthony Ramine2016-10-111-6/+5
* Merge script::parse and script::dom::servoparserAnthony Ramine2016-10-111-2/+2
* Rename Reflectable::global_scope to globalAnthony Ramine2016-10-061-18/+18
* Make XMLHttpRequest::fetch take a &GlobalScopeAnthony Ramine2016-10-061-8/+6
* Introduce GlobalScope::process_eventAnthony Ramine2016-10-061-1/+1
* Introduce GlobalScope::new_script_pairAnthony Ramine2016-10-061-1/+1
* Move timers to GlobalScopeAnthony Ramine2016-10-061-4/+3
* Pass a &GlobalScope to WebIDL static methods and constructorsAnthony Ramine2016-10-061-2/+2
* Introduce GlobalScope::networking_task_sourceAnthony Ramine2016-10-061-2/+3
* Introduce GlobalScope::core_resource_threadAnthony Ramine2016-10-061-1/+1
* Make XMLHttpRequest::new_doc use Reflectable::global_scopeAnthony Ramine2016-10-061-4/+3
* Introduce GlobalScope::as_windowAnthony Ramine2016-10-061-1/+1
* Remove some duplication in XMLHttpRequest methodsAnthony Ramine2016-10-061-8/+6
* Introduce GlobalScope::get_urlAnthony Ramine2016-10-061-4/+4
* Introduce GlobalScope::api_base_urlAnthony Ramine2016-10-061-1/+1
* Do not use GlobalRoot in dom::xmlhttprequestAnthony Ramine2016-10-061-14/+10
* Make XMLHttpRequest::new take a &GlobalScopeAnthony Ramine2016-10-061-6/+8
* Make throw_dom_exception take a &GlobalScopeAnthony Ramine2016-10-061-2/+1
* Introduce Reflectable::global_scopeAnthony Ramine2016-10-061-7/+4
* Introduce GlobalScope::pipeline_idAnthony Ramine2016-10-061-3/+6
* Make reflect_dom_object take a &GlobalScopeAnthony Ramine2016-10-061-6/+6
* Auto merge of #13485 - mathieuh:xhr-event, r=jdmbors-servo2016-10-041-2/+9
|\
| * Make readystatechange fire more often (fixes#13481)Mathieu Hordesseaux2016-10-031-2/+9
* | Remove same-origin-data-url flag from fetch implementationJan Zerebecki2016-10-011-1/+0