The Servo Browser Engine
Find a file
2013-08-29 17:06:33 +01:00
properties Add computed values. 2013-08-29 17:06:33 +01:00
.gitignore Add PropertyDeclaration, refactor property parsing to use a Mako template. 2013-08-22 15:37:49 +01:00
configure Initial pass at a stylesheet and selector parser 2013-08-08 17:13:48 +01:00
errors.rs Upgrade to rustc 0.8-pre (0a677bc 2013-08-14 10:35:12 -0700) 2013-08-16 14:49:32 +01:00
LICENSE Add a license (MPL2) and readme. 2013-08-09 16:49:07 +01:00
Makefile.in Add PropertyDeclaration, refactor property parsing to use a Mako template. 2013-08-22 15:37:49 +01:00
Mako-0.8.1.zip Add PropertyDeclaration, refactor property parsing to use a Mako template. 2013-08-22 15:37:49 +01:00
media_queries.rs Upgrade to rustc 0.8-pre (0a677bc 2013-08-14 10:35:12 -0700) 2013-08-16 14:49:32 +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 Upgrade to rustc 0.8-pre (0a677bc 2013-08-14 10:35:12 -0700) 2013-08-16 14:49:32 +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 Upgrade to rustc 0.8-pre (0a677bc 2013-08-14 10:35:12 -0700) 2013-08-16 14:49:32 +01:00
servo-style.rc Parse all longhand properties that Servo seems to support. 2013-08-13 20:17:08 +01:00
stylesheets.rs Upgrade to rustc 0.8-pre (0a677bc 2013-08-14 10:35:12 -0700) 2013-08-16 14:49:32 +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).