aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/stylesheet_set.rs
Commit message (Expand)AuthorAgeFilesLines
...
* style: Rename SheetRebuildKind::rebuild_invalidation to should_rebuild_invali...Emilio Cobos Álvarez2017-08-231-1/+1
* style: Implement finer-grained stylist rebuilds.Emilio Cobos Álvarez2017-08-231-10/+106
* style: Ensure the flusher is completely consumed before getting dropped.Emilio Cobos Álvarez2017-08-231-0/+14
* style: Add a StylesheetFlusher abstraction to enable more incremental rebuilds.Emilio Cobos Álvarez2017-08-231-8/+86
* style: Add a no-op constructor of StyleSheetEntry, in preparation for more ch...Emilio Cobos Álvarez2017-08-231-4/+13
* style: Simplify and improve the per origin stylesheet invalidation setup.Emilio Cobos Álvarez2017-08-231-62/+24
* style: Make the StyleSheetSet::flush API slightly nicer.Emilio Cobos Álvarez2017-08-231-6/+5
* Track the restyle root and use it to do less work during the traversal.Bobby Holley2017-08-221-3/+6
* style: Add docs about the lack of device in the stylesheet set.Emilio Cobos Álvarez2017-08-221-0/+2
* style: Move the StyleSheetSet into the Stylist.Emilio Cobos Álvarez2017-08-221-13/+1
* style: Replicate the list of stylesheets on the layout thread.Emilio Cobos Álvarez2017-08-181-12/+58
* stylo: Cleanup a bit of the Stylist clear setup.Emilio Cobos Álvarez2017-08-161-18/+11
* style: Only flush stylesheet invalidations for origins that have changed.Cameron McCormack2017-08-131-8/+18
* style: Split style sheet invalidations per-origin.Cameron McCormack2017-08-131-40/+53
* 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