aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/xmlhttprequest.rs
Commit message (Expand)AuthorAgeFilesLines
* 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