mirror of
https://github.com/servo/servo.git
synced 2025-06-08 08:33:26 +00:00
* Initial style_config crate * Remove servo_config from style * Remove servo_config from tests/unit/style * Plumb servo prefs into stylo * Clean up dependencies * Fix formatting * Add unit tests * Add comment about avoiding clone * Fix bug where getters acquire unnecessary write lock * Remove stray dbg!() * Plumb default prefs into Stylo as well * Add comments about logging and mapping new pref types
This commit is contained in:
parent
9c0561536d
commit
e078a99817
12 changed files with 188 additions and 15 deletions
|
@ -141,6 +141,7 @@ class MachCommands(CommandBase):
|
|||
"servo_remutex",
|
||||
"crown",
|
||||
"constellation",
|
||||
"style_config",
|
||||
]
|
||||
if not packages:
|
||||
packages = set(os.listdir(path.join(self.context.topdir, "tests", "unit"))) - set(['.DS_Store'])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue