mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-08 10:47:44 -03:00
move PATCHES.md in repo and site
This commit is contained in:
parent
b02fe45d28
commit
d2df200096
4 changed files with 7 additions and 7 deletions
|
@ -19,7 +19,7 @@
|
|||
– __NEW__: Windows 7 / 8 / 8.1 / Server 2012 builds in > [Thorium Win7](https://github.com/Alex313031/thorium-win7)
|
||||
|
||||
### FEATURES & DIFFERENCES BETWEEN CHROMIUM AND THORIUM <img src="https://github.com/Alex313031/thorium/blob/main/logos/NEW/bulb_light.svg#gh-dark-mode-only"> <img src="https://github.com/Alex313031/thorium/blob/main/logos/NEW/bulb_dark.svg#gh-light-mode-only">
|
||||
> - Various compiler flags that improve performance and target [AVX](https://en.wikipedia.org/wiki/Advanced_Vector_Extensions) CPU's (read [PATCHES.md](https://github.com/Alex313031/thorium/blob/main/infra/PATCHES.md))
|
||||
> - Various compiler flags that improve performance and target [AVX](https://en.wikipedia.org/wiki/Advanced_Vector_Extensions) CPU's (read [PATCHES.md](https://github.com/Alex313031/thorium/blob/main/docs/PATCHES.md))
|
||||
> - Experimental [MPEG-DASH](https://en.wikipedia.org/wiki/Dynamic_Adaptive_Streaming_over_HTTP) support.
|
||||
> - HEVC/H.265 support on Linux and Windows.
|
||||
> - [JPEG XL](https://jpeg.org/jpegxl/) Image File Format support restored and turned on by default.
|
||||
|
@ -45,14 +45,14 @@
|
|||
> - Remove the addition of the Chrome APT sources.list during installation.
|
||||
> - Widevine CDM Patch for Linux.
|
||||
> - GTK auto dark mode patch
|
||||
> - Various new flags either developed from scratch, or added from Ungoogled Chromium. See [PATCHES.md](https://github.com/Alex313031/thorium/blob/main/infra/PATCHES.md)
|
||||
> - Various new flags either developed from scratch, or added from Ungoogled Chromium. See [PATCHES.md](https://github.com/Alex313031/thorium/blob/main/docs/PATCHES.md)
|
||||
> - Enable Parallel Downloading by Default.
|
||||
> - Inclusion of <img src="https://github.com/Alex313031/thorium/blob/main/logos/STAGING/pak.png" width="16"> [pak](https://github.com/Alex313031/thorium/tree/main/pak_src#readme) a utility for packing and unpacking the [*.pak](https://textslashplain.com/2022/05/03/chromium-internals-pak-files/) files in Thorium or any other Chromium based browser.
|
||||
> - Logo and Branding/Naming changed to the Thorium logo, Thorium name, and "Alex313031" being appended to "The Chromium Authors" in credits, etc.
|
||||
> - .desktop file includes useful cmdline flags that enable experimental or useful features. (See [PATCHES.md](https://github.com/Alex313031/thorium/blob/main/infra/PATCHES.md))
|
||||
> - .desktop file includes useful cmdline flags that enable experimental or useful features. (See [PATCHES.md](https://github.com/Alex313031/thorium/blob/main/docs/PATCHES.md))
|
||||
> - Includes installer patches and files to include [ChromeDriver](https://chromedriver.chromium.org/home) and *thorium_shell* [(content_shell)](https://chromium.googlesource.com/chromium/src/+/HEAD/docs/testing/web_tests_in_content_shell.md), with a .desktop file being provided for thorium_shell (named thorium-shell.desktop and shows in desktop environments as Thorium Content Shell). These are also included in the Windows releases, but it doesn't make a shorcut, although a .png and .ico is in the install directory for you to make your own shortcut with an icon. You can also run content_shell with the command thorium-shell (custom wrapper for it, located in /usr/bin/). You can run ChromeDriver at /usr/bin/chromedriver or chromedriver.exe on Windows. Also, patches for abseil library and mini_installer when building with AVX on Windows.
|
||||
> - Right clicking the launcher after install gives three additional desktop actions, one to open thorium-shell, another to open in Safe Mode which disables any flags one has set in chrome://flags until the next launch, and lastly to open in Dark Mode which appends the --force-dark-mode flag.
|
||||
- For more info, read the [PATCHES.md](https://github.com/Alex313031/thorium/blob/main/infra/PATCHES.md) file.
|
||||
- For more info, read the [PATCHES.md](https://github.com/Alex313031/thorium/blob/main/docs/PATCHES.md) file.
|
||||
- Known bugs are in the [BUGS.md](https://github.com/Alex313031/thorium/blob/main/infra/BUGS.md) file.
|
||||
- A list of Chromium command line flags can be found at > https://peter.sh/experiments/chromium-command-line-switches
|
||||
|
||||
|
|
|
@ -52,7 +52,7 @@ __<a id="3"></a>3. Q: Why is Thorium always behind Chromium/Chrome as far as the
|
|||
there are no services that I am aware of that have a free tier with hardware capable of the compilation. Again, this comes down to money and is prohibitively expensive.
|
||||
|
||||
__<a id="4"></a>4. Q: Why isn't Thorium UnGoogled?__
|
||||
__A:__ Thorium integrates many patches from UnGoogled Chromium (see [PATCHES.md](https://github.com/Alex313031/thorium/blob/main/infra/PATCHES.md)), but one of the project
|
||||
__A:__ Thorium integrates many patches from UnGoogled Chromium (see [PATCHES.md](https://github.com/Alex313031/thorium/blob/main/docs/PATCHES.md)), but one of the project
|
||||
goals, as outlined towards the top of the Readme, is to enhance usability.
|
||||
A majority of people use Google search, and prefer to have Google Sync enabled to allow seamless synchronization of their bookmarks, history, and preferences across multiple
|
||||
instances of multiple Chromium-based browsers. Thus, while Thorium has removed telemetry and field trials, there are instances where Thorium still connects to Google servers, even
|
||||
|
|
|
@ -98,7 +98,7 @@ index bba403a7e5068..dae26bd577dcb 100644
|
|||
+ case TAB_MARGIN:
|
||||
+ return features::IsThorium2024() ? 6 : GetLayoutConstant(TAB_STRIP_PADDING);
|
||||
+ case TAB_INACTIVE_PADDING:
|
||||
+ return features::IsThorium2024() ? 3 : 6;
|
||||
+ return features::IsThorium2024() ? 3 : GetLayoutConstant(TAB_STRIP_PADDING);
|
||||
+ case TAB_SEARCH_PADDING:
|
||||
+ return features::IsThorium2024() ? 4 : 0;
|
||||
case TAB_SEPARATOR_HEIGHT:
|
||||
|
@ -372,7 +372,7 @@ index efe87aa6d6dd6..be18a870f0217 100644
|
|||
// Spec says height of button should be 36dp, vertical padding on both
|
||||
// top and bottom should be 8dp.
|
||||
- return 36 + 2 * 8;
|
||||
+ return features::IsThorium2024() ? 38 : 36 + 2 * 8;
|
||||
+ return features::IsThorium2024() ? 42 : 36 + 2 * 8;
|
||||
case DISTANCE_PERMISSION_PROMPT_HORIZONTAL_ICON_LABEL_PADDING:
|
||||
return features::IsChromeRefresh2023()
|
||||
? 8
|
||||
|
|
Loading…
Reference in a new issue