Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Replace all ~"" with "".to_owned(). | Ms2ger | 2014-05-03 | 1 | -2/+2 | |
| | ||||||
* | Address review comments. | Josh Matthews | 2014-05-03 | 1 | -1/+1 | |
| | ||||||
* | s/Unrooted/Temporary/g | Josh Matthews | 2014-05-03 | 1 | -9/+9 | |
| | ||||||
* | Move WebIDL methods to traits implemented by JSRef types. | Josh Matthews | 2014-05-03 | 1 | -22/+51 | |
| | ||||||
* | Implement safe rooting strategy via Unrooted, Root, JSRef, and JS. | Josh Matthews | 2014-05-03 | 1 | -11/+13 | |
| | ||||||
* | Turn on GC all the time. Fix rooting errors during parsing and storing ↵ | Josh Matthews | 2014-05-03 | 1 | -4/+4 | |
| | | | | timers. Fix borrow errors during tracing. | |||||
* | Use ByteString in XHR | Manish Goregaokar | 2014-05-03 | 1 | -9/+10 | |
| | ||||||
* | Webidl and basic implementation of XHR object | Manish Goregaokar | 2014-05-03 | 1 | -0/+152 | |