aboutsummaryrefslogtreecommitdiffstats
path: root/src/servo/parser/css_builder.rs
Commit message (Expand)AuthorAgeFilesLines
* Move parsers and lexers to css/ and html/ top-level dirs; fix some s/import/use/Brian J. Burg2012-09-061-215/+0
* Create a css module and divide into values, styles, and resolve things.Brian J. Burg2012-09-061-44/+44
* Make servo build againBrian Anderson2012-08-301-37/+37
* Update for impl language changesPatrick Walton2012-08-091-4/+4
* Fixed syntax by changing alt to matchMargaret Meyerhofer2012-08-081-15/+15
* Fixed the changing alt syntax and cleaned up some compiler warningsMargaret Meyerhofer2012-08-061-46/+47
* Adapt to rust changesTuncer Ayaz2012-08-051-15/+15
* Feed the HTML/CSS parsers with the ResourceTaskBrian Anderson2012-07-271-0/+4
* Use pipes for the CSS lexer.Eric Holk2012-07-261-3/+3
* Use pipe streams for keyboard events.Eric Holk2012-07-261-2/+2
* Changed color parsing to return an option instead of defaulting to blackMargaret Meyerhofer2012-07-191-9/+10
* Added width and height parsingMargaret Meyerhofer2012-07-191-134/+144
* Added traits to adhere to new coherence requirementsMargaret Meyerhofer2012-07-181-1/+6
* Fixed all strings in the old formatMargaret Meyerhofer2012-07-181-14/+14
* Fixed deprecated vector syntaxMargaret Meyerhofer2012-07-121-19/+18
* Capitalized css style types, removed redundant pretty-printing.Margaret Meyerhofer2012-06-291-16/+17
* Changed the css parsing to be called when a <link /> is used instead of guess...Margaret Meyerhofer2012-06-261-2/+2
* Refactored html and css lexing into separate files and capitalized those typesMargaret Meyerhofer2012-06-221-36/+35
* Fix invalid moves per latest rustc buildBrian Anderson2012-06-211-8/+8
* Refactored color functions into a separate module and added support for more ...Margaret Meyerhofer2012-06-141-71/+1
* Removed impilicitly copying value warnings.Margaret Meyerhofer2012-06-131-4/+4
* Added copies and pure functions to fix borrowck errorsMargaret Meyerhofer2012-06-111-2/+3
* Added css selector matching and now render specified background colorsMargaret Meyerhofer2012-06-081-3/+5
* Implemented a parser for a subset of css and added a hack for guessing when ....Margaret Meyerhofer2012-06-011-0/+262