Skip to content
larsbergstrom edited this page Dec 17, 2014 · 87 revisions

There are two overarching goals for Servo in 2014:

  • Demonstrate better performance than other engines. Servo aims to have significantly better latency and throughput than existing engines.
  • Implement the entire Servo architecture. In order to be convincing, we need to render most web pages faithfully with all of our major architectural pieces implemented.

In 2015, we have two high-level goals for Servo:

  • Release an alpha-quality browser that uses Servo as its rendering engine
  • Land a Servo component that is authored in Rust into Gecko

This roadmap outlines our 2014/2015 planning and highlights both the rough goals for each quarter as well as some of the biggest feature items we hope work with our partners and the community to deliver in those quarters. It does not go into too many details, infrastructure work, product plans, etc.

Q4 2014 goal: dogfoodable

  • Pagination
  • Forms
  • Content editable
  • Caching
  • New graphics pipeline
  • High quality mobile
  • Nightlies
  • Per-tile display lists (#3852)

Q1 2015

  • Explore using Servo as a UI toolkit
  • Android browser and APK
  • OSX and Linux/Wayland platform daily builds
  • Get the browser "safe enough" to use for basic browsing scenarios
  • Identify and begin building a Rust component inside of Firefox
  • Begin reporting and tracking Servo's Web Platform conformance, performance, and power usage over time

Q2 2015

  • Create dynamic test suite
  • Add high impact platform features
  • Add a Rust component to Gecko

Critical 2015 work

Layout

  • fragmentation
  • flexbox
  • variables
  • transforms
  • transitions
  • animations
  • tables: the rest of colspan, rowspan, percantage heights, and web-compat bugs
  • will-change

Other

  • Visualization support
  • multiprocess
  • multimedia
  • sandboxing
  • addons
  • prefs
  • bookmarks
  • history
  • cookies
Clone this wiki locally