aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/xmlhttprequest.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Made some DOM fields private.ProgramFOX2014-09-261-1/+1
* Use JSTraceable everywhereManish Goregaokar2014-09-241-3/+5
* Upgrade to rustc 0.12.0-pre (4d2af3861 2014-09-17 15:51:11 +0000)Keegan McAllister2014-09-201-5/+8
* Convert various helper traits from &JSRef to JSRefCameron Zwarich2014-09-201-26/+26
* More progress in the &JSRef -> JSRef conversionCameron Zwarich2014-09-201-28/+28
* First steps of &JSRef -> JSRef conversionCameron Zwarich2014-09-191-11/+11
* Add unrooted_must_root lint for usages of JS<T> in let/for bindingsManish Goregaokar2014-09-161-3/+2
* Add unrooted_must_root lint for enums and structs containing JS<T>, as well a...Manish Goregaokar2014-09-161-0/+1
* Cargoify servoJack Moffitt2014-09-081-0/+970