Logic from ComputedStyleCSSValueMapping::Get should be moved into property APIs & deleted from ComputedStyleCSSValueMapping. Once that is done, any remaining methods should also be moved into property APIs if appropriate.
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/3f8c27eb8613c697da176a322c3d1078b45aaa4e commit 3f8c27eb8613c697da176a322c3d1078b45aaa4e Author: Renee Wright <rjwright@chromium.org> Date: Fri Nov 24 10:20:12 2017 StyleBuilder::ApplyProperty and ComputedStyleCSSValueMapping::Get to use CSSProperty& A lot of the CSSProperty::Get calls introduced in this CL will be removed when we change StylePropertyShorthand over to using CSSProperty references. Bug: 775360 Change-Id: I90c4e38b1af5988a15e4a52e1b02fedeae13fbde Reviewed-on: https://chromium-review.googlesource.com/775631 Reviewed-by: Kentaro Hara <haraken@chromium.org> Reviewed-by: meade_UTC10 <meade@chromium.org> Commit-Queue: Renée Wright <rjwright@chromium.org> Cr-Commit-Position: refs/heads/master@{#519081} [modify] https://crrev.com/3f8c27eb8613c697da176a322c3d1078b45aaa4e/third_party/WebKit/Source/build/scripts/core/css/properties/templates/CSSProperty.h.tmpl [modify] https://crrev.com/3f8c27eb8613c697da176a322c3d1078b45aaa4e/third_party/WebKit/Source/build/scripts/core/css/properties/templates/CSSPropertySubclass.h.tmpl [modify] https://crrev.com/3f8c27eb8613c697da176a322c3d1078b45aaa4e/third_party/WebKit/Source/build/scripts/templates/StyleBuilder.cpp.tmpl [modify] https://crrev.com/3f8c27eb8613c697da176a322c3d1078b45aaa4e/third_party/WebKit/Source/core/animation/CSSDefaultInterpolationType.cpp [modify] https://crrev.com/3f8c27eb8613c697da176a322c3d1078b45aaa4e/third_party/WebKit/Source/core/animation/CSSLengthInterpolationType.cpp [modify] https://crrev.com/3f8c27eb8613c697da176a322c3d1078b45aaa4e/third_party/WebKit/Source/core/animation/CSSNumberInterpolationType.cpp [modify] https://crrev.com/3f8c27eb8613c697da176a322c3d1078b45aaa4e/third_party/WebKit/Source/core/animation/CSSVarCycleInterpolationType.cpp [modify] https://crrev.com/3f8c27eb8613c697da176a322c3d1078b45aaa4e/third_party/WebKit/Source/core/animation/CompositorAnimations.cpp [modify] https://crrev.com/3f8c27eb8613c697da176a322c3d1078b45aaa4e/third_party/WebKit/Source/core/animation/PropertyHandle.h [modify] https://crrev.com/3f8c27eb8613c697da176a322c3d1078b45aaa4e/third_party/WebKit/Source/core/animation/StringKeyframe.cpp [modify] https://crrev.com/3f8c27eb8613c697da176a322c3d1078b45aaa4e/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp [modify] https://crrev.com/3f8c27eb8613c697da176a322c3d1078b45aaa4e/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp [modify] https://crrev.com/3f8c27eb8613c697da176a322c3d1078b45aaa4e/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.h [modify] https://crrev.com/3f8c27eb8613c697da176a322c3d1078b45aaa4e/third_party/WebKit/Source/core/css/cssom/ComputedStylePropertyMap.cpp [modify] https://crrev.com/3f8c27eb8613c697da176a322c3d1078b45aaa4e/third_party/WebKit/Source/core/css/properties/CSSPropertyBaseCustom.cpp [modify] https://crrev.com/3f8c27eb8613c697da176a322c3d1078b45aaa4e/third_party/WebKit/Source/core/css/resolver/StyleBuilder.h [modify] https://crrev.com/3f8c27eb8613c697da176a322c3d1078b45aaa4e/third_party/WebKit/Source/core/css/resolver/StyleBuilderCustom.cpp [modify] https://crrev.com/3f8c27eb8613c697da176a322c3d1078b45aaa4e/third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp [modify] https://crrev.com/3f8c27eb8613c697da176a322c3d1078b45aaa4e/third_party/WebKit/Source/core/layout/LayoutTableCell.cpp [modify] https://crrev.com/3f8c27eb8613c697da176a322c3d1078b45aaa4e/third_party/WebKit/Source/core/layout/LayoutTableCell.h [modify] https://crrev.com/3f8c27eb8613c697da176a322c3d1078b45aaa4e/third_party/WebKit/Source/modules/canvas/canvas2d/CanvasRenderingContext2DState.cpp
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/134ea9de9ba11ea9a234fe37f74793bb24dc87b4 commit 134ea9de9ba11ea9a234fe37f74793bb24dc87b4 Author: Renee Wright <rjwright@chromium.org> Date: Wed Dec 06 03:17:53 2017 Ribbonize ComputedStyleCSSValueMapping colors This CL also changes the behavior for ColumnRuleColor. It used to call VisitedDependentColor(CSSPropertyOutlineColor), but that seemed wrong so I changed it to use VisitedDependentColor(CSSPropertyColumnRuleColor). There will be more CLs immediately following to finish Ribbonizing this class. Please ping me for a link to the design doc. Bug: 775360 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I2b204146eafdd1fd7a74d8a9b8c8bb707d5f3eea Reviewed-on: https://chromium-review.googlesource.com/781442 Reviewed-by: Darren Shen <shend@chromium.org> Reviewed-by: Kentaro Hara <haraken@chromium.org> Reviewed-by: Alice Boxhall <aboxhall@chromium.org> Reviewed-by: meade_UTC10 <meade@chromium.org> Commit-Queue: Renée Wright <rjwright@chromium.org> Cr-Commit-Position: refs/heads/master@{#521980} [modify] https://crrev.com/134ea9de9ba11ea9a234fe37f74793bb24dc87b4/third_party/WebKit/Source/build/scripts/core/css/properties/templates/CSSProperty.h.tmpl [modify] https://crrev.com/134ea9de9ba11ea9a234fe37f74793bb24dc87b4/third_party/WebKit/Source/core/BUILD.gn [modify] https://crrev.com/134ea9de9ba11ea9a234fe37f74793bb24dc87b4/third_party/WebKit/Source/core/clipboard/DataTransferTest.cpp [modify] https://crrev.com/134ea9de9ba11ea9a234fe37f74793bb24dc87b4/third_party/WebKit/Source/core/css/BUILD.gn [modify] https://crrev.com/134ea9de9ba11ea9a234fe37f74793bb24dc87b4/third_party/WebKit/Source/core/css/CSSGradientValue.cpp [modify] https://crrev.com/134ea9de9ba11ea9a234fe37f74793bb24dc87b4/third_party/WebKit/Source/core/css/CSSProperties.json5 [modify] https://crrev.com/134ea9de9ba11ea9a234fe37f74793bb24dc87b4/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp [modify] https://crrev.com/134ea9de9ba11ea9a234fe37f74793bb24dc87b4/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.h [modify] https://crrev.com/134ea9de9ba11ea9a234fe37f74793bb24dc87b4/third_party/WebKit/Source/core/css/StyleEngineTest.cpp [modify] https://crrev.com/134ea9de9ba11ea9a234fe37f74793bb24dc87b4/third_party/WebKit/Source/core/css/properties/CSSParsingUtils.cpp [modify] https://crrev.com/134ea9de9ba11ea9a234fe37f74793bb24dc87b4/third_party/WebKit/Source/core/css/properties/CSSParsingUtils.h [modify] https://crrev.com/134ea9de9ba11ea9a234fe37f74793bb24dc87b4/third_party/WebKit/Source/core/css/properties/CSSPropertyMethods.json5 [add] https://crrev.com/134ea9de9ba11ea9a234fe37f74793bb24dc87b4/third_party/WebKit/Source/core/css/properties/ComputedStyleUtils.cpp [add] https://crrev.com/134ea9de9ba11ea9a234fe37f74793bb24dc87b4/third_party/WebKit/Source/core/css/properties/ComputedStyleUtils.h [modify] https://crrev.com/134ea9de9ba11ea9a234fe37f74793bb24dc87b4/third_party/WebKit/Source/core/css/properties/Longhand.h [modify] https://crrev.com/134ea9de9ba11ea9a234fe37f74793bb24dc87b4/third_party/WebKit/Source/core/css/properties/longhands/BackgroundColor.cpp [add] https://crrev.com/134ea9de9ba11ea9a234fe37f74793bb24dc87b4/third_party/WebKit/Source/core/css/properties/longhands/BorderBottomColor.cpp [delete] https://crrev.com/0feae3a05f44098a32d88103323d855fb68450a4/third_party/WebKit/Source/core/css/properties/longhands/BorderColorSide.cpp [add] https://crrev.com/134ea9de9ba11ea9a234fe37f74793bb24dc87b4/third_party/WebKit/Source/core/css/properties/longhands/BorderLeftColor.cpp [add] https://crrev.com/134ea9de9ba11ea9a234fe37f74793bb24dc87b4/third_party/WebKit/Source/core/css/properties/longhands/BorderRightColor.cpp [add] https://crrev.com/134ea9de9ba11ea9a234fe37f74793bb24dc87b4/third_party/WebKit/Source/core/css/properties/longhands/BorderTopColor.cpp [modify] https://crrev.com/134ea9de9ba11ea9a234fe37f74793bb24dc87b4/third_party/WebKit/Source/core/css/properties/longhands/CaretColor.cpp [modify] https://crrev.com/134ea9de9ba11ea9a234fe37f74793bb24dc87b4/third_party/WebKit/Source/core/css/properties/longhands/Color.cpp [delete] https://crrev.com/0feae3a05f44098a32d88103323d855fb68450a4/third_party/WebKit/Source/core/css/properties/longhands/ColorNoQuirks.cpp [add] https://crrev.com/134ea9de9ba11ea9a234fe37f74793bb24dc87b4/third_party/WebKit/Source/core/css/properties/longhands/ColumnRuleColor.cpp [add] https://crrev.com/134ea9de9ba11ea9a234fe37f74793bb24dc87b4/third_party/WebKit/Source/core/css/properties/longhands/FloodColor.cpp [add] https://crrev.com/134ea9de9ba11ea9a234fe37f74793bb24dc87b4/third_party/WebKit/Source/core/css/properties/longhands/LightingColor.cpp [modify] https://crrev.com/134ea9de9ba11ea9a234fe37f74793bb24dc87b4/third_party/WebKit/Source/core/css/properties/longhands/OutlineColor.cpp [add] https://crrev.com/134ea9de9ba11ea9a234fe37f74793bb24dc87b4/third_party/WebKit/Source/core/css/properties/longhands/StopColor.cpp [modify] https://crrev.com/134ea9de9ba11ea9a234fe37f74793bb24dc87b4/third_party/WebKit/Source/core/css/properties/longhands/TextDecorationColor.cpp [delete] https://crrev.com/0feae3a05f44098a32d88103323d855fb68450a4/third_party/WebKit/Source/core/css/properties/longhands/WebkitColorNoQuirks.cpp [add] https://crrev.com/134ea9de9ba11ea9a234fe37f74793bb24dc87b4/third_party/WebKit/Source/core/css/properties/longhands/WebkitTapHighlightColor.cpp [add] https://crrev.com/134ea9de9ba11ea9a234fe37f74793bb24dc87b4/third_party/WebKit/Source/core/css/properties/longhands/WebkitTextEmphasisColor.cpp [add] https://crrev.com/134ea9de9ba11ea9a234fe37f74793bb24dc87b4/third_party/WebKit/Source/core/css/properties/longhands/WebkitTextFillColor.cpp [modify] https://crrev.com/134ea9de9ba11ea9a234fe37f74793bb24dc87b4/third_party/WebKit/Source/core/css/properties/longhands/WebkitTextStrokeColor.cpp [modify] https://crrev.com/134ea9de9ba11ea9a234fe37f74793bb24dc87b4/third_party/WebKit/Source/core/css/resolver/StyleAdjuster.cpp [modify] https://crrev.com/134ea9de9ba11ea9a234fe37f74793bb24dc87b4/third_party/WebKit/Source/core/dom/Document.cpp [modify] https://crrev.com/134ea9de9ba11ea9a234fe37f74793bb24dc87b4/third_party/WebKit/Source/core/editing/CaretDisplayItemClient.cpp [modify] https://crrev.com/134ea9de9ba11ea9a234fe37f74793bb24dc87b4/third_party/WebKit/Source/core/editing/WebSubstringUtil.mm [modify] https://crrev.com/134ea9de9ba11ea9a234fe37f74793bb24dc87b4/third_party/WebKit/Source/core/exported/WebDocumentTest.cpp [modify] https://crrev.com/134ea9de9ba11ea9a234fe37f74793bb24dc87b4/third_party/WebKit/Source/core/exported/WebFrameTest.cpp [modify] https://crrev.com/134ea9de9ba11ea9a234fe37f74793bb24dc87b4/third_party/WebKit/Source/core/exported/WebViewTest.cpp [modify] https://crrev.com/134ea9de9ba11ea9a234fe37f74793bb24dc87b4/third_party/WebKit/Source/core/frame/LocalFrameView.cpp [modify] https://crrev.com/134ea9de9ba11ea9a234fe37f74793bb24dc87b4/third_party/WebKit/Source/core/html/forms/InternalPopupMenu.cpp [modify] https://crrev.com/134ea9de9ba11ea9a234fe37f74793bb24dc87b4/third_party/WebKit/Source/core/inspector/InspectorCSSAgent.cpp [modify] https://crrev.com/134ea9de9ba11ea9a234fe37f74793bb24dc87b4/third_party/WebKit/Source/core/layout/LayoutBox.cpp [modify] https://crrev.com/134ea9de9ba11ea9a234fe37f74793bb24dc87b4/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.cpp [modify] https://crrev.com/134ea9de9ba11ea9a234fe37f74793bb24dc87b4/third_party/WebKit/Source/core/layout/LayoutObject.cpp [modify] https://crrev.com/134ea9de9ba11ea9a234fe37f74793bb24dc87b4/third_party/WebKit/Source/core/layout/LayoutObject.h [modify] https://crrev.com/134ea9de9ba11ea9a234fe37f74793bb24dc87b4/third_party/WebKit/Source/core/layout/LayoutTableCell.cpp [modify] https://crrev.com/134ea9de9ba11ea9a234fe37f74793bb24dc87b4/third_party/WebKit/Source/core/layout/LayoutTableCell.h [modify] https://crrev.com/134ea9de9ba11ea9a234fe37f74793bb24dc87b4/third_party/WebKit/Source/core/layout/LayoutThemeTest.cpp [modify] https://crrev.com/134ea9de9ba11ea9a234fe37f74793bb24dc87b4/third_party/WebKit/Source/core/layout/LayoutTreeAsText.cpp [modify] https://crrev.com/134ea9de9ba11ea9a234fe37f74793bb24dc87b4/third_party/WebKit/Source/core/layout/api/LayoutItem.h [modify] https://crrev.com/134ea9de9ba11ea9a234fe37f74793bb24dc87b4/third_party/WebKit/Source/core/layout/api/LineLayoutItem.h [modify] https://crrev.com/134ea9de9ba11ea9a234fe37f74793bb24dc87b4/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourcePaintServer.cpp [modify] https://crrev.com/134ea9de9ba11ea9a234fe37f74793bb24dc87b4/third_party/WebKit/Source/core/layout/svg/SVGLayoutTreeAsText.cpp [modify] https://crrev.com/134ea9de9ba11ea9a234fe37f74793bb24dc87b4/third_party/WebKit/Source/core/paint/BoxDecorationData.cpp [modify] https://crrev.com/134ea9de9ba11ea9a234fe37f74793bb24dc87b4/third_party/WebKit/Source/core/paint/BoxPainterBase.cpp [modify] https://crrev.com/134ea9de9ba11ea9a234fe37f74793bb24dc87b4/third_party/WebKit/Source/core/paint/DetailsMarkerPainter.cpp [modify] https://crrev.com/134ea9de9ba11ea9a234fe37f74793bb24dc87b4/third_party/WebKit/Source/core/paint/FileUploadControlPainter.cpp [modify] https://crrev.com/134ea9de9ba11ea9a234fe37f74793bb24dc87b4/third_party/WebKit/Source/core/paint/FrameSetPainter.cpp [modify] https://crrev.com/134ea9de9ba11ea9a234fe37f74793bb24dc87b4/third_party/WebKit/Source/core/paint/ImagePainter.cpp [modify] https://crrev.com/134ea9de9ba11ea9a234fe37f74793bb24dc87b4/third_party/WebKit/Source/core/paint/InlineFlowBoxPainter.cpp [modify] https://crrev.com/134ea9de9ba11ea9a234fe37f74793bb24dc87b4/third_party/WebKit/Source/core/paint/InlineTextBoxPainter.cpp [modify] https://crrev.com/134ea9de9ba11ea9a234fe37f74793bb24dc87b4/third_party/WebKit/Source/core/paint/ListMarkerPainter.cpp [modify] https://crrev.com/134ea9de9ba11ea9a234fe37f74793bb24dc87b4/third_party/WebKit/Source/core/paint/MultiColumnSetPainter.cpp [modify] https://crrev.com/134ea9de9ba11ea9a234fe37f74793bb24dc87b4/third_party/WebKit/Source/core/paint/ObjectPainterBase.cpp [modify] https://crrev.com/134ea9de9ba11ea9a234fe37f74793bb24dc87b4/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp [modify] https://crrev.com/134ea9de9ba11ea9a234fe37f74793bb24dc87b4/third_party/WebKit/Source/core/paint/SVGInlineTextBoxPainter.cpp [modify] https://crrev.com/134ea9de9ba11ea9a234fe37f74793bb24dc87b4/third_party/WebKit/Source/core/paint/SelectionPaintingUtils.cpp [modify] https://crrev.com/134ea9de9ba11ea9a234fe37f74793bb24dc87b4/third_party/WebKit/Source/core/paint/TableCellPainter.cpp [modify] https://crrev.com/134ea9de9ba11ea9a234fe37f74793bb24dc87b4/third_party/WebKit/Source/core/paint/TextPainterBase.cpp [modify] https://crrev.com/134ea9de9ba11ea9a234fe37f74793bb24dc87b4/third_party/WebKit/Source/core/paint/ThemePainter.cpp [modify] https://crrev.com/134ea9de9ba11ea9a234fe37f74793bb24dc87b4/third_party/WebKit/Source/core/paint/ThemePainterDefault.cpp [modify] https://crrev.com/134ea9de9ba11ea9a234fe37f74793bb24dc87b4/third_party/WebKit/Source/core/paint/ThemePainterMac.mm [modify] https://crrev.com/134ea9de9ba11ea9a234fe37f74793bb24dc87b4/third_party/WebKit/Source/core/paint/ViewPainter.cpp [modify] https://crrev.com/134ea9de9ba11ea9a234fe37f74793bb24dc87b4/third_party/WebKit/Source/core/paint/compositing/CompositedLayerMapping.cpp [modify] https://crrev.com/134ea9de9ba11ea9a234fe37f74793bb24dc87b4/third_party/WebKit/Source/core/style/ComputedStyle.cpp [modify] https://crrev.com/134ea9de9ba11ea9a234fe37f74793bb24dc87b4/third_party/WebKit/Source/core/style/ComputedStyle.h [modify] https://crrev.com/134ea9de9ba11ea9a234fe37f74793bb24dc87b4/third_party/WebKit/Source/core/svg/SVGAnimatedColor.cpp [modify] https://crrev.com/134ea9de9ba11ea9a234fe37f74793bb24dc87b4/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.cpp [modify] https://crrev.com/134ea9de9ba11ea9a234fe37f74793bb24dc87b4/third_party/WebKit/Source/modules/accessibility/AXTable.cpp
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/7fd2e1318c64a5fdaa7b6299042d6845bdea3f55 commit 7fd2e1318c64a5fdaa7b6299042d6845bdea3f55 Author: Kunihiko Sakamoto <ksakamoto@chromium.org> Date: Wed Dec 06 03:42:42 2017 Revert "Ribbonize ComputedStyleCSSValueMapping colors" This reverts commit 134ea9de9ba11ea9a234fe37f74793bb24dc87b4. Reason for revert: Broke WinMSVC64 (dbg) Build: https://ci.chromium.org/buildbot/chromium.win/WinMSVC64%20(dbg)/740 Original change's description: > Ribbonize ComputedStyleCSSValueMapping colors > > This CL also changes the behavior for ColumnRuleColor. > It used to call VisitedDependentColor(CSSPropertyOutlineColor), > but that seemed wrong so I changed it to use > VisitedDependentColor(CSSPropertyColumnRuleColor). > > There will be more CLs immediately following to finish Ribbonizing > this class. Please ping me for a link to the design doc. > > Bug: 775360 > Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 > Change-Id: I2b204146eafdd1fd7a74d8a9b8c8bb707d5f3eea > Reviewed-on: https://chromium-review.googlesource.com/781442 > Reviewed-by: Darren Shen <shend@chromium.org> > Reviewed-by: Kentaro Hara <haraken@chromium.org> > Reviewed-by: Alice Boxhall <aboxhall@chromium.org> > Reviewed-by: meade_UTC10 <meade@chromium.org> > Commit-Queue: Renée Wright <rjwright@chromium.org> > Cr-Commit-Position: refs/heads/master@{#521980} TBR=aboxhall@chromium.org,haraken@chromium.org,rjwright@chromium.org,meade@chromium.org,shend@chromium.org Change-Id: Ia95e9bd383940bdef3201d7f325973ff9649678c No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 775360 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Reviewed-on: https://chromium-review.googlesource.com/810324 Reviewed-by: Kunihiko Sakamoto <ksakamoto@chromium.org> Commit-Queue: Kunihiko Sakamoto <ksakamoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#521986} [modify] https://crrev.com/7fd2e1318c64a5fdaa7b6299042d6845bdea3f55/third_party/WebKit/Source/build/scripts/core/css/properties/templates/CSSProperty.h.tmpl [modify] https://crrev.com/7fd2e1318c64a5fdaa7b6299042d6845bdea3f55/third_party/WebKit/Source/core/BUILD.gn [modify] https://crrev.com/7fd2e1318c64a5fdaa7b6299042d6845bdea3f55/third_party/WebKit/Source/core/clipboard/DataTransferTest.cpp [modify] https://crrev.com/7fd2e1318c64a5fdaa7b6299042d6845bdea3f55/third_party/WebKit/Source/core/css/BUILD.gn [modify] https://crrev.com/7fd2e1318c64a5fdaa7b6299042d6845bdea3f55/third_party/WebKit/Source/core/css/CSSGradientValue.cpp [modify] https://crrev.com/7fd2e1318c64a5fdaa7b6299042d6845bdea3f55/third_party/WebKit/Source/core/css/CSSProperties.json5 [modify] https://crrev.com/7fd2e1318c64a5fdaa7b6299042d6845bdea3f55/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp [modify] https://crrev.com/7fd2e1318c64a5fdaa7b6299042d6845bdea3f55/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.h [modify] https://crrev.com/7fd2e1318c64a5fdaa7b6299042d6845bdea3f55/third_party/WebKit/Source/core/css/StyleEngineTest.cpp [modify] https://crrev.com/7fd2e1318c64a5fdaa7b6299042d6845bdea3f55/third_party/WebKit/Source/core/css/properties/CSSParsingUtils.cpp [modify] https://crrev.com/7fd2e1318c64a5fdaa7b6299042d6845bdea3f55/third_party/WebKit/Source/core/css/properties/CSSParsingUtils.h [modify] https://crrev.com/7fd2e1318c64a5fdaa7b6299042d6845bdea3f55/third_party/WebKit/Source/core/css/properties/CSSPropertyMethods.json5 [delete] https://crrev.com/b7100ab5e682a196b8b027726f9ffb5200e6bbc3/third_party/WebKit/Source/core/css/properties/ComputedStyleUtils.cpp [delete] https://crrev.com/b7100ab5e682a196b8b027726f9ffb5200e6bbc3/third_party/WebKit/Source/core/css/properties/ComputedStyleUtils.h [modify] https://crrev.com/7fd2e1318c64a5fdaa7b6299042d6845bdea3f55/third_party/WebKit/Source/core/css/properties/Longhand.h [modify] https://crrev.com/7fd2e1318c64a5fdaa7b6299042d6845bdea3f55/third_party/WebKit/Source/core/css/properties/longhands/BackgroundColor.cpp [delete] https://crrev.com/b7100ab5e682a196b8b027726f9ffb5200e6bbc3/third_party/WebKit/Source/core/css/properties/longhands/BorderBottomColor.cpp [add] https://crrev.com/7fd2e1318c64a5fdaa7b6299042d6845bdea3f55/third_party/WebKit/Source/core/css/properties/longhands/BorderColorSide.cpp [delete] https://crrev.com/b7100ab5e682a196b8b027726f9ffb5200e6bbc3/third_party/WebKit/Source/core/css/properties/longhands/BorderLeftColor.cpp [delete] https://crrev.com/b7100ab5e682a196b8b027726f9ffb5200e6bbc3/third_party/WebKit/Source/core/css/properties/longhands/BorderRightColor.cpp [delete] https://crrev.com/b7100ab5e682a196b8b027726f9ffb5200e6bbc3/third_party/WebKit/Source/core/css/properties/longhands/BorderTopColor.cpp [modify] https://crrev.com/7fd2e1318c64a5fdaa7b6299042d6845bdea3f55/third_party/WebKit/Source/core/css/properties/longhands/CaretColor.cpp [modify] https://crrev.com/7fd2e1318c64a5fdaa7b6299042d6845bdea3f55/third_party/WebKit/Source/core/css/properties/longhands/Color.cpp [add] https://crrev.com/7fd2e1318c64a5fdaa7b6299042d6845bdea3f55/third_party/WebKit/Source/core/css/properties/longhands/ColorNoQuirks.cpp [delete] https://crrev.com/b7100ab5e682a196b8b027726f9ffb5200e6bbc3/third_party/WebKit/Source/core/css/properties/longhands/ColumnRuleColor.cpp [delete] https://crrev.com/b7100ab5e682a196b8b027726f9ffb5200e6bbc3/third_party/WebKit/Source/core/css/properties/longhands/FloodColor.cpp [delete] https://crrev.com/b7100ab5e682a196b8b027726f9ffb5200e6bbc3/third_party/WebKit/Source/core/css/properties/longhands/LightingColor.cpp [modify] https://crrev.com/7fd2e1318c64a5fdaa7b6299042d6845bdea3f55/third_party/WebKit/Source/core/css/properties/longhands/OutlineColor.cpp [delete] https://crrev.com/b7100ab5e682a196b8b027726f9ffb5200e6bbc3/third_party/WebKit/Source/core/css/properties/longhands/StopColor.cpp [modify] https://crrev.com/7fd2e1318c64a5fdaa7b6299042d6845bdea3f55/third_party/WebKit/Source/core/css/properties/longhands/TextDecorationColor.cpp [add] https://crrev.com/7fd2e1318c64a5fdaa7b6299042d6845bdea3f55/third_party/WebKit/Source/core/css/properties/longhands/WebkitColorNoQuirks.cpp [delete] https://crrev.com/b7100ab5e682a196b8b027726f9ffb5200e6bbc3/third_party/WebKit/Source/core/css/properties/longhands/WebkitTapHighlightColor.cpp [delete] https://crrev.com/b7100ab5e682a196b8b027726f9ffb5200e6bbc3/third_party/WebKit/Source/core/css/properties/longhands/WebkitTextEmphasisColor.cpp [delete] https://crrev.com/b7100ab5e682a196b8b027726f9ffb5200e6bbc3/third_party/WebKit/Source/core/css/properties/longhands/WebkitTextFillColor.cpp [modify] https://crrev.com/7fd2e1318c64a5fdaa7b6299042d6845bdea3f55/third_party/WebKit/Source/core/css/properties/longhands/WebkitTextStrokeColor.cpp [modify] https://crrev.com/7fd2e1318c64a5fdaa7b6299042d6845bdea3f55/third_party/WebKit/Source/core/css/resolver/StyleAdjuster.cpp [modify] https://crrev.com/7fd2e1318c64a5fdaa7b6299042d6845bdea3f55/third_party/WebKit/Source/core/dom/Document.cpp [modify] https://crrev.com/7fd2e1318c64a5fdaa7b6299042d6845bdea3f55/third_party/WebKit/Source/core/editing/CaretDisplayItemClient.cpp [modify] https://crrev.com/7fd2e1318c64a5fdaa7b6299042d6845bdea3f55/third_party/WebKit/Source/core/editing/WebSubstringUtil.mm [modify] https://crrev.com/7fd2e1318c64a5fdaa7b6299042d6845bdea3f55/third_party/WebKit/Source/core/exported/WebDocumentTest.cpp [modify] https://crrev.com/7fd2e1318c64a5fdaa7b6299042d6845bdea3f55/third_party/WebKit/Source/core/exported/WebFrameTest.cpp [modify] https://crrev.com/7fd2e1318c64a5fdaa7b6299042d6845bdea3f55/third_party/WebKit/Source/core/exported/WebViewTest.cpp [modify] https://crrev.com/7fd2e1318c64a5fdaa7b6299042d6845bdea3f55/third_party/WebKit/Source/core/frame/LocalFrameView.cpp [modify] https://crrev.com/7fd2e1318c64a5fdaa7b6299042d6845bdea3f55/third_party/WebKit/Source/core/html/forms/InternalPopupMenu.cpp [modify] https://crrev.com/7fd2e1318c64a5fdaa7b6299042d6845bdea3f55/third_party/WebKit/Source/core/inspector/InspectorCSSAgent.cpp [modify] https://crrev.com/7fd2e1318c64a5fdaa7b6299042d6845bdea3f55/third_party/WebKit/Source/core/layout/LayoutBox.cpp [modify] https://crrev.com/7fd2e1318c64a5fdaa7b6299042d6845bdea3f55/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.cpp [modify] https://crrev.com/7fd2e1318c64a5fdaa7b6299042d6845bdea3f55/third_party/WebKit/Source/core/layout/LayoutObject.cpp [modify] https://crrev.com/7fd2e1318c64a5fdaa7b6299042d6845bdea3f55/third_party/WebKit/Source/core/layout/LayoutObject.h [modify] https://crrev.com/7fd2e1318c64a5fdaa7b6299042d6845bdea3f55/third_party/WebKit/Source/core/layout/LayoutTableCell.cpp [modify] https://crrev.com/7fd2e1318c64a5fdaa7b6299042d6845bdea3f55/third_party/WebKit/Source/core/layout/LayoutTableCell.h [modify] https://crrev.com/7fd2e1318c64a5fdaa7b6299042d6845bdea3f55/third_party/WebKit/Source/core/layout/LayoutThemeTest.cpp [modify] https://crrev.com/7fd2e1318c64a5fdaa7b6299042d6845bdea3f55/third_party/WebKit/Source/core/layout/LayoutTreeAsText.cpp [modify] https://crrev.com/7fd2e1318c64a5fdaa7b6299042d6845bdea3f55/third_party/WebKit/Source/core/layout/api/LayoutItem.h [modify] https://crrev.com/7fd2e1318c64a5fdaa7b6299042d6845bdea3f55/third_party/WebKit/Source/core/layout/api/LineLayoutItem.h [modify] https://crrev.com/7fd2e1318c64a5fdaa7b6299042d6845bdea3f55/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourcePaintServer.cpp [modify] https://crrev.com/7fd2e1318c64a5fdaa7b6299042d6845bdea3f55/third_party/WebKit/Source/core/layout/svg/SVGLayoutTreeAsText.cpp [modify] https://crrev.com/7fd2e1318c64a5fdaa7b6299042d6845bdea3f55/third_party/WebKit/Source/core/paint/BoxDecorationData.cpp [modify] https://crrev.com/7fd2e1318c64a5fdaa7b6299042d6845bdea3f55/third_party/WebKit/Source/core/paint/BoxPainterBase.cpp [modify] https://crrev.com/7fd2e1318c64a5fdaa7b6299042d6845bdea3f55/third_party/WebKit/Source/core/paint/DetailsMarkerPainter.cpp [modify] https://crrev.com/7fd2e1318c64a5fdaa7b6299042d6845bdea3f55/third_party/WebKit/Source/core/paint/FileUploadControlPainter.cpp [modify] https://crrev.com/7fd2e1318c64a5fdaa7b6299042d6845bdea3f55/third_party/WebKit/Source/core/paint/FrameSetPainter.cpp [modify] https://crrev.com/7fd2e1318c64a5fdaa7b6299042d6845bdea3f55/third_party/WebKit/Source/core/paint/ImagePainter.cpp [modify] https://crrev.com/7fd2e1318c64a5fdaa7b6299042d6845bdea3f55/third_party/WebKit/Source/core/paint/InlineFlowBoxPainter.cpp [modify] https://crrev.com/7fd2e1318c64a5fdaa7b6299042d6845bdea3f55/third_party/WebKit/Source/core/paint/InlineTextBoxPainter.cpp [modify] https://crrev.com/7fd2e1318c64a5fdaa7b6299042d6845bdea3f55/third_party/WebKit/Source/core/paint/ListMarkerPainter.cpp [modify] https://crrev.com/7fd2e1318c64a5fdaa7b6299042d6845bdea3f55/third_party/WebKit/Source/core/paint/MultiColumnSetPainter.cpp [modify] https://crrev.com/7fd2e1318c64a5fdaa7b6299042d6845bdea3f55/third_party/WebKit/Source/core/paint/ObjectPainterBase.cpp [modify] https://crrev.com/7fd2e1318c64a5fdaa7b6299042d6845bdea3f55/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp [modify] https://crrev.com/7fd2e1318c64a5fdaa7b6299042d6845bdea3f55/third_party/WebKit/Source/core/paint/SVGInlineTextBoxPainter.cpp [modify] https://crrev.com/7fd2e1318c64a5fdaa7b6299042d6845bdea3f55/third_party/WebKit/Source/core/paint/SelectionPaintingUtils.cpp [modify] https://crrev.com/7fd2e1318c64a5fdaa7b6299042d6845bdea3f55/third_party/WebKit/Source/core/paint/TableCellPainter.cpp [modify] https://crrev.com/7fd2e1318c64a5fdaa7b6299042d6845bdea3f55/third_party/WebKit/Source/core/paint/TextPainterBase.cpp [modify] https://crrev.com/7fd2e1318c64a5fdaa7b6299042d6845bdea3f55/third_party/WebKit/Source/core/paint/ThemePainter.cpp [modify] https://crrev.com/7fd2e1318c64a5fdaa7b6299042d6845bdea3f55/third_party/WebKit/Source/core/paint/ThemePainterDefault.cpp [modify] https://crrev.com/7fd2e1318c64a5fdaa7b6299042d6845bdea3f55/third_party/WebKit/Source/core/paint/ThemePainterMac.mm [modify] https://crrev.com/7fd2e1318c64a5fdaa7b6299042d6845bdea3f55/third_party/WebKit/Source/core/paint/ViewPainter.cpp [modify] https://crrev.com/7fd2e1318c64a5fdaa7b6299042d6845bdea3f55/third_party/WebKit/Source/core/paint/compositing/CompositedLayerMapping.cpp [modify] https://crrev.com/7fd2e1318c64a5fdaa7b6299042d6845bdea3f55/third_party/WebKit/Source/core/style/ComputedStyle.cpp [modify] https://crrev.com/7fd2e1318c64a5fdaa7b6299042d6845bdea3f55/third_party/WebKit/Source/core/style/ComputedStyle.h [modify] https://crrev.com/7fd2e1318c64a5fdaa7b6299042d6845bdea3f55/third_party/WebKit/Source/core/svg/SVGAnimatedColor.cpp [modify] https://crrev.com/7fd2e1318c64a5fdaa7b6299042d6845bdea3f55/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.cpp [modify] https://crrev.com/7fd2e1318c64a5fdaa7b6299042d6845bdea3f55/third_party/WebKit/Source/modules/accessibility/AXTable.cpp
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/680b565eac65ea1721d6414cd901a5d7813c1359 commit 680b565eac65ea1721d6414cd901a5d7813c1359 Author: Renee Wright <rjwright@chromium.org> Date: Wed Dec 06 13:58:24 2017 [RE-UPLOAD] Ribbonize ComputedStyleCSSValueMapping colors I think this should fix the reason this originally was reverted https://chromium-review.googlesource.com/c/chromium/src/+/810324 I have removed the last two lines of ComputedStyleCSSValueMapping::Get. This CL also changes the behavior for ColumnRuleColor. It used to call VisitedDependentColor(CSSPropertyOutlineColor), but that seemed wrong so I changed it to use VisitedDependentColor(CSSPropertyColumnRuleColor). There will be more CLs immediately following to finish Ribbonizing this class. Please ping me for a link to the design doc. Bug: 775360 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I0bca0a6ef9dde73d20aad9f733d7f63ce194a50e Reviewed-on: https://chromium-review.googlesource.com/810001 Reviewed-by: meade_UTC10 <meade@chromium.org> Reviewed-by: Kentaro Hara <haraken@chromium.org> Commit-Queue: Renée Wright <rjwright@chromium.org> Cr-Commit-Position: refs/heads/master@{#522078} [modify] https://crrev.com/680b565eac65ea1721d6414cd901a5d7813c1359/third_party/WebKit/Source/build/scripts/core/css/properties/templates/CSSProperty.h.tmpl [modify] https://crrev.com/680b565eac65ea1721d6414cd901a5d7813c1359/third_party/WebKit/Source/core/BUILD.gn [modify] https://crrev.com/680b565eac65ea1721d6414cd901a5d7813c1359/third_party/WebKit/Source/core/clipboard/DataTransferTest.cpp [modify] https://crrev.com/680b565eac65ea1721d6414cd901a5d7813c1359/third_party/WebKit/Source/core/css/BUILD.gn [modify] https://crrev.com/680b565eac65ea1721d6414cd901a5d7813c1359/third_party/WebKit/Source/core/css/CSSGradientValue.cpp [modify] https://crrev.com/680b565eac65ea1721d6414cd901a5d7813c1359/third_party/WebKit/Source/core/css/CSSProperties.json5 [modify] https://crrev.com/680b565eac65ea1721d6414cd901a5d7813c1359/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp [modify] https://crrev.com/680b565eac65ea1721d6414cd901a5d7813c1359/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.h [modify] https://crrev.com/680b565eac65ea1721d6414cd901a5d7813c1359/third_party/WebKit/Source/core/css/StyleEngineTest.cpp [modify] https://crrev.com/680b565eac65ea1721d6414cd901a5d7813c1359/third_party/WebKit/Source/core/css/properties/CSSParsingUtils.cpp [modify] https://crrev.com/680b565eac65ea1721d6414cd901a5d7813c1359/third_party/WebKit/Source/core/css/properties/CSSParsingUtils.h [modify] https://crrev.com/680b565eac65ea1721d6414cd901a5d7813c1359/third_party/WebKit/Source/core/css/properties/CSSPropertyMethods.json5 [add] https://crrev.com/680b565eac65ea1721d6414cd901a5d7813c1359/third_party/WebKit/Source/core/css/properties/ComputedStyleUtils.cpp [add] https://crrev.com/680b565eac65ea1721d6414cd901a5d7813c1359/third_party/WebKit/Source/core/css/properties/ComputedStyleUtils.h [modify] https://crrev.com/680b565eac65ea1721d6414cd901a5d7813c1359/third_party/WebKit/Source/core/css/properties/Longhand.h [modify] https://crrev.com/680b565eac65ea1721d6414cd901a5d7813c1359/third_party/WebKit/Source/core/css/properties/longhands/BackgroundColor.cpp [add] https://crrev.com/680b565eac65ea1721d6414cd901a5d7813c1359/third_party/WebKit/Source/core/css/properties/longhands/BorderBottomColor.cpp [delete] https://crrev.com/dfdc5da02c11664a184893d2e236480dbeacc9e0/third_party/WebKit/Source/core/css/properties/longhands/BorderColorSide.cpp [add] https://crrev.com/680b565eac65ea1721d6414cd901a5d7813c1359/third_party/WebKit/Source/core/css/properties/longhands/BorderLeftColor.cpp [add] https://crrev.com/680b565eac65ea1721d6414cd901a5d7813c1359/third_party/WebKit/Source/core/css/properties/longhands/BorderRightColor.cpp [add] https://crrev.com/680b565eac65ea1721d6414cd901a5d7813c1359/third_party/WebKit/Source/core/css/properties/longhands/BorderTopColor.cpp [modify] https://crrev.com/680b565eac65ea1721d6414cd901a5d7813c1359/third_party/WebKit/Source/core/css/properties/longhands/CaretColor.cpp [modify] https://crrev.com/680b565eac65ea1721d6414cd901a5d7813c1359/third_party/WebKit/Source/core/css/properties/longhands/Color.cpp [delete] https://crrev.com/dfdc5da02c11664a184893d2e236480dbeacc9e0/third_party/WebKit/Source/core/css/properties/longhands/ColorNoQuirks.cpp [add] https://crrev.com/680b565eac65ea1721d6414cd901a5d7813c1359/third_party/WebKit/Source/core/css/properties/longhands/ColumnRuleColor.cpp [add] https://crrev.com/680b565eac65ea1721d6414cd901a5d7813c1359/third_party/WebKit/Source/core/css/properties/longhands/FloodColor.cpp [add] https://crrev.com/680b565eac65ea1721d6414cd901a5d7813c1359/third_party/WebKit/Source/core/css/properties/longhands/LightingColor.cpp [modify] https://crrev.com/680b565eac65ea1721d6414cd901a5d7813c1359/third_party/WebKit/Source/core/css/properties/longhands/OutlineColor.cpp [add] https://crrev.com/680b565eac65ea1721d6414cd901a5d7813c1359/third_party/WebKit/Source/core/css/properties/longhands/StopColor.cpp [modify] https://crrev.com/680b565eac65ea1721d6414cd901a5d7813c1359/third_party/WebKit/Source/core/css/properties/longhands/TextDecorationColor.cpp [delete] https://crrev.com/dfdc5da02c11664a184893d2e236480dbeacc9e0/third_party/WebKit/Source/core/css/properties/longhands/WebkitColorNoQuirks.cpp [add] https://crrev.com/680b565eac65ea1721d6414cd901a5d7813c1359/third_party/WebKit/Source/core/css/properties/longhands/WebkitTapHighlightColor.cpp [add] https://crrev.com/680b565eac65ea1721d6414cd901a5d7813c1359/third_party/WebKit/Source/core/css/properties/longhands/WebkitTextEmphasisColor.cpp [add] https://crrev.com/680b565eac65ea1721d6414cd901a5d7813c1359/third_party/WebKit/Source/core/css/properties/longhands/WebkitTextFillColor.cpp [modify] https://crrev.com/680b565eac65ea1721d6414cd901a5d7813c1359/third_party/WebKit/Source/core/css/properties/longhands/WebkitTextStrokeColor.cpp [modify] https://crrev.com/680b565eac65ea1721d6414cd901a5d7813c1359/third_party/WebKit/Source/core/css/resolver/StyleAdjuster.cpp [modify] https://crrev.com/680b565eac65ea1721d6414cd901a5d7813c1359/third_party/WebKit/Source/core/dom/Document.cpp [modify] https://crrev.com/680b565eac65ea1721d6414cd901a5d7813c1359/third_party/WebKit/Source/core/editing/CaretDisplayItemClient.cpp [modify] https://crrev.com/680b565eac65ea1721d6414cd901a5d7813c1359/third_party/WebKit/Source/core/editing/WebSubstringUtil.mm [modify] https://crrev.com/680b565eac65ea1721d6414cd901a5d7813c1359/third_party/WebKit/Source/core/exported/WebDocumentTest.cpp [modify] https://crrev.com/680b565eac65ea1721d6414cd901a5d7813c1359/third_party/WebKit/Source/core/exported/WebFrameTest.cpp [modify] https://crrev.com/680b565eac65ea1721d6414cd901a5d7813c1359/third_party/WebKit/Source/core/exported/WebViewTest.cpp [modify] https://crrev.com/680b565eac65ea1721d6414cd901a5d7813c1359/third_party/WebKit/Source/core/frame/LocalFrameView.cpp [modify] https://crrev.com/680b565eac65ea1721d6414cd901a5d7813c1359/third_party/WebKit/Source/core/html/forms/InternalPopupMenu.cpp [modify] https://crrev.com/680b565eac65ea1721d6414cd901a5d7813c1359/third_party/WebKit/Source/core/inspector/InspectorCSSAgent.cpp [modify] https://crrev.com/680b565eac65ea1721d6414cd901a5d7813c1359/third_party/WebKit/Source/core/layout/LayoutBox.cpp [modify] https://crrev.com/680b565eac65ea1721d6414cd901a5d7813c1359/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.cpp [modify] https://crrev.com/680b565eac65ea1721d6414cd901a5d7813c1359/third_party/WebKit/Source/core/layout/LayoutObject.cpp [modify] https://crrev.com/680b565eac65ea1721d6414cd901a5d7813c1359/third_party/WebKit/Source/core/layout/LayoutObject.h [modify] https://crrev.com/680b565eac65ea1721d6414cd901a5d7813c1359/third_party/WebKit/Source/core/layout/LayoutTableCell.cpp [modify] https://crrev.com/680b565eac65ea1721d6414cd901a5d7813c1359/third_party/WebKit/Source/core/layout/LayoutTableCell.h [modify] https://crrev.com/680b565eac65ea1721d6414cd901a5d7813c1359/third_party/WebKit/Source/core/layout/LayoutThemeTest.cpp [modify] https://crrev.com/680b565eac65ea1721d6414cd901a5d7813c1359/third_party/WebKit/Source/core/layout/LayoutTreeAsText.cpp [modify] https://crrev.com/680b565eac65ea1721d6414cd901a5d7813c1359/third_party/WebKit/Source/core/layout/api/LayoutItem.h [modify] https://crrev.com/680b565eac65ea1721d6414cd901a5d7813c1359/third_party/WebKit/Source/core/layout/api/LineLayoutItem.h [modify] https://crrev.com/680b565eac65ea1721d6414cd901a5d7813c1359/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourcePaintServer.cpp [modify] https://crrev.com/680b565eac65ea1721d6414cd901a5d7813c1359/third_party/WebKit/Source/core/layout/svg/SVGLayoutTreeAsText.cpp [modify] https://crrev.com/680b565eac65ea1721d6414cd901a5d7813c1359/third_party/WebKit/Source/core/paint/BoxDecorationData.cpp [modify] https://crrev.com/680b565eac65ea1721d6414cd901a5d7813c1359/third_party/WebKit/Source/core/paint/BoxPainterBase.cpp [modify] https://crrev.com/680b565eac65ea1721d6414cd901a5d7813c1359/third_party/WebKit/Source/core/paint/DetailsMarkerPainter.cpp [modify] https://crrev.com/680b565eac65ea1721d6414cd901a5d7813c1359/third_party/WebKit/Source/core/paint/FileUploadControlPainter.cpp [modify] https://crrev.com/680b565eac65ea1721d6414cd901a5d7813c1359/third_party/WebKit/Source/core/paint/FrameSetPainter.cpp [modify] https://crrev.com/680b565eac65ea1721d6414cd901a5d7813c1359/third_party/WebKit/Source/core/paint/ImagePainter.cpp [modify] https://crrev.com/680b565eac65ea1721d6414cd901a5d7813c1359/third_party/WebKit/Source/core/paint/InlineFlowBoxPainter.cpp [modify] https://crrev.com/680b565eac65ea1721d6414cd901a5d7813c1359/third_party/WebKit/Source/core/paint/InlineTextBoxPainter.cpp [modify] https://crrev.com/680b565eac65ea1721d6414cd901a5d7813c1359/third_party/WebKit/Source/core/paint/ListMarkerPainter.cpp [modify] https://crrev.com/680b565eac65ea1721d6414cd901a5d7813c1359/third_party/WebKit/Source/core/paint/MultiColumnSetPainter.cpp [modify] https://crrev.com/680b565eac65ea1721d6414cd901a5d7813c1359/third_party/WebKit/Source/core/paint/ObjectPainterBase.cpp [modify] https://crrev.com/680b565eac65ea1721d6414cd901a5d7813c1359/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp [modify] https://crrev.com/680b565eac65ea1721d6414cd901a5d7813c1359/third_party/WebKit/Source/core/paint/SVGInlineTextBoxPainter.cpp [modify] https://crrev.com/680b565eac65ea1721d6414cd901a5d7813c1359/third_party/WebKit/Source/core/paint/SelectionPaintingUtils.cpp [modify] https://crrev.com/680b565eac65ea1721d6414cd901a5d7813c1359/third_party/WebKit/Source/core/paint/TableCellPainter.cpp [modify] https://crrev.com/680b565eac65ea1721d6414cd901a5d7813c1359/third_party/WebKit/Source/core/paint/TextPainterBase.cpp [modify] https://crrev.com/680b565eac65ea1721d6414cd901a5d7813c1359/third_party/WebKit/Source/core/paint/ThemePainter.cpp [modify] https://crrev.com/680b565eac65ea1721d6414cd901a5d7813c1359/third_party/WebKit/Source/core/paint/ThemePainterDefault.cpp [modify] https://crrev.com/680b565eac65ea1721d6414cd901a5d7813c1359/third_party/WebKit/Source/core/paint/ThemePainterMac.mm [modify] https://crrev.com/680b565eac65ea1721d6414cd901a5d7813c1359/third_party/WebKit/Source/core/paint/ViewPainter.cpp [modify] https://crrev.com/680b565eac65ea1721d6414cd901a5d7813c1359/third_party/WebKit/Source/core/paint/compositing/CompositedLayerMapping.cpp [modify] https://crrev.com/680b565eac65ea1721d6414cd901a5d7813c1359/third_party/WebKit/Source/core/style/ComputedStyle.cpp [modify] https://crrev.com/680b565eac65ea1721d6414cd901a5d7813c1359/third_party/WebKit/Source/core/style/ComputedStyle.h [modify] https://crrev.com/680b565eac65ea1721d6414cd901a5d7813c1359/third_party/WebKit/Source/core/svg/SVGAnimatedColor.cpp [modify] https://crrev.com/680b565eac65ea1721d6414cd901a5d7813c1359/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.cpp [modify] https://crrev.com/680b565eac65ea1721d6414cd901a5d7813c1359/third_party/WebKit/Source/modules/accessibility/AXTable.cpp
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/4db8a8c43cf2d033c429103432c83fee14c0e949 commit 4db8a8c43cf2d033c429103432c83fee14c0e949 Author: Renee Wright <rjwright@chromium.org> Date: Wed Jan 03 00:52:34 2018 [Ribbon] Ribbonize more of ComputedStyleCSSValueMapping This CL does the cases that return - ZoomAdjustedPixelValue - ZoomAdjustedPixelValueForLength - CSSIdentifierValue::Create - nullprt Bug: 775360 Change-Id: I92c1f2d8f302ebab37fb17ef54a152f154dceb9b Reviewed-on: https://chromium-review.googlesource.com/822017 Reviewed-by: nainar <nainar@chromium.org> Commit-Queue: Renée Wright <rjwright@chromium.org> Cr-Commit-Position: refs/heads/master@{#526555} [modify] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/build/scripts/core/css/properties/make_css_property_subclasses.py [modify] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/build/scripts/core/css/properties/templates/CSSProperty.h.tmpl [modify] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/build/scripts/core/css/properties/templates/CSSPropertySubclass.h.tmpl [modify] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/BUILD.gn [modify] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/CSSProperties.json5 [modify] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp [modify] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/CSSPropertyBaseCustom.cpp [modify] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/CSSPropertyMethods.json5 [modify] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/ComputedStyleUtils.cpp [modify] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/ComputedStyleUtils.h [add] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/AlignmentBaselineCustom.cpp [add] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/BackfaceVisibilityCustom.cpp [modify] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/BackgroundColorCustom.cpp [modify] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/BorderBottomColorCustom.cpp [add] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/BorderBottomStyleCustom.cpp [modify] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/BorderBottomWidthCustom.cpp [modify] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/BorderLeftColorCustom.cpp [add] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/BorderLeftStyleCustom.cpp [modify] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/BorderLeftWidthCustom.cpp [modify] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/BorderRightColorCustom.cpp [add] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/BorderRightStyleCustom.cpp [modify] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/BorderRightWidthCustom.cpp [modify] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/BorderTopColorCustom.cpp [add] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/BorderTopStyleCustom.cpp [modify] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/BorderTopWidthCustom.cpp [add] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/BreakAfterCustom.cpp [add] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/BreakBeforeCustom.cpp [add] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/BreakInsideCustom.cpp [add] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/BufferedRenderingCustom.cpp [add] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/CaptionSideCustom.cpp [modify] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/CaretColorCustom.cpp [add] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/ClearCustom.cpp [add] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/ClipRuleCustom.cpp [modify] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/ColorCustom.cpp [add] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/ColorInterpolationCustom.cpp [add] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/ColorInterpolationFiltersCustom.cpp [add] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/ColorRenderingCustom.cpp [add] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/ColumnFillCustom.cpp [modify] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/ColumnRuleColorCustom.cpp [add] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/ColumnRuleStyleCustom.cpp [modify] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/ColumnRuleWidthCustom.cpp [modify] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/ColumnSpanCustom.cpp [modify] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/CxCustom.cpp [modify] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/CyCustom.cpp [add] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/DirectionCustom.cpp [add] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/DisplayCustom.cpp [add] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/DominantBaselineCustom.cpp [add] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/EmptyCellsCustom.cpp [add] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/FillRuleCustom.cpp [modify] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/FlexBasisCustom.cpp [add] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/FlexDirectionCustom.cpp [add] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/FlexWrapCustom.cpp [modify] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/FloodColorCustom.cpp [add] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/FontKerningCustom.cpp [modify] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/GridColumnGapCustom.cpp [modify] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/GridRowGapCustom.cpp [add] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/HyphensCustom.cpp [add] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/ImageRenderingCustom.cpp [add] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/IsolationCustom.cpp [modify] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/LightingColorCustom.cpp [add] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/LineBreakCustom.cpp [modify] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/LineHeightStepCustom.cpp [add] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/ListStylePositionCustom.cpp [add] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/ListStyleTypeCustom.cpp [add] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/MaskTypeCustom.cpp [add] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/MixBlendModeCustom.cpp [add] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/ObjectFitCustom.cpp [modify] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/OffsetDistanceCustom.cpp [modify] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/OutlineColorCustom.cpp [modify] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/OutlineOffsetCustom.cpp [modify] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/OutlineWidthCustom.cpp [add] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/OverflowAnchorCustom.cpp [add] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/OverflowWrapCustom.cpp [add] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/OverflowXCustom.cpp [add] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/OverflowYCustom.cpp [add] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/OverscrollBehaviorXCustom.cpp [add] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/OverscrollBehaviorYCustom.cpp [add] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/PointerEventsCustom.cpp [add] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/PositionCustom.cpp [modify] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/RCustom.cpp [add] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/ResizeCustom.cpp [modify] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/RxCustom.cpp [modify] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/RyCustom.cpp [add] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/ScrollBehaviorCustom.cpp [modify] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/ScrollPaddingBlockEndCustom.cpp [modify] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/ScrollPaddingBlockStartCustom.cpp [modify] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/ScrollPaddingBottomCustom.cpp [modify] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/ScrollPaddingInlineEndCustom.cpp [modify] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/ScrollPaddingInlineStartCustom.cpp [modify] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/ScrollPaddingLeftCustom.cpp [modify] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/ScrollPaddingRightCustom.cpp [modify] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/ScrollPaddingTopCustom.cpp [modify] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/ScrollSnapMarginBlockEndCustom.cpp [modify] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/ScrollSnapMarginBlockStartCustom.cpp [modify] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/ScrollSnapMarginBottomCustom.cpp [modify] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/ScrollSnapMarginInlineEndCustom.cpp [modify] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/ScrollSnapMarginInlineStartCustom.cpp [modify] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/ScrollSnapMarginLeftCustom.cpp [modify] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/ScrollSnapMarginRightCustom.cpp [modify] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/ScrollSnapMarginTopCustom.cpp [add] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/ScrollSnapStopCustom.cpp [add] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/ShapeRenderingCustom.cpp [add] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/SpeakCustom.cpp [modify] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/StopColorCustom.cpp [modify] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/StrokeDashoffsetCustom.cpp [add] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/StrokeLinecapCustom.cpp [add] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/StrokeLinejoinCustom.cpp [add] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/TableLayoutCustom.cpp [add] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/TextAlignCustom.cpp [add] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/TextAlignLastCustom.cpp [add] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/TextAnchorCustom.cpp [add] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/TextCombineUprightCustom.cpp [modify] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/TextDecorationColorCustom.cpp [add] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/TextJustifyCustom.cpp [add] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/TextOrientationCustom.cpp [add] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/TextRenderingCustom.cpp [add] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/TextTransformCustom.cpp [modify] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/TextUnderlinePositionCustom.cpp [add] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/TransformBoxCustom.cpp [add] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/TransformStyleCustom.cpp [add] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/UnicodeBidiCustom.cpp [add] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/UserSelectCustom.cpp [modify] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/Variable.h [add] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/VectorEffectCustom.cpp [add] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/VisibilityCustom.cpp [add] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/WebkitAppRegionCustom.cpp [add] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/WebkitAppearanceCustom.cpp [modify] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/WebkitBorderHorizontalSpacingCustom.cpp [modify] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/WebkitBorderVerticalSpacingCustom.cpp [add] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/WebkitBoxAlignCustom.cpp [add] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/WebkitBoxDirectionCustom.cpp [add] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/WebkitBoxLinesCustom.cpp [add] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/WebkitBoxOrientCustom.cpp [add] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/WebkitBoxPackCustom.cpp [add] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/WebkitFontSmoothingCustom.cpp [add] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/WebkitLineBreakCustom.cpp [add] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/WebkitMarginAfterCollapseCustom.cpp [add] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/WebkitMarginBeforeCollapseCustom.cpp [add] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/WebkitMarginBottomCollapseCustom.cpp [add] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/WebkitMarginTopCollapseCustom.cpp [add] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/WebkitPrintColorAdjustCustom.cpp [add] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/WebkitRtlOrderingCustom.cpp [add] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/WebkitRubyPositionCustom.cpp [modify] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/WebkitTapHighlightColorCustom.cpp [modify] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/WebkitTextEmphasisColorCustom.cpp [modify] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/WebkitTextFillColorCustom.cpp [add] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/WebkitTextSecurityCustom.cpp [modify] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/WebkitTextStrokeColorCustom.cpp [modify] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/WebkitTextStrokeWidthCustom.cpp [add] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/WebkitUserDragCustom.cpp [add] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/WebkitUserModifyCustom.cpp [add] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/WebkitWritingModeCustom.cpp [add] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/WhiteSpaceCustom.cpp [add] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/WordBreakCustom.cpp [modify] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/WordSpacingCustom.cpp [add] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/WordWrapCustom.cpp [add] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/WritingModeCustom.cpp [modify] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/XCustom.cpp [modify] https://crrev.com/4db8a8c43cf2d033c429103432c83fee14c0e949/third_party/WebKit/Source/core/css/properties/longhands/YCustom.cpp
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/842f2de1a4b422a96398b25358f545988fd9870c commit 842f2de1a4b422a96398b25358f545988fd9870c Author: Renee Wright <rjwright@chromium.org> Date: Mon Jan 08 13:48:10 2018 [Ribbon] ComputedStyleCSSValueMapping for background, mask, and more Cases moved: - BackgroundAttachment - BackgroundBlendMode - BackgroundClip - BackgroundOrigin - BackgroundPositionX - BackgroundPositionY - BorderImageOutset - BorderImageRepeat - BorderImageSlice - BorderImageSource - BorderImageWidth - MarkerEnd - MarkerMid - MarkerStart - Mask - MaskSourceType - WebkitBorderImage - WebkitBoxReflect - WebkitMaskBoxImageOutset - WebkitMaskBoxImageRepeat - WebkitMaskBoxImageSlice - WebkitMaskBoxImageSource - WebkitMaskBoxImageWidth - WebkitMaskClip - WebkitMaskComposite - WebkitMaskOrigin - WebkitMaskPositionX - WebkitMaskPositionY - BorderImage - WebkitMaskBoxImage Bug: 775360 Change-Id: I4977dff6eb043fde20f0582ab78219948ae0d1a5 Reviewed-on: https://chromium-review.googlesource.com/853674 Reviewed-by: nainar <nainar@chromium.org> Commit-Queue: Renée Wright <rjwright@chromium.org> Cr-Commit-Position: refs/heads/master@{#527624} [modify] https://crrev.com/842f2de1a4b422a96398b25358f545988fd9870c/third_party/WebKit/Source/core/css/CSSProperties.json5 [modify] https://crrev.com/842f2de1a4b422a96398b25358f545988fd9870c/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp [modify] https://crrev.com/842f2de1a4b422a96398b25358f545988fd9870c/third_party/WebKit/Source/core/css/properties/ComputedStyleUtils.cpp [modify] https://crrev.com/842f2de1a4b422a96398b25358f545988fd9870c/third_party/WebKit/Source/core/css/properties/ComputedStyleUtils.h [modify] https://crrev.com/842f2de1a4b422a96398b25358f545988fd9870c/third_party/WebKit/Source/core/css/properties/longhands/BackgroundAttachmentCustom.cpp [modify] https://crrev.com/842f2de1a4b422a96398b25358f545988fd9870c/third_party/WebKit/Source/core/css/properties/longhands/BackgroundBlendModeCustom.cpp [modify] https://crrev.com/842f2de1a4b422a96398b25358f545988fd9870c/third_party/WebKit/Source/core/css/properties/longhands/BackgroundClipCustom.cpp [modify] https://crrev.com/842f2de1a4b422a96398b25358f545988fd9870c/third_party/WebKit/Source/core/css/properties/longhands/BackgroundOriginCustom.cpp [modify] https://crrev.com/842f2de1a4b422a96398b25358f545988fd9870c/third_party/WebKit/Source/core/css/properties/longhands/BackgroundPositionXCustom.cpp [modify] https://crrev.com/842f2de1a4b422a96398b25358f545988fd9870c/third_party/WebKit/Source/core/css/properties/longhands/BackgroundPositionYCustom.cpp [modify] https://crrev.com/842f2de1a4b422a96398b25358f545988fd9870c/third_party/WebKit/Source/core/css/properties/longhands/BorderImageOutsetCustom.cpp [modify] https://crrev.com/842f2de1a4b422a96398b25358f545988fd9870c/third_party/WebKit/Source/core/css/properties/longhands/BorderImageRepeatCustom.cpp [modify] https://crrev.com/842f2de1a4b422a96398b25358f545988fd9870c/third_party/WebKit/Source/core/css/properties/longhands/BorderImageSliceCustom.cpp [modify] https://crrev.com/842f2de1a4b422a96398b25358f545988fd9870c/third_party/WebKit/Source/core/css/properties/longhands/BorderImageSourceCustom.cpp [modify] https://crrev.com/842f2de1a4b422a96398b25358f545988fd9870c/third_party/WebKit/Source/core/css/properties/longhands/BorderImageWidthCustom.cpp [modify] https://crrev.com/842f2de1a4b422a96398b25358f545988fd9870c/third_party/WebKit/Source/core/css/properties/longhands/MarkerEndCustom.cpp [modify] https://crrev.com/842f2de1a4b422a96398b25358f545988fd9870c/third_party/WebKit/Source/core/css/properties/longhands/MarkerMidCustom.cpp [modify] https://crrev.com/842f2de1a4b422a96398b25358f545988fd9870c/third_party/WebKit/Source/core/css/properties/longhands/MarkerStartCustom.cpp [modify] https://crrev.com/842f2de1a4b422a96398b25358f545988fd9870c/third_party/WebKit/Source/core/css/properties/longhands/MaskCustom.cpp [modify] https://crrev.com/842f2de1a4b422a96398b25358f545988fd9870c/third_party/WebKit/Source/core/css/properties/longhands/MaskSourceTypeCustom.cpp [modify] https://crrev.com/842f2de1a4b422a96398b25358f545988fd9870c/third_party/WebKit/Source/core/css/properties/longhands/WebkitBorderImageCustom.cpp [modify] https://crrev.com/842f2de1a4b422a96398b25358f545988fd9870c/third_party/WebKit/Source/core/css/properties/longhands/WebkitBoxReflectCustom.cpp [modify] https://crrev.com/842f2de1a4b422a96398b25358f545988fd9870c/third_party/WebKit/Source/core/css/properties/longhands/WebkitMaskBoxImageOutsetCustom.cpp [modify] https://crrev.com/842f2de1a4b422a96398b25358f545988fd9870c/third_party/WebKit/Source/core/css/properties/longhands/WebkitMaskBoxImageRepeatCustom.cpp [modify] https://crrev.com/842f2de1a4b422a96398b25358f545988fd9870c/third_party/WebKit/Source/core/css/properties/longhands/WebkitMaskBoxImageSliceCustom.cpp [modify] https://crrev.com/842f2de1a4b422a96398b25358f545988fd9870c/third_party/WebKit/Source/core/css/properties/longhands/WebkitMaskBoxImageSourceCustom.cpp [modify] https://crrev.com/842f2de1a4b422a96398b25358f545988fd9870c/third_party/WebKit/Source/core/css/properties/longhands/WebkitMaskBoxImageWidthCustom.cpp [modify] https://crrev.com/842f2de1a4b422a96398b25358f545988fd9870c/third_party/WebKit/Source/core/css/properties/longhands/WebkitMaskClipCustom.cpp [modify] https://crrev.com/842f2de1a4b422a96398b25358f545988fd9870c/third_party/WebKit/Source/core/css/properties/longhands/WebkitMaskCompositeCustom.cpp [modify] https://crrev.com/842f2de1a4b422a96398b25358f545988fd9870c/third_party/WebKit/Source/core/css/properties/longhands/WebkitMaskOriginCustom.cpp [modify] https://crrev.com/842f2de1a4b422a96398b25358f545988fd9870c/third_party/WebKit/Source/core/css/properties/longhands/WebkitMaskPositionXCustom.cpp [modify] https://crrev.com/842f2de1a4b422a96398b25358f545988fd9870c/third_party/WebKit/Source/core/css/properties/longhands/WebkitMaskPositionYCustom.cpp [modify] https://crrev.com/842f2de1a4b422a96398b25358f545988fd9870c/third_party/WebKit/Source/core/css/properties/shorthands/BorderImageCustom.cpp [modify] https://crrev.com/842f2de1a4b422a96398b25358f545988fd9870c/third_party/WebKit/Source/core/css/properties/shorthands/WebkitMaskBoxImageCustom.cpp
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/6ba3283e30a0da834bd03538fb08b309c037663e commit 6ba3283e30a0da834bd03538fb08b309c037663e Author: Renee Wright <rjwright@chromium.org> Date: Mon Jan 08 23:22:20 2018 [Ribbon] ComputedStyleCSSValueMapping CSSPrimitiveValue cases Bug: 775360 Change-Id: Iaca2a2b04240b8d341917722eb9ab427cf1cbc85 Reviewed-on: https://chromium-review.googlesource.com/853716 Commit-Queue: Renée Wright <rjwright@chromium.org> Reviewed-by: nainar <nainar@chromium.org> Cr-Commit-Position: refs/heads/master@{#527805} [modify] https://crrev.com/6ba3283e30a0da834bd03538fb08b309c037663e/third_party/WebKit/Source/core/css/CSSProperties.json5 [modify] https://crrev.com/6ba3283e30a0da834bd03538fb08b309c037663e/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp [modify] https://crrev.com/6ba3283e30a0da834bd03538fb08b309c037663e/third_party/WebKit/Source/core/css/properties/longhands/FillOpacityCustom.cpp [modify] https://crrev.com/6ba3283e30a0da834bd03538fb08b309c037663e/third_party/WebKit/Source/core/css/properties/longhands/FlexGrowCustom.cpp [modify] https://crrev.com/6ba3283e30a0da834bd03538fb08b309c037663e/third_party/WebKit/Source/core/css/properties/longhands/FlexShrinkCustom.cpp [modify] https://crrev.com/6ba3283e30a0da834bd03538fb08b309c037663e/third_party/WebKit/Source/core/css/properties/longhands/FloodOpacityCustom.cpp [modify] https://crrev.com/6ba3283e30a0da834bd03538fb08b309c037663e/third_party/WebKit/Source/core/css/properties/longhands/OpacityCustom.cpp [modify] https://crrev.com/6ba3283e30a0da834bd03538fb08b309c037663e/third_party/WebKit/Source/core/css/properties/longhands/OrderCustom.cpp [modify] https://crrev.com/6ba3283e30a0da834bd03538fb08b309c037663e/third_party/WebKit/Source/core/css/properties/longhands/OrphansCustom.cpp [modify] https://crrev.com/6ba3283e30a0da834bd03538fb08b309c037663e/third_party/WebKit/Source/core/css/properties/longhands/ShapeImageThresholdCustom.cpp [modify] https://crrev.com/6ba3283e30a0da834bd03538fb08b309c037663e/third_party/WebKit/Source/core/css/properties/longhands/StopOpacityCustom.cpp [modify] https://crrev.com/6ba3283e30a0da834bd03538fb08b309c037663e/third_party/WebKit/Source/core/css/properties/longhands/StrokeMiterlimitCustom.cpp [modify] https://crrev.com/6ba3283e30a0da834bd03538fb08b309c037663e/third_party/WebKit/Source/core/css/properties/longhands/StrokeOpacityCustom.cpp [modify] https://crrev.com/6ba3283e30a0da834bd03538fb08b309c037663e/third_party/WebKit/Source/core/css/properties/longhands/TabSizeCustom.cpp [modify] https://crrev.com/6ba3283e30a0da834bd03538fb08b309c037663e/third_party/WebKit/Source/core/css/properties/longhands/WebkitBoxFlexCustom.cpp [modify] https://crrev.com/6ba3283e30a0da834bd03538fb08b309c037663e/third_party/WebKit/Source/core/css/properties/longhands/WebkitBoxFlexGroupCustom.cpp [modify] https://crrev.com/6ba3283e30a0da834bd03538fb08b309c037663e/third_party/WebKit/Source/core/css/properties/longhands/WebkitBoxOrdinalGroupCustom.cpp [modify] https://crrev.com/6ba3283e30a0da834bd03538fb08b309c037663e/third_party/WebKit/Source/core/css/properties/longhands/WidowsCustom.cpp [modify] https://crrev.com/6ba3283e30a0da834bd03538fb08b309c037663e/third_party/WebKit/Source/core/css/properties/longhands/ZoomCustom.cpp
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/7bb0182173b755eeb617e4a215d65e13495f60a5 commit 7bb0182173b755eeb617e4a215d65e13495f60a5 Author: Renee Wright <rjwright@chromium.org> Date: Mon Jan 15 23:03:52 2018 [Ribbon] ComputedStyleCSSValueMapping non-recursive helpers Bug: 775360 Change-Id: Ia5878685e96b263571b71587f9122c23ca2198b9 Reviewed-on: https://chromium-review.googlesource.com/856018 Commit-Queue: nainar <nainar@chromium.org> Reviewed-by: nainar <nainar@chromium.org> Cr-Commit-Position: refs/heads/master@{#529340} [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/BUILD.gn [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/CSSProperties.json5 [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.h [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/ComputedStyleUtils.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/ComputedStyleUtils.h [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/AlignContentCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/AlignItemsCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/AlignSelfCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/AnimationDelayCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/AnimationDirectionCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/AnimationDurationCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/AnimationFillModeCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/AnimationIterationCountCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/AnimationNameCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/AnimationPlayStateCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/AnimationTimingFunctionCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/BackdropFilterCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/BaselineShiftCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/BorderBottomLeftRadiusCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/BorderBottomRightRadiusCustom.cpp [add] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/BorderCollapseCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/BorderTopLeftRadiusCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/BorderTopRightRadiusCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/BottomCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/BoxShadowCustom.cpp [add] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/BoxSizingCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/ClipCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/ClipPathCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/ColumnCountCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/ColumnGapCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/ColumnWidthCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/ContainCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/ContentCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/CounterIncrementCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/CounterResetCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/CursorCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/DCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/FillCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/FilterCustom.cpp [add] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/FloatCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/FontFamilyCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/FontFeatureSettingsCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/FontSizeAdjustCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/FontSizeCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/FontStretchCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/FontStyleCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/FontVariantCapsCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/FontVariantEastAsianCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/FontVariantLigaturesCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/FontVariantNumericCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/FontVariationSettingsCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/FontWeightCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/GridAutoColumnsCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/GridAutoFlowCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/GridAutoRowsCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/GridColumnEndCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/GridColumnStartCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/GridRowEndCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/GridRowStartCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/GridTemplateAreasCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/GridTemplateColumnsCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/GridTemplateRowsCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/HeightCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/ImageOrientationCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/JustifyContentCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/JustifyItemsCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/JustifySelfCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/LeftCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/LetterSpacingCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/LineHeightCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/ListStyleImageCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/MarginBottomCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/MarginLeftCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/MarginRightCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/MarginTopCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/MaxHeightCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/MaxWidthCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/MinHeightCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/MinWidthCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/ObjectPositionCustom.cpp [add] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/OutlineStyleCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/PaddingBottomCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/PaddingLeftCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/PaddingRightCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/PaddingTopCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/PaintOrderCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/PerspectiveCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/PerspectiveOriginCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/QuotesCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/RightCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/RotateCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/ScaleCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/ScrollSnapAlignCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/ScrollSnapTypeCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/ShapeMarginCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/ShapeOutsideCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/StrokeCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/StrokeDasharrayCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/StrokeWidthCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/TextDecorationLineCustom.cpp [add] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/TextDecorationSkipInkCustom.cpp [add] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/TextDecorationStyleCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/TextIndentCustom.cpp [add] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/TextOverflowCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/TextShadowCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/TextSizeAdjustCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/TopCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/TouchActionCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/TransformCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/TransformOriginCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/TransitionDelayCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/TransitionDurationCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/TransitionPropertyCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/TransitionTimingFunctionCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/TranslateCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/VerticalAlignCustom.cpp [add] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/WebkitBoxDecorationBreakCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/WebkitHighlightCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/WebkitHyphenateCharacterCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/WebkitLineClampCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/WebkitLocaleCustom.cpp [add] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/WebkitTextCombineCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/WebkitTextDecorationsInEffectCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/WebkitTextEmphasisPositionCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/WebkitTextEmphasisStyleCustom.cpp [add] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/WebkitTextOrientationCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/WidthCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/WillChangeCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/longhands/ZIndexCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/shorthands/AnimationCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/shorthands/BorderCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/shorthands/BorderRadiusCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/shorthands/BorderSpacingCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/shorthands/FontCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/shorthands/OverflowCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/shorthands/OverscrollBehaviorCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/shorthands/PageBreakAfterCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/shorthands/PageBreakBeforeCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/shorthands/PageBreakInsideCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/shorthands/TransitionCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/shorthands/WebkitColumnBreakAfterCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/shorthands/WebkitColumnBreakBeforeCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/css/properties/shorthands/WebkitColumnBreakInsideCustom.cpp [modify] https://crrev.com/7bb0182173b755eeb617e4a215d65e13495f60a5/third_party/WebKit/Source/core/style/ComputedStyle.h
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/4cf82e0695a5177a3e9037fd6fe90349e39808ae commit 4cf82e0695a5177a3e9037fd6fe90349e39808ae Author: Renee Wright <rjwright@chromium.org> Date: Fri Jan 19 00:27:04 2018 [Ribbon] ComputedStyleCSSValueMapping remaining cases Bug: 775360 Change-Id: I27ee051b48ca02cd6021638fb6a269a584b41384 Reviewed-on: https://chromium-review.googlesource.com/872692 Reviewed-by: nainar <nainar@chromium.org> Commit-Queue: Renée Wright <rjwright@chromium.org> Cr-Commit-Position: refs/heads/master@{#530359} [modify] https://crrev.com/4cf82e0695a5177a3e9037fd6fe90349e39808ae/third_party/WebKit/Source/build/scripts/core/css/properties/templates/CSSProperty.h.tmpl [modify] https://crrev.com/4cf82e0695a5177a3e9037fd6fe90349e39808ae/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp [modify] https://crrev.com/4cf82e0695a5177a3e9037fd6fe90349e39808ae/third_party/WebKit/Source/core/css/CSSProperties.json5 [modify] https://crrev.com/4cf82e0695a5177a3e9037fd6fe90349e39808ae/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp [modify] https://crrev.com/4cf82e0695a5177a3e9037fd6fe90349e39808ae/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.h [modify] https://crrev.com/4cf82e0695a5177a3e9037fd6fe90349e39808ae/third_party/WebKit/Source/core/css/cssom/ComputedStylePropertyMap.cpp [modify] https://crrev.com/4cf82e0695a5177a3e9037fd6fe90349e39808ae/third_party/WebKit/Source/core/css/properties/ComputedStyleUtils.cpp [modify] https://crrev.com/4cf82e0695a5177a3e9037fd6fe90349e39808ae/third_party/WebKit/Source/core/css/properties/ComputedStyleUtils.h [modify] https://crrev.com/4cf82e0695a5177a3e9037fd6fe90349e39808ae/third_party/WebKit/Source/core/css/properties/longhands/TextDecorationStyleCustom.cpp [modify] https://crrev.com/4cf82e0695a5177a3e9037fd6fe90349e39808ae/third_party/WebKit/Source/core/css/properties/shorthands/BorderBottomCustom.cpp [modify] https://crrev.com/4cf82e0695a5177a3e9037fd6fe90349e39808ae/third_party/WebKit/Source/core/css/properties/shorthands/BorderColorCustom.cpp [modify] https://crrev.com/4cf82e0695a5177a3e9037fd6fe90349e39808ae/third_party/WebKit/Source/core/css/properties/shorthands/BorderCustom.cpp [modify] https://crrev.com/4cf82e0695a5177a3e9037fd6fe90349e39808ae/third_party/WebKit/Source/core/css/properties/shorthands/BorderLeftCustom.cpp [modify] https://crrev.com/4cf82e0695a5177a3e9037fd6fe90349e39808ae/third_party/WebKit/Source/core/css/properties/shorthands/BorderRightCustom.cpp [modify] https://crrev.com/4cf82e0695a5177a3e9037fd6fe90349e39808ae/third_party/WebKit/Source/core/css/properties/shorthands/BorderStyleCustom.cpp [modify] https://crrev.com/4cf82e0695a5177a3e9037fd6fe90349e39808ae/third_party/WebKit/Source/core/css/properties/shorthands/BorderTopCustom.cpp [modify] https://crrev.com/4cf82e0695a5177a3e9037fd6fe90349e39808ae/third_party/WebKit/Source/core/css/properties/shorthands/BorderWidthCustom.cpp [modify] https://crrev.com/4cf82e0695a5177a3e9037fd6fe90349e39808ae/third_party/WebKit/Source/core/css/properties/shorthands/ColumnRuleCustom.cpp [modify] https://crrev.com/4cf82e0695a5177a3e9037fd6fe90349e39808ae/third_party/WebKit/Source/core/css/properties/shorthands/ColumnsCustom.cpp [modify] https://crrev.com/4cf82e0695a5177a3e9037fd6fe90349e39808ae/third_party/WebKit/Source/core/css/properties/shorthands/FlexCustom.cpp [modify] https://crrev.com/4cf82e0695a5177a3e9037fd6fe90349e39808ae/third_party/WebKit/Source/core/css/properties/shorthands/FlexFlowCustom.cpp [modify] https://crrev.com/4cf82e0695a5177a3e9037fd6fe90349e39808ae/third_party/WebKit/Source/core/css/properties/shorthands/FontVariantCustom.cpp [modify] https://crrev.com/4cf82e0695a5177a3e9037fd6fe90349e39808ae/third_party/WebKit/Source/core/css/properties/shorthands/GridAreaCustom.cpp [modify] https://crrev.com/4cf82e0695a5177a3e9037fd6fe90349e39808ae/third_party/WebKit/Source/core/css/properties/shorthands/GridColumnCustom.cpp [modify] https://crrev.com/4cf82e0695a5177a3e9037fd6fe90349e39808ae/third_party/WebKit/Source/core/css/properties/shorthands/GridCustom.cpp [modify] https://crrev.com/4cf82e0695a5177a3e9037fd6fe90349e39808ae/third_party/WebKit/Source/core/css/properties/shorthands/GridGapCustom.cpp [modify] https://crrev.com/4cf82e0695a5177a3e9037fd6fe90349e39808ae/third_party/WebKit/Source/core/css/properties/shorthands/GridRowCustom.cpp [modify] https://crrev.com/4cf82e0695a5177a3e9037fd6fe90349e39808ae/third_party/WebKit/Source/core/css/properties/shorthands/GridTemplateCustom.cpp [modify] https://crrev.com/4cf82e0695a5177a3e9037fd6fe90349e39808ae/third_party/WebKit/Source/core/css/properties/shorthands/ListStyleCustom.cpp [modify] https://crrev.com/4cf82e0695a5177a3e9037fd6fe90349e39808ae/third_party/WebKit/Source/core/css/properties/shorthands/MarginCustom.cpp [modify] https://crrev.com/4cf82e0695a5177a3e9037fd6fe90349e39808ae/third_party/WebKit/Source/core/css/properties/shorthands/OutlineCustom.cpp [modify] https://crrev.com/4cf82e0695a5177a3e9037fd6fe90349e39808ae/third_party/WebKit/Source/core/css/properties/shorthands/PaddingCustom.cpp [modify] https://crrev.com/4cf82e0695a5177a3e9037fd6fe90349e39808ae/third_party/WebKit/Source/core/css/properties/shorthands/PlaceContentCustom.cpp [modify] https://crrev.com/4cf82e0695a5177a3e9037fd6fe90349e39808ae/third_party/WebKit/Source/core/css/properties/shorthands/PlaceItemsCustom.cpp [modify] https://crrev.com/4cf82e0695a5177a3e9037fd6fe90349e39808ae/third_party/WebKit/Source/core/css/properties/shorthands/PlaceSelfCustom.cpp [modify] https://crrev.com/4cf82e0695a5177a3e9037fd6fe90349e39808ae/third_party/WebKit/Source/core/css/properties/shorthands/ScrollMarginBlockCustom.cpp [modify] https://crrev.com/4cf82e0695a5177a3e9037fd6fe90349e39808ae/third_party/WebKit/Source/core/css/properties/shorthands/ScrollMarginCustom.cpp [modify] https://crrev.com/4cf82e0695a5177a3e9037fd6fe90349e39808ae/third_party/WebKit/Source/core/css/properties/shorthands/ScrollMarginInlineCustom.cpp [modify] https://crrev.com/4cf82e0695a5177a3e9037fd6fe90349e39808ae/third_party/WebKit/Source/core/css/properties/shorthands/ScrollPaddingBlockCustom.cpp [modify] https://crrev.com/4cf82e0695a5177a3e9037fd6fe90349e39808ae/third_party/WebKit/Source/core/css/properties/shorthands/ScrollPaddingCustom.cpp [modify] https://crrev.com/4cf82e0695a5177a3e9037fd6fe90349e39808ae/third_party/WebKit/Source/core/css/properties/shorthands/ScrollPaddingInlineCustom.cpp [modify] https://crrev.com/4cf82e0695a5177a3e9037fd6fe90349e39808ae/third_party/WebKit/Source/core/css/properties/shorthands/TextDecorationCustom.cpp
This is complete except for the custom properties methods, which were not in the scope of this sub-project.
Comment 1 by rjwright@chromium.org
, Oct 17 2017