Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 // This file specifies fields in ComputedStyle that we would like to | 2 // This file specifies fields in ComputedStyle that we would like to |
| 3 // generate, but are not CSS properties. | 3 // generate, but are not CSS properties. |
| 4 | 4 |
| 5 parameters: { | 5 parameters: { |
| 6 // If true, we do not include this field in ComputedStyleBase::InheritFrom | 6 // If true, we do not include this field in ComputedStyleBase::InheritFrom |
| 7 // and ComputedStyleBase::CopyNonInheritedFromCached. | 7 // and ComputedStyleBase::CopyNonInheritedFromCached. |
| 8 custom_copy: { | 8 custom_copy: { |
| 9 default: false, | 9 default: false, |
| 10 }, | 10 }, |
| (...skipping 455 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 466 // expressed by 'will-change: contents' includes descendants. | 466 // expressed by 'will-change: contents' includes descendants. |
| 467 { | 467 { |
| 468 name: "SubtreeWillChangeContents", | 468 name: "SubtreeWillChangeContents", |
| 469 inherited: true, | 469 inherited: true, |
| 470 field_template: "primitive", | 470 field_template: "primitive", |
| 471 type_name: "bool", | 471 type_name: "bool", |
| 472 default_value: "false", | 472 default_value: "false", |
| 473 field_group: "rare-inherited", | 473 field_group: "rare-inherited", |
| 474 }, | 474 }, |
| 475 { | 475 { |
| 476 name: "SelfOrAncestorHasDirAutoAttribute", | 476 name: "RespectImageOrientation", |
|
shend
2017/06/14 07:26:28
what happened here?
nainar
2017/06/14 07:29:15
i mistakenly imported changes from another CL.
| |
| 477 inherited: true, | 477 inherited: true, |
| 478 field_template: "storage_only", | 478 field_template: "storage_only", |
| 479 type_name: "bool", | 479 type_name: "bool", |
| 480 default_value: "false", | 480 default_value: "false", |
| 481 field_size: 1, | 481 field_size: 1, |
| 482 field_group: "rare-inherited", | 482 field_group: "rare-inherited", |
| 483 }, | 483 }, |
| 484 { | 484 { |
| 485 name: "RespectImageOrientation", | 485 name: "SelfOrAncestorHasDirAutoAttribute", |
|
shend
2017/06/14 07:26:28
same here.
nainar
2017/06/14 07:29:14
i mistakenly imported changes from another CL.
| |
| 486 inherited: true, | 486 inherited: true, |
| 487 field_template: "storage_only", | 487 field_template: "storage_only", |
| 488 type_name: "bool", | 488 type_name: "bool", |
| 489 default_value: "false", | 489 default_value: "false", |
| 490 field_size: 1, | 490 field_size: 1, |
| 491 field_group: "rare-inherited", | 491 field_group: "rare-inherited", |
| 492 }, | 492 }, |
| 493 // Though position: sticky is not itself an inherited property, being a | 493 // Though position: sticky is not itself an inherited property, being a |
| 494 // descendent of a sticky element changes some document lifecycle logic. | 494 // descendent of a sticky element changes some document lifecycle logic. |
| 495 { | 495 { |
| (...skipping 427 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 923 name: "ScrollSnapData", | 923 name: "ScrollSnapData", |
| 924 field_template: "storage_only", | 924 field_template: "storage_only", |
| 925 type_name: "StyleScrollSnapData", | 925 type_name: "StyleScrollSnapData", |
| 926 field_group: "rare-non-inherited", | 926 field_group: "rare-non-inherited", |
| 927 default_value: "", | 927 default_value: "", |
| 928 wrapper_pointer_name: "DataRef", | 928 wrapper_pointer_name: "DataRef", |
| 929 include_paths: ["core/style/StyleScrollSnapData.h"], | 929 include_paths: ["core/style/StyleScrollSnapData.h"], |
| 930 }, | 930 }, |
| 931 ], | 931 ], |
| 932 } | 932 } |
| OLD | NEW |