Title: [114545] trunk
Revision
114545
Author
[email protected]
Date
2012-04-18 12:32:16 -0700 (Wed, 18 Apr 2012)

Log Message

[chromium] Turn on ENABLE_DATALIST for chromium
https://bugs.webkit.org/show_bug.cgi?id=84118

Reviewed by Kent Tamura.

Source/WebCore:

* html/HTMLDataListElement.cpp: Touched to avoid build issues. No code change.
* html/HTMLDataListElement.h: Ditto.
* html/HTMLInputElement.cpp: Ditto.
* html/HTMLInputElement.h: Ditto.

Source/WebKit/chromium:

* features.gypi: Turn on ENABLE_DATALIST.
* src/WebInputElement.cpp: Touched to avoid build issues. No code change.

LayoutTests:

* platform/chromium/fast/forms/label/labelable-elements-expected.txt: Update expectated result.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (114544 => 114545)


--- trunk/LayoutTests/ChangeLog	2012-04-18 19:19:56 UTC (rev 114544)
+++ trunk/LayoutTests/ChangeLog	2012-04-18 19:32:16 UTC (rev 114545)
@@ -1,3 +1,12 @@
+2012-04-18  Keishi Hattori  <[email protected]>
+
+        [chromium] Turn on ENABLE_DATALIST for chromium
+        https://bugs.webkit.org/show_bug.cgi?id=84118
+
+        Reviewed by Kent Tamura.
+
+        * platform/chromium/fast/forms/label/labelable-elements-expected.txt: Update expectated result.
+
 2012-04-18  Dominik Röttsches  <[email protected]>
 
         [EFL][DRT] Update baselines after font-face support was fixed

Modified: trunk/LayoutTests/platform/chromium/fast/forms/label/labelable-elements-expected.txt (114544 => 114545)


--- trunk/LayoutTests/platform/chromium/fast/forms/label/labelable-elements-expected.txt	2012-04-18 19:19:56 UTC (rev 114544)
+++ trunk/LayoutTests/platform/chromium/fast/forms/label/labelable-elements-expected.txt	2012-04-18 19:32:16 UTC (rev 114545)
@@ -7,7 +7,7 @@
 Labelable: button [object HTMLButtonElement]
 PASS element.labels.length is 1
 
-Unsupported: datalist [object HTMLUnknownElement]
+Not labelable: datalist [object HTMLDataListElement]
 PASS element.labels is undefined.
 PASS element.labels is not null
 

Modified: trunk/Source/WebCore/ChangeLog (114544 => 114545)


--- trunk/Source/WebCore/ChangeLog	2012-04-18 19:19:56 UTC (rev 114544)
+++ trunk/Source/WebCore/ChangeLog	2012-04-18 19:32:16 UTC (rev 114545)
@@ -1,3 +1,15 @@
+2012-04-18  Keishi Hattori  <[email protected]>
+
+        [chromium] Turn on ENABLE_DATALIST for chromium
+        https://bugs.webkit.org/show_bug.cgi?id=84118
+
+        Reviewed by Kent Tamura.
+
+        * html/HTMLDataListElement.cpp: Touched to avoid build issues. No code change.
+        * html/HTMLDataListElement.h: Ditto.
+        * html/HTMLInputElement.cpp: Ditto.
+        * html/HTMLInputElement.h: Ditto.
+
 2012-04-18  Allan Sandfeld Jensen  <[email protected]>
 
         [Qt] WheelEventQt.cpp should be deleted.

Modified: trunk/Source/WebCore/html/HTMLDataListElement.cpp (114544 => 114545)


--- trunk/Source/WebCore/html/HTMLDataListElement.cpp	2012-04-18 19:19:56 UTC (rev 114544)
+++ trunk/Source/WebCore/html/HTMLDataListElement.cpp	2012-04-18 19:32:16 UTC (rev 114545)
@@ -53,5 +53,4 @@
 }
 
 }  // namespace WebCore
-
 #endif  // ENABLE(DATALIST)

Modified: trunk/Source/WebCore/html/HTMLDataListElement.h (114544 => 114545)


--- trunk/Source/WebCore/html/HTMLDataListElement.h	2012-04-18 19:19:56 UTC (rev 114544)
+++ trunk/Source/WebCore/html/HTMLDataListElement.h	2012-04-18 19:32:16 UTC (rev 114545)
@@ -50,7 +50,6 @@
 };
 
 }  // namespace WebCore
-
 #endif  // ENABLE(DATALIST)
 
 #endif  // HTMLDataListElement_h

Modified: trunk/Source/WebCore/html/HTMLInputElement.cpp (114544 => 114545)


--- trunk/Source/WebCore/html/HTMLInputElement.cpp	2012-04-18 19:19:56 UTC (rev 114544)
+++ trunk/Source/WebCore/html/HTMLInputElement.cpp	2012-04-18 19:32:16 UTC (rev 114545)
@@ -1841,5 +1841,4 @@
     if (CheckedRadioButtons* buttons = checkedRadioButtons())
         buttons->removeButton(this);
 }
-
 } // namespace

Modified: trunk/Source/WebCore/html/HTMLInputElement.h (114544 => 114545)


--- trunk/Source/WebCore/html/HTMLInputElement.h	2012-04-18 19:19:56 UTC (rev 114544)
+++ trunk/Source/WebCore/html/HTMLInputElement.h	2012-04-18 19:32:16 UTC (rev 114545)
@@ -368,5 +368,4 @@
 };
 
 } //namespace
-
 #endif

Modified: trunk/Source/WebKit/chromium/ChangeLog (114544 => 114545)


--- trunk/Source/WebKit/chromium/ChangeLog	2012-04-18 19:19:56 UTC (rev 114544)
+++ trunk/Source/WebKit/chromium/ChangeLog	2012-04-18 19:32:16 UTC (rev 114545)
@@ -1,3 +1,13 @@
+2012-04-18  Keishi Hattori  <[email protected]>
+
+        [chromium] Turn on ENABLE_DATALIST for chromium
+        https://bugs.webkit.org/show_bug.cgi?id=84118
+
+        Reviewed by Kent Tamura.
+
+        * features.gypi: Turn on ENABLE_DATALIST.
+        * src/WebInputElement.cpp: Touched to avoid build issues. No code change.
+
 2012-04-18  Alexander Pavlov  <[email protected]>
 
         [Chromium] REGRESSION: Popup shrinks because of autocomplete

Modified: trunk/Source/WebKit/chromium/features.gypi (114544 => 114545)


--- trunk/Source/WebKit/chromium/features.gypi	2012-04-18 19:19:56 UTC (rev 114544)
+++ trunk/Source/WebKit/chromium/features.gypi	2012-04-18 19:32:16 UTC (rev 114545)
@@ -40,6 +40,7 @@
       'ENABLE_CSS_FILTERS=1',
       'ENABLE_CSS_IMAGE_SET=1',
       'ENABLE_CSS_SHADERS=1',
+      'ENABLE_DATALIST=1',
       'ENABLE_DASHBOARD_SUPPORT=0',
       'ENABLE_DATA_TRANSFER_ITEMS=1',
       'ENABLE_DETAILS=1',

Modified: trunk/Source/WebKit/chromium/src/WebInputElement.cpp (114544 => 114545)


--- trunk/Source/WebKit/chromium/src/WebInputElement.cpp	2012-04-18 19:19:56 UTC (rev 114544)
+++ trunk/Source/WebKit/chromium/src/WebInputElement.cpp	2012-04-18 19:32:16 UTC (rev 114545)
@@ -230,5 +230,4 @@
 
     return static_cast<WebInputElement*>(webElement);
 }
-
 } // namespace WebKit
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to