aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/vreyeparameters.rs
Commit message (Expand)AuthorAgeFilesLines
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-1/+1
* Replace NonZero<*mut JSObject> with a wrapper to enable local trait impls.Simon Sapin2017-10-161-3/+3
* Remove use of unstable box syntax.Simon Sapin2017-10-161-1/+1
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-4/+4
* Rename DOMRefCell<T> to DomRefCell<T>Anthony Ramine2017-09-261-3/+3
* Rename JS<T> to Dom<T>Anthony Ramine2017-09-261-3/+3
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Upgrade to rustc 1.21.0-nightly (599be0d18 2017-07-26)Simon Sapin2017-07-271-1/+1
* GC FixesImanol Fernandez2017-07-051-5/+8
* Fix unsafe Heap constructor usage in DOM objects Imanol Fernandez2017-05-041-14/+14
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Update js.Ms2ger2017-02-151-3/+2
* Remove slice_to_array_buffer_view and update_array_buffer_viewderor18691072017-02-111-2/+5
* Remove warnings about unnecessary mutability.Alan Jeffrey2017-01-281-1/+1
* WebVR API Implementation, r=larsbergstromImanol Fernandez2017-01-091-0/+75