servo/components/constellation
Víctor Manuel Jáquez Leal 781b3b712b Provide webrender_api::RenderApiSender to ScriptThread and DOM Window
This will allow the HTMLMediaElement later to get a handle to the
RenderApi for rendering video frames.

At a later time, all media handling should be moved to its own
thread/process that is communicated with via IPC. At that point this
can be removed again.

Original-patch-by: Sebastian Dröge <sebastian@centricular.com>
2018-10-08 16:11:59 +02:00
..
browsingcontext.rs Move Pipeline::{parent_info,visible,is_private} to BrowsingContext 2018-09-12 17:04:18 +02:00
Cargo.toml Make mach test-unit not recompile components after mach build 2018-10-07 13:27:23 +02:00
constellation.rs Make HTMLCanvasElement::get_size return a Size2D<u32> 2018-10-02 14:21:06 +02:00
event_loop.rs Rustfmt the constellation 2018-07-21 15:03:23 -06:00
lib.rs Replace mpsc with crossbeam/servo channel, update ipc-channel 2018-09-12 13:33:32 +08:00
network_listener.rs Replace mpsc with crossbeam/servo channel, update ipc-channel 2018-09-12 13:33:32 +08:00
pipeline.rs Provide webrender_api::RenderApiSender to ScriptThread and DOM Window 2018-10-08 16:11:59 +02:00
sandboxing.rs Rustfmt the constellation 2018-07-21 15:03:23 -06:00
session_history.rs Move Pipeline::{parent_info,visible,is_private} to BrowsingContext 2018-09-12 17:04:18 +02:00
timer_scheduler.rs Replace mpsc with crossbeam/servo channel, update ipc-channel 2018-09-12 13:33:32 +08:00