Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(388)

Side by Side Diff: third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp

Issue 2704343003: Catch up the spec update in CSS Rhythmic Sizing (Closed)
Patch Set: Sorted CSSProperties.json5 alphabetically (meade@'s nit) Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2004 Zack Rusin <zack@kde.org> 2 * Copyright (C) 2004 Zack Rusin <zack@kde.org>
3 * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 Apple Inc. 3 * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 Apple Inc.
4 * All rights reserved. 4 * All rights reserved.
5 * Copyright (C) 2007 Alexey Proskuryakov <ap@webkit.org> 5 * Copyright (C) 2007 Alexey Proskuryakov <ap@webkit.org>
6 * Copyright (C) 2007 Nicholas Shanks <webkit@nickshanks.com> 6 * Copyright (C) 2007 Nicholas Shanks <webkit@nickshanks.com>
7 * Copyright (C) 2011 Sencha, Inc. All rights reserved. 7 * Copyright (C) 2011 Sencha, Inc. All rights reserved.
8 * 8 *
9 * This library is free software; you can redistribute it and/or 9 * This library is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU Lesser General Public 10 * modify it under the terms of the GNU Lesser General Public
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 CSSPropertyClip, CSSPropertyColor, CSSPropertyContent, CSSPropertyCursor, 77 CSSPropertyClip, CSSPropertyColor, CSSPropertyContent, CSSPropertyCursor,
78 CSSPropertyDirection, CSSPropertyDisplay, CSSPropertyEmptyCells, 78 CSSPropertyDirection, CSSPropertyDisplay, CSSPropertyEmptyCells,
79 CSSPropertyFloat, CSSPropertyFontFamily, CSSPropertyFontKerning, 79 CSSPropertyFloat, CSSPropertyFontFamily, CSSPropertyFontKerning,
80 CSSPropertyFontSize, CSSPropertyFontSizeAdjust, CSSPropertyFontStretch, 80 CSSPropertyFontSize, CSSPropertyFontSizeAdjust, CSSPropertyFontStretch,
81 CSSPropertyFontStyle, CSSPropertyFontVariant, 81 CSSPropertyFontStyle, CSSPropertyFontVariant,
82 CSSPropertyFontVariantLigatures, CSSPropertyFontVariantCaps, 82 CSSPropertyFontVariantLigatures, CSSPropertyFontVariantCaps,
83 CSSPropertyFontVariantNumeric, CSSPropertyFontWeight, CSSPropertyHeight, 83 CSSPropertyFontVariantNumeric, CSSPropertyFontWeight, CSSPropertyHeight,
84 CSSPropertyImageOrientation, CSSPropertyImageRendering, 84 CSSPropertyImageOrientation, CSSPropertyImageRendering,
85 CSSPropertyIsolation, CSSPropertyJustifyItems, CSSPropertyJustifySelf, 85 CSSPropertyIsolation, CSSPropertyJustifyItems, CSSPropertyJustifySelf,
86 CSSPropertyLeft, CSSPropertyLetterSpacing, CSSPropertyLineHeight, 86 CSSPropertyLeft, CSSPropertyLetterSpacing, CSSPropertyLineHeight,
87 CSSPropertyListStyleImage, CSSPropertyListStylePosition, 87 CSSPropertyLineHeightStep, CSSPropertyListStyleImage,
88 CSSPropertyListStyleType, CSSPropertyMarginBottom, CSSPropertyMarginLeft, 88 CSSPropertyListStylePosition, CSSPropertyListStyleType,
89 CSSPropertyMarginRight, CSSPropertyMarginTop, CSSPropertyMaxHeight, 89 CSSPropertyMarginBottom, CSSPropertyMarginLeft, CSSPropertyMarginRight,
90 CSSPropertyMaxWidth, CSSPropertyMinHeight, CSSPropertyMinWidth, 90 CSSPropertyMarginTop, CSSPropertyMaxHeight, CSSPropertyMaxWidth,
91 CSSPropertyMixBlendMode, CSSPropertyObjectFit, CSSPropertyObjectPosition, 91 CSSPropertyMinHeight, CSSPropertyMinWidth, CSSPropertyMixBlendMode,
92 CSSPropertyOffsetAnchor, CSSPropertyOffsetDistance, CSSPropertyOffsetPath, 92 CSSPropertyObjectFit, CSSPropertyObjectPosition, CSSPropertyOffsetAnchor,
93 CSSPropertyOffsetPosition, CSSPropertyOffsetRotate, 93 CSSPropertyOffsetDistance, CSSPropertyOffsetPath, CSSPropertyOffsetPosition,
94 CSSPropertyOffsetRotation, CSSPropertyOpacity, CSSPropertyOrphans, 94 CSSPropertyOffsetRotate, CSSPropertyOffsetRotation, CSSPropertyOpacity,
95 CSSPropertyOutlineColor, CSSPropertyOutlineOffset, CSSPropertyOutlineStyle, 95 CSSPropertyOrphans, CSSPropertyOutlineColor, CSSPropertyOutlineOffset,
96 CSSPropertyOutlineWidth, CSSPropertyOverflowAnchor, CSSPropertyOverflowWrap, 96 CSSPropertyOutlineStyle, CSSPropertyOutlineWidth, CSSPropertyOverflowAnchor,
97 CSSPropertyOverflowX, CSSPropertyOverflowY, CSSPropertyPaddingBottom, 97 CSSPropertyOverflowWrap, CSSPropertyOverflowX, CSSPropertyOverflowY,
98 CSSPropertyPaddingLeft, CSSPropertyPaddingRight, CSSPropertyPaddingTop, 98 CSSPropertyPaddingBottom, CSSPropertyPaddingLeft, CSSPropertyPaddingRight,
99 CSSPropertyPointerEvents, CSSPropertyPosition, CSSPropertyResize, 99 CSSPropertyPaddingTop, CSSPropertyPointerEvents, CSSPropertyPosition,
100 CSSPropertyRight, CSSPropertyScrollBehavior, CSSPropertySnapHeight, 100 CSSPropertyResize, CSSPropertyRight, CSSPropertyScrollBehavior,
101 CSSPropertySpeak, CSSPropertyTableLayout, CSSPropertyTabSize, 101 CSSPropertySpeak, CSSPropertyTableLayout, CSSPropertyTabSize,
102 CSSPropertyTextAlign, CSSPropertyTextAlignLast, CSSPropertyTextDecoration, 102 CSSPropertyTextAlign, CSSPropertyTextAlignLast, CSSPropertyTextDecoration,
103 CSSPropertyTextDecorationLine, CSSPropertyTextDecorationStyle, 103 CSSPropertyTextDecorationLine, CSSPropertyTextDecorationStyle,
104 CSSPropertyTextDecorationColor, CSSPropertyTextDecorationSkip, 104 CSSPropertyTextDecorationColor, CSSPropertyTextDecorationSkip,
105 CSSPropertyTextJustify, CSSPropertyTextUnderlinePosition, 105 CSSPropertyTextJustify, CSSPropertyTextUnderlinePosition,
106 CSSPropertyTextIndent, CSSPropertyTextRendering, CSSPropertyTextShadow, 106 CSSPropertyTextIndent, CSSPropertyTextRendering, CSSPropertyTextShadow,
107 CSSPropertyTextSizeAdjust, CSSPropertyTextOverflow, 107 CSSPropertyTextSizeAdjust, CSSPropertyTextOverflow,
108 CSSPropertyTextTransform, CSSPropertyTop, CSSPropertyTouchAction, 108 CSSPropertyTextTransform, CSSPropertyTop, CSSPropertyTouchAction,
109 CSSPropertyTransitionDelay, CSSPropertyTransitionDuration, 109 CSSPropertyTransitionDelay, CSSPropertyTransitionDuration,
110 CSSPropertyTransitionProperty, CSSPropertyTransitionTimingFunction, 110 CSSPropertyTransitionProperty, CSSPropertyTransitionTimingFunction,
(...skipping 451 matching lines...) Expand 10 before | Expand all | Expand 10 after
562 "These styles are computed, and therefore the '" + 562 "These styles are computed, and therefore the '" +
563 getPropertyNameString(id) + "' property is read-only."); 563 getPropertyNameString(id) + "' property is read-only.");
564 } 564 }
565 565
566 DEFINE_TRACE(CSSComputedStyleDeclaration) { 566 DEFINE_TRACE(CSSComputedStyleDeclaration) {
567 visitor->trace(m_node); 567 visitor->trace(m_node);
568 CSSStyleDeclaration::trace(visitor); 568 CSSStyleDeclaration::trace(visitor);
569 } 569 }
570 570
571 } // namespace blink 571 } // namespace blink
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/css/BUILD.gn ('k') | third_party/WebKit/Source/core/css/CSSPrimitiveValue.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698