servo/components/constellation
Emilio Cobos Álvarez 21df4014db
constellation: Make setting up the WebGL state fallible.
This fixes a regression caused by the glutin update.

We now are creating EGL contexts in Linux Wayland, instead of X context, so the
GLContextFactory assumption of one GL back-end per platform is broken.

This just works around it, for now, but in general I think not relying on
available WebGL state is a good thing, and we do that already for WebVR anyway.
2018-03-09 23:27:29 +01:00
..
browsingcontext.rs constellation: Use ? on Option more often. 2017-12-09 20:46:19 +01:00
Cargo.toml Update itertools to 0.7 2018-02-28 16:25:32 +01:00
constellation.rs constellation: Make setting up the WebGL state fallible. 2018-03-09 23:27:29 +01:00
event_loop.rs Fix commonmark Markdown warnings in docs, part 1 2017-10-17 11:24:57 -07:00
lib.rs Remove gecko-media dependency 2018-01-19 15:06:52 +01:00
network_listener.rs Use FetchCanceller for document loads 2017-11-22 14:06:27 -08:00
pipeline.rs constellation: Make setting up the WebGL state fallible. 2018-03-09 23:27:29 +01:00
sandboxing.rs Removed util. 2016-12-14 18:04:37 -06:00
timer_scheduler.rs Terminate timer scheduler thread during shutdown 2017-03-30 14:27:40 +02:00