aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/custom_properties.rs
Commit message (Expand)AuthorAgeFilesLines
...
* Use StyleArc in the style system.Bobby Holley2017-05-021-1/+1
* Rearrange PropertyDeclaration to avoid embedding DeclaredValue.Bobby Holley2017-03-161-2/+2
* Make DeclaredValue store CSSWideKeywordXidorn Quan2017-03-021-5/+7
* Box DeclaredValue::WithVariablesNazım Can Altınova2017-02-091-1/+1
* Box custom propertyNazım Can Altınova2017-02-091-6/+7
* style: Simplify the cascade function in the custom_properties module.Emilio Cobos Álvarez2017-01-021-34/+36
* style: Document the custom_properties module.Emilio Cobos Álvarez2017-01-021-18/+41
* Store unset keyword as specified valueXidorn Quan2016-12-211-0/+1
* Use the ParserContext along with Parser in the parse functionRavi Shankar2016-11-271-2/+2
* Fix related to #14101Artem Biryukov2016-11-121-9/+12
* Prefer Servo-specific ToCss for all typesRavi Shankar2016-11-071-1/+2
* Update to string-cache 0.3Simon Sapin2016-11-031-1/+1
* style: Introduce a generic way of gathering information from the cascade, and...Emilio Cobos Álvarez2016-08-161-0/+6
* Some fixes in styleManish Goregaokar2016-07-121-1/+1
* Add some documentation to the style crate.Ms2ger2016-06-271-0/+4
* Make the style crate almost build on stable Rust.Simon Sapin2016-06-221-2/+4
* Report memory usage from LayoutThreadData Stylist [#7038]Pawel Kondzior2016-03-191-1/+1
* Say farewell to in-tree HeapSizeOfAnthony Ramine2016-02-041-1/+0
* Update string_cache to 0.2.Alan Jeffrey2015-11-251-2/+2
* Fix double /**//**/Simon Sapin2015-11-061-0/+5
* Detect var() in shorthand declarations.Simon Sapin2015-11-061-0/+2
* Derive more Debug impls.Simon Sapin2015-11-061-2/+2
* Custom properties: handle premature EOF correctly.Simon Sapin2015-11-061-34/+143
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-1/+1
* Initial support for custom properties in CSSStyleDeclarationSimon Sapin2015-09-171-5/+18
* var() substitution: insert /**/ between tokens that would be parse as one token.Simon Sapin2015-09-171-86/+141
* Record first and last token type of custom property values.Simon Sapin2015-09-171-53/+92
* The function name var() is case-insensitive.Simon Sapin2015-09-171-2/+3
* Allow whitespace-only custom property values.Simon Sapin2015-09-171-2/+5
* Fix !important in custom properties.Simon Sapin2015-09-171-40/+9
* Remove obsolete FIXME comment.Simon Sapin2015-09-031-2/+0
* Factor out custom property name parsing.Simon Sapin2015-09-031-38/+45
* Substitute var() in longhand property declarations.Simon Sapin2015-09-031-34/+76
* [T]::position_elem is deprecated.Simon Sapin2015-09-031-1/+1
* Invalid at computed-value time customp properties get their inherited value.Simon Sapin2015-09-031-27/+39
* Add a FIXME comment of EOF handling in custom properties.Simon Sapin2015-09-031-0/+6
* An empty <declaration-value> is invalid.Simon Sapin2015-09-031-0/+4
* Make custom property substitution do less work.Simon Sapin2015-09-031-25/+63
* Substitute var() in custom properties at computed value time.Simon Sapin2015-09-031-32/+110
* Use nested parsers as appropritateSimon Sapin2015-09-031-4/+12
* Support CSS-wide keywords in custom propertiesSimon Sapin2015-09-021-12/+27
* Remove custom property declarations in dependency cycles.Simon Sapin2015-09-021-1/+54
* Add parsing of CSS Custom Properties.Simon Sapin2015-09-021-0/+125