fune/servo/components/style/values/specified
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
..
align.rs Bug 1434130 part 12 - Manually implement collect_completion_keywords for some types. r=emilio 2018-04-29 09:03:31 +10:00
angle.rs Bug 1455576 part 2 - Add a ValueInfo trait for exposing types needed by devtools. r=emilio 2018-04-26 09:01:02 +10:00
background.rs Bug 1462829: Refactor vector types. r=hiro,xidorn 2018-05-21 12:07:28 +02:00
basic_shape.rs Bug 1246764 - Part 2: Define path() for clip-path. r=emilio 2018-08-24 11:37:53 -07:00
border.rs Bug 1455576 part 2 - Add a ValueInfo trait for exposing types needed by devtools. r=emilio 2018-04-26 09:01:02 +10:00
box.rs Bug 1485044: Remove useless StyleDisplay conversion. r=heycam 2018-08-22 11:25:58 +02:00
calc.rs Bug 1455576 part 2 - Add a ValueInfo trait for exposing types needed by devtools. r=emilio 2018-04-26 09:01:02 +10:00
color.rs Bug 1465307 - P3: Extract {animated,computed}::Color common parts. r=xidorn 2018-06-05 11:49:51 +10:00
column.rs servo: Merge #20603 - Run rustfmt on selectors, servo_arc, and style (from bholley:rustfmt_style); r=Manishearth 2018-04-10 21:00:11 -04:00
counters.rs No bug - Make servo-tidy happy. r=me 2018-05-15 12:09:25 +02:00
effects.rs Bug 1467621 - P1: nsCSSShadowItem - Change nscolor to StyleComplexColor. r=xidorn 2018-06-19 14:18:33 +10:00
flex.rs servo: Merge #20500 - style: Add support for 'flex-basis:content' in the style system (from emilio:1105111); r=xidorn 2018-04-01 21:18:27 -04:00
font.rs Bug 1481792 - Make several more specified values Copy. r=emilio 2018-08-08 12:06:19 +00:00
gecko.rs servo: Merge #20603 - Run rustfmt on selectors, servo_arc, and style (from bholley:rustfmt_style); r=Manishearth 2018-04-10 21:00:11 -04:00
grid.rs Bug 1455576 part 2 - Add a ValueInfo trait for exposing types needed by devtools. r=emilio 2018-04-26 09:01:02 +10:00
image.rs Bug 1467379 - P1: nsStyleGradientStop - Change nscolor to StyleComplexColor. r=xidorn 2018-06-07 15:55:26 +10:00
length.rs No bug - Simplify some code in NoCalcLength::parse_dimension. r=emilio 2018-08-16 09:34:43 +00:00
list.rs Bug 1434130 part 11 - Add some attributes for SpecifiedValueInfo to help deriving more from types. r=emilio 2018-04-29 09:03:31 +10:00
mod.rs Bug 1246764 - Part 1: Move SVGPathData and its parser into svg_path.rs. r=emilio 2018-08-24 11:37:44 -07:00
motion.rs Bug 1246764 - Part 1: Move SVGPathData and its parser into svg_path.rs. r=emilio 2018-08-24 11:37:44 -07:00
outline.rs Bug 1455576 part 2 - Add a ValueInfo trait for exposing types needed by devtools. r=emilio 2018-04-26 09:01:02 +10:00
percentage.rs Bug 1455576 part 2 - Add a ValueInfo trait for exposing types needed by devtools. r=emilio 2018-04-26 09:01:02 +10:00
position.rs Bug 1477628 - Convert FnvHash{Set,Map} instances to FxHash{Set,Map} (attempt 2). r=heycam 2018-07-27 16:49:04 +10:00
rect.rs servo: Merge #20603 - Run rustfmt on selectors, servo_arc, and style (from bholley:rustfmt_style); r=Manishearth 2018-04-10 21:00:11 -04:00
resolution.rs No bug - Appease Servo's tidy check. r=me 2018-06-18 19:41:25 +02:00
source_size_list.rs Bug 1477883: Cherry-pick style changes from servo/servo#21181. r=emilio 2018-07-24 04:03:20 +02:00
svg.rs Bug 1467622 - P1: nsStyleSVGPaint - Change nscolor to StyleComplexColor. r=xidorn 2018-06-27 17:07:37 +10:00
svg_path.rs Bug 1246764 - Part 1: Move SVGPathData and its parser into svg_path.rs. r=emilio 2018-08-24 11:37:44 -07:00
table.rs Bug 1455576 part 2 - Add a ValueInfo trait for exposing types needed by devtools. r=emilio 2018-04-26 09:01:02 +10:00
text.rs Bug 1481792 - Make several more specified values Copy. r=emilio 2018-08-08 12:06:19 +00:00
time.rs Bug 1455576 part 2 - Add a ValueInfo trait for exposing types needed by devtools. r=emilio 2018-04-26 09:01:02 +10:00
transform.rs Bug 1434130 part 11 - Add some attributes for SpecifiedValueInfo to help deriving more from types. r=emilio 2018-04-29 09:03:31 +10:00
ui.rs Bug 1460456 part 2 - Rename CaretColor to ColorOrAuto for reusing. r=heycam 2018-05-10 09:56:10 +10:00
url.rs servo: Merge #20603 - Run rustfmt on selectors, servo_arc, and style (from bholley:rustfmt_style); r=Manishearth 2018-04-10 21:00:11 -04:00