aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/xmlhttprequestupload.rs
Commit message (Expand)AuthorAgeFilesLines
* Cargoify servoJack Moffitt2014-09-081-41/+0
* Call the generated rather than the hand-written traits (fixes #2936).Ms2ger2014-07-271-3/+0
* Introduce abstractions for global scopes.Ms2ger2014-07-151-3/+3
* Rename variables that refer to global objects.Ms2ger2014-07-151-2/+2
* Remove Reflectable::mut_reflector.Ms2ger2014-06-131-4/+0
* Rename BindingDeclarations to Bindings.Ms2ger2014-06-021-1/+1
* Update Rust.Ms2ger2014-05-221-1/+1
* Use == instead of match for tests against a single enum valueMartin Robinson2014-05-081-5/+2
* s/Unrooted/Temporary/gJosh Matthews2014-05-031-2/+2
* Move WebIDL methods to traits implemented by JSRef types.Josh Matthews2014-05-031-0/+3
* Implement safe rooting strategy via Unrooted, Root, JSRef, and JS.Josh Matthews2014-05-031-2/+2
* Turn on GC all the time. Fix rooting errors during parsing and storing timers...Josh Matthews2014-05-031-2/+2
* Webidl and basic implementation of XHR objectManish Goregaokar2014-05-031-0/+48