forked from chromium/chromium
-
-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
win32ss
committed
Apr 1, 2024
1 parent
e684a8e
commit 6d16c0e
Showing
411 changed files
with
13,296 additions
and
1,538 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# These are supported funding model platforms | ||
|
||
#github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] | ||
patreon: win32 | ||
custom: ['http://paypal.me/win32420'] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to fix an issue in the Supermium web browser | ||
title: '' | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior: | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
**Desktop (please complete the following information):** | ||
- OS: [e.g. Windows Vista SP2 x64] | ||
- Bitness of browser | ||
|
||
**Additional context** | ||
Add any other context about the problem here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,47 @@ | ||
# ![Logo](chrome/app/theme/chromium/product_logo_64.png) Chromium | ||
|
||
Chromium is an open-source browser project that aims to build a safer, faster, | ||
and more stable way for all users to experience the web. | ||
![supermium logo + wordmark fw](https://github.com/win32ss/supermium/assets/68521531/f34ceb1c-15b2-4818-af1f-c0251c77af2f) | ||
|
||
The project's web site is https://www.chromium.org. | ||
# Supermium | ||
|
||
To check out the source code locally, don't use `git clone`! Instead, | ||
follow [the instructions on how to get the code](docs/get_the_code.md). | ||
**Latest progwrp.dll (version 1.1.0.5000)** | ||
This Supermium component sees enhancements and improvements from time to time, mostly for operating systems before Windows Vista. | ||
|
||
Documentation in the source is rooted in [docs/README.md](docs/README.md). | ||
x86: [progwrp_32.zip](https://github.com/win32ss/supermium/files/14752565/progwrp_32.zip) | ||
|
||
Learn how to [Get Around the Chromium Source Code Directory | ||
Structure](https://www.chromium.org/developers/how-tos/getting-around-the-chrome-source-code). | ||
x64: [progwrp_64.zip](https://github.com/win32ss/supermium/files/14752572/progwrp_64.zip) | ||
|
||
For historical reasons, there are some small top level directories. Now the | ||
guidance is that new top level directories are for product (e.g. Chrome, | ||
Android WebView, Ash). Even if these products have multiple executables, the | ||
code should be in subdirectories of the product. | ||
An up-to-date Chromium-based web browser compatible with Windows XP, 2003, Vista, 7 and 8.x. | ||
|
||
If you found a bug, please file it at https://crbug.com/new. | ||
The Supermium web browser also provides the following features: | ||
|
||
-Aero Glass and Aero Glass-style titlebars instead of Windows 10-style ones (#force-xp-theme in chrome://flags for the latter) | ||
|
||
-Turnaround for major vulnerability patches generally less than one week from upstream disclosure | ||
|
||
-A functional sandbox for enhanced security | ||
|
||
-Google Sync | ||
|
||
-On Windows 7 and up, Widevine CDM support for viewing DRM content | ||
|
||
-GDI font rendering, using #force-gdi in chrome://flags | ||
|
||
-Persistent dark mode on the browser's UI elements, using #force-dark-mode in chrome://flags | ||
|
||
-Custom tab options including trapezoidal tabs, transparent tabs, and outlined tabs | ||
|
||
-Many flags from ungoogled-chromium | ||
|
||
-Support for SSE2-only processors in the 32 bit build | ||
|
||
**Future support for:** | ||
|
||
-Windows 2000 | ||
|
||
-Ungoogled Chromium features (in progress) | ||
|
||
-WebGPU for D3D9 renderer | ||
|
||
-Manifest V2 (once removed by Google) | ||
|
||
...and more! If there's a feature you want, which cannot be replicated by a Manifest v2/v3 extension, please ask! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.