Title: [211164] trunk/Source/WebCore
- Revision
- 211164
- Author
- [email protected]
- Date
- 2017-01-25 14:05:02 -0800 (Wed, 25 Jan 2017)
Log Message
Revert r210882, removing support for background-repeat-x/y
https://bugs.webkit.org/show_bug.cgi?id=167223
Reviewed by Myles C. Maxfield.
Followup from r211149; I missed part of the patch when committing.
* css/parser/CSSParserFastPaths.cpp:
(WebCore::CSSParserFastPaths::isKeywordPropertyID):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (211163 => 211164)
--- trunk/Source/WebCore/ChangeLog 2017-01-25 22:01:28 UTC (rev 211163)
+++ trunk/Source/WebCore/ChangeLog 2017-01-25 22:05:02 UTC (rev 211164)
@@ -1,3 +1,15 @@
+2017-01-25 Simon Fraser <[email protected]>
+
+ Revert r210882, removing support for background-repeat-x/y
+ https://bugs.webkit.org/show_bug.cgi?id=167223
+
+ Reviewed by Myles C. Maxfield.
+
+ Followup from r211149; I missed part of the patch when committing.
+
+ * css/parser/CSSParserFastPaths.cpp:
+ (WebCore::CSSParserFastPaths::isKeywordPropertyID):
+
2017-01-25 Youenn Fablet <[email protected]>
[WebRTC] Introduce libwebrtc abstraction for WK1/WK2 implementations
Modified: trunk/Source/WebCore/css/parser/CSSParserFastPaths.cpp (211163 => 211164)
--- trunk/Source/WebCore/css/parser/CSSParserFastPaths.cpp 2017-01-25 22:01:28 UTC (rev 211163)
+++ trunk/Source/WebCore/css/parser/CSSParserFastPaths.cpp 2017-01-25 22:05:02 UTC (rev 211164)
@@ -930,9 +930,6 @@
// FIXME-NEWPARSER: Treat all as a keyword property.
// case CSSPropertyAll:
- case CSSPropertyBackgroundRepeatX:
- case CSSPropertyBackgroundRepeatY:
-
// FIXME-NEWPARSER: Add the following unprefixed properties:
// case CSSPropertyBackfaceVisibility:
// case CSSPropertyFontKerning:
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes