Auto merge of #10998 - bholley:font_weight_and_logging, r=mbrubeck

Geckolib: implement font-weight and logging support

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10998)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-05-04 18:37:26 -07:00
commit ec5f826d18
7 changed files with 97 additions and 3 deletions

View file

@ -173,6 +173,7 @@ ${helpers.single_keyword("font-variant", "normal small-caps")}
pub mod computed_value {
use std::fmt;
#[derive(PartialEq, Eq, Copy, Clone, Hash, Deserialize, Serialize, HeapSizeOf, Debug)]
#[repr(u16)]
pub enum T {
% for weight in range(100, 901, 100):
Weight${weight} = ${weight},