aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/driver.rs
Commit message (Expand)AuthorAgeFilesLines
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-161/+0
* style: Add a `static_prefs` implementation (#31351)Martin Robinson2024-02-141-10/+2
* Further changes required by ServoOriol Brufau2023-11-241-2/+10
* style: Unify parallel and sequential traversal schedulingEmilio Cobos Álvarez2023-11-241-73/+35
* style: Rustfmt servo/. r=zrhoffmanEmilio Cobos Álvarez2023-11-241-4/+1
* Further changes required by ServoOriol Brufau2023-11-241-1/+4
* style: Make style parallel traversal more tunable at runtimeEmilio Cobos Álvarez2023-11-241-49/+56
* style: Use ThreadPool::scope_fifo in styleEmilio Cobos Álvarez2023-06-091-18/+16
* Further changes required by ServoOriol Brufau2023-05-241-0/+1
* style: Remove the old profiler label frames code in the servo codebase and re...Nazım Can Altınova2023-05-241-1/+1
* Simplify our setup for font metric queries from styleOriol Brufau2023-05-111-1/+1
* Implement concept of dirty rootAnthony Ramine2020-05-191-1/+4
* style: Fix two regressions from #26113.Emilio Cobos Álvarez2020-04-161-6/+8
* Replace ScopedTLS::unsafe_get by ScopedTLS::into_slotsAnthony Ramine2020-04-051-4/+3
* Update rayon to dedupe crossbeam-epochBastien Orivel2019-07-121-1/+6
* style: Add Gecko profiler labels for when the style threads are doing work.Cameron McCormack2019-05-291-0/+1
* style: Derive more.Bobby Holley2019-01-291-4/+5
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition --features gecko`Simon Sapin2018-11-101-3/+3
* `cargo fix --edition`Simon Sapin2018-11-101-7/+7
* Run rustfmt on selectors, servo_arc, and style.Bobby Holley2018-04-101-30/+33
* Have servo report traversal statistics to gecko.Xidorn Quan2018-03-151-11/+49
* Split TraversalStatistics into two parts.Xidorn Quan2018-03-151-4/+9
* Stop unconditionally collecting traversal statistics in nightly builds.Bobby Holley2018-03-081-6/+5
* Remove traversal telemetryManish Goregaokar2018-02-081-8/+2
* Add weighted telemetry probes for parallel restylesManish Goregaokar2017-12-121-10/+16
* Add telemetry probe for fraction of restyles that are parallelManish Goregaokar2017-12-121-1/+7
* style: Lazily tweak the traversal root to account for sibling invalidations.Emilio Cobos Álvarez2017-09-261-3/+3
* style: Avoid unnecessarily using Borrow.Emilio Cobos Álvarez2017-09-041-2/+1
* style: Avoid dropping the other threads' TLS contexts too early.Emilio Cobos Álvarez2017-09-041-1/+1
* Eliminate the sequential/traversal parallel distinction in favor of a unified...Bobby Holley2017-08-251-0/+132