We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

The Story of Stylo: Replacing Firefox's CSS engine with Rust

Formal Metadata

Title
The Story of Stylo: Replacing Firefox's CSS engine with Rust
Title of Series
Number of Parts
12
Author
License
CC Attribution 3.0 Unported:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal purpose as long as the work is attributed to the author in the manner specified by the author or licensor.
Identifiers
Publisher
Release Date
Language

Content Metadata

Subject Area
Genre
Abstract
Firefox is in the process of shipping a new implementation of CSS styling written in Rust as part of Mozilla’s Servo project. Firefox has 20+ million lines of code and hundreds of millions of users, so this is no small undertaking! As a case study for integrating a large, multi-repo Rust project into a larger C++ project, this talk explains how we: - created bi-directional FFI boundaries that maximized each project’s strengths - addressed cross-language mismatches including threadsafety and ownership - integrated two fast-moving codebases while managing regressions We’ll cover specific successes and failures that emerged over the course of the project, and discuss how Rust contributed to those outcomes.