Title: [121237] trunk/Source/WebKit/chromium
- Revision
- 121237
- Author
- [email protected]
- Date
- 2012-06-26 00:59:07 -0700 (Tue, 26 Jun 2012)
Log Message
Allow using <input type="color"> UI in ChromeOS.
https://bugs.webkit.org/show_bug.cgi?id=89944
Patch by Jun Mukai <[email protected]> on 2012-06-26
Reviewed by Kent Tamura.
http://crrev.com/144111 adds the UI of <input type="color"> for
ChromeOS, so now we can set its flag too.
* features.gypi:
Modified Paths
Diff
Modified: trunk/Source/WebKit/chromium/ChangeLog (121236 => 121237)
--- trunk/Source/WebKit/chromium/ChangeLog 2012-06-26 07:55:26 UTC (rev 121236)
+++ trunk/Source/WebKit/chromium/ChangeLog 2012-06-26 07:59:07 UTC (rev 121237)
@@ -1,3 +1,15 @@
+2012-06-26 Jun Mukai <[email protected]>
+
+ Allow using <input type="color"> UI in ChromeOS.
+ https://bugs.webkit.org/show_bug.cgi?id=89944
+
+ Reviewed by Kent Tamura.
+
+ http://crrev.com/144111 adds the UI of <input type="color"> for
+ ChromeOS, so now we can set its flag too.
+
+ * features.gypi:
+
2012-06-25 Ryosuke Niwa <[email protected]>
Get rid of firstItem and nextItem from HTMLCollection
Modified: trunk/Source/WebKit/chromium/features.gypi (121236 => 121237)
--- trunk/Source/WebKit/chromium/features.gypi 2012-06-26 07:55:26 UTC (rev 121236)
+++ trunk/Source/WebKit/chromium/features.gypi 2012-06-26 07:59:07 UTC (rev 121237)
@@ -174,7 +174,7 @@
'ENABLE_WEB_AUDIO=1',
],
}],
- ['OS=="android" or chromeos==1', {
+ ['OS=="android"', {
'feature_defines': [
'ENABLE_INPUT_TYPE_COLOR=0',
],
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes