From 8bd40e2adc4c80d8a870fa5e662982b1f667d177 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Wed, 5 Feb 2020 20:09:46 +0000 Subject: chromium: rebase the patch to eliminate font-matching log spam against the new CHromium 80 codebase --- .../patches/chromium_fontmatching-logspam.patch | 26 +++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/chromium/build/patches/chromium_fontmatching-logspam.patch b/chromium/build/patches/chromium_fontmatching-logspam.patch index 9321a98a..b78bf362 100644 --- a/chromium/build/patches/chromium_fontmatching-logspam.patch +++ b/chromium/build/patches/chromium_fontmatching-logspam.patch @@ -1,13 +1,33 @@ +From 8500a125e9fba8bb84d185542155747ee7157ff8 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Dominik=20R=C3=B6ttsches?= +Date: Tue, 28 Jan 2020 13:48:07 +0000 +Subject: [PATCH] Remove verbose logging in local unique font matching on Linux +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +Fixed: 1005508 +Change-Id: I97f5340c6d1881798ba51effc4a9e5c07de12e52 +Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2023552 +Commit-Queue: Dominik R#ttsches +Commit-Queue: Kentaro Hara +Auto-Submit: Dominik R#ttsches +Reviewed-by: Kentaro Hara +Cr-Commit-Position: refs/heads/master@{#735854} +--- + content/child/child_process_sandbox_support_impl_linux.cc | 2 -- + 1 file changed, 2 deletions(-) + diff --git a/content/child/child_process_sandbox_support_impl_linux.cc b/content/child/child_process_sandbox_support_impl_linux.cc -index 0a57543eb5..fe2ee491a2 100644 +index 693ead7f7a5..c97c8fa197b 100644 --- a/content/child/child_process_sandbox_support_impl_linux.cc +++ b/content/child/child_process_sandbox_support_impl_linux.cc -@@ -78,8 +78,6 @@ void WebSandboxSupportLinux::MatchFontByPostscriptNameOrFullFontName( +@@ -76,8 +76,6 @@ bool WebSandboxSupportLinux::MatchFontByPostscriptNameOrFullFontName( std::string family_name; if (!font_loader_->MatchFontByPostscriptNameOrFullFontName(font_unique_name, &font_identity)) { - LOG(ERROR) << "FontService unique font name matching request did not " - "receive a response."; - return; + return false; } -- cgit v1.2.3