Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace all uses of the `heapsize` crate with `malloc_size_of`. | Nicholas Nethercote | 2017-10-18 | 1 | -1/+1 |
* | Replace NonZero<*mut JSObject> with a wrapper to enable local trait impls. | Simon Sapin | 2017-10-16 | 1 | -3/+3 |
* | Remove use of unstable box syntax. | Simon Sapin | 2017-10-16 | 1 | -12/+16 |
* | Rename Root<T> to DomRoot<T> | Anthony Ramine | 2017-09-26 | 1 | -6/+6 |
* | Rename JS<T> to Dom<T> | Anthony Ramine | 2017-09-26 | 1 | -5/+5 |
* | Rename dom::bindings::js to dom::bindings::root | Anthony Ramine | 2017-09-26 | 1 | -1/+1 |
* | Upgrade to rustc 1.21.0-nightly (599be0d18 2017-07-26) | Simon Sapin | 2017-07-27 | 1 | -1/+1 |
* | GC Fixes | Imanol Fernandez | 2017-07-05 | 1 | -1/+6 |
* | Fix unsafe Heap constructor usage in DOM objects | Imanol Fernandez | 2017-05-04 | 1 | -22/+16 |
* | Implement Gamepad API | Imanol Fernandez | 2017-04-12 | 1 | -0/+206 |