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
+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
#endif // ENABLE(CALENDAR_PICKER)
} // namespace WebCore
-
#endif
};
} // namespace WebCore
-
#endif
#endif // DateInputType_h
}
} // namespace WebCore::InputTypeNames
-
} // namespace WebCore
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:
'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',