Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cargoify servo | Jack Moffitt | 2014-09-08 | 1 | -32/+0 |
| | |||||
* | Remove special treatment of UA stylesheet for parse errors. | Simon Sapin | 2014-08-16 | 1 | -17/+2 |
| | | | | CSS parse errors are now off by default anyway. | ||||
* | Upgrade Rust. | Jack Moffitt | 2014-06-05 | 1 | -1/+2 |
| | |||||
* | Optimize CSS error logging: check log level before task-local silencing. | Simon Sapin | 2014-05-23 | 1 | -3/+7 |
| | |||||
* | Remove a workaround for a Rust bug. | Simon Sapin | 2014-05-23 | 1 | -6/+3 |
| | | | | We’ve upgraded to a Rust version that fixed mozilla/rust#13322. | ||||
* | Do not log CSS parse errors to stderr by default. | Simon Sapin | 2014-05-23 | 1 | -1/+4 |
| | | | | Fix #2083. Change the log level of CSS errors from error to info. | ||||
* | Update Rust. | Ms2ger | 2014-05-22 | 1 | -4/+3 |
| | |||||
* | This batch of changes upgrades Servo to work with the Rust upgrade as of | Lars Bergstrom | 2014-04-27 | 1 | -1/+1 |
| | | | | | | April 10, 2014. The main changes are to privacy, to work around the issues with incorrect bounds on the libstd `Arc<Mutex<T>>`, and the various API changes strewn throughout the libraries. | ||||
* | Fix the silencing of CSS errors in the UA stylesheet. | Simon Sapin | 2014-04-04 | 1 | -2/+5 |
| | |||||
* | Warning police. | Josh Matthews | 2014-03-18 | 1 | -2/+1 |
| | |||||
* | Rust upgrades | Lars Bergstrom | 2014-03-18 | 1 | -5/+7 |
| | |||||
* | Upgrade to latest Rust. | Jack Moffitt | 2014-01-12 | 1 | -1/+1 |
| | |||||
* | Silence CSS errors in the user-agent stylesheet. | Simon Sapin | 2013-11-05 | 1 | -1/+14 |
| | | | | | Alternatively, we could comment the parts of that stylesheet that we don’t support yet. (But we’d have to remember to uncomment them when we do!) | ||||
* | Update rust-cssparser for visibility rules. | Simon Sapin | 2013-11-01 | 1 | -1/+1 |
| | |||||
* | Log CSS errors on stderr, with serialized bits of CSS. | Simon Sapin | 2013-11-01 | 1 | -1/+1 |
| | |||||
* | fmt! -> format! | Keegan McAllister | 2013-10-31 | 1 | -2/+2 |
| | |||||
* | Move the content of 'script/style' into the new 'style' crate. | Simon Sapin | 2013-10-14 | 1 | -0/+26 |