<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[178022] trunk/Source/WebCore</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/178022">178022</a></dd>
<dt>Author</dt> <dd>cdumez@apple.com</dd>
<dt>Date</dt> <dd>2015-01-06 23:13:00 -0800 (Tue, 06 Jan 2015)</dd>
</dl>

<h3>Log Message</h3>
<pre>Move 'content' CSS property to the new StyleBuilder
https://bugs.webkit.org/show_bug.cgi?id=140169

Reviewed by Sam Weinig.

Move 'content' CSS property to the new StyleBuilder.

* css/CSSPropertyNames.in:
* css/StyleBuilderCustom.h:
(WebCore::StyleBuilderCustom::applyInitialContent):
(WebCore::StyleBuilderCustom::applyInheritContent):
(WebCore::StyleBuilderCustom::applyValueContent):
* css/StyleResolver.cpp:
(WebCore::StyleResolver::applyProperty):</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkSourceWebCoreChangeLog">trunk/Source/WebCore/ChangeLog</a></li>
<li><a href="#trunkSourceWebCorecssCSSPropertyNamesin">trunk/Source/WebCore/css/CSSPropertyNames.in</a></li>
<li><a href="#trunkSourceWebCorecssStyleBuilderCustomh">trunk/Source/WebCore/css/StyleBuilderCustom.h</a></li>
<li><a href="#trunkSourceWebCorecssStyleResolvercpp">trunk/Source/WebCore/css/StyleResolver.cpp</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkSourceWebCoreChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/ChangeLog (178021 => 178022)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/ChangeLog        2015-01-07 07:03:17 UTC (rev 178021)
+++ trunk/Source/WebCore/ChangeLog        2015-01-07 07:13:00 UTC (rev 178022)
</span><span class="lines">@@ -1,5 +1,22 @@
</span><span class="cx"> 2015-01-06  Chris Dumez  &lt;cdumez@apple.com&gt;
</span><span class="cx"> 
</span><ins>+        Move 'content' CSS property to the new StyleBuilder
+        https://bugs.webkit.org/show_bug.cgi?id=140169
+
+        Reviewed by Sam Weinig.
+
+        Move 'content' CSS property to the new StyleBuilder.
+
+        * css/CSSPropertyNames.in:
+        * css/StyleBuilderCustom.h:
+        (WebCore::StyleBuilderCustom::applyInitialContent):
+        (WebCore::StyleBuilderCustom::applyInheritContent):
+        (WebCore::StyleBuilderCustom::applyValueContent):
+        * css/StyleResolver.cpp:
+        (WebCore::StyleResolver::applyProperty):
+
+2015-01-06  Chris Dumez  &lt;cdumez@apple.com&gt;
+
</ins><span class="cx">         Move 'webkit-mask-image' CSS property to the new StyleBuilder
</span><span class="cx">         https://bugs.webkit.org/show_bug.cgi?id=140168
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorecssCSSPropertyNamesin"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/CSSPropertyNames.in (178021 => 178022)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/CSSPropertyNames.in        2015-01-07 07:03:17 UTC (rev 178021)
+++ trunk/Source/WebCore/css/CSSPropertyNames.in        2015-01-07 07:13:00 UTC (rev 178022)
</span><span class="lines">@@ -197,7 +197,7 @@
</span><span class="cx"> clear
</span><span class="cx"> clip [Custom=All]
</span><span class="cx"> -webkit-clip-path [Converter=ClipPath]
</span><del>-content [LegacyStyleBuilder]
</del><ins>+content [Custom=All]
</ins><span class="cx"> counter-increment [Custom=All]
</span><span class="cx"> counter-reset [Custom=All]
</span><span class="cx"> cursor [Inherited, Custom=All]
</span></span></pre></div>
<a id="trunkSourceWebCorecssStyleBuilderCustomh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/StyleBuilderCustom.h (178021 => 178022)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/StyleBuilderCustom.h        2015-01-07 07:03:17 UTC (rev 178021)
+++ trunk/Source/WebCore/css/StyleBuilderCustom.h        2015-01-07 07:13:00 UTC (rev 178022)
</span><span class="lines">@@ -29,7 +29,10 @@
</span><span class="cx"> 
</span><span class="cx"> #include &quot;CSSAspectRatioValue.h&quot;
</span><span class="cx"> #include &quot;CSSCursorImageValue.h&quot;
</span><ins>+#include &quot;CSSGradientValue.h&quot;
</ins><span class="cx"> #include &quot;CSSShadowValue.h&quot;
</span><ins>+#include &quot;Counter.h&quot;
+#include &quot;CounterContent.h&quot;
</ins><span class="cx"> #include &quot;CursorList.h&quot;
</span><span class="cx"> #include &quot;ElementAncestorIterator.h&quot;
</span><span class="cx"> #include &quot;Frame.h&quot;
</span><span class="lines">@@ -39,6 +42,7 @@
</span><span class="cx"> #include &quot;SVGElement.h&quot;
</span><span class="cx"> #include &quot;StyleBuilderConverter.h&quot;
</span><span class="cx"> #include &quot;StyleFontSizeFunctions.h&quot;
</span><ins>+#include &quot;StyleGeneratedImage.h&quot;
</ins><span class="cx"> #include &quot;StyleResolver.h&quot;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="lines">@@ -59,6 +63,7 @@
</span><span class="cx">     DECLARE_PROPERTY_CUSTOM_HANDLERS(BoxShadow);
</span><span class="cx">     DECLARE_PROPERTY_CUSTOM_HANDLERS(Clip);
</span><span class="cx">     DECLARE_PROPERTY_CUSTOM_HANDLERS(ColumnGap);
</span><ins>+    DECLARE_PROPERTY_CUSTOM_HANDLERS(Content);
</ins><span class="cx">     DECLARE_PROPERTY_CUSTOM_HANDLERS(CounterIncrement);
</span><span class="cx">     DECLARE_PROPERTY_CUSTOM_HANDLERS(CounterReset);
</span><span class="cx">     DECLARE_PROPERTY_CUSTOM_HANDLERS(Cursor);
</span><span class="lines">@@ -1163,6 +1168,97 @@
</span><span class="cx">         styleResolver.style()-&gt;setColumnGap(StyleBuilderConverter::convertComputedLength&lt;float&gt;(styleResolver, value));
</span><span class="cx"> }
</span><span class="cx"> 
</span><ins>+inline void StyleBuilderCustom::applyInitialContent(StyleResolver&amp; styleResolver)
+{
+    styleResolver.style()-&gt;clearContent();
+}
+
+inline void StyleBuilderCustom::applyInheritContent(StyleResolver&amp;)
+{
+    // FIXME: In CSS3, it will be possible to inherit content. In CSS2 it is not. This
+    // note is a reminder that eventually &quot;inherit&quot; needs to be supported.
+}
+
+inline void StyleBuilderCustom::applyValueContent(StyleResolver&amp; styleResolver, CSSValue&amp; value)
+{
+    bool didSet = false;
+    for (auto&amp; item : downcast&lt;CSSValueList&gt;(value)) {
+        if (is&lt;CSSImageGeneratorValue&gt;(item.get())) {
+            if (is&lt;CSSGradientValue&gt;(item.get()))
+                styleResolver.style()-&gt;setContent(StyleGeneratedImage::create(*downcast&lt;CSSGradientValue&gt;(item.get()).gradientWithStylesResolved(&amp;styleResolver)), didSet);
+            else
+                styleResolver.style()-&gt;setContent(StyleGeneratedImage::create(downcast&lt;CSSImageGeneratorValue&gt;(item.get())), didSet);
+            didSet = true;
+#if ENABLE(CSS_IMAGE_SET)
+        } else if (is&lt;CSSImageSetValue&gt;(item.get())) {
+            styleResolver.style()-&gt;setContent(styleResolver.setOrPendingFromValue(CSSPropertyContent, downcast&lt;CSSImageSetValue&gt;(item.get())), didSet);
+            didSet = true;
+#endif
+        }
+
+        if (is&lt;CSSImageValue&gt;(item.get())) {
+            styleResolver.style()-&gt;setContent(styleResolver.cachedOrPendingFromValue(CSSPropertyContent, downcast&lt;CSSImageValue&gt;(item.get())), didSet);
+            didSet = true;
+            continue;
+        }
+
+        if (!is&lt;CSSPrimitiveValue&gt;(item.get()))
+            continue;
+
+        auto&amp; contentValue = downcast&lt;CSSPrimitiveValue&gt;(item.get());
+        if (contentValue.isString()) {
+            styleResolver.style()-&gt;setContent(contentValue.getStringValue().impl(), didSet);
+            didSet = true;
+        } else if (contentValue.isAttr()) {
+            // FIXME: Can a namespace be specified for an attr(foo)?
+            if (styleResolver.style()-&gt;styleType() == NOPSEUDO)
+                styleResolver.style()-&gt;setUnique();
+            else
+                styleResolver.parentStyle()-&gt;setUnique();
+            QualifiedName attr(nullAtom, contentValue.getStringValue().impl(), nullAtom);
+            const AtomicString&amp; value = styleResolver.element()-&gt;getAttribute(attr);
+            styleResolver.style()-&gt;setContent(value.isNull() ? emptyAtom : value.impl(), didSet);
+            didSet = true;
+            // Register the fact that the attribute value affects the style.
+            styleResolver.ruleSets().features().attributeCanonicalLocalNamesInRules.add(attr.localName().impl());
+            styleResolver.ruleSets().features().attributeLocalNamesInRules.add(attr.localName().impl());
+        } else if (contentValue.isCounter()) {
+            Counter* counterValue = contentValue.getCounterValue();
+            EListStyleType listStyleType = NoneListStyle;
+            CSSValueID listStyleIdent = counterValue-&gt;listStyleIdent();
+            if (listStyleIdent != CSSValueNone)
+                listStyleType = static_cast&lt;EListStyleType&gt;(listStyleIdent - CSSValueDisc);
+            auto counter = std::make_unique&lt;CounterContent&gt;(counterValue-&gt;identifier(), listStyleType, counterValue-&gt;separator());
+            styleResolver.style()-&gt;setContent(WTF::move(counter), didSet);
+            didSet = true;
+        } else {
+            switch (contentValue.getValueID()) {
+            case CSSValueOpenQuote:
+                styleResolver.style()-&gt;setContent(OPEN_QUOTE, didSet);
+                didSet = true;
+                break;
+            case CSSValueCloseQuote:
+                styleResolver.style()-&gt;setContent(CLOSE_QUOTE, didSet);
+                didSet = true;
+                break;
+            case CSSValueNoOpenQuote:
+                styleResolver.style()-&gt;setContent(NO_OPEN_QUOTE, didSet);
+                didSet = true;
+                break;
+            case CSSValueNoCloseQuote:
+                styleResolver.style()-&gt;setContent(NO_CLOSE_QUOTE, didSet);
+                didSet = true;
+                break;
+            default:
+                // normal and none do not have any effect.
+                break;
+            }
+        }
+    }
+    if (!didSet)
+        styleResolver.style()-&gt;clearContent();
+}
+
</ins><span class="cx"> inline void StyleBuilderCustom::applyInitialWebkitFontVariantLigatures(StyleResolver&amp; styleResolver)
</span><span class="cx"> {
</span><span class="cx">     FontDescription fontDescription = styleResolver.fontDescription();
</span></span></pre></div>
<a id="trunkSourceWebCorecssStyleResolvercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/StyleResolver.cpp (178021 => 178022)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/StyleResolver.cpp        2015-01-07 07:03:17 UTC (rev 178021)
+++ trunk/Source/WebCore/css/StyleResolver.cpp        2015-01-07 07:13:00 UTC (rev 178022)
</span><span class="lines">@@ -1981,100 +1981,6 @@
</span><span class="cx">     // What follows is a list that maps the CSS properties into their corresponding front-end
</span><span class="cx">     // RenderStyle values.
</span><span class="cx">     switch (id) {
</span><del>-    // lists
-    case CSSPropertyContent:
-        // list of string, uri, counter, attr, i
-        {
-            // FIXME: In CSS3, it will be possible to inherit content. In CSS2 it is not. This
-            // note is a reminder that eventually &quot;inherit&quot; needs to be supported.
-
-            if (isInitial) {
-                state.style()-&gt;clearContent();
-                return;
-            }
-
-            if (!is&lt;CSSValueList&gt;(*value))
-                return;
-
-            bool didSet = false;
-            for (auto&amp; item : downcast&lt;CSSValueList&gt;(*value)) {
-                if (is&lt;CSSImageGeneratorValue&gt;(item.get())) {
-                    if (is&lt;CSSGradientValue&gt;(item.get()))
-                        state.style()-&gt;setContent(StyleGeneratedImage::create(*downcast&lt;CSSGradientValue&gt;(item.get()).gradientWithStylesResolved(this)), didSet);
-                    else
-                        state.style()-&gt;setContent(StyleGeneratedImage::create(downcast&lt;CSSImageGeneratorValue&gt;(item.get())), didSet);
-                    didSet = true;
-#if ENABLE(CSS_IMAGE_SET)
-                } else if (is&lt;CSSImageSetValue&gt;(item.get())) {
-                    state.style()-&gt;setContent(setOrPendingFromValue(CSSPropertyContent, downcast&lt;CSSImageSetValue&gt;(item.get())), didSet);
-                    didSet = true;
-#endif
-                }
-
-                if (is&lt;CSSImageValue&gt;(item.get())) {
-                    state.style()-&gt;setContent(cachedOrPendingFromValue(CSSPropertyContent, downcast&lt;CSSImageValue&gt;(item.get())), didSet);
-                    didSet = true;
-                    continue;
-                }
-
-                if (!is&lt;CSSPrimitiveValue&gt;(item.get()))
-                    continue;
-
-                auto&amp; contentValue = downcast&lt;CSSPrimitiveValue&gt;(item.get());
-
-                if (contentValue.isString()) {
-                    state.style()-&gt;setContent(contentValue.getStringValue().impl(), didSet);
-                    didSet = true;
-                } else if (contentValue.isAttr()) {
-                    // FIXME: Can a namespace be specified for an attr(foo)?
-                    if (state.style()-&gt;styleType() == NOPSEUDO)
-                        state.style()-&gt;setUnique();
-                    else
-                        state.parentStyle()-&gt;setUnique();
-                    QualifiedName attr(nullAtom, contentValue.getStringValue().impl(), nullAtom);
-                    const AtomicString&amp; value = state.element()-&gt;getAttribute(attr);
-                    state.style()-&gt;setContent(value.isNull() ? emptyAtom : value.impl(), didSet);
-                    didSet = true;
-                    // Register the fact that the attribute value affects the style.
-                    m_ruleSets.features().attributeCanonicalLocalNamesInRules.add(attr.localName().impl());
-                    m_ruleSets.features().attributeLocalNamesInRules.add(attr.localName().impl());
-                } else if (contentValue.isCounter()) {
-                    Counter* counterValue = contentValue.getCounterValue();
-                    EListStyleType listStyleType = NoneListStyle;
-                    CSSValueID listStyleIdent = counterValue-&gt;listStyleIdent();
-                    if (listStyleIdent != CSSValueNone)
-                        listStyleType = static_cast&lt;EListStyleType&gt;(listStyleIdent - CSSValueDisc);
-                    auto counter = std::make_unique&lt;CounterContent&gt;(counterValue-&gt;identifier(), listStyleType, counterValue-&gt;separator());
-                    state.style()-&gt;setContent(WTF::move(counter), didSet);
-                    didSet = true;
-                } else {
-                    switch (contentValue.getValueID()) {
-                    case CSSValueOpenQuote:
-                        state.style()-&gt;setContent(OPEN_QUOTE, didSet);
-                        didSet = true;
-                        break;
-                    case CSSValueCloseQuote:
-                        state.style()-&gt;setContent(CLOSE_QUOTE, didSet);
-                        didSet = true;
-                        break;
-                    case CSSValueNoOpenQuote:
-                        state.style()-&gt;setContent(NO_OPEN_QUOTE, didSet);
-                        didSet = true;
-                        break;
-                    case CSSValueNoCloseQuote:
-                        state.style()-&gt;setContent(NO_CLOSE_QUOTE, didSet);
-                        didSet = true;
-                        break;
-                    default:
-                        // normal and none do not have any effect.
-                        { }
-                    }
-                }
-            }
-            if (!didSet)
-                state.style()-&gt;clearContent();
-            return;
-        }
</del><span class="cx">     // Shorthand properties.
</span><span class="cx">     case CSSPropertyFont:
</span><span class="cx">         if (isInherit) {
</span><span class="lines">@@ -2364,6 +2270,7 @@
</span><span class="cx">     case CSSPropertyClear:
</span><span class="cx">     case CSSPropertyClip:
</span><span class="cx">     case CSSPropertyColor:
</span><ins>+    case CSSPropertyContent:
</ins><span class="cx">     case CSSPropertyCounterIncrement:
</span><span class="cx">     case CSSPropertyCounterReset:
</span><span class="cx">     case CSSPropertyCursor:
</span></span></pre>
</div>
</div>

</body>
</html>