New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 779928 link

Starred by 2 users

Issue metadata

Status: Fixed
Owner:
Last visit > 30 days ago
Closed: Nov 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Task

Blocking:
issue 775331
issue 779927



Sign in to add a comment

Rename CSSProperty to CSSPropertyValue and CSSPropertyAPI to CSSProperty

Project Member Reported by rjwright@chromium.org, Oct 31 2017

Issue description

The class currently called CSSProperty actually represents a property-value pair. CSSPropertyAPI is a much more appropriate thing to be called CSSProperty, and CSSProperty is a better name for that class than its current name.

We also plan to add a CSSLonghand and CSSShorthand namespace. So CSSShorthandPropertyAPIAnimation, for example, will become CSSShorthand::Animation. See  crbug.com/779927  for more info about this.

CSSProperty -> CSSPropertyValue
StylePropertyMetadata -> CSSPropertyValueMetadata
StylePropertySet -> CSSPropertyValueSet
MutableStylePropertySet -> MutableCSSPropertyValueSet
ImmutableStylePropertySet -> ImmutableCSSPropertyValueSet
CSSPropertyAPI -> CSSProperty
CSSShorthandPropertyAPIAnimation -> CSSShorthand::Animation etc.
CSSPropertyAPIAlignItems -> CSSLonghand::AlignItems etc.
 
Labels: Update-Monthly
Project Member

Comment 2 by bugdroid1@chromium.org, Nov 2 2017

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/b124520eaa6f4b4b9a07866c2009bd2e36090339

commit b124520eaa6f4b4b9a07866c2009bd2e36090339
Author: Renee Wright <rjwright@chromium.org>
Date: Thu Nov 02 07:17:43 2017

Rename CSSProperty to CSSPropertyValue

CSSProperty doesn't represent just a property, but a property-value
pair (plus some metadata). The name should reflect this. Additionally,
the name CSSProperty is better suited to the class currently called
CSSPropertyAPI, and we want to use it for that.

Bug:  779928 
Change-Id: I197e69cb5bd721cb3f86c62e08d22c1f6b691493
Reviewed-on: https://chromium-review.googlesource.com/748486
Commit-Queue: Renée Wright <rjwright@chromium.org>
Reviewed-by: meade_UTC10 <meade@chromium.org>
Reviewed-by: Eric Willigers <ericwilligers@chromium.org>
Reviewed-by: Darren Shen <shend@chromium.org>
Cr-Commit-Position: refs/heads/master@{#513414}
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/build/scripts/core/css/css_properties.py
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/build/scripts/core/css/properties/templates/CSSPropertyAPI.h.tmpl
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/build/scripts/core/css/properties/templates/CSSPropertyAPISubclass.h.tmpl
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/build/scripts/templates/StyleBuilder.cpp.tmpl
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/BUILD.gn
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp
[rename] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/CSSPropertyValue.cpp
[rename] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/CSSPropertyValue.h
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/FontFaceCacheTest.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/StylePropertySet.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/StylePropertySet.h
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/parser/CSSParser.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/parser/CSSParserImpl.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/parser/CSSParserImpl.h
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/parser/CSSPropertyParserHelpers.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/parser/CSSPropertyParserHelpers.h
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIMethods.json5
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIBlockSizeOrLogicalHeight.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIInlineSizeOrLogicalWidth.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIMaxBlockSizeOrMaxLogicalHeight.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIMaxInlineSizeOrMaxLogicalWidth.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIMinBlockSizeOrMinLogicalHeight.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIMinInlineSizeOrMinLogicalWidth.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIScrollPaddingBlockEnd.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIScrollPaddingBlockStart.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIScrollPaddingInlineEnd.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIScrollPaddingInlineStart.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIScrollSnapMarginBlockEnd.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIScrollSnapMarginBlockStart.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIScrollSnapMarginInlineEnd.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIScrollSnapMarginInlineStart.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIWebkitBorderAfterColor.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIWebkitBorderAfterWidth.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIWebkitBorderBeforeColor.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIWebkitBorderBeforeWidth.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIWebkitBorderEndColor.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIWebkitBorderEndWidth.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIWebkitBorderStartColor.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIWebkitBorderStartWidth.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIWebkitMarginAfter.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIWebkitMarginBefore.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIWebkitMarginEnd.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIWebkitMarginStart.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIWebkitPaddingAfter.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIWebkitPaddingBefore.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIWebkitPaddingEnd.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIWebkitPaddingStart.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/shorthands/CSSShorthandPropertyAPIAnimation.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/shorthands/CSSShorthandPropertyAPIBackground.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/shorthands/CSSShorthandPropertyAPIBackgroundPosition.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/shorthands/CSSShorthandPropertyAPIBackgroundRepeat.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/shorthands/CSSShorthandPropertyAPIBorder.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/shorthands/CSSShorthandPropertyAPIBorderBottom.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/shorthands/CSSShorthandPropertyAPIBorderColor.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/shorthands/CSSShorthandPropertyAPIBorderImage.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/shorthands/CSSShorthandPropertyAPIBorderLeft.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/shorthands/CSSShorthandPropertyAPIBorderRadius.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/shorthands/CSSShorthandPropertyAPIBorderRight.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/shorthands/CSSShorthandPropertyAPIBorderSpacing.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/shorthands/CSSShorthandPropertyAPIBorderStyle.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/shorthands/CSSShorthandPropertyAPIBorderTop.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/shorthands/CSSShorthandPropertyAPIBorderWidth.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/shorthands/CSSShorthandPropertyAPIColumnRule.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/shorthands/CSSShorthandPropertyAPIColumns.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/shorthands/CSSShorthandPropertyAPIFlex.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/shorthands/CSSShorthandPropertyAPIFlexFlow.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/shorthands/CSSShorthandPropertyAPIFont.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/shorthands/CSSShorthandPropertyAPIFontVariant.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/shorthands/CSSShorthandPropertyAPIGrid.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/shorthands/CSSShorthandPropertyAPIGridArea.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/shorthands/CSSShorthandPropertyAPIGridColumn.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/shorthands/CSSShorthandPropertyAPIGridGap.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/shorthands/CSSShorthandPropertyAPIGridRow.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/shorthands/CSSShorthandPropertyAPIGridTemplate.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/shorthands/CSSShorthandPropertyAPIListStyle.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/shorthands/CSSShorthandPropertyAPIMargin.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/shorthands/CSSShorthandPropertyAPIMarker.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/shorthands/CSSShorthandPropertyAPIOffset.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/shorthands/CSSShorthandPropertyAPIOutline.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/shorthands/CSSShorthandPropertyAPIOverflow.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/shorthands/CSSShorthandPropertyAPIOverscrollBehavior.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/shorthands/CSSShorthandPropertyAPIPadding.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/shorthands/CSSShorthandPropertyAPIPageBreakAfter.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/shorthands/CSSShorthandPropertyAPIPageBreakBefore.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/shorthands/CSSShorthandPropertyAPIPageBreakInside.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/shorthands/CSSShorthandPropertyAPIPlaceContent.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/shorthands/CSSShorthandPropertyAPIPlaceItems.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/shorthands/CSSShorthandPropertyAPIPlaceSelf.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/shorthands/CSSShorthandPropertyAPIScrollPadding.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/shorthands/CSSShorthandPropertyAPIScrollPaddingBlock.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/shorthands/CSSShorthandPropertyAPIScrollPaddingInline.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/shorthands/CSSShorthandPropertyAPIScrollSnapMargin.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/shorthands/CSSShorthandPropertyAPIScrollSnapMarginBlock.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/shorthands/CSSShorthandPropertyAPIScrollSnapMarginInline.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/shorthands/CSSShorthandPropertyAPITextDecoration.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/shorthands/CSSShorthandPropertyAPITransition.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/shorthands/CSSShorthandPropertyAPIWebkitBorderAfter.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/shorthands/CSSShorthandPropertyAPIWebkitBorderBefore.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/shorthands/CSSShorthandPropertyAPIWebkitBorderEnd.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/shorthands/CSSShorthandPropertyAPIWebkitBorderStart.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/shorthands/CSSShorthandPropertyAPIWebkitColumnBreakAfter.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/shorthands/CSSShorthandPropertyAPIWebkitColumnBreakBefore.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/shorthands/CSSShorthandPropertyAPIWebkitColumnBreakInside.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/shorthands/CSSShorthandPropertyAPIWebkitMarginCollapse.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/shorthands/CSSShorthandPropertyAPIWebkitMaskBoxImage.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/shorthands/CSSShorthandPropertyAPIWebkitMaskPosition.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/shorthands/CSSShorthandPropertyAPIWebkitMaskRepeat.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/shorthands/CSSShorthandPropertyAPIWebkitTextEmphasis.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/properties/shorthands/CSSShorthandPropertyAPIWebkitTextStroke.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/resolver/CSSVariableResolver.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/css/resolver/ViewportStyleResolver.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/editing/EditingStyle.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/html/HTMLBodyElement.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/html/HTMLFontElement.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/html/HTMLTableElement.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/html/HTMLTablePartElement.cpp
[modify] https://crrev.com/b124520eaa6f4b4b9a07866c2009bd2e36090339/third_party/WebKit/Source/core/loader/resource/CSSStyleSheetResourceTest.cpp

Project Member

Comment 3 by bugdroid1@chromium.org, Nov 8 2017

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/bbb4c909b201629478321e690dcb4c955d8cc2df

commit bbb4c909b201629478321e690dcb4c955d8cc2df
Author: Renee Wright <rjwright@chromium.org>
Date: Wed Nov 08 08:38:38 2017

Rename CSSPropertyAPI to CSSProperty and add namespaces

- Rename CSSPropertyAPI to CSSProperty

- Remove CSSPropertyAPI prefix from all subclass names, 
e.g. CSSPropertyAPIColor becomes Color

- Add CSSLonghand and CSSShorthand namespaces for CSSProperty
subclasses, 
e.g. the full ID for Color is blink::CSSLonghand::Color

- Use namespaces to prefix header guards so that files with 
the same names can both be included, e.g. in Color.h we have
#ifndef CSSLonghand_Color_h
#define CSSLonghand_Color_h
Have contacted style guide owners for feedback on this.

- Cleaned up as much use of the "api" terminology as I could
reasonably find.

Bug:  779928 
Change-Id: Ia70e660f7fa7c4b1076e369f56342c16efd1ef67
Reviewed-on: https://chromium-review.googlesource.com/753545
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Reviewed-by: Darren Shen <shend@chromium.org>
Reviewed-by: dstockwell <dstockwell@chromium.org>
Commit-Queue: Renée Wright <rjwright@chromium.org>
Cr-Commit-Position: refs/heads/master@{#514781}
[modify] https://crrev.com/bbb4c909b201629478321e690dcb4c955d8cc2df/third_party/WebKit/Source/bindings/core/v8/custom/V8CSSStyleDeclarationCustom.cpp
[modify] https://crrev.com/bbb4c909b201629478321e690dcb4c955d8cc2df/third_party/WebKit/Source/build/scripts/core/css/css_properties.py
[delete] https://crrev.com/915ca1a697e5b3662c13cfa5ee2e59f66da7ed0c/third_party/WebKit/Source/build/scripts/core/css/properties/make_css_property_api_base.py
[delete] https://crrev.com/915ca1a697e5b3662c13cfa5ee2e59f66da7ed0c/third_party/WebKit/Source/build/scripts/core/css/properties/make_css_property_api_headers.py
[add] https://crrev.com/bbb4c909b201629478321e690dcb4c955d8cc2df/third_party/WebKit/Source/build/scripts/core/css/properties/make_css_property_base.py
[add] https://crrev.com/bbb4c909b201629478321e690dcb4c955d8cc2df/third_party/WebKit/Source/build/scripts/core/css/properties/make_css_property_headers.py
[add] https://crrev.com/bbb4c909b201629478321e690dcb4c955d8cc2df/third_party/WebKit/Source/build/scripts/core/css/properties/templates/CSSProperty.cpp.tmpl
[add] https://crrev.com/bbb4c909b201629478321e690dcb4c955d8cc2df/third_party/WebKit/Source/build/scripts/core/css/properties/templates/CSSProperty.h.tmpl
[delete] https://crrev.com/915ca1a697e5b3662c13cfa5ee2e59f66da7ed0c/third_party/WebKit/Source/build/scripts/core/css/properties/templates/CSSPropertyAPI.cpp.tmpl
[delete] https://crrev.com/915ca1a697e5b3662c13cfa5ee2e59f66da7ed0c/third_party/WebKit/Source/build/scripts/core/css/properties/templates/CSSPropertyAPI.h.tmpl
[delete] https://crrev.com/915ca1a697e5b3662c13cfa5ee2e59f66da7ed0c/third_party/WebKit/Source/build/scripts/core/css/properties/templates/CSSPropertyAPISubclass.h.tmpl
[add] https://crrev.com/bbb4c909b201629478321e690dcb4c955d8cc2df/third_party/WebKit/Source/build/scripts/core/css/properties/templates/CSSPropertySubclass.h.tmpl
[modify] https://crrev.com/bbb4c909b201629478321e690dcb4c955d8cc2df/third_party/WebKit/Source/build/scripts/core/css/properties/templates/application_macros.tmpl
[modify] https://crrev.com/bbb4c909b201629478321e690dcb4c955d8cc2df/third_party/WebKit/Source/build/scripts/core/css/templates/CSSOMTypes.cpp.tmpl
[modify] https://crrev.com/bbb4c909b201629478321e690dcb4c955d8cc2df/third_party/WebKit/Source/build/scripts/make_style_builder.py
[modify] https://crrev.com/bbb4c909b201629478321e690dcb4c955d8cc2df/third_party/WebKit/Source/build/scripts/templates/StyleBuilder.cpp.tmpl
[modify] https://crrev.com/bbb4c909b201629478321e690dcb4c955d8cc2df/third_party/WebKit/Source/build/scripts/templates/StyleBuilderFunctions.cpp.tmpl
[modify] https://crrev.com/bbb4c909b201629478321e690dcb4c955d8cc2df/third_party/WebKit/Source/build/scripts/templates/StyleBuilderFunctions.h.tmpl
[modify] https://crrev.com/bbb4c909b201629478321e690dcb4c955d8cc2df/third_party/WebKit/Source/core/BUILD.gn
[modify] https://crrev.com/bbb4c909b201629478321e690dcb4c955d8cc2df/third_party/WebKit/Source/core/animation/CSSFontSizeInterpolationType.cpp
[modify] https://crrev.com/bbb4c909b201629478321e690dcb4c955d8cc2df/third_party/WebKit/Source/core/animation/CSSInterpolationType.cpp
[modify] https://crrev.com/bbb4c909b201629478321e690dcb4c955d8cc2df/third_party/WebKit/Source/core/animation/CSSInterpolationTypesMap.cpp
[modify] https://crrev.com/bbb4c909b201629478321e690dcb4c955d8cc2df/third_party/WebKit/Source/core/animation/css/CSSAnimatableValueFactory.cpp
[modify] https://crrev.com/bbb4c909b201629478321e690dcb4c955d8cc2df/third_party/WebKit/Source/core/animation/css/CSSAnimations.cpp
[modify] https://crrev.com/bbb4c909b201629478321e690dcb4c955d8cc2df/third_party/WebKit/Source/core/css/BUILD.gn
[modify] https://crrev.com/bbb4c909b201629478321e690dcb4c955d8cc2df/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp
[modify] https://crrev.com/bbb4c909b201629478321e690dcb4c955d8cc2df/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.h
[modify] https://crrev.com/bbb4c909b201629478321e690dcb4c955d8cc2df/third_party/WebKit/Source/core/css/CSSProperties.json5
[modify] https://crrev.com/bbb4c909b201629478321e690dcb4c955d8cc2df/third_party/WebKit/Source/core/css/CSSPropertyValue.h
[modify] https://crrev.com/bbb4c909b201629478321e690dcb4c955d8cc2df/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp
[modify] https://crrev.com/bbb4c909b201629478321e690dcb4c955d8cc2df/third_party/WebKit/Source/core/css/DOMWindowCSS.cpp
[delete] https://crrev.com/915ca1a697e5b3662c13cfa5ee2e59f66da7ed0c/third_party/WebKit/Source/core/css/FontSize.cpp
[delete] https://crrev.com/915ca1a697e5b3662c13cfa5ee2e59f66da7ed0c/third_party/WebKit/Source/core/css/FontSize.h
[add] https://crrev.com/bbb4c909b201629478321e690dcb4c955d8cc2df/third_party/WebKit/Source/core/css/FontSizeFunctions.cpp
[add] https://crrev.com/bbb4c909b201629478321e690dcb4c955d8cc2df/third_party/WebKit/Source/core/css/FontSizeFunctions.h
[modify] https://crrev.com/bbb4c909b201629478321e690dcb4c955d8cc2df/third_party/WebKit/Source/core/css/StylePropertySerializer.cpp
[modify] https://crrev.com/bbb4c909b201629478321e690dcb4c955d8cc2df/third_party/WebKit/Source/core/css/StylePropertySet.cpp
[modify] https://crrev.com/bbb4c909b201629478321e690dcb4c955d8cc2df/third_party/WebKit/Source/core/css/cssom/InlineStylePropertyMap.cpp
[modify] https://crrev.com/bbb4c909b201629478321e690dcb4c955d8cc2df/third_party/WebKit/Source/core/css/parser/CSSParserFastPaths.cpp
[modify] https://crrev.com/bbb4c909b201629478321e690dcb4c955d8cc2df/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp
[modify] https://crrev.com/bbb4c909b201629478321e690dcb4c955d8cc2df/third_party/WebKit/Source/core/css/parser/CSSPropertyParserHelpers.cpp
[modify] https://crrev.com/bbb4c909b201629478321e690dcb4c955d8cc2df/third_party/WebKit/Source/core/css/parser/CSSPropertyParserHelpers.h
[delete] https://crrev.com/915ca1a697e5b3662c13cfa5ee2e59f66da7ed0c/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIBaseCustom.cpp
[delete] https://crrev.com/915ca1a697e5b3662c13cfa5ee2e59f66da7ed0c/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIMethods.json5
[modify] https://crrev.com/bbb4c909b201629478321e690dcb4c955d8cc2df/third_party/WebKit/Source/core/css/properties/CSSPropertyAlignmentUtils.cpp
[modify] https://crrev.com/bbb4c909b201629478321e690dcb4c955d8cc2df/third_party/WebKit/Source/core/css/properties/CSSPropertyAnimationTimingFunctionUtils.cpp
[modify] https://crrev.com/bbb4c909b201629478321e690dcb4c955d8cc2df/third_party/WebKit/Source/core/css/properties/CSSPropertyBackgroundUtils.h
[add] https://crrev.com/bbb4c909b201629478321e690dcb4c955d8cc2df/third_party/WebKit/Source/core/css/properties/CSSPropertyBaseCustom.cpp
[modify] https://crrev.com/bbb4c909b201629478321e690dcb4c955d8cc2df/third_party/WebKit/Source/core/css/properties/CSSPropertyBorderImageUtils.cpp
[modify] https://crrev.com/bbb4c909b201629478321e690dcb4c955d8cc2df/third_party/WebKit/Source/core/css/properties/CSSPropertyFontUtils.cpp
[modify] https://crrev.com/bbb4c909b201629478321e690dcb4c955d8cc2df/third_party/WebKit/Source/core/css/properties/CSSPropertyGridUtils.cpp
[modify] https://crrev.com/bbb4c909b201629478321e690dcb4c955d8cc2df/third_party/WebKit/Source/core/css/properties/CSSPropertyGridUtils.h
[modify] https://crrev.com/bbb4c909b201629478321e690dcb4c955d8cc2df/third_party/WebKit/Source/core/css/properties/CSSPropertyLegacyBreakUtils.cpp
[modify] https://crrev.com/bbb4c909b201629478321e690dcb4c955d8cc2df/third_party/WebKit/Source/core/css/properties/CSSPropertyLengthUtils.cpp
[add] https://crrev.com/bbb4c909b201629478321e690dcb4c955d8cc2df/third_party/WebKit/Source/core/css/properties/CSSPropertyMethods.json5
[modify] https://crrev.com/bbb4c909b201629478321e690dcb4c955d8cc2df/third_party/WebKit/Source/core/css/properties/CSSPropertyOffsetPathUtils.cpp
[modify] https://crrev.com/bbb4c909b201629478321e690dcb4c955d8cc2df/third_party/WebKit/Source/core/css/properties/CSSPropertyShapeUtils.cpp
[modify] https://crrev.com/bbb4c909b201629478321e690dcb4c955d8cc2df/third_party/WebKit/Source/core/css/properties/CSSPropertyTransformUtils.cpp
[modify] https://crrev.com/bbb4c909b201629478321e690dcb4c955d8cc2df/third_party/WebKit/Source/core/css/properties/CSSPropertyTransitionPropertyUtils.cpp
[modify] https://crrev.com/bbb4c909b201629478321e690dcb4c955d8cc2df/third_party/WebKit/Source/core/css/properties/README.md
[add] https://crrev.com/bbb4c909b201629478321e690dcb4c955d8cc2df/third_party/WebKit/Source/core/css/properties/longhands/AlignItems.cpp
[add] https://crrev.com/bbb4c909b201629478321e690dcb4c955d8cc2df/third_party/WebKit/Source/core/css/properties/longhands/AlignOrJustifyContent.cpp
[add] https://crrev.com/bbb4c909b201629478321e690dcb4c955d8cc2df/third_party/WebKit/Source/core/css/properties/longhands/AlignSelf.cpp
[add] https://crrev.com/bbb4c909b201629478321e690dcb4c955d8cc2df/third_party/WebKit/Source/core/css/properties/longhands/AnimationDirection.cpp
[add] https://crrev.com/bbb4c909b201629478321e690dcb4c955d8cc2df/third_party/WebKit/Source/core/css/properties/longhands/AnimationFillMode.cpp
[add] https://crrev.com/bbb4c909b201629478321e690dcb4c955d8cc2df/third_party/WebKit/Source/core/css/properties/longhands/AnimationIterationCount.cpp
[add] https://crrev.com/bbb4c909b201629478321e690dcb4c955d8cc2df/third_party/WebKit/Source/core/css/properties/longhands/AnimationName.cpp
[add] https://crrev.com/bbb4c909b201629478321e690dcb4c955d8cc2df/third_party/WebKit/Source/core/css/properties/longhands/AnimationPlayState.cpp
[add] https://crrev.com/bbb4c909b201629478321e690dcb4c955d8cc2df/third_party/WebKit/Source/core/css/properties/longhands/ApplyAtRule.h
[add] https://crrev.com/bbb4c909b201629478321e690dcb4c955d8cc2df/third_party/WebKit/Source/core/css/properties/longhands/AutoOrString.cpp
[add] https://crrev.com/bbb4c909b201629478321e690dcb4c955d8cc2df/third_party/WebKit/Source/core/css/properties/longhands/BackdropFilter.cpp
[add] https://crrev.com/bbb4c909b201629478321e690dcb4c955d8cc2df/third_party/WebKit/Source/core/css/properties/longhands/BackgroundAttachment.cpp
[add] https://crrev.com/bbb4c909b201629478321e690dcb4c955d8cc2df/third_party/WebKit/Source/core/css/properties/longhands/BackgroundBlendMode.cpp
[add] https://crrev.com/bbb4c909b201629478321e690dcb4c955d8cc2df/third_party/WebKit/Source/core/css/properties/longhands/BackgroundBox.cpp
[add] https://crrev.com/bbb4c909b201629478321e690dcb4c955d8cc2df/third_party/WebKit/Source/core/css/properties/longhands/BackgroundColor.cpp
[add] https://crrev.com/bbb4c909b201629478321e690dcb4c955d8cc2df/third_party/WebKit/Source/core/css/properties/longhands/BackgroundOrMaskImage.cpp
[add] https://crrev.com/bbb4c909b201629478321e690dcb4c955d8cc2df/third_party/WebKit/Source/core/css/properties/longhands/BackgroundOrMaskSize.cpp
[add] https://crrev.com/bbb4c909b201629478321e690dcb4c955d8cc2df/third_party/WebKit/Source/core/css/properties/longhands/BaselineShift.cpp
[add] https://crrev.com/bbb4c909b201629478321e690dcb4c955d8cc2df/third_party/WebKit/Source/core/css/properties/longhands/BlockSizeOrLogicalHeight.cpp
[add] https://crrev.com/bbb4c909b201629478321e690dcb4c955d8cc2df/third_party/WebKit/Source/core/css/properties/longhands/BorderColorSide.cpp
[add] https://crrev.com/bbb4c909b201629478321e690dcb4c955d8cc2df/third_party/WebKit/Source/core/css/properties/longhands/BorderImageOutset.cpp
[add] https://crrev.com/bbb4c909b201629478321e690dcb4c955d8cc2df/third_party/WebKit/Source/core/css/properties/longhands/BorderImageRepeat.cpp
[add] https://crrev.com/bbb4c909b201629478321e690dcb4c955d8cc2df/third_party/WebKit/Source/core/css/properties/longhands/BorderImageSlice.cpp
[add] https://crrev.com/bbb4c909b201629478321e690dcb4c955d8cc2df/third_party/WebKit/Source/core/css/properties/longhands/BorderImageWidth.cpp
[add] https://crrev.com/bbb4c909b201629478321e690dcb4c955d8cc2df/third_party/WebKit/Source/core/css/properties/longhands/BorderRadiusCorner.cpp
[add] https://crrev.com/bbb4c909b201629478321e690dcb4c955d8cc2df/third_party/WebKit/Source/core/css/properties/longhands/BorderWidthSide.cpp
[add] https://crrev.com/bbb4c909b201629478321e690dcb4c955d8cc2df/third_party/WebKit/Source/core/css/properties/longhands/BoxShadow.cpp
[delete] https://crrev.com/915ca1a697e5b3662c13cfa5ee2e59f66da7ed0c/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIAlignItems.cpp
[delete] https://crrev.com/915ca1a697e5b3662c13cfa5ee2e59f66da7ed0c/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIAlignOrJustifyContent.cpp
[delete] https://crrev.com/915ca1a697e5b3662c13cfa5ee2e59f66da7ed0c/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIAlignSelf.cpp
[delete] https://crrev.com/915ca1a697e5b3662c13cfa5ee2e59f66da7ed0c/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIAnimationDirection.cpp
[delete] https://crrev.com/915ca1a697e5b3662c13cfa5ee2e59f66da7ed0c/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIAnimationFillMode.cpp
[delete] https://crrev.com/915ca1a697e5b3662c13cfa5ee2e59f66da7ed0c/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIAnimationIterationCount.cpp
[delete] https://crrev.com/915ca1a697e5b3662c13cfa5ee2e59f66da7ed0c/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIAnimationName.cpp
[delete] https://crrev.com/915ca1a697e5b3662c13cfa5ee2e59f66da7ed0c/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIAnimationPlayState.cpp
[delete] https://crrev.com/915ca1a697e5b3662c13cfa5ee2e59f66da7ed0c/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIApplyAtRule.h
[delete] https://crrev.com/915ca1a697e5b3662c13cfa5ee2e59f66da7ed0c/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIAutoOrString.cpp
[delete] https://crrev.com/915ca1a697e5b3662c13cfa5ee2e59f66da7ed0c/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIBackdropFilter.cpp
[delete] https://crrev.com/915ca1a697e5b3662c13cfa5ee2e59f66da7ed0c/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIBackgroundAttachment.cpp
[delete] https://crrev.com/915ca1a697e5b3662c13cfa5ee2e59f66da7ed0c/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIBackgroundBlendMode.cpp
[delete] https://crrev.com/915ca1a697e5b3662c13cfa5ee2e59f66da7ed0c/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIBackgroundBox.cpp
[delete] https://crrev.com/915ca1a697e5b3662c13cfa5ee2e59f66da7ed0c/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIBackgroundColor.cpp
[delete] https://crrev.com/915ca1a697e5b3662c13cfa5ee2e59f66da7ed0c/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIBackgroundOrMaskImage.cpp
[delete] https://crrev.com/915ca1a697e5b3662c13cfa5ee2e59f66da7ed0c/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIBackgroundOrMaskSize.cpp
[delete] https://crrev.com/915ca1a697e5b3662c13cfa5ee2e59f66da7ed0c/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIBackgroundOrigin.cpp
[delete] https://crrev.com/915ca1a697e5b3662c13cfa5ee2e59f66da7ed0c/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIBaselineShift.cpp
[delete] https://crrev.com/915ca1a697e5b3662c13cfa5ee2e59f66da7ed0c/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIBlockSizeOrLogicalHeight.cpp
[delete] https://crrev.com/915ca1a697e5b3662c13cfa5ee2e59f66da7ed0c/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIBorderColor.cpp
[delete] https://crrev.com/915ca1a697e5b3662c13cfa5ee2e59f66da7ed0c/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIBorderImageOutset.cpp
[delete] https://crrev.com/915ca1a697e5b3662c13cfa5ee2e59f66da7ed0c/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIBorderImageRepeat.cpp
[delete] https://crrev.com/915ca1a697e5b3662c13cfa5ee2e59f66da7ed0c/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIBorderImageSlice.cpp
[delete] https://crrev.com/915ca1a697e5b3662c13cfa5ee2e59f66da7ed0c/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIBorderImageWidth.cpp
[delete] https://crrev.com/915ca1a697e5b3662c13cfa5ee2e59f66da7ed0c/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIBorderRadius.cpp
[delete] https://crrev.com/915ca1a697e5b3662c13cfa5ee2e59f66da7ed0c/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIBorderWidth.cpp
[delete] https://crrev.com/915ca1a697e5b3662c13cfa5ee2e59f66da7ed0c/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIBoxShadow.cpp
[delete] https://crrev.com/915ca1a697e5b3662c13cfa5ee2e59f66da7ed0c/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPICaretColor.cpp
[delete] https://crrev.com/915ca1a697e5b3662c13cfa5ee2e59f66da7ed0c/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIClip.cpp
[delete] https://crrev.com/915ca1a697e5b3662c13cfa5ee2e59f66da7ed0c/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIClipPath.cpp
[delete] https://crrev.com/915ca1a697e5b3662c13cfa5ee2e59f66da7ed0c/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIColor.cpp
[delete] https://crrev.com/915ca1a697e5b3662c13cfa5ee2e59f66da7ed0c/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIColorNoQuirks.cpp
[delete] https://crrev.com/915ca1a697e5b3662c13cfa5ee2e59f66da7ed0c/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIColumnCount.cpp
[delete] https://crrev.com/915ca1a697e5b3662c13cfa5ee2e59f66da7ed0c/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIColumnGap.cpp
[delete] https://crrev.com/915ca1a697e5b3662c13cfa5ee2e59f66da7ed0c/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIColumnRuleWidth.cpp
[delete] https://crrev.com/915ca1a697e5b3662c13cfa5ee2e59f66da7ed0c/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIColumnSpan.cpp
[delete] https://crrev.com/915ca1a697e5b3662c13cfa5ee2e59f66da7ed0c/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIColumnWidth.cpp
[delete] https://crrev.com/915ca1a697e5b3662c13cfa5ee2e59f66da7ed0c/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIContain.cpp
[delete] https://crrev.com/915ca1a697e5b3662c13cfa5ee2e59f66da7ed0c/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIContent.cpp
[delete] https://crrev.com/915ca1a697e5b3662c13cfa5ee2e59f66da7ed0c/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPICounterIncrement.cpp
[delete] https://crrev.com/915ca1a697e5b3662c13cfa5ee2e59f66da7ed0c/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPICounterReset.cpp
[delete] https://crrev.com/915ca1a697e5b3662c13cfa5ee2e59f66da7ed0c/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPICursor.cpp
[delete] https://crrev.com/915ca1a697e5b3662c13cfa5ee2e59f66da7ed0c/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPID.cpp
[delete] https://crrev.com/915ca1a697e5b3662c13cfa5ee2e59f66da7ed0c/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIDelay.cpp
[delete] https://crrev.com/915ca1a697e5b3662c13cfa5ee2e59f66da7ed0c/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIDuration.cpp
[delete] https://crrev.com/915ca1a697e5b3662c13cfa5ee2e59f66da7ed0c/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIFillOrStrokeOpacity.cpp
[delete] https://crrev.com/915ca1a697e5b3662c13cfa5ee2e59f66da7ed0c/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIFilter.cpp
[delete] https://crrev.com/915ca1a697e5b3662c13cfa5ee2e59f66da7ed0c/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIFlexBasis.cpp
[delete] https://crrev.com/915ca1a697e5b3662c13cfa5ee2e59f66da7ed0c/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIFlexGrowOrShrink.cpp
[delete] https://crrev.com/915ca1a697e5b3662c13cfa5ee2e59f66da7ed0c/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIFontFamily.cpp
[delete] https://crrev.com/915ca1a697e5b3662c13cfa5ee2e59f66da7ed0c/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIFontFeatureSettings.cpp
[delete] https://crrev.com/915ca1a697e5b3662c13cfa5ee2e59f66da7ed0c/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIFontSize.cpp
[delete] https://crrev.com/915ca1a697e5b3662c13cfa5ee2e59f66da7ed0c/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIFontSizeAdjust.cpp
[delete] https://crrev.com/915ca1a697e5b3662c13cfa5ee2e59f66da7ed0c/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIFontStretch.cpp
[delete] https://crrev.com/915ca1a697e5b3662c13cfa5ee2e59f66da7ed0c/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIFontStyle.cpp
[delete] https://crrev.com/915ca1a697e5b3662c13cfa5ee2e59f66da7ed0c/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIFontVariantCaps.cpp
[delete] https://crrev.com/915ca1a697e5b3662c13cfa5ee2e59f66da7ed0c/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIFontVariantEastAsian.cpp
[delete] https://crrev.com/915ca1a697e5b3662c13cfa5ee2e59f66da7ed0c/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIFontVariantLigatures.cpp
[delete] https://crrev.com/915ca1a697e5b3662c13cfa5ee2e59f66da7ed0c/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIFontVariantNumeric.cpp
[delete] https://crrev.com/915ca1a697e5b3662c13cfa5ee2e59f66da7ed0c/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIFontVariationSettings.cpp
[delete] https://crrev.com/915ca1a697e5b3662c13cfa5ee2e59f66da7ed0c/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIFontWeight.cpp
[delete] https://crrev.com/915ca1a697e5b3662c13cfa5ee2e59f66da7ed0c/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIGridAutoFlow.cpp
[delete] https://crrev.com/915ca1a697e5b3662c13cfa5ee2e59f66da7ed0c/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIGridAutoLine.cpp
[delete] https://crrev.com/915ca1a697e5b3662c13cfa5ee2e59f66da7ed0c/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIGridGap.cpp
[delete] https://crrev.com/915ca1a697e5b3662c13cfa5ee2e59f66da7ed0c/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIGridLine.cpp
[delete] https://crrev.com/915ca1a697e5b3662c13cfa5ee2e59f66da7ed0c/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIGridTemplateAreas.cpp
[delete] https://crrev.com/915ca1a697e5b3662c13cfa5ee2e59f66da7ed0c/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIGridTemplateLine.cpp
[delete] https://crrev.com/915ca1a697e5b3662c13cfa5ee2e59f66da7ed0c/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIImageOrientation.cpp
[delete] https://crrev.com/915ca1a697e5b3662c13cfa5ee2e59f66da7ed0c/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIImageSource.cpp
[delete] https://crrev.com/915ca1a697e5b3662c13cfa5ee2e59f66da7ed0c/third_party/WebKit/Source/core/css/properties/longhands/CSSPropertyAPIInlineSizeOrLogical
Project Member

Comment 4 by bugdroid1@chromium.org, Nov 10 2017

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/20b971fb48c5496b6925b84952f42c47b606e5eb

commit 20b971fb48c5496b6925b84952f42c47b606e5eb
Author: Renee Wright <rjwright@chromium.org>
Date: Fri Nov 10 00:09:32 2017

Change css/property/ header guards to use paths instead of namespaces

Also remove unneeded explicit namespace references

Discussion with style guide owners concluded that we should use the
Chromium style guide rules for header guards, which in turn refer to
to Google C++ style guide
https://google.github.io/styleguide/cppguide.html#The__define_Guard
This guide says that we should use the full file paths for the guard
name.

I also looked at the precedent of using paths in header guards in
Chrome. Random example from third_part/Webkit/:
https://cs.chromium.org/chromium/src/third_party/WebKit/Source/modules/webdatabase/WebDatabaseImpl.h
There are no examples from gen/

Bug:  779928 
Change-Id: Ief1986596a78c5c6c01c1eb94949fce6deea0b7a
Reviewed-on: https://chromium-review.googlesource.com/758026
Reviewed-by: meade_UTC10 <meade@chromium.org>
Commit-Queue: Renée Wright <rjwright@chromium.org>
Cr-Commit-Position: refs/heads/master@{#515354}
[modify] https://crrev.com/20b971fb48c5496b6925b84952f42c47b606e5eb/third_party/WebKit/Source/build/scripts/core/css/properties/templates/CSSProperty.h.tmpl
[modify] https://crrev.com/20b971fb48c5496b6925b84952f42c47b606e5eb/third_party/WebKit/Source/build/scripts/core/css/properties/templates/CSSPropertySubclass.h.tmpl

Project Member

Comment 5 by bugdroid1@chromium.org, Nov 10 2017

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/7295a6246173df83c5904d72b559d0549c1fbe4d

commit 7295a6246173df83c5904d72b559d0549c1fbe4d
Author: Renee Wright <rjwright@chromium.org>
Date: Fri Nov 10 00:49:24 2017

Rename StylePropertySet & subclasses to CSSPropertyValueSet

StylePropertySet -> CSSPropertyValueSet
ImmutableStylePropertySet -> ImmutableCSSPropertyValueSet
MutableStylePropertySet -> MutableCSSPropertyValueSet

These names make more sense than the old names now that CSSProperty
has been renamed to CSSPropertyValue (as of
https://chromium-review.googlesource.com/c/chromium/src/+/753545)

Bug:  779928 
Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2
Change-Id: I37e2129a94b7f52f15020f9e19089a4222b7637d
Reviewed-on: https://chromium-review.googlesource.com/758153
Commit-Queue: Renée Wright <rjwright@chromium.org>
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Reviewed-by: meade_UTC10 <meade@chromium.org>
Cr-Commit-Position: refs/heads/master@{#515381}
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/build/scripts/core/css/properties/templates/CSSProperty.h.tmpl
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/build/scripts/core/css/properties/templates/CSSPropertySubclass.h.tmpl
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/animation/EffectInput.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/animation/StringKeyframe.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/animation/StringKeyframe.h
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/animation/css/CSSAnimations.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/animation/css/CSSAnimations.h
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/css/BUILD.gn
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/css/CSSCalculationValueTest.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.h
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/css/CSSFontFaceRule.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/css/CSSPageRule.cpp
[rename] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/css/CSSPropertyValueSet.cpp
[rename] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/css/CSSPropertyValueSet.h
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/css/CSSSelectorWatch.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/css/CSSStyleRule.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/css/CSSVariableData.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/css/CSSVariableData.h
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/css/CSSViewportRule.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/css/DOMWindowCSS.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/css/ElementRuleCollector.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/css/ElementRuleCollector.h
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/css/FontFace.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/css/FontFace.h
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/css/FontFaceCacheTest.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/css/FontFaceSetDocument.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/css/FontFaceSetWorker.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/css/KeyframeStyleRuleCSSStyleDeclaration.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/css/KeyframeStyleRuleCSSStyleDeclaration.h
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/css/PageRuleCollector.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/css/PropertySetCSSStyleDeclaration.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/css/PropertySetCSSStyleDeclaration.h
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/css/RuleFeatureSet.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/css/RuleFeatureSetTest.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/css/StyleEngineTest.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/css/StylePropertySerializer.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/css/StylePropertySerializer.h
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/css/StyleRule.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/css/StyleRule.h
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/css/StyleRuleKeyframe.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/css/StyleRuleKeyframe.h
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/css/StyleSheetContents.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/css/cssom/InlineStylePropertyMap.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/css/parser/CSSLazyPropertyParserImpl.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/css/parser/CSSLazyPropertyParserImpl.h
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/css/parser/CSSParser.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/css/parser/CSSParser.h
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/css/parser/CSSParserImpl.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/css/parser/CSSParserImpl.h
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/css/parser/CSSParserMode.h
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/css/resolver/FontStyleResolver.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/css/resolver/FontStyleResolver.h
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/css/resolver/FontStyleResolverTest.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/css/resolver/MatchResult.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/css/resolver/MatchResult.h
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/css/resolver/MatchResultTest.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/css/resolver/MatchedPropertiesCache.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/css/resolver/MatchedPropertiesCache.h
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/css/resolver/StyleBuilderCustom.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/css/resolver/StyleResolver.h
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/css/resolver/StyleResolverState.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/css/resolver/StyleResolverState.h
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/css/resolver/ViewportStyleResolver.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/css/resolver/ViewportStyleResolver.h
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/css/threaded/CSSParserThreadedTest.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/css/threaded/FontObjectThreadedTest.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/dom/Document.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/dom/Element.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/dom/Element.h
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/dom/ElementData.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/dom/ElementData.h
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/dom/PresentationAttributeStyle.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/dom/PresentationAttributeStyle.h
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/editing/EditingStyle.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/editing/EditingStyle.h
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/editing/EditingStyleTest.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/editing/EditingStyleUtilities.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/editing/EditingStyleUtilities.h
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/editing/Editor.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/editing/Editor.h
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/editing/FrameSelection.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/editing/commands/ApplyStyleCommand.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/editing/commands/ApplyStyleCommandTest.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/editing/commands/CompositeEditCommandTest.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/editing/commands/EditorCommand.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/editing/commands/RemoveCSSPropertyCommand.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/editing/commands/RemoveFormatCommand.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/editing/commands/ReplaceSelectionCommand.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/editing/serializers/Serialization.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/editing/serializers/Serialization.h
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/editing/serializers/StyledMarkupAccumulator.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/editing/serializers/StyledMarkupAccumulator.h
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/editing/serializers/StyledMarkupSerializer.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/frame/FrameSerializer.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/frame/FrameSerializer.h
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/html/HTMLBRElement.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/html/HTMLBRElement.h
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/html/HTMLBodyElement.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/html/HTMLBodyElement.h
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/html/HTMLDivElement.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/html/HTMLDivElement.h
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/html/HTMLElement.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/html/HTMLElement.h
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/html/HTMLEmbedElement.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/html/HTMLEmbedElement.h
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/html/HTMLFontElement.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/html/HTMLFontElement.h
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/html/HTMLFrameSetElement.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/html/HTMLFrameSetElement.h
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/html/HTMLHRElement.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/html/HTMLHRElement.h
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/html/HTMLIFrameElement.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/html/HTMLIFrameElement.h
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/html/HTMLImageElement.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/html/HTMLImageElement.h
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/html/HTMLLIElement.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/html/HTMLLIElement.h
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/html/HTMLMarqueeElement.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/html/HTMLMarqueeElement.h
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/html/HTMLOListElement.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/html/HTMLOListElement.h
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/html/HTMLObjectElement.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/html/HTMLObjectElement.h
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/html/HTMLParagraphElement.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/html/HTMLParagraphElement.h
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/html/HTMLPlugInElement.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/html/HTMLPlugInElement.h
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/html/HTMLPreElement.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/html/HTMLPreElement.h
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/html/HTMLTableCaptionElement.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/html/HTMLTableCaptionElement.h
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/html/HTMLTableCellElement.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/html/HTMLTableCellElement.h
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/html/HTMLTableColElement.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/html/HTMLTableColElement.h
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/html/HTMLTableElement.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/html/HTMLTableElement.h
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/html/HTMLTablePartElement.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/html/HTMLTablePartElement.h
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/html/HTMLTableSectionElement.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/html/HTMLTableSectionElement.h
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/html/HTMLUListElement.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/html/HTMLUListElement.h
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/html/canvas/CanvasFontCache.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/html/canvas/CanvasFontCache.h
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/html/forms/HTMLInputElement.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/html/forms/HTMLInputElement.h
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/html/forms/HTMLTextAreaElement.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/html/forms/HTMLTextAreaElement.h
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/html/media/HTMLVideoElement.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/html/media/HTMLVideoElement.h
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/inspector/InspectorCSSAgent.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/inspector/InspectorStyleSheet.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/layout/LayoutTableCell.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/layout/LayoutTreeAsText.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/loader/resource/CSSStyleSheetResourceTest.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/svg/SVGAnimateElement.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/svg/SVGCircleElement.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/svg/SVGCircleElement.h
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/svg/SVGElement.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/svg/SVGElement.h
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/svg/SVGElementRareData.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/svg/SVGElementRareData.h
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/svg/SVGEllipseElement.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/svg/SVGEllipseElement.h
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/svg/SVGForeignObjectElement.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/svg/SVGForeignObjectElement.h
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/svg/SVGGradientElement.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/svg/SVGGradientElement.h
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/svg/SVGGraphicsElement.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/svg/SVGGraphicsElement.h
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/svg/SVGImageElement.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/svg/SVGImageElement.h
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/svg/SVGMaskElement.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/svg/SVGMaskElement.h
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/svg/SVGPathElement.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/svg/SVGPathElement.h
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/svg/SVGPatternElement.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/svg/SVGPatternElement.h
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/svg/SVGRectElement.cpp
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/svg/SVGRectElement.h
[modify] https://crrev.com/7295a6246173df83c5904d72b559d0549c1fbe4d/third_party/WebKit/Source/core/svg/SVGSVGElement.cpp
[modify] https://crrev.co
Status: Fixed (was: Assigned)

Sign in to add a comment