aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/xmlhttprequest.rs
Commit message (Collapse)AuthorAgeFilesLines
...
* Replace all ~"" with "".to_owned().Ms2ger2014-05-031-2/+2
|
* Address review comments.Josh Matthews2014-05-031-1/+1
|
* s/Unrooted/Temporary/gJosh Matthews2014-05-031-9/+9
|
* Move WebIDL methods to traits implemented by JSRef types.Josh Matthews2014-05-031-22/+51
|
* Implement safe rooting strategy via Unrooted, Root, JSRef, and JS.Josh Matthews2014-05-031-11/+13
|
* Turn on GC all the time. Fix rooting errors during parsing and storing ↵Josh Matthews2014-05-031-4/+4
| | | | timers. Fix borrow errors during tracing.
* Use ByteString in XHRManish Goregaokar2014-05-031-9/+10
|
* Webidl and basic implementation of XHR objectManish Goregaokar2014-05-031-0/+152