The Servo Browser Engine
Find a file
2013-08-14 00:30:31 +01:00
properties Remove the peekable() overhead in font-family parsing. 2013-08-14 00:30:31 +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 Update to rustc 0.8-pre (ecfc9a8 2013-08-12 04:29:11 -0700) 2013-08-12 17:08:02 +01:00
namespaces.rs Update to rustc 0.8-pre (ecfc9a8 2013-08-12 04:29:11 -0700) 2013-08-12 17:08:02 +01:00
parsing_utils.rs Parse all longhand properties that Servo seems to support. 2013-08-13 20:17:08 +01:00
README.md Update to rustc 0.8-pre (ecfc9a8 2013-08-12 04:29:11 -0700) 2013-08-12 17:08:02 +01:00
selectors.rs Update to rustc 0.8-pre (ecfc9a8 2013-08-12 04:29:11 -0700) 2013-08-12 17:08:02 +01:00
servo-style.rc Parse all longhand properties that Servo seems to support. 2013-08-13 20:17:08 +01:00
stylesheets.rs Update to rustc 0.8-pre (ecfc9a8 2013-08-12 04:29:11 -0700) 2013-08-12 17:08:02 +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 it requires at least Rust ecfc9a8 (2013-08-12).