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:
Marshall Greenblatt 2013-03-08 18:54:33 +00:00
parent b2014012b0
commit 254cba733a
2 changed files with 10 additions and 0 deletions

View File

@ -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/',

View File

@ -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',
],