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

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

Issue 2394273006: Add CSS support for text-decoration-skip (Closed)
Patch Set: Histograms typo fixed, DCHECK Created 4 years, 2 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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 CSSPropertyOrphans, CSSPropertyOutlineColor, CSSPropertyOutlineOffset, 92 CSSPropertyOrphans, CSSPropertyOutlineColor, CSSPropertyOutlineOffset,
93 CSSPropertyOutlineStyle, CSSPropertyOutlineWidth, CSSPropertyOverflowAnchor, 93 CSSPropertyOutlineStyle, CSSPropertyOutlineWidth, CSSPropertyOverflowAnchor,
94 CSSPropertyOverflowWrap, CSSPropertyOverflowX, CSSPropertyOverflowY, 94 CSSPropertyOverflowWrap, CSSPropertyOverflowX, CSSPropertyOverflowY,
95 CSSPropertyPaddingBottom, CSSPropertyPaddingLeft, CSSPropertyPaddingRight, 95 CSSPropertyPaddingBottom, CSSPropertyPaddingLeft, CSSPropertyPaddingRight,
96 CSSPropertyPaddingTop, CSSPropertyPointerEvents, CSSPropertyPosition, 96 CSSPropertyPaddingTop, CSSPropertyPointerEvents, CSSPropertyPosition,
97 CSSPropertyResize, CSSPropertyRight, CSSPropertyScrollBehavior, 97 CSSPropertyResize, CSSPropertyRight, CSSPropertyScrollBehavior,
98 CSSPropertySnapHeight, CSSPropertySpeak, CSSPropertyTableLayout, 98 CSSPropertySnapHeight, CSSPropertySpeak, CSSPropertyTableLayout,
99 CSSPropertyTabSize, CSSPropertyTextAlign, CSSPropertyTextAlignLast, 99 CSSPropertyTabSize, CSSPropertyTextAlign, CSSPropertyTextAlignLast,
100 CSSPropertyTextDecoration, CSSPropertyTextDecorationLine, 100 CSSPropertyTextDecoration, CSSPropertyTextDecorationLine,
101 CSSPropertyTextDecorationStyle, CSSPropertyTextDecorationColor, 101 CSSPropertyTextDecorationStyle, CSSPropertyTextDecorationColor,
102 CSSPropertyTextJustify, CSSPropertyTextUnderlinePosition, 102 CSSPropertyTextDecorationSkip, CSSPropertyTextJustify,
103 CSSPropertyTextIndent, CSSPropertyTextRendering, CSSPropertyTextShadow, 103 CSSPropertyTextUnderlinePosition, CSSPropertyTextIndent,
104 CSSPropertyTextSizeAdjust, CSSPropertyTextOverflow, 104 CSSPropertyTextRendering, CSSPropertyTextShadow, CSSPropertyTextSizeAdjust,
105 CSSPropertyTextTransform, CSSPropertyTop, CSSPropertyTouchAction, 105 CSSPropertyTextOverflow, CSSPropertyTextTransform, CSSPropertyTop,
106 CSSPropertyTransitionDelay, CSSPropertyTransitionDuration, 106 CSSPropertyTouchAction, CSSPropertyTransitionDelay,
107 CSSPropertyTransitionProperty, CSSPropertyTransitionTimingFunction, 107 CSSPropertyTransitionDuration, CSSPropertyTransitionProperty,
108 CSSPropertyUnicodeBidi, CSSPropertyVerticalAlign, CSSPropertyVisibility, 108 CSSPropertyTransitionTimingFunction, CSSPropertyUnicodeBidi,
109 CSSPropertyWhiteSpace, CSSPropertyWidows, CSSPropertyWidth, 109 CSSPropertyVerticalAlign, CSSPropertyVisibility, CSSPropertyWhiteSpace,
110 CSSPropertyWillChange, CSSPropertyWordBreak, CSSPropertyWordSpacing, 110 CSSPropertyWidows, CSSPropertyWidth, CSSPropertyWillChange,
111 CSSPropertyWordWrap, CSSPropertyZIndex, CSSPropertyZoom, 111 CSSPropertyWordBreak, CSSPropertyWordSpacing, CSSPropertyWordWrap,
112 CSSPropertyZIndex, CSSPropertyZoom,
112 113
113 CSSPropertyWebkitAppearance, CSSPropertyBackfaceVisibility, 114 CSSPropertyWebkitAppearance, CSSPropertyBackfaceVisibility,
114 CSSPropertyWebkitBackgroundClip, CSSPropertyWebkitBackgroundOrigin, 115 CSSPropertyWebkitBackgroundClip, CSSPropertyWebkitBackgroundOrigin,
115 CSSPropertyWebkitBorderHorizontalSpacing, CSSPropertyWebkitBorderImage, 116 CSSPropertyWebkitBorderHorizontalSpacing, CSSPropertyWebkitBorderImage,
116 CSSPropertyWebkitBorderVerticalSpacing, CSSPropertyWebkitBoxAlign, 117 CSSPropertyWebkitBorderVerticalSpacing, CSSPropertyWebkitBoxAlign,
117 CSSPropertyWebkitBoxDecorationBreak, CSSPropertyWebkitBoxDirection, 118 CSSPropertyWebkitBoxDecorationBreak, CSSPropertyWebkitBoxDirection,
118 CSSPropertyWebkitBoxFlex, CSSPropertyWebkitBoxFlexGroup, 119 CSSPropertyWebkitBoxFlex, CSSPropertyWebkitBoxFlexGroup,
119 CSSPropertyWebkitBoxLines, CSSPropertyWebkitBoxOrdinalGroup, 120 CSSPropertyWebkitBoxLines, CSSPropertyWebkitBoxOrdinalGroup,
120 CSSPropertyWebkitBoxOrient, CSSPropertyWebkitBoxPack, 121 CSSPropertyWebkitBoxOrient, CSSPropertyWebkitBoxPack,
121 CSSPropertyWebkitBoxReflect, CSSPropertyColumnCount, CSSPropertyColumnGap, 122 CSSPropertyWebkitBoxReflect, CSSPropertyColumnCount, CSSPropertyColumnGap,
(...skipping 436 matching lines...) Expand 10 before | Expand all | Expand 10 after
558 "These styles are computed, and therefore the '" + 559 "These styles are computed, and therefore the '" +
559 getPropertyNameString(id) + "' property is read-only."); 560 getPropertyNameString(id) + "' property is read-only.");
560 } 561 }
561 562
562 DEFINE_TRACE(CSSComputedStyleDeclaration) { 563 DEFINE_TRACE(CSSComputedStyleDeclaration) {
563 visitor->trace(m_node); 564 visitor->trace(m_node);
564 CSSStyleDeclaration::trace(visitor); 565 CSSStyleDeclaration::trace(visitor);
565 } 566 }
566 567
567 } // namespace blink 568 } // namespace blink
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698