servo/components/script_traits
Víctor Manuel Jáquez Leal 9f4f9dc750 Add media (WindowGLContext) module in canvas_trait
This module adds a structure (WindowGLContext) which holds the
OpenGL parameters that are going to be used by servo-media player
to render video frames using OpenGL.

In order to fill this structure, three new methods were added to
WindowMethods trait. In this patch only the Glutin-based
implementation provides a simple boilerplate.

The WindowGLContext is created in the entry point of libservo, when
the application window is created, and later passed to the
constellation, the pipeline and to the window element in dom, thus
htmlmediaelement has a mean to obtain these parameters via its
window.
2019-07-04 10:24:01 +02:00
..
Cargo.toml Use webxr IPC to get a WebXR device registry to each script thread 2019-07-03 08:53:40 -05:00
lib.rs Add media (WindowGLContext) module in canvas_trait 2019-07-04 10:24:01 +02:00
script_msg.rs Remove clipboard handling from constellation, and remove ScriptMessage for getting/setting clipboard 2019-06-13 20:15:12 +02:00
webdriver_msg.rs Implement GetPageSource WebDriver command 2019-06-17 13:06:29 +03:00