Title: [140461] trunk/Source/WebCore
- Revision
- 140461
- Author
- [email protected]
- Date
- 2013-01-22 13:28:41 -0800 (Tue, 22 Jan 2013)
Log Message
[GTK] Disable CSS Regions in release builds
https://bugs.webkit.org/show_bug.cgi?id=106541
Patch by Zan Dobersek <[email protected]> on 2013-01-22
Reviewed by Martin Robinson.
The CSS Regions feature is not yet deemed stable enough to be enabled
in release builds, so disable it. It's still enabled for development
builds, via FeatureList.pm.
No new tests - no testable changes.
* GNUmakefile.features.am.in:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (140460 => 140461)
--- trunk/Source/WebCore/ChangeLog 2013-01-22 21:27:13 UTC (rev 140460)
+++ trunk/Source/WebCore/ChangeLog 2013-01-22 21:28:41 UTC (rev 140461)
@@ -1,5 +1,20 @@
2013-01-22 Zan Dobersek <[email protected]>
+ [GTK] Disable CSS Regions in release builds
+ https://bugs.webkit.org/show_bug.cgi?id=106541
+
+ Reviewed by Martin Robinson.
+
+ The CSS Regions feature is not yet deemed stable enough to be enabled
+ in release builds, so disable it. It's still enabled for development
+ builds, via FeatureList.pm.
+
+ No new tests - no testable changes.
+
+ * GNUmakefile.features.am.in:
+
+2013-01-22 Zan Dobersek <[email protected]>
+
[GTK] Enable the <template> element support in development builds
https://bugs.webkit.org/show_bug.cgi?id=106575
Modified: trunk/Source/WebCore/GNUmakefile.features.am.in (140460 => 140461)
--- trunk/Source/WebCore/GNUmakefile.features.am.in 2013-01-22 21:27:13 UTC (rev 140460)
+++ trunk/Source/WebCore/GNUmakefile.features.am.in 2013-01-22 21:28:41 UTC (rev 140461)
@@ -15,7 +15,7 @@
ENABLE_CSS_FILTERS=0 \
ENABLE_CSS_IMAGE_ORIENTATION=0 \
ENABLE_CSS_IMAGE_RESOLUTION=0 \
- ENABLE_CSS_REGIONS=1 \
+ ENABLE_CSS_REGIONS=0 \
ENABLE_CSS_SHADERS=0 \
ENABLE_CSS_STICKY_POSITION=0 \
ENABLE_CSS_TRANSFORMS_ANIMATIONS_TRANSITIONS_UNPREFIXED=0 \
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes