mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-02-03 12:37:36 +01:00
Disable color input type because no implementation is currently available (issue #899).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1134 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
parent
485244b1bb
commit
b2014012b0
@ -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',
|
||||
|
13
patch/patches/webkit_features.patch
Normal file
13
patch/patches/webkit_features.patch
Normal file
@ -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',
|
Loading…
x
Reference in New Issue
Block a user