servo/components/constellation
Emilio Cobos Álvarez 006e71c7de style: Make Servo use a single thread-pool for layout-related tasks per-process.
Instead of per-document. This also allows to reuse this thread-pool if needed
for other stuff, like parallel CSS parsing (#22478), and to share more code with
Gecko, which is always nice.
2018-12-23 13:00:56 +01:00
..
browsingcontext.rs Initial window sizes are mandatory. 2018-12-14 13:12:46 -05:00
Cargo.toml Disable gaol on aarch64 2018-12-22 12:07:02 +01:00
constellation.rs Initial window sizes are mandatory. 2018-12-14 13:12:46 -05:00
event_loop.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
lib.rs Disable gaol on aarch64 2018-12-22 12:07:02 +01:00
network_listener.rs Remove redundant .clone()s 2018-12-11 10:43:51 +09:00
pipeline.rs style: Make Servo use a single thread-pool for layout-related tasks per-process. 2018-12-23 13:00:56 +01:00
sandboxing.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
session_history.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
timer_scheduler.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00