Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(707)

Unified Diff: Source/core/css/html.css

Issue 14859003: Remove the compile time flag for DATALIST Element. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/WebKit/chromium/src/WebRuntimeFeatures.cpp ('k') | Source/core/features.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/html.css
diff --git a/Source/core/css/html.css b/Source/core/css/html.css
index 4eff1511240b813570297b3ad66738d25bad4618..219b7c7cb50dbf23032e4091925912db64b26f5a 100644
--- a/Source/core/css/html.css
+++ b/Source/core/css/html.css
@@ -488,11 +488,9 @@ input[type="search"]::-webkit-search-results-button {
-webkit-user-modify: read-only !important;
}
-#if defined(ENABLE_DATALIST_ELEMENT) && ENABLE_DATALIST_ELEMENT
tkent 2013/05/07 01:14:03 It makes <datalist> display:none even if the runti
datalist {
display: none;
}
-#endif
#if defined(ENABLE_INPUT_MULTIPLE_FIELDS_UI) && ENABLE_INPUT_MULTIPLE_FIELDS_UI
input[type="date"] {
@@ -888,8 +886,6 @@ input[type="color"]::-webkit-color-swatch {
-webkit-user-modify: read-only !important;
}
-#if defined(ENABLE_DATALIST_ELEMENT) && ENABLE_DATALIST_ELEMENT
-
input[type="color"][list] {
-webkit-appearance: menulist;
width: 88px;
@@ -905,7 +901,6 @@ input[type="color"][list]::-webkit-color-swatch {
border-color: #000000;
}
-#endif // defined(ENABLE_DATALIST_ELEMENT) && ENABLE_DATALIST_ELEMENT
#endif // defined(ENABLE_INPUT_TYPE_COLOR) && ENABLE_INPUT_TYPE_COLOR
« no previous file with comments | « Source/WebKit/chromium/src/WebRuntimeFeatures.cpp ('k') | Source/core/features.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698