Title: [154203] trunk/Source/WebCore
- Revision
- 154203
- Author
- [email protected]
- Date
- 2013-08-16 14:29:48 -0700 (Fri, 16 Aug 2013)
Log Message
<https://webkit.org/b/119912> Fix WebKit build error when SVG is disabled(broken since r154174)
Patch by Arunprasad Rajkumar <[email protected]> on 2013-08-16
Reviewed by Simon Fraser.
No new tests required, just a build fix.
Since r154174 CSS keywords alpha and luminance used by -webkit-mask-source-type. Move those
keywords from SVGCSSValueKeywords.in to CSSValueKeywords.in.
* css/CSSValueKeywords.in:
* css/SVGCSSValueKeywords.in:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (154202 => 154203)
--- trunk/Source/WebCore/ChangeLog 2013-08-16 20:04:47 UTC (rev 154202)
+++ trunk/Source/WebCore/ChangeLog 2013-08-16 21:29:48 UTC (rev 154203)
@@ -1,5 +1,19 @@
2013-08-16 Arunprasad Rajkumar <[email protected]>
+ <https://webkit.org/b/119912> Fix WebKit build error when SVG is disabled(broken since r154174)
+
+ Reviewed by Simon Fraser.
+
+ No new tests required, just a build fix.
+
+ Since r154174 CSS keywords alpha and luminance used by -webkit-mask-source-type. Move those
+ keywords from SVGCSSValueKeywords.in to CSSValueKeywords.in.
+
+ * css/CSSValueKeywords.in:
+ * css/SVGCSSValueKeywords.in:
+
+2013-08-16 Arunprasad Rajkumar <[email protected]>
+
<https://webkit.org/b/119785> Replace currentTime() with monotonicallyIncreasingTime() in WebCore
Reviewed by Alexey Proskuryakov.
Modified: trunk/Source/WebCore/css/CSSValueKeywords.in (154202 => 154203)
--- trunk/Source/WebCore/css/CSSValueKeywords.in 2013-08-16 20:04:47 UTC (rev 154202)
+++ trunk/Source/WebCore/css/CSSValueKeywords.in 2013-08-16 21:29:48 UTC (rev 154203)
@@ -114,6 +114,7 @@
//
// CSS_PROP_*_COLOR
//
+alpha
aqua
black
blue
@@ -151,6 +152,7 @@
inactivecaptiontext
infobackground
infotext
+luminance
menutext
scrollbar
threeddarkshadow
Modified: trunk/Source/WebCore/css/SVGCSSValueKeywords.in (154202 => 154203)
--- trunk/Source/WebCore/css/SVGCSSValueKeywords.in 2013-08-16 20:04:47 UTC (rev 154202)
+++ trunk/Source/WebCore/css/SVGCSSValueKeywords.in 2013-08-16 21:29:48 UTC (rev 154203)
@@ -4,7 +4,7 @@
// CSS_PROP_*_COLOR
//
aliceblue
-alpha
+// alpha
antiquewhite
// aqua
aquamarine
@@ -89,7 +89,7 @@
// lime
limegreen
linen
-luminance
+// luminance
magenta
// maroon
mediumaquamarine
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes