aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/font_metrics.rs
Commit message (Expand)AuthorAgeFilesLines
* Rustfmt recent changes.Emilio Cobos Álvarez2019-12-161-1/+1
* style: Use less Au in font code.Emilio Cobos Álvarez2019-12-161-5/+5
* style: Fix servo build, and appease tidy / fmt.Emilio Cobos Álvarez2019-04-121-1/+1
* style: Reformat recent changes.Emilio Cobos Álvarez2019-04-121-1/+5
* style: Cleanup generic font-family handling.Emilio Cobos Álvarez2019-04-121-1/+1
* style: Use horizontal metrics for ch in vertical mixed/sideways writing modes...Cameron McCormack2019-03-271-1/+12
* style: Allow FontMetricsProvider to produce ex height and zero width independ...Cameron McCormack2019-03-271-14/+4
* style: Make all font-metrics-affecting properties cascade early.Emilio Cobos Álvarez2019-03-271-13/+3
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-1/+1
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition --features gecko`Simon Sapin2018-11-101-2/+2
* `cargo fix --edition`Simon Sapin2018-11-101-5/+5
* Reorder importsPyfisch2018-11-061-1/+1
* Run rustfmt on selectors, servo_arc, and style.Bobby Holley2018-04-101-3/+11
* Avoid debug serialization of PropertyDeclaration & co in release builds.Bobby Holley2018-01-151-2/+1
* order derivable traits listsClément DAVID2017-08-231-2/+2
* stylo: Use gecko's font metricsManish Goregaokar2017-04-101-23/+25
* stylo: Use font metrics provider as a cache for font size resultsManish Goregaokar2017-04-091-4/+10
* stylo: Store font metrics provider in thread local style contextManish Goregaokar2017-04-091-1/+39
* style: Document the font_metrics module.Emilio Cobos Álvarez2016-12-311-3/+12
* style: Refactor and add infrastructure for font metrics in style.Emilio Cobos Álvarez2016-11-131-0/+35