From 254cba733ab1a2982e0e50842a8647a47ee39dca Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Fri, 8 Mar 2013 18:54:33 +0000 Subject: [PATCH] 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 --- patch/patch.cfg | 1 + patch/patches/webkit_features.patch | 9 +++++++++ 2 files changed, 10 insertions(+) diff --git a/patch/patch.cfg b/patch/patch.cfg index 33a593b70..729971fe7 100644 --- a/patch/patch.cfg +++ b/patch/patch.cfg @@ -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/', diff --git a/patch/patches/webkit_features.patch b/patch/patches/webkit_features.patch index e823479d8..c37844ea8 100644 --- a/patch/patches/webkit_features.patch +++ b/patch/patches/webkit_features.patch @@ -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', + ],