mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-02-24 07:58:11 +01:00
Disable printing because no implementation is currently available (issue #505).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1135 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
parent
b2014012b0
commit
254cba733a
@ -37,6 +37,7 @@ patches = [
|
||||
'path': '../third_party/WebKit/Source/',
|
||||
},
|
||||
{
|
||||
# https://code.google.com/p/chromiumembedded/issues/detail?id=505
|
||||
# https://code.google.com/p/chromiumembedded/issues/detail?id=899
|
||||
'name': 'webkit_features',
|
||||
'path': '../third_party/WebKit/Source/WebKit/chromium/',
|
||||
|
@ -11,3 +11,12 @@ Index: features.gypi
|
||||
'ENABLE_INPUT_TYPE_WEEK=1',
|
||||
'ENABLE_INPUT_MULTIPLE_FIELDS_UI=1',
|
||||
'ENABLE_LEGACY_NOTIFICATIONS=1',
|
||||
@@ -199,7 +199,7 @@
|
||||
'ENABLE_NOTIFICATIONS=1',
|
||||
'ENABLE_ORIENTATION_EVENTS=0',
|
||||
'ENABLE_PAGE_POPUP=1',
|
||||
- 'ENABLE_PRINTING=1',
|
||||
+ 'ENABLE_PRINTING=0',
|
||||
'ENABLE_SHARED_WORKERS=1',
|
||||
'ENABLE_WEB_AUDIO=1',
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user