servo/components/style/stylesheets
Anthony Ramine cd8f96cc9e Change ToCss to take a CssWriter<W>
This more concrete wrapper type can write a prefix the very first time something
is written to it. This allows removing plenty of useless monomorphisations caused
by the former W/SequenceWriter<W> pair of types.
2018-01-23 10:41:42 +01:00
..
counter_style_rule.rs Define Gecko CounterStyle and FontFaceRule clone functions. 2017-06-08 09:47:40 -07:00
document_rule.rs Change ToCss to take a CssWriter<W> 2018-01-23 10:41:42 +01:00
font_face_rule.rs Define Gecko CounterStyle and FontFaceRule clone functions. 2017-06-08 09:47:40 -07:00
font_feature_values_rule.rs Change ToCss to take a CssWriter<W> 2018-01-23 10:41:42 +01:00
import_rule.rs Change ToCss to take a CssWriter<W> 2018-01-23 10:41:42 +01:00
keyframes_rule.rs Change ToCss to take a CssWriter<W> 2018-01-23 10:41:42 +01:00
loader.rs Replace all uses of the style::stylearc alias with servo_arc. 2017-07-19 09:29:05 +02:00
media_rule.rs Change ToCss to take a CssWriter<W> 2018-01-23 10:41:42 +01:00
mod.rs Avoid the generic writer parameter for PropertyDeclaration serialization. 2018-01-22 14:58:05 -08:00
namespace_rule.rs Avoid the generic writer parameter for PropertyDeclaration serialization. 2018-01-22 14:58:05 -08:00
origin.rs style: Use the ? operator for Option 2017-12-09 08:29:53 -08:00
page_rule.rs Avoid the generic writer parameter for PropertyDeclaration serialization. 2018-01-22 14:58:05 -08:00
rule_list.rs Avoid the generic writer parameter for PropertyDeclaration serialization. 2018-01-22 14:58:05 -08:00
rule_parser.rs geckolib: Add FFI function to parse a @counter-style name. 2017-12-05 10:04:52 +08:00
rules_iterator.rs Upgrade to rustc 1.21.0-nightly (13d94d5fa 2017-08-10) 2017-08-15 14:10:44 +02:00
style_rule.rs Avoid the generic writer parameter for PropertyDeclaration serialization. 2018-01-22 14:58:05 -08:00
stylesheet.rs style: Fix indentation of multiple CssParserContext construction. 2017-11-27 15:35:16 +01:00
supports_rule.rs Change ToCss to take a CssWriter<W> 2018-01-23 10:41:42 +01:00
viewport_rule.rs Change ToCss to take a CssWriter<W> 2018-01-23 10:41:42 +01:00