Disable minikin hyphenation: disable minikin engine (#697) - moved from gn.args to patch
This commit is contained in:
@@ -68,10 +68,6 @@ enable_platform_dts_audio = false
|
||||
# see https://github.com/uazo/cromite/pull/317 for context
|
||||
use_v8_context_snapshot = false
|
||||
|
||||
# disable minikin engine
|
||||
# see https://github.com/uazo/cromite/issues/697
|
||||
use_minikin_hyphenation = false
|
||||
|
||||
# disable automatic update of sync-related cookies
|
||||
# initial commit: https://source.chromium.org/chromium/chromium/src/+/fd9a841f7a63b9f5510f6b713d9c833d259c63ad
|
||||
enable_bound_session_credentials = false
|
||||
|
||||
@@ -307,6 +307,7 @@ Supporting-Dangling-Ptr-Detection-via-BackupRefPtr.patch
|
||||
Disable-device-bound-session.patch
|
||||
Keep-disabled-CpuPerformance.patch
|
||||
Immediately-destroy-shared-workers-when-closing-the-page.patch
|
||||
Disable-minikin-hyphenation.patch
|
||||
|
||||
# temporary or wip patches
|
||||
Temp-disable-predictive-back-gesture.patch
|
||||
|
||||
@@ -0,0 +1,18 @@
|
||||
From: uazo <uazo@users.noreply.github.com>
|
||||
Date: Sat, 24 Jan 2026 16:38:38 +0000
|
||||
Subject: Disable minikin hyphenation
|
||||
|
||||
---
|
||||
third_party/blink/public/public_features.gni | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/third_party/blink/public/public_features.gni b/third_party/blink/public/public_features.gni
|
||||
--- a/third_party/blink/public/public_features.gni
|
||||
+++ b/third_party/blink/public/public_features.gni
|
||||
@@ -10,4 +10,4 @@ import("//build/config/ui.gni")
|
||||
enable_unhandled_tap = is_android
|
||||
|
||||
# Use Minikin hyphenation engine.
|
||||
-use_minikin_hyphenation = !is_apple
|
||||
+use_minikin_hyphenation = false
|
||||
--
|
||||
Reference in New Issue
Block a user