aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/stylesheet_set.rs
Commit message (Expand)AuthorAgeFilesLines
* stylo: Run the stylehseet invalidation pass also for stylesheet removals.Emilio Cobos Álvarez2017-07-091-5/+13
* stylo: Fix StyleSheetInner/Stylesheet mappingEmilio Cobos Álvarez2017-07-021-75/+64
* Add an update_stylesheet method to StylesheetSet.Brad Werth2017-06-201-0/+17
* Cache effective media query results.Emilio Cobos Álvarez2017-06-031-0/+5
* style: Move the stylesheet invalidation code to another submodule.Emilio Cobos Álvarez2017-06-031-1/+1
* Bug 1357583: Add a bunch of logging, shortcuts, and look also at the rightmos...Emilio Cobos Álvarez2017-05-291-0/+6
* Bug 1357583: style: Hook up the invalidator in the StyleSheetSet. r=heycamEmilio Cobos Álvarez2017-05-291-9/+55
* Bug 1363572 Part 1: Servo-side change stylesheet_set entry unique_id to u64.Brad Werth2017-05-121-7/+7
* stylo: Stop cloning the list of stylesheets each flush.Emilio Cobos Álvarez2017-05-121-5/+16
* Use StyleArc in the style system.Bobby Holley2017-05-021-1/+1
* Change StyleSet to track stylesheets by unique ID.Brad Werth2017-05-021-23/+44
* stylo: Centralize stylesheet handling.Emilio Cobos Álvarez2017-04-191-0/+105