aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/custom_properties.rs
Commit message (Expand)AuthorAgeFilesLines
* 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