[Chromium] Enable INPUT_TYPE_DATE
authortkent@chromium.org <tkent@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Thu, 12 Apr 2012 14:21:52 +0000 (14:21 +0000)
committertkent@chromium.org <tkent@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Thu, 12 Apr 2012 14:21:52 +0000 (14:21 +0000)
https://bugs.webkit.org/show_bug.cgi?id=83761

Reviewed by Kentaro Hara.

Source/WebCore:

* html/DateInputType.cpp:
Touch it to avoid build issues. No code changes.
* html/DateInputType.h: ditto.
* html/InputType.cpp: ditto.

Source/WebKit/chromium:

* features.gypi: Turn ENABLE_INPUT_TYPE_DATE on.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@113972 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Source/WebCore/ChangeLog
Source/WebCore/html/DateInputType.cpp
Source/WebCore/html/DateInputType.h
Source/WebCore/html/InputType.cpp
Source/WebKit/chromium/ChangeLog
Source/WebKit/chromium/features.gypi

index 1658478..97a065d 100644 (file)
@@ -1,3 +1,15 @@
+2012-04-12  Kent Tamura  <tkent@chromium.org>
+
+        [Chromium] Enable INPUT_TYPE_DATE
+        https://bugs.webkit.org/show_bug.cgi?id=83761
+
+        Reviewed by Kentaro Hara.
+
+        * html/DateInputType.cpp:
+        Touch it to avoid build issues. No code changes.
+        * html/DateInputType.h: ditto.
+        * html/InputType.cpp: ditto.
+
 2012-04-12  Yury Semikhatsky  <yurys@chromium.org>
 
         Web Inspector: annotate the rest of profiler front-end for closure compiler
index a82f0a9..5abdc24 100644 (file)
@@ -136,5 +136,4 @@ void DateInputType::handleBlurEvent()
 #endif // ENABLE(CALENDAR_PICKER)
 
 } // namespace WebCore
-
 #endif
index d5085c3..34f5c66 100644 (file)
@@ -69,6 +69,5 @@ private:
 };
 
 } // namespace WebCore
-
 #endif
 #endif // DateInputType_h
index ee27346..7eb3ca2 100644 (file)
@@ -898,5 +898,4 @@ const AtomicString& week()
 }
 
 } // namespace WebCore::InputTypeNames
-
 } // namespace WebCore
index e81f11a..e1b3a55 100644 (file)
@@ -1,5 +1,14 @@
 2012-04-12  Kent Tamura  <tkent@chromium.org>
 
+        [Chromium] Enable INPUT_TYPE_DATE
+        https://bugs.webkit.org/show_bug.cgi?id=83761
+
+        Reviewed by Kentaro Hara.
+
+        * features.gypi: Turn ENABLE_INPUT_TYPE_DATE on.
+
+2012-04-12  Kent Tamura  <tkent@chromium.org>
+
         [Chromium] Fix !ENABLE(PAGE_POPUP) build
 
         * src/WebViewImpl.cpp:
index ec210a3..7d7bead 100644 (file)
@@ -55,7 +55,7 @@
       'ENABLE_ICONDATABASE=0',
       'ENABLE_INDEXED_DATABASE=1',
       'ENABLE_INPUT_SPEECH=1',
-      'ENABLE_INPUT_TYPE_DATE=0',
+      'ENABLE_INPUT_TYPE_DATE=1',
       'ENABLE_INPUT_TYPE_DATETIME=0',
       'ENABLE_INPUT_TYPE_DATETIMELOCAL=0',
       'ENABLE_INPUT_TYPE_MONTH=0',