Title: [130375] trunk/Source
Revision
130375
Author
[email protected]
Date
2012-10-04 01:59:20 -0700 (Thu, 04 Oct 2012)

Log Message

[Chromium] Enable the multiple fields UI for input[type=date]
https://bugs.webkit.org/show_bug.cgi?id=98351

Reviewed by Hajime Morita.

Source/WebCore:

Touch files related to ENABLE_INPUT_TYPE_DATE_LEGACY_UI to avoid build
issues.

No new tests. Many tests will be landed shortly.

* html/DateInputType.cpp:
* html/DateInputType.h:

Source/WebKit/chromium:

* features.gypi:
Disable ENABLE_INPUT_TYPE_DATE_LEGACY_UI.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (130374 => 130375)


--- trunk/Source/WebCore/ChangeLog	2012-10-04 08:58:24 UTC (rev 130374)
+++ trunk/Source/WebCore/ChangeLog	2012-10-04 08:59:20 UTC (rev 130375)
@@ -1,3 +1,18 @@
+2012-10-05  Kent Tamura  <[email protected]>
+
+        [Chromium] Enable the multiple fields UI for input[type=date]
+        https://bugs.webkit.org/show_bug.cgi?id=98351
+
+        Reviewed by Hajime Morita.
+
+        Touch files related to ENABLE_INPUT_TYPE_DATE_LEGACY_UI to avoid build
+        issues.
+
+        No new tests. Many tests will be landed shortly.
+
+        * html/DateInputType.cpp:
+        * html/DateInputType.h:
+
 2012-10-04  Kent Tamura  <[email protected]>
 
         Add code for input[type=date] with the multiple fields UI

Modified: trunk/Source/WebCore/html/DateInputType.cpp (130374 => 130375)


--- trunk/Source/WebCore/html/DateInputType.cpp	2012-10-04 08:58:24 UTC (rev 130374)
+++ trunk/Source/WebCore/html/DateInputType.cpp	2012-10-04 08:59:20 UTC (rev 130375)
@@ -31,6 +31,7 @@
 #include "config.h"
 #include "DateInputType.h"
 
+#if ENABLE(INPUT_TYPE_DATE)
 #include "DateComponents.h"
 #include "DateTimeFieldsState.h"
 #include "HTMLInputElement.h"
@@ -42,8 +43,6 @@
 #include "PickerIndicatorElement.h"
 #include <wtf/PassOwnPtr.h>
 
-#if ENABLE(INPUT_TYPE_DATE)
-
 namespace WebCore {
 
 using namespace HTMLNames;

Modified: trunk/Source/WebCore/html/DateInputType.h (130374 => 130375)


--- trunk/Source/WebCore/html/DateInputType.h	2012-10-04 08:58:24 UTC (rev 130374)
+++ trunk/Source/WebCore/html/DateInputType.h	2012-10-04 08:59:20 UTC (rev 130375)
@@ -82,5 +82,6 @@
 };
 
 } // namespace WebCore
+
 #endif
 #endif // DateInputType_h

Modified: trunk/Source/WebKit/chromium/ChangeLog (130374 => 130375)


--- trunk/Source/WebKit/chromium/ChangeLog	2012-10-04 08:58:24 UTC (rev 130374)
+++ trunk/Source/WebKit/chromium/ChangeLog	2012-10-04 08:59:20 UTC (rev 130375)
@@ -1,3 +1,13 @@
+2012-10-05  Kent Tamura  <[email protected]>
+
+        [Chromium] Enable the multiple fields UI for input[type=date]
+        https://bugs.webkit.org/show_bug.cgi?id=98351
+
+        Reviewed by Hajime Morita.
+
+        * features.gypi:
+        Disable ENABLE_INPUT_TYPE_DATE_LEGACY_UI.
+
 2012-10-04  Kent Tamura  <[email protected]>
 
         Add code for input[type=date] with the multiple fields UI

Modified: trunk/Source/WebKit/chromium/features.gypi (130374 => 130375)


--- trunk/Source/WebKit/chromium/features.gypi	2012-10-04 08:58:24 UTC (rev 130374)
+++ trunk/Source/WebKit/chromium/features.gypi	2012-10-04 08:59:20 UTC (rev 130375)
@@ -176,7 +176,6 @@
           'ENABLE_DATALIST_ELEMENT=1',
           'ENABLE_INPUT_SPEECH=1',
           'ENABLE_INPUT_TYPE_COLOR=1',
-          'ENABLE_INPUT_TYPE_DATE_LEGACY_UI=1',
           'ENABLE_INPUT_MULTIPLE_FIELDS_UI=1',
           'ENABLE_JAVASCRIPT_I18N_API=1',
           'ENABLE_LEGACY_NOTIFICATIONS=1',
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to