diff --git a/patch/patch.cfg b/patch/patch.cfg index 1606804e3..33a593b70 100644 --- a/patch/patch.cfg +++ b/patch/patch.cfg @@ -36,6 +36,11 @@ patches = [ 'name': 'webkit_451', 'path': '../third_party/WebKit/Source/', }, + { + # https://code.google.com/p/chromiumembedded/issues/detail?id=899 + 'name': 'webkit_features', + 'path': '../third_party/WebKit/Source/WebKit/chromium/', + }, { # http://code.google.com/p/chromiumembedded/issues/detail?id=364 'name': 'spi_webcore_364', diff --git a/patch/patches/webkit_features.patch b/patch/patches/webkit_features.patch new file mode 100644 index 000000000..e823479d8 --- /dev/null +++ b/patch/patches/webkit_features.patch @@ -0,0 +1,13 @@ +Index: features.gypi +=================================================================== +--- features.gypi (revision 143980) ++++ features.gypi (working copy) +@@ -190,7 +190,7 @@ + 'ENABLE_CALENDAR_PICKER=1', + 'ENABLE_DATALIST_ELEMENT=1', + 'ENABLE_INPUT_SPEECH=1', +- 'ENABLE_INPUT_TYPE_COLOR=1', ++ 'ENABLE_INPUT_TYPE_COLOR=0', + 'ENABLE_INPUT_TYPE_WEEK=1', + 'ENABLE_INPUT_MULTIPLE_FIELDS_UI=1', + 'ENABLE_LEGACY_NOTIFICATIONS=1',