aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/vrframedata.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove WebVRAlan Jeffrey2020-04-081-150/+0
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-6/+1
* Expose DOMHighResTimeStamps at lower resPatrick Shaughnessy2020-02-031-3/+4
* Modify `script` to prevent further violations of snake_caseKunal Mohan2020-01-181-0/+1
* Modify *::get_cx methods to return a safe JSContext instead of a raw onemarmeladema2019-07-241-2/+2
* Convert CGTraitInterface to use safe JSContext instead of raw JSContextmarmeladema2019-07-241-29/+30
* Remove mozjs dep from malloc_size_of.Josh Matthews2019-05-021-0/+4
* mark create_type_array as unsafe in vrframedata componentVladimir Iacob2019-01-061-8/+8
* Fill in XR frame/pose/view implementationsManish Goregaokar2018-12-211-1/+2
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Reorder importsPyfisch2018-11-061-2/+2
* `cargo fix --edition`Simon Sapin2018-11-061-9/+9
* Format script componentchansuke2018-09-191-10/+10
* Replace NonNullJSObjectPtr with std::ptr::NonNull<JSObject>Simon Sapin2018-01-221-9/+9
* Fix tyvar_behind_raw_pointer warningsSimon Sapin2018-01-101-1/+1
* Replace NonZero<*mut JSObject> with a wrapper to enable local trait impls.Simon Sapin2017-10-161-9/+9
* Remove use of unstable box syntax.Simon Sapin2017-10-161-1/+1
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-5/+5
* 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-4/+4
* GC FixesImanol Fernandez2017-07-051-1/+4
* Fix unsafe Heap constructor usage in DOM objects Imanol Fernandez2017-05-041-25/+26
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Update js.Ms2ger2017-02-151-5/+5
* Remove slice_to_array_buffer_view and update_array_buffer_viewderor18691072017-02-111-12/+32
* Remove warnings about unnecessary mutability.Alan Jeffrey2017-01-281-1/+1
* WebVR API Implementation, r=larsbergstromImanol Fernandez2017-01-091-0/+122