aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/invalidation/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* style: More fine-grained viewport units invalidationEmilio Cobos Álvarez2023-05-241-0/+1
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* style: Implement a more fine-grained invalidation method.Emilio Cobos Álvarez2017-06-131-0/+1
* Cache effective media query results.Emilio Cobos Álvarez2017-06-031-0/+1
* style: Move the stylesheet invalidation code to another submodule.Emilio Cobos Álvarez2017-06-031-291/+2
* Bug 1357583: style: Make effective_rules return an iterator, stop refcounting...Emilio Cobos Álvarez2017-05-291-77/+16
* Bug 1357583: style: Recurse into @import rules when looking at the added rule...Emilio Cobos Álvarez2017-05-291-2/+17
* Bug 1357583: Add a bunch of logging, shortcuts, and look also at the rightmos...Emilio Cobos Álvarez2017-05-291-16/+64
* Bug 1357583: style: Hook up the invalidator in the StyleSheetSet. r=heycamEmilio Cobos Álvarez2017-05-291-2/+21
* Bug 1357583: style: Add an initial version of the stylesheet invalidation cod...Emilio Cobos Álvarez2017-05-291-0/+275