servo/components/constellation
Emilio Cobos Álvarez e2db4fe466
constellation: Minor refactoring to aid legibility.
Two things changed, on one hand, avoid a dumb if chain that could be more
idiomatically written with a match expression, and also avoiding use map() to
change state.

In general I'm pretty surprised for our lack of error reporting in this
critical code, but that's not the purpose of this PR.
2016-09-19 14:25:29 +02:00
..
Cargo.toml Update euclid to 0.10.1 2016-08-21 03:03:45 +02:00
constellation.rs constellation: Minor refactoring to aid legibility. 2016-09-19 14:25:29 +02:00
lib.rs Remove clipboard crate to due disallowed usage of GPL code 2016-07-20 11:44:55 -05:00
pipeline.rs altering pipeline visibility change logic 2016-09-17 09:10:43 -04:00
sandboxing.rs Use Result instead of panicking when the resource dir can't be found 2016-07-21 12:07:25 +05:30
timer_scheduler.rs Replace the one-thread-per-timeout model by a two-thread model of timeouts. 2016-05-20 13:59:12 -05:00