Title: [127771] trunk/Source/WebCore
Revision
127771
Author
[email protected]
Date
2012-09-06 12:20:48 -0700 (Thu, 06 Sep 2012)

Log Message

Another unreviewed GTK build fix.

The ENABLE_DATALIST_ELEMENT should default to 0, as it did in stable
release versions before r127760. The feature define can be switched
on later, when its stability is determined and the test results are
rebaselined.

* GNUmakefile.features.am:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (127770 => 127771)


--- trunk/Source/WebCore/ChangeLog	2012-09-06 19:16:02 UTC (rev 127770)
+++ trunk/Source/WebCore/ChangeLog	2012-09-06 19:20:48 UTC (rev 127771)
@@ -1,3 +1,14 @@
+2012-09-06  Zan Dobersek  <[email protected]>
+
+        Another unreviewed GTK build fix.
+
+        The ENABLE_DATALIST_ELEMENT should default to 0, as it did in stable
+        release versions before r127760. The feature define can be switched
+        on later, when its stability is determined and the test results are
+        rebaselined.
+
+        * GNUmakefile.features.am:
+
 2012-09-06  David Barton  <[email protected]>
 
         mathml.css: Add more { white-space: nowrap } declarations

Modified: trunk/Source/WebCore/GNUmakefile.features.am (127770 => 127771)


--- trunk/Source/WebCore/GNUmakefile.features.am	2012-09-06 19:16:02 UTC (rev 127770)
+++ trunk/Source/WebCore/GNUmakefile.features.am	2012-09-06 19:20:48 UTC (rev 127771)
@@ -18,7 +18,7 @@
 	ENABLE_CSS_VARIABLES=0 \
 	ENABLE_CUSTOM_SCHEME_HANDLER=0 \
 	ENABLE_DASHBOARD_SUPPORT=0 \
-	ENABLE_DATALIST_ELEMENT=1 \
+	ENABLE_DATALIST_ELEMENT=0 \
 	ENABLE_DATA_TRANSFER_ITEMS=0 \
 	ENABLE_DETAILS_ELEMENT=1 \
 	ENABLE_DEVICE_ORIENTATION=0 \
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to