Files
servo/components/script
Emilio Cobos Álvarez 25c303ee62 style: Be clearer about whether a declaration comes from parsing or not.
This introduces DeclarationSource, to see if a declaration has been parsed or
set from CSSOM in a declaration block.

The Servo_DeclarationBlock_SetFoo and similar callers are changed to
DeclarationSource::CssOm because their semantics are more CSSOM-y, but it
shouldn't matter since they should all be checked before hand with
Servo_DeclarationBlock_PropertyIsSet.
2017-10-14 11:30:59 +02:00
..
2017-09-26 09:49:10 +02:00
2017-09-20 10:37:09 +02:00
2017-09-26 09:49:10 +02:00
2017-08-23 21:38:44 +02:00
2017-09-26 09:49:10 +02:00
2017-09-26 09:48:55 +02:00
2017-09-26 09:49:10 +02:00
2016-12-08 08:50:35 -10:00
2017-09-26 09:49:10 +02:00
2017-09-20 10:37:09 +02:00
2017-09-16 15:43:26 +02:00
2017-09-20 10:37:09 +02:00
2017-10-03 13:18:01 +02:00