aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/parser.rs
Commit message (Expand)AuthorAgeFilesLines
* Pass Gecko sheet base/referrer/principal from Servo_StylesheetFromUTF8Bytes t...Cameron McCormack2016-05-241-1/+6
* Add an extra data field to ParserContext.Cameron McCormack2016-05-241-2/+31
* Remove the url! plugin.Simon Sapin2016-04-141-1/+1
* Hoist ParseErrorReporter into style and remove the dependency on msg.Bobby Holley2016-01-111-1/+1
* Use Url.join instead of UrlParser.base_url(...).parse (#9002)Mathieu Agopian2015-12-181-2/+2
* Add pipeline information to CSS error reporting.GauriGNaik2015-12-141-2/+2
* Fix warningsSimon Sapin2015-12-031-1/+0
* Make log_css_error in parser.rs take a &ParserContext argument and call this ...GauriGNaik2015-12-021-6/+2
* Defined new trait ParseErrorReporter and added error_reporter member to Parse...GauriGNaik2015-11-251-1/+5
* Implement 'url!(..)' macroCorey Farwell2015-11-211-1/+1
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-2/+1
* sort all usesJohann Tuffe2015-08-201-2/+2
* Use the correct log crate and setup env_logger in main.Eduard Burtescu2015-06-061-1/+1
* Implement parsing of an @viewport ruleJames Gilbertson2015-05-051-0/+2
* gfx: Perform more aggressive caching inPatrick Walton2015-04-011-1/+0
* Move selector matching to an external library, for use outside Servo.Simon Sapin2015-02-231-19/+5
* Upgrade to rust-cssparser master.Simon Sapin2015-01-301-1/+21
* Port to the new cssparser.Simon Sapin2015-01-211-0/+42