aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/vrdisplay.rs
Commit message (Expand)AuthorAgeFilesLines
* Replace uses of libcore with libstd in components/scriptSimon Sapin2017-10-161-1/+1
* Remove use of unstable box syntax.Simon Sapin2017-10-161-3/+3
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-12/+12
* Rename DOMRefCell<T> to DomRefCell<T>Anthony Ramine2017-09-261-11/+11
* Rename MutNullableJS<T> to MutNullableDom<T>Anthony Ramine2017-09-261-5/+5
* Rename MutJS<T> to MutDom<T>Anthony Ramine2017-09-261-7/+7
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Make Promise::reject_native soundAnthony Ramine2017-09-211-6/+6
* Make Promise::resolve_native actually soundAnthony Ramine2017-09-211-3/+3
* Use task! for raf events from VRAnthony Ramine2017-09-181-19/+6
* Move Task to its own moduleAnthony Ramine2017-09-181-1/+1
* Rename Runnable to TaskAnthony Ramine2017-09-161-4/+4
* move name implementation as default implementation to the trait and remove ov...toidiu2017-09-031-2/+0
* order derivable traits listsClément DAVID2017-08-231-1/+1
* Revert "Auto merge of #18114 - emilio:revert-webgl-refactor, r=nox"Anthony Ramine2017-08-161-20/+16
* Revert "Auto merge of #17891 - MortimerGoro:webgl_move, r=glennw,emilio"Emilio Cobos Álvarez2017-08-161-16/+20
* Improve WebGL architecture.Imanol Fernandez2017-08-151-20/+16
* Upgrade to rustc 1.21.0-nightly (13d94d5fa 2017-08-10)Simon Sapin2017-08-151-1/+1
* Upgrade to the latest version of WebRenderMartin Robinson2017-07-131-1/+1
* WebVR 1.1 spec compatibilityImanol Fernandez2017-07-051-1/+25
* Untry scriptSimon Sapin2017-06-181-2/+2
* Update rust-webvrImanol Fernandez2017-05-251-1/+33
* Implement Gamepad APIImanol Fernandez2017-04-121-10/+6
* Only sync WebVR framedata with compositor when GetFrameData function is call...Imanol Fernandez2017-03-221-2/+11
* removed instances of -> () in existing codelucantrop2017-03-131-5/+5
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* WebVR API Implementation, r=larsbergstromImanol Fernandez2017-01-091-0/+607