fune/servo/components/style/properties
Boris Chiou a1909a88ff Bug 1246764 - Part 2: Define path() for clip-path. r=emilio
For now, |clip-path: path()| is chrome-only, and not for shape-outside,
so we only implement the parser for clip-path. Besides, I didn't put
path() in BasicShape because path() doesn't use the reference box to
resolve the percentage or keywords (i.e. SVG path only accept floating
point or integer number as the css pixel value). Therefore, I add it into
ShapeSource, instead of BasicShape.

Differential Revision: https://phabricator.services.mozilla.com/D3633
2018-08-24 11:37:53 -07:00
..
helpers Bug 1477628 - Convert FnvHash{Set,Map} instances to FxHash{Set,Map} (attempt 2). r=heycam 2018-07-27 16:49:04 +10:00
longhands Bug 1485044: Remove useless StyleDisplay conversion. r=heycam 2018-08-22 11:25:58 +02:00
shorthands Bug 1481866: Swap order of values in 'overflow' shorthand property. r=emilio 2018-08-10 02:20:53 +00:00
build.py Bug 1468273 - autopep8 on gfx/ r=ted 2018-06-10 14:13:44 +02:00
computed_value_flags.rs Bug 1474959: Remove IS_STYLE_IF_VISITED. r=xidorn 2018-07-18 22:15:10 +02:00
data.py Bug 1464786 - Implement flow-relative values for resize property. r=emilio 2018-08-08 23:40:06 +00:00
declaration_block.rs Bug 1484571 - Replace NormalDeclarationIterator return type with impl Trait. r=xidorn 2018-08-20 05:34:16 +00:00
gecko.mako.rs Bug 1246764 - Part 2: Define path() for clip-path. r=emilio 2018-08-24 11:37:53 -07:00
helpers.mako.rs Bug 1464782: Rename offset-* logical properties to inset-*. r=xidorn 2018-06-27 16:12:01 +02:00
Mako-0.9.1.zip
properties.html.mako
properties.mako.rs Bug 1481984 - Use function pointer rather than Fn trait object for collect_property_completion_keywords. r=emilio 2018-08-09 13:49:47 +00:00