Title: [120312] trunk/Source/WebKit/chromium
Revision
120312
Author
[email protected]
Date
2012-06-14 03:57:37 -0700 (Thu, 14 Jun 2012)

Log Message

[Chromium][Forms] We should remove ENABLE_INPUT_TYPE_TIME=0 and so on to allows us to override them by ~/.gyp/include.gypi
https://bugs.webkit.org/show_bug.cgi?id=89062

Reviewed by Kent Tamura.

This patch removes ENABLE_INPUT_TYPE_*=0 from default entry of feature_defines to
allows us overriding by ~/.gyp/include.gypi

* features.gypi: Remove ENABLE_INPUT_TYPE_DATETIME=0, ENABLE_INPUT_TYPE_DATETIMELOCAL=0,
and so on.

Modified Paths

Diff

Modified: trunk/Source/WebKit/chromium/ChangeLog (120311 => 120312)


--- trunk/Source/WebKit/chromium/ChangeLog	2012-06-14 10:34:26 UTC (rev 120311)
+++ trunk/Source/WebKit/chromium/ChangeLog	2012-06-14 10:57:37 UTC (rev 120312)
@@ -1,3 +1,16 @@
+2012-06-14  Yoshifumi Inoue  <[email protected]>
+
+        [Chromium][Forms] We should remove ENABLE_INPUT_TYPE_TIME=0 and so on to allows us to override them by ~/.gyp/include.gypi
+        https://bugs.webkit.org/show_bug.cgi?id=89062
+
+        Reviewed by Kent Tamura.
+
+        This patch removes ENABLE_INPUT_TYPE_*=0 from default entry of feature_defines to
+        allows us overriding by ~/.gyp/include.gypi
+
+        * features.gypi: Remove ENABLE_INPUT_TYPE_DATETIME=0, ENABLE_INPUT_TYPE_DATETIMELOCAL=0,
+        and so on.
+
 2012-06-14  Min Qin  <[email protected]>
 
         Remove the const keyword from MediaPlayerPrivate::enterFullscreen()

Modified: trunk/Source/WebKit/chromium/features.gypi (120311 => 120312)


--- trunk/Source/WebKit/chromium/features.gypi	2012-06-14 10:34:26 UTC (rev 120311)
+++ trunk/Source/WebKit/chromium/features.gypi	2012-06-14 10:57:37 UTC (rev 120312)
@@ -163,11 +163,6 @@
           'ENABLE_FONT_BOOSTING=0',
           'ENABLE_FULLSCREEN_MEDIA_CONTROLS=0',
           'ENABLE_INPUT_SPEECH=1',
-          'ENABLE_INPUT_TYPE_DATETIME=0',
-          'ENABLE_INPUT_TYPE_DATETIMELOCAL=0',
-          'ENABLE_INPUT_TYPE_MONTH=0',
-          'ENABLE_INPUT_TYPE_TIME=0',
-          'ENABLE_INPUT_TYPE_WEEK=0',
           'ENABLE_JAVASCRIPT_I18N_API=1',
           'ENABLE_LEGACY_NOTIFICATIONS=1',
           'ENABLE_MEDIA_CAPTURE=0',
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to