aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/xmlhttprequest.rs
Commit message (Expand)AuthorAgeFilesLines
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-31/+35
* Pass a String to spawn_named.Ms2ger2015-01-211-3/+3
* Move to to_owned rather than into_string.Ms2ger2015-01-201-25/+26
* Make Runnable::handler take self by value.Ms2ger2015-01-101-2/+3
* Deny unsafe blocks in script.Ms2ger2015-01-091-0/+2
* auto merge of #4575 : mttr/servo/warnings, r=jdmbors-servo2015-01-081-1/+1
|\
| * Fix `use Deref instead` warningMatthew Rasmus2015-01-081-1/+1
* | auto merge of #4566 : mattnenterprise/servo/globalref-by-value, r=Ms2gerbors-servo2015-01-081-6/+6
|\ \ | |/ |/|
| * Fixes #4164 Make Constructor and new functions take GlobalRef by valueMatt McCoy2015-01-071-6/+6
* | Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19.Ms2ger2015-01-081-5/+5
|/
* Qualify resource_task enums.Ms2ger2015-01-041-1/+3
* Qualify hyper enums.Ms2ger2015-01-041-6/+6
* Fix obsolete format traits.Ms2ger2015-01-021-1/+1
* Rename GlobalRoot::root_ref() to GlobalRoot::r() for consistency.Ms2ger2015-01-011-7/+7
* Remove unsound Root::deref() calls in XMLHttpRequest.Ms2ger2015-01-011-4/+4
* Replace Root::deref() calls by Root::r() calls where possible.Ms2ger2015-01-011-4/+4
* use str to_jsval() nowyodalee2015-01-011-1/+1
* Force all messages to worker tasks to send a TrustedWorkerAddress along with ...Josh Matthews2014-12-291-11/+8
* Allow refcounting arbitrary DOM objects in concert with the GC to enable safe...Josh Matthews2014-12-291-70/+10
* auto merge of #4173 : Manishearth/servo/a-more-dom-struct, r=kmcallisterbors-servo2014-12-271-7/+1
|\
| * Remove extra spacesManish Goregaokar2014-12-271-1/+0
| * Remove manual impls of Reflectors (autogen)Manish Goregaokar2014-12-271-6/+1
* | script: to_string() -> into_string()Manish Goregaokar2014-12-271-23/+23
|/
* Replace XHR events for generic ones in ScriptTaskthiagopnts2014-12-231-5/+32
* script: Remove glob imports added in #4405Tetsuharu OHZEKI2014-12-191-58/+52
* Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d.Ms2ger2014-12-171-32/+32
* Add auxiliary method to EventTargetHelpers for events without targetthiagopnts2014-12-161-2/+2
* Fix spelling mistakes in comments.Joseph Crail2014-12-111-1/+1
* Issue 4253 - Setting timeout on a sync XHR should throw InvalidAccessErrMed0paW2014-12-051-1/+1
* convert script crate to use hyperSean McArthur2014-12-041-125/+114
* Updated reflect_dom_object to be passed by valueMichael Booth2014-11-301-4/+4
* Shared Sniffer TaskKshitij Parajuli2014-11-281-7/+9
* Fixes #3962Jesse Tuchsen2014-11-271-3/+6
* Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8aJack Moffitt2014-11-131-4/+3
* XHR - Trigger readystatechange when transitioning from HEADERS_RECEIVED to DONEMukilan Thiyagarajan2014-11-061-17/+18
* Silence lint for self.global in XHRManish Goregaokar2014-11-061-3/+3
* Fix race condition in XHR and handle other abort/open scenariosMukilan Thiyagarajan2014-11-031-130/+231
* Run all task spawning through util, to allow for easy hooking.Clark Gaebel2014-10-281-3/+1
* Macroize event handler getters and setters.Tetsuharu OHZEKI2014-10-231-9/+1
* Use DOMRefCell for XMLHttpRequest.Tetsuharu OHZEKI2014-10-221-17/+18
* Use #[dom_struct] everywhereManish Goregaokar2014-10-161-3/+1
* auto merge of #3666 : ttaubert/servo/issue/3644-privatize-dom, r=Manishearthbors-servo2014-10-131-1/+2
|\
| * Privatize EventTarget and EventListenerEntryTim Taubert2014-10-131-1/+1
| * Simple privatizationsTim Taubert2014-10-131-0/+1
* | Make Event::new take enumerated values instead of booleans (fixes #3643)Tim Taubert2014-10-111-2/+2
|/
* Remove unnecessary `deref()`s (fixes #3586)Tim Taubert2014-10-091-1/+1
* Remove Traceable/Untraceable from xmlhttprequest.rsManish Goregaokar2014-10-051-137/+136
* Implement MutNullableJS for mutable, nullable member pointers to DOM objects.Josh Matthews2014-10-011-4/+5
* Upgrade to rustc d2b30f7d3 2014-09-23Simon Sapin2014-09-291-4/+6
* Don't move the data when extracting the bytes in XMLHttpRequest::Send.Ms2ger2014-09-291-1/+1