Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace NonNullJSObjectPtr with std::ptr::NonNull<JSObject> | Simon Sapin | 2018-01-22 | 1 | -4/+5 |
* | Add support for filtering WebGL extensions based on WebGL version | Imanol Fernandez | 2017-10-31 | 1 | -1/+6 |
* | Replace all uses of the `heapsize` crate with `malloc_size_of`. | Nicholas Nethercote | 2017-10-18 | 1 | -5/+7 |
* | Replace NonZero<*mut JSObject> with a wrapper to enable local trait impls. | Simon Sapin | 2017-10-16 | 1 | -5/+4 |
* | Rename Root<T> to DomRoot<T> | Anthony Ramine | 2017-09-26 | 1 | -2/+2 |
* | Rename MutNullableJS<T> to MutNullableDom<T> | Anthony Ramine | 2017-09-26 | 1 | -4/+4 |
* | Rename dom::bindings::js to dom::bindings::root | Anthony Ramine | 2017-09-26 | 1 | -1/+1 |
* | order derivable traits lists | Clément DAVID | 2017-08-23 | 1 | -1/+1 |
* | Implement WebGL OES_standard_derivatives extension. | Imanol Fernandez | 2017-08-22 | 1 | -1/+6 |
* | Upgrade to rustc 1.21.0-nightly (599be0d18 2017-07-26) | Simon Sapin | 2017-07-27 | 1 | -1/+1 |
* | Implement WebGL extensions. | Imanol Fernandez | 2017-05-18 | 1 | -0/+85 |