Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alex313031/chromium-xp
Builds of Chromium for Windows XP/2003
https://github.com/alex313031/chromium-xp
chromium chromium-browser windows-xp windows-xp-compatible windows-xp-sp3 windowsxp xp xp-developer
Last synced: about 2 months ago
JSON representation
Builds of Chromium for Windows XP/2003
- Host: GitHub
- URL: https://github.com/alex313031/chromium-xp
- Owner: Alex313031
- License: bsd-3-clause
- Created: 2023-09-29T03:26:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-16T02:04:59.000Z (about 1 year ago)
- Last Synced: 2024-05-21T04:17:51.547Z (7 months ago)
- Topics: chromium, chromium-browser, windows-xp, windows-xp-compatible, windows-xp-sp3, windowsxp, xp, xp-developer
- Language: Python
- Homepage: https://github.com/Alex313031/chromium-xp
- Size: 13.9 MB
- Stars: 56
- Watchers: 5
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Chromium XP
Builds of [Chromium](https://www.chromium.org/) for [Windows XP](https://en.wikipedia.org/wiki/Windows_XP), [Server 2003](https://en.wikipedia.org/wiki/Windows_Server_2003), and [Windows 2000](https://en.wikipedia.org/wiki/Windows_2000) (see win 2K caveats [Here](https://github.com/Alex313031/chromium-xp/blob/main/docs/win2K.md))
- Based on [M49.0.2623.112](https://chromium.googlesource.com/chromium/src/+/refs/tags/49.0.2623.112)
- Compiler Optimized
- Includes CodecsI will be attempting to fix some things, backport some stuff, and use compiler optimizations
from [Thorium](https://thorium.rocks/), except no AVX (will be using [SSE2](https://en.wikipedia.org/wiki/SSE2#CPU_support) as the baseline).----------------------------
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.The project's web site is https://www.chromium.org.
To check out the source code locally, don't use `git clone`! Instead,
follow [the instructions on how to get the code](https://web.archive.org/web/20160414155322/https://www.chromium.org/developers/how-tos/get-the-code).Documentation in the source is rooted in [docs](https://source.chromium.org/chromium/chromium/src/+/refs/tags/49.0.2623.112:docs/).
Learn how to [Get Around the Chromium Source Code Directory Structure
](https://web.archive.org/web/20181112101626/https://www.chromium.org/developers/how-tos/getting-around-the-chrome-source-code/).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.If you found a bug upstream, please file it at https://crbug.com/new.
If you found a bug in this fork, please file it [Here](https://github.com/Alex313031/chromium-xp/issues).