servo/components/style/stylesheets
Emilio Cobos Álvarez f4c9c598a3
style: Optimize serialization of identifiers of length <= 16 🐉🐲
Much like we optimize to_ascii_lowercase.

This also fixes a bug in Servo where attr() rules with an unknown namespace
prefix are parsed, which is wrong.
2018-02-07 17:34:22 +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 style: Optimize serialization of identifiers of length <= 16 🐉🐲 2018-02-07 17:34:22 +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 style: Cleanup StyleBuilder. 2018-02-03 18:07:25 +01:00