The Servo Browser Engine
Find a file
2013-08-10 16:27:28 +01:00
.gitignore Initial pass at a stylesheet and selector parser 2013-08-08 17:13:48 +01:00
configure Initial pass at a stylesheet and selector parser 2013-08-08 17:13:48 +01:00
errors.rs Factor out parsing of various types of rules. 2013-08-10 13:22:30 +01:00
LICENSE Add a license (MPL2) and readme. 2013-08-09 16:49:07 +01:00
Makefile.in Makefile: rebuild when rust-cssparser changes. 2013-08-09 16:17:50 +01:00
media_queries.rs Add @media and media type parsing (no Media Queries yet.) 2013-08-10 16:27:06 +01:00
namespaces.rs Factor out parsing of various types of rules. 2013-08-10 13:22:30 +01:00
properties.rs Add a license (MPL2) and readme. 2013-08-09 16:49:07 +01:00
README.md Add a license (MPL2) and readme. 2013-08-09 16:49:07 +01:00
selectors.rs Factor out parsing of various types of rules. 2013-08-10 13:22:30 +01:00
servo-style.rc Add @media and media type parsing (no Media Queries yet.) 2013-08-10 16:27:06 +01:00
stylesheets.rs Add a recursive style rule iterator for stylesheets. 2013-08-10 16:27:28 +01:00

servo-style

Prototype replacement style system for Servo, based on rust-cssparser instead of NetSurfs libcss.

This is meant to go into Servos src/components/script/style directory, but is maintained here for now because Im using a patched Rust. (See pull request.)