servo/components/style/invalidation
Jonathan Kew 8a2cfc0b24 style: Use write_char in place of write_str when serializing single-character literals
Generated by running

  find servo/components/style -name "*.rs" -exec perl -p -i -e "s/write_str\(\"(.)\"\)/write_char('\1')/g" {} \;

(and then added `use std::fmt::Write;` in a couple of places to fix build errors that arose).

Differential Revision: https://phabricator.services.mozilla.com/D168217
2023-11-06 09:35:57 +01:00
..
element style: Use write_char in place of write_str when serializing single-character literals 2023-11-06 09:35:57 +01:00
media_queries.rs style: Share CascadeData instances across ShadowRoots 2023-05-16 13:00:08 +02:00
mod.rs style: More fine-grained viewport units invalidation 2023-05-24 18:32:37 +02:00
stylesheets.rs style: Implement CSS parsing for the @font-palette-values rule 2023-11-03 08:59:49 +01:00
viewport_units.rs style: Invalidate viewport units on container-queries properly 2023-11-03 08:59:49 +01:00