New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build the new (yet unused) style system as part of libscript, to avoid bitrot. #831
Commits on Aug 8, 2013
-
Initial pass at a stylesheet and selector parser
SimonSapin committedAug 8, 2013 -
SimonSapin committed
Aug 8, 2013 -
Mostly complete, untested selector parser.
SimonSapin committedAug 8, 2013
Commits on Aug 9, 2013
-
Stop the madness and use cssparser as an external lib / crate.
SimonSapin committedAug 9, 2013 -
SimonSapin committed
Aug 9, 2013 -
Makefile: rebuild when rust-cssparser changes.
SimonSapin committedAug 9, 2013 -
Parse :nth-child() using an+b parsing from rust-cssparser.
SimonSapin committedAug 9, 2013 -
Add a license (MPL2) and readme.
SimonSapin committedAug 9, 2013
Commits on Aug 10, 2013
-
Factor out parsing of various types of rules.
SimonSapin committedAug 10, 2013 -
Add @media and media type parsing (no Media Queries yet.)
SimonSapin committedAug 10, 2013 -
Add a recursive style rule iterator for stylesheets.
SimonSapin committedAug 10, 2013 -
Use a borrowed "device" for Media Queries matching.
SimonSapin committedAug 10, 2013
Commits on Aug 12, 2013
-
Update to rustc 0.8-pre (ecfc9a8 2013-08-12 04:29:11 -0700)
SimonSapin committedAug 12, 2013
Commits on Aug 13, 2013
-
Parse all longhand properties that Servo seems to support.
SimonSapin committedAug 13, 2013 -
Logic fixes in CSS longhand properties parsing.
SimonSapin committedAug 13, 2013 -
Add parsing of supported shorthand properties.
SimonSapin committedAug 13, 2013 -
Remove the peekable() overhead in font-family parsing.
SimonSapin committedAug 13, 2013
Commits on Aug 14, 2013
-
SimonSapin committed
Aug 14, 2013
Commits on Aug 16, 2013
-
Upgrade to rustc 0.8-pre (0a677bc 2013-08-14 10:35:12 -0700)
SimonSapin committedAug 16, 2013
Commits on Aug 22, 2013
-
Add PropertyDeclaration, refactor property parsing to use a Mako temp…
…late.
SimonSapin committedAug 22, 2013
Commits on Aug 23, 2013
-
Add "inherited" markers on longhand properties.
SimonSapin committedAug 23, 2013
Commits on Aug 27, 2013
-
Simplify properties template a bit.
SimonSapin committedAug 27, 2013
Commits on Aug 29, 2013
-
SimonSapin committed
Aug 29, 2013
Commits on Aug 30, 2013
-
Revert early resolving of currentColor.
SimonSapin committedAug 30, 2013 -
SimonSapin committed
Aug 30, 2013
Commits on Sep 2, 2013
-
Upgrade to rustc 0.8-pre (0ac3e02 2013-08-30 05:45:45 -0700)
SimonSapin committedSep 2, 2013 -
Add 'src/components/script/style/' from commit 'dd8b17886099b3a9ac59f…
…6a4e9eb948bb485b520' git-subtree-dir: src/components/script/style git-subtree-mainline: 0c726b4 git-subtree-split: dd8b178
SimonSapin committedSep 2, 2013
Commits on Sep 3, 2013
-
I previously changed this to the same date as another commit, so the changed "disappeared" when I rebased.