aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/rule_cache.rs
Commit message (Expand)AuthorAgeFilesLines
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-187/+0
* style: Use used, rather than computed font-size for font-metric dependent unitsEmilio Cobos Álvarez2023-11-041-1/+1
* style: Undo minor debugging change.Emilio Cobos Álvarez2019-11-301-3/+1
* Dump more stuff in the assertion in set_font_size_dependencyAnthony Ramine2019-11-271-1/+3
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition`Simon Sapin2018-11-101-6/+6
* style: Convert FnvHash{Set,Map} instances to FxHash{Set,Map}.Nicholas Nethercote2018-08-081-3/+3
* style: Remove IS_STYLE_IF_VISITED.Emilio Cobos Álvarez2018-07-241-10/+0
* style: Update StyleSource to use ArcUnion.Bobby Holley2018-04-291-10/+12
* Run rustfmt on selectors, servo_arc, and style.Bobby Holley2018-04-101-9/+13
* Skip rule node which contains only inherited properties for rule cache.Xidorn Quan2018-01-051-4/+40
* style: Use the ? operator for OptionMatt Brubeck2017-12-091-12/+8
* stylo: Add keyword info to computed value of font-sizeManish Goregaokar2017-09-231-1/+1
* style: Don't use rule cache for property-restricted pseudo-elements.Cameron McCormack2017-09-141-0/+16
* style: Add a TLS-based style struct caching mechanism.Emilio Cobos Álvarez2017-09-141-0/+143