From 074cd758977ab7923a04ec1b6305630f47d2b2ed Mon Sep 17 00:00:00 2001 From: Alexander David Frick Date: Sat, 28 May 2022 03:33:41 -0700 Subject: [PATCH] Update PATCHES.md --- PATCHES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/PATCHES.md b/PATCHES.md index eda5831a..24f0cbff 100644 --- a/PATCHES.md +++ b/PATCHES.md @@ -96,6 +96,9 @@ Increase default key length for newly-generated RSA keys from 1024 to 2048 Patch Enable UI Features: Side Search, Side Panel Journeys, Chrome Labs, Extensions Access Menu, Tab Hover Cards, Tab Outlines in Low Contrast Themes, More Prominent Active Tab Title in Dark Mode, WebUI Tab Strip, Drag and Drop Tabs on Wayland, Tab Groups Saving > https://github.com/Alex313031/Thorium/blob/main/chrome/browser/ui/ui_features.cc - Made by me. +Enable Precompiling of Inline Scripts in HTML + - Modified by me. + Disable the addition of the Google-Chrome sources.list in /etc/apt/sources.list.d/ during installation, and prevents apt from complaining about removing the nonexistent file during an apt remove --purge. - Created by me. Installer patches to include unstripped and RPATH binaries, with chrome_sandbox (needed for older distros), chromedriver and content-shell being added along with an icon and .desktop file for content-shell. - Created by me.