Giter Site home page Giter Site logo

chromium-build-system's Introduction

ungoogled-chromium

A lightweight approach to removing Google web service dependency

Help is welcome! See the docs/contributing.md document for more information.

Objectives

In descending order of significance (i.e. most important objective first):

  1. ungoogled-chromium is Google Chromium, sans dependency on Google web services.
  2. ungoogled-chromium retains the default Chromium experience as closely as possible. Unlike other Chromium forks that have their own visions of a web browser, ungoogled-chromium is essentially a drop-in replacement for Chromium.
  3. ungoogled-chromium features tweaks to enhance privacy, control, and transparency. However, almost all of these features must be manually activated or enabled. For more details, see Feature Overview.

In scenarios where the objectives conflict, the objective of higher significance should take precedence.

Content Overview

Motivation and Philosophy

Without signing in to a Google Account, Chromium does pretty well in terms of security and privacy. However, Chromium still has some dependency on Google web services and binaries. In addition, Google designed Chromium to be easy and intuitive for users, which means they compromise on transparency and control of internal operations.

ungoogled-chromium addresses these issues in the following ways:

  1. Remove all remaining background requests to any web services while building and running the browser
  2. Remove all code specific to Google web services
  3. Remove all uses of pre-made binaries from the source code, and replace them with user-provided alternatives when possible.
  4. Disable features that inhibit control and transparency, and add or modify features that promote them (these changes will almost always require manual activation or enabling).

These features are implemented as configuration flags, patches, and custom scripts. For more details, consult the Design Documentation.

Feature Overview

This section overviews the features of ungoogled-chromium. For more detailed information, it is best to consult the source code.

Contents of this section:

Key Features

These are the core features introduced by ungoogled-chromium.

  • Disable functionality specific to Google domains (e.g. Google Host Detector, Google URL Tracker, Google Cloud Messaging, Google Hotwording, etc.)
  • Block internal requests to Google at runtime. This feature is a fail-safe measure for the above, in case Google changes or introduces new components that our patches do not disable. This feature is implemented by replacing many Google web domains in the source code with non-existent alternatives ending in qjz9zk (known as domain substitution; see docs/design.md for details), then modifying Chromium to block its own requests with such domains. In other words, no connections are attempted to the qjz9zk domain.
  • Strip binaries from the source code (known as binary pruning; see docs/design.md for details)

Enhancing Features

These are the non-essential features introduced by ungoogled-chromium.

  • Add many new command-line switches and chrome://flags entries to configure new features (which are disabled by default). See docs/flags.md for the exhaustive list.
  • Add Suggestions URL text field in the search engine editor (chrome://settings/searchEngines) for customizing search engine suggestions.
  • Add more URL schemes allowed to save page schemes.
  • Add Omnibox search provider "No Search" to allow disabling of searching
  • Add a custom cross-platform build configuration and packaging wrapper for Chromium. It currently supports many Linux distributions, macOS, and Windows. (See docs/design.md for details on the system.)
  • Force all pop-ups into tabs
  • Disable automatic formatting of URLs in Omnibox (e.g. stripping http://, hiding certain parameters)
  • Disable intranet redirect detector (extraneous DNS requests)
    • This breaks captive portal detection, but captive portals still work.
  • (Iridium Browser feature change) Prevent URLs with the trk: scheme from connecting to the Internet
    • Also prevents any URLs with the top-level domain qjz9zk (as used in domain substitution) from attempting a connection.
  • (Windows-specific) Do not set the Zone Identifier on downloaded files

Borrowed Features

In addition to the features introduced by ungoogled-chromium, ungoogled-chromium selectively borrows many features from the following projects (in approximate order of significance):

Supported Platforms and Distributions

See docs/platforms.md for a list of supported platforms.

Other platforms are discussed and tracked in this repository's Issue Tracker. Learn more about using the Issue Tracker under the section Contributing, Reporting, Contacting.

Downloads

Automated or maintained builds

ungoogled-chromium is available in the following software repositories:

If your GNU/Linux distribution is not listed, there are distro-independent builds available via the following package managers:

  • Flatpak: Available in the Flathub repo as com.github.Eloston.UngoogledChromium
  • GNU Guix: Available as ungoogled-chromium
  • NixOS/nixpkgs: Available as ungoogled-chromium

Third-party binaries

If your operating system is not listed above, you can also try to Download binaries from here

NOTE: These binaries are provided by anyone who are willing to build and submit them. Because these binaries are not necessarily reproducible, authenticity cannot be guaranteed; In other words, there is always a non-zero probability that these binaries may have been tampered with. In the unlikely event that this has happened to you, please report it in a new issue.

These binaries are known as contributor binaries.

Source Code

This repository only contains the common code for all platforms; it does not contain all the configuration and scripts necessary to build ungoogled-chromium. Most users will want to use platform-specific repos, where all the remaining configuration and scripts are provided for specific platforms:

Find the repo for a specific platform here.

If you wish to include ungoogled-chromium code in your own build process, consider using the tags in this repo. These tags follow the format {chromium_version}-{revision} where

  • chromium_version is the version of Chromium used in x.x.x.x format, and
  • revision is a number indicating the version of ungoogled-chromium for the corresponding Chromium version.

Additionally, most platform-specific repos extend their tag scheme upon this one.

Building the source code: See docs/building.md

Mirrors

List of mirrors:

FAQ

See the frequently-asked questions (FAQ) on the Wiki

Building Instructions

See docs/building.md

Design Documentation

See docs/design.md

Contributing, Reporting, Contacting

Credits

Related Projects

List of known projects that fork or use changes from ungoogled-chromium:

  • Bromite (Borrows some patches. Features builds for Android)
  • ppc64le fork (Fork with changes to build for ppc64le CPUs)

License

BSD-3-clause. See LICENSE

chromium-build-system's People

Contributors

istiak101 avatar

Watchers

 avatar

chromium-build-system's Issues

Updating to Chromium 121.0.6167.101 on Android

Download link - Chromium-121.0.6167.101

Chromium stable channel for Android has been updated to a newer version: 121.0.6167.101.

If you are willing to work on updating the patches and lists, please leave a comment in this issue in order to facilitate better coordination and avoid wasted/duplicated efforts.

If you'd like to increase visibility of your progress or get early feedback/advice, consider creating a Draft Pull Request. Finally, make sure to reference this issue in your PR. Please make sure to read /docs/developing.md for guidance.

Feel free to raise issues or questions throughout the process here. However, please refrain from asking for ETAs unless no visible progress has been made here or in the developer's PR for a while (e.g. 2 weeks).

@istiak101 @istiak101

Updating to Chromium 120.0.6099.230 on Android

Download link - Chromium-120.0.6099.230

Chromium stable channel for Android has been updated to a newer version: 120.0.6099.230.

If you are willing to work on updating the patches and lists, please leave a comment in this issue in order to facilitate better coordination and avoid wasted/duplicated efforts.

If you'd like to increase visibility of your progress or get early feedback/advice, consider creating a Draft Pull Request. Finally, make sure to reference this issue in your PR. Please make sure to read /docs/developing.md for guidance.

Feel free to raise issues or questions throughout the process here. However, please refrain from asking for ETAs unless no visible progress has been made here or in the developer's PR for a while (e.g. 2 weeks).

@istiak101 @istiak101

Updating to Chromium 120.0.6099.199 on Linux

Download link - Chromium-120.0.6099.199

Chromium stable channel for Linux has been updated to a newer version: 120.0.6099.199.

If you are willing to work on updating the patches and lists, please leave a comment in this issue in order to facilitate better coordination and avoid wasted/duplicated efforts.

If you'd like to increase visibility of your progress or get early feedback/advice, consider creating a Draft Pull Request. Finally, make sure to reference this issue in your PR. Please make sure to read /docs/developing.md for guidance.

Feel free to raise issues or questions throughout the process here. However, please refrain from asking for ETAs unless no visible progress has been made here or in the developer's PR for a while (e.g. 2 weeks).

@istiak101 @istiak101

Updating to Chromium 121.0.6167.160 on macOS

Download link - Chromium-121.0.6167.160

Chromium stable channel for macOS has been updated to a newer version: 121.0.6167.160.

If you are willing to work on updating the patches and lists, please leave a comment in this issue in order to facilitate better coordination and avoid wasted/duplicated efforts.

If you'd like to increase visibility of your progress or get early feedback/advice, consider creating a Draft Pull Request. Finally, make sure to reference this issue in your PR. Please make sure to read /docs/developing.md for guidance.

Feel free to raise issues or questions throughout the process here. However, please refrain from asking for ETAs unless no visible progress has been made here or in the developer's PR for a while (e.g. 2 weeks).

@istiak101 @istiak101

Updating to Chromium 120.0.6099.110 on Windows

Download link - Chromium-120.0.6099.110

Chromium stable channel for Windows has been updated to a newer version: 120.0.6099.110.

If you are willing to work on updating the patches and lists, please leave a comment in this issue in order to facilitate better coordination and avoid wasted/duplicated efforts.

If you'd like to increase visibility of your progress or get early feedback/advice, consider creating a Draft Pull Request. Finally, make sure to reference this issue in your PR. Please make sure to read /docs/developing.md for guidance.

Feel free to raise issues or questions throughout the process here. However, please refrain from asking for ETAs unless no visible progress has been made here or in the developer's PR for a while (e.g. 2 weeks).

@istiak101 @istiak101

Updating to Chromium 120.0.6099.109 on Linux

Download link - Chromium-120.0.6099.109

Chromium stable channel for Linux has been updated to a newer version: 120.0.6099.109.

If you are willing to work on updating the patches and lists, please leave a comment in this issue in order to facilitate better coordination and avoid wasted/duplicated efforts.

If you'd like to increase visibility of your progress or get early feedback/advice, consider creating a Draft Pull Request. Finally, make sure to reference this issue in your PR. Please make sure to read /docs/developing.md for guidance.

Feel free to raise issues or questions throughout the process here. However, please refrain from asking for ETAs unless no visible progress has been made here or in the developer's PR for a while (e.g. 2 weeks).

@istiak101 @istiak101

Updating to Chromium 121.0.6167.86 on Windows

Download link - Chromium-121.0.6167.86

Chromium stable channel for Windows has been updated to a newer version: 121.0.6167.86.

If you are willing to work on updating the patches and lists, please leave a comment in this issue in order to facilitate better coordination and avoid wasted/duplicated efforts.

If you'd like to increase visibility of your progress or get early feedback/advice, consider creating a Draft Pull Request. Finally, make sure to reference this issue in your PR. Please make sure to read /docs/developing.md for guidance.

Feel free to raise issues or questions throughout the process here. However, please refrain from asking for ETAs unless no visible progress has been made here or in the developer's PR for a while (e.g. 2 weeks).

@istiak101 @istiak101

Updating to Chromium 121.0.6167.139 on Linux

Download link - Chromium-121.0.6167.139

Chromium stable channel for Linux has been updated to a newer version: 121.0.6167.139.

If you are willing to work on updating the patches and lists, please leave a comment in this issue in order to facilitate better coordination and avoid wasted/duplicated efforts.

If you'd like to increase visibility of your progress or get early feedback/advice, consider creating a Draft Pull Request. Finally, make sure to reference this issue in your PR. Please make sure to read /docs/developing.md for guidance.

Feel free to raise issues or questions throughout the process here. However, please refrain from asking for ETAs unless no visible progress has been made here or in the developer's PR for a while (e.g. 2 weeks).

@istiak101 @istiak101

Updating to Chromium 121.0.6167.143 on Android

Download link - Chromium-121.0.6167.143

Chromium stable channel for Android has been updated to a newer version: 121.0.6167.143.

If you are willing to work on updating the patches and lists, please leave a comment in this issue in order to facilitate better coordination and avoid wasted/duplicated efforts.

If you'd like to increase visibility of your progress or get early feedback/advice, consider creating a Draft Pull Request. Finally, make sure to reference this issue in your PR. Please make sure to read /docs/developing.md for guidance.

Feel free to raise issues or questions throughout the process here. However, please refrain from asking for ETAs unless no visible progress has been made here or in the developer's PR for a while (e.g. 2 weeks).

@istiak101 @istiak101

Updating to Chromium 120.0.6099.109 on macOS

Download link - Chromium-120.0.6099.109

Chromium stable channel for macOS has been updated to a newer version: 120.0.6099.109.

If you are willing to work on updating the patches and lists, please leave a comment in this issue in order to facilitate better coordination and avoid wasted/duplicated efforts.

If you'd like to increase visibility of your progress or get early feedback/advice, consider creating a Draft Pull Request. Finally, make sure to reference this issue in your PR. Please make sure to read /docs/developing.md for guidance.

Feel free to raise issues or questions throughout the process here. However, please refrain from asking for ETAs unless no visible progress has been made here or in the developer's PR for a while (e.g. 2 weeks).

@istiak101 @istiak101

Updating to Chromium 121.0.6167.140 on Windows

Download link - Chromium-121.0.6167.140

Chromium stable channel for Windows has been updated to a newer version: 121.0.6167.140.

If you are willing to work on updating the patches and lists, please leave a comment in this issue in order to facilitate better coordination and avoid wasted/duplicated efforts.

If you'd like to increase visibility of your progress or get early feedback/advice, consider creating a Draft Pull Request. Finally, make sure to reference this issue in your PR. Please make sure to read /docs/developing.md for guidance.

Feel free to raise issues or questions throughout the process here. However, please refrain from asking for ETAs unless no visible progress has been made here or in the developer's PR for a while (e.g. 2 weeks).

@istiak101 @istiak101

Updating to Chromium 120.0.6099.216 on all platforms

Download link - Chromium-120.0.6099.216

Chromium stable channel for all platforms has been updated to a newer version: 120.0.6099.216.

If you are willing to work on updating the patches and lists, please leave a comment in this issue in order to facilitate better coordination and avoid wasted/duplicated efforts.

If you'd like to increase visibility of your progress or get early feedback/advice, consider creating a Draft Pull Request. Finally, make sure to reference this issue in your PR. Please make sure to read /docs/developing.md for guidance.

Feel free to raise issues or questions throughout the process here. However, please refrain from asking for ETAs unless no visible progress has been made here or in the developer's PR for a while (e.g. 2 weeks).

@istiak101 @istiak101 @istiak101 @istiak101 @istiak101

Updating to Chromium 120.0.6099.115 on Android

Download link - Chromium-120.0.6099.115

Chromium stable channel for Android has been updated to a newer version: 120.0.6099.115.

If you are willing to work on updating the patches and lists, please leave a comment in this issue in order to facilitate better coordination and avoid wasted/duplicated efforts.

If you'd like to increase visibility of your progress or get early feedback/advice, consider creating a Draft Pull Request. Finally, make sure to reference this issue in your PR. Please make sure to read /docs/developing.md for guidance.

Feel free to raise issues or questions throughout the process here. However, please refrain from asking for ETAs unless no visible progress has been made here or in the developer's PR for a while (e.g. 2 weeks).

@istiak101 @istiak101

Updating to Chromium 120.0.6099.193 on Android

Download link - Chromium-120.0.6099.193

Chromium stable channel for Android has been updated to a newer version: 120.0.6099.193.

If you are willing to work on updating the patches and lists, please leave a comment in this issue in order to facilitate better coordination and avoid wasted/duplicated efforts.

If you'd like to increase visibility of your progress or get early feedback/advice, consider creating a Draft Pull Request. Finally, make sure to reference this issue in your PR. Please make sure to read /docs/developing.md for guidance.

Feel free to raise issues or questions throughout the process here. However, please refrain from asking for ETAs unless no visible progress has been made here or in the developer's PR for a while (e.g. 2 weeks).

@istiak101 @istiak101

Updating to Chromium null on Windows

Download link - Chromium-null

Chromium stable channel for Windows has been updated to a newer version: null.

If you are willing to work on updating the patches and lists, please leave a comment in this issue in order to facilitate better coordination and avoid wasted/duplicated efforts.

If you'd like to increase visibility of your progress or get early feedback/advice, consider creating a Draft Pull Request. Finally, make sure to reference this issue in your PR. Please make sure to read /docs/developing.md for guidance.

Feel free to raise issues or questions throughout the process here. However, please refrain from asking for ETAs unless no visible progress has been made here or in the developer's PR for a while (e.g. 2 weeks).

@istiak101 @istiak101

Updating to Chromium 120.0.6099.130 on Windows

Download link - Chromium-120.0.6099.130

Chromium stable channel for Windows has been updated to a newer version: 120.0.6099.130.

If you are willing to work on updating the patches and lists, please leave a comment in this issue in order to facilitate better coordination and avoid wasted/duplicated efforts.

If you'd like to increase visibility of your progress or get early feedback/advice, consider creating a Draft Pull Request. Finally, make sure to reference this issue in your PR. Please make sure to read /docs/developing.md for guidance.

Feel free to raise issues or questions throughout the process here. However, please refrain from asking for ETAs unless no visible progress has been made here or in the developer's PR for a while (e.g. 2 weeks).

@istiak101 @istiak101

Updating to Chromium 120.0.6099.199 on all platforms

Download link - Chromium-120.0.6099.199

Chromium stable channel for all platforms has been updated to a newer version: 120.0.6099.199.

If you are willing to work on updating the patches and lists, please leave a comment in this issue in order to facilitate better coordination and avoid wasted/duplicated efforts.

If you'd like to increase visibility of your progress or get early feedback/advice, consider creating a Draft Pull Request. Finally, make sure to reference this issue in your PR. Please make sure to read /docs/developing.md for guidance.

Feel free to raise issues or questions throughout the process here. However, please refrain from asking for ETAs unless no visible progress has been made here or in the developer's PR for a while (e.g. 2 weeks).

@istiak101 @istiak101 @istiak101 @istiak101 @istiak101

Updating to Chromium 121.0.6167.164 on Android

Download link - Chromium-121.0.6167.164

Chromium stable channel for Android has been updated to a newer version: 121.0.6167.164.

If you are willing to work on updating the patches and lists, please leave a comment in this issue in order to facilitate better coordination and avoid wasted/duplicated efforts.

If you'd like to increase visibility of your progress or get early feedback/advice, consider creating a Draft Pull Request. Finally, make sure to reference this issue in your PR. Please make sure to read /docs/developing.md for guidance.

Feel free to raise issues or questions throughout the process here. However, please refrain from asking for ETAs unless no visible progress has been made here or in the developer's PR for a while (e.g. 2 weeks).

@istiak101 @istiak101

Updating to Chromium 120.0.6099.109 on all platforms

Download link - Chromium-120.0.6099.109

Chromium stable channel for all platforms has been updated to a newer version: 120.0.6099.109.

If you are willing to work on updating the patches and lists, please leave a comment in this issue in order to facilitate better coordination and avoid wasted/duplicated efforts.

If you'd like to increase visibility of your progress or get early feedback/advice, consider creating a Draft Pull Request. Finally, make sure to reference this issue in your PR. Please make sure to read /docs/developing.md for guidance.

Feel free to raise issues or questions throughout the process here. However, please refrain from asking for ETAs unless no visible progress has been made here or in the developer's PR for a while (e.g. 2 weeks).

@istiak101 @istiak101 @istiak101 @istiak101 @istiak101

Updating to Chromium 120.0.6099.129 on macOS

Download link - Chromium-120.0.6099.129

Chromium stable channel for macOS has been updated to a newer version: 120.0.6099.129.

If you are willing to work on updating the patches and lists, please leave a comment in this issue in order to facilitate better coordination and avoid wasted/duplicated efforts.

If you'd like to increase visibility of your progress or get early feedback/advice, consider creating a Draft Pull Request. Finally, make sure to reference this issue in your PR. Please make sure to read /docs/developing.md for guidance.

Feel free to raise issues or questions throughout the process here. However, please refrain from asking for ETAs unless no visible progress has been made here or in the developer's PR for a while (e.g. 2 weeks).

@istiak101 @istiak101

Updating to Chromium 120.0.6099.224 on Linux

Download link - Chromium-120.0.6099.224

Chromium stable channel for Linux has been updated to a newer version: 120.0.6099.224.

If you are willing to work on updating the patches and lists, please leave a comment in this issue in order to facilitate better coordination and avoid wasted/duplicated efforts.

If you'd like to increase visibility of your progress or get early feedback/advice, consider creating a Draft Pull Request. Finally, make sure to reference this issue in your PR. Please make sure to read /docs/developing.md for guidance.

Feel free to raise issues or questions throughout the process here. However, please refrain from asking for ETAs unless no visible progress has been made here or in the developer's PR for a while (e.g. 2 weeks).

@istiak101 @istiak101

Updating to Chromium null on Android

Download link - Chromium-null

Chromium stable channel for Android has been updated to a newer version: null.

If you are willing to work on updating the patches and lists, please leave a comment in this issue in order to facilitate better coordination and avoid wasted/duplicated efforts.

If you'd like to increase visibility of your progress or get early feedback/advice, consider creating a Draft Pull Request. Finally, make sure to reference this issue in your PR. Please make sure to read /docs/developing.md for guidance.

Feel free to raise issues or questions throughout the process here. However, please refrain from asking for ETAs unless no visible progress has been made here or in the developer's PR for a while (e.g. 2 weeks).

@istiak101 @istiak101

Updating to Chromium 120.0.6099.144 on Android

Download link - Chromium-120.0.6099.144

Chromium stable channel for Android has been updated to a newer version: 120.0.6099.144.

If you are willing to work on updating the patches and lists, please leave a comment in this issue in order to facilitate better coordination and avoid wasted/duplicated efforts.

If you'd like to increase visibility of your progress or get early feedback/advice, consider creating a Draft Pull Request. Finally, make sure to reference this issue in your PR. Please make sure to read /docs/developing.md for guidance.

Feel free to raise issues or questions throughout the process here. However, please refrain from asking for ETAs unless no visible progress has been made here or in the developer's PR for a while (e.g. 2 weeks).

@istiak101 @istiak101

Updating to Chromium 120.0.6099.225 on Windows

Download link - Chromium-120.0.6099.225

Chromium stable channel for Windows has been updated to a newer version: 120.0.6099.225.

If you are willing to work on updating the patches and lists, please leave a comment in this issue in order to facilitate better coordination and avoid wasted/duplicated efforts.

If you'd like to increase visibility of your progress or get early feedback/advice, consider creating a Draft Pull Request. Finally, make sure to reference this issue in your PR. Please make sure to read /docs/developing.md for guidance.

Feel free to raise issues or questions throughout the process here. However, please refrain from asking for ETAs unless no visible progress has been made here or in the developer's PR for a while (e.g. 2 weeks).

@istiak101 @istiak101

Updating to Chromium null on macOS

Download link - Chromium-null

Chromium stable channel for macOS has been updated to a newer version: null.

If you are willing to work on updating the patches and lists, please leave a comment in this issue in order to facilitate better coordination and avoid wasted/duplicated efforts.

If you'd like to increase visibility of your progress or get early feedback/advice, consider creating a Draft Pull Request. Finally, make sure to reference this issue in your PR. Please make sure to read /docs/developing.md for guidance.

Feel free to raise issues or questions throughout the process here. However, please refrain from asking for ETAs unless no visible progress has been made here or in the developer's PR for a while (e.g. 2 weeks).

@istiak101 @istiak101

Updating to Chromium 121.0.6167.160 on Linux

Download link - Chromium-121.0.6167.160

Chromium stable channel for Linux has been updated to a newer version: 121.0.6167.160.

If you are willing to work on updating the patches and lists, please leave a comment in this issue in order to facilitate better coordination and avoid wasted/duplicated efforts.

If you'd like to increase visibility of your progress or get early feedback/advice, consider creating a Draft Pull Request. Finally, make sure to reference this issue in your PR. Please make sure to read /docs/developing.md for guidance.

Feel free to raise issues or questions throughout the process here. However, please refrain from asking for ETAs unless no visible progress has been made here or in the developer's PR for a while (e.g. 2 weeks).

@istiak101 @istiak101

Updating to Chromium 120.0.6099.234 on macOS

Download link - Chromium-120.0.6099.234

Chromium stable channel for macOS has been updated to a newer version: 120.0.6099.234.

If you are willing to work on updating the patches and lists, please leave a comment in this issue in order to facilitate better coordination and avoid wasted/duplicated efforts.

If you'd like to increase visibility of your progress or get early feedback/advice, consider creating a Draft Pull Request. Finally, make sure to reference this issue in your PR. Please make sure to read /docs/developing.md for guidance.

Feel free to raise issues or questions throughout the process here. However, please refrain from asking for ETAs unless no visible progress has been made here or in the developer's PR for a while (e.g. 2 weeks).

@istiak101 @istiak101

Updating to Chromium 120.0.6099.216 on macOS

Download link - Chromium-120.0.6099.216

Chromium stable channel for macOS has been updated to a newer version: 120.0.6099.216.

If you are willing to work on updating the patches and lists, please leave a comment in this issue in order to facilitate better coordination and avoid wasted/duplicated efforts.

If you'd like to increase visibility of your progress or get early feedback/advice, consider creating a Draft Pull Request. Finally, make sure to reference this issue in your PR. Please make sure to read /docs/developing.md for guidance.

Feel free to raise issues or questions throughout the process here. However, please refrain from asking for ETAs unless no visible progress has been made here or in the developer's PR for a while (e.g. 2 weeks).

@istiak101 @istiak101

Updating to Chromium 120.0.6099.210 on Android

Download link - Chromium-120.0.6099.210

Chromium stable channel for Android has been updated to a newer version: 120.0.6099.210.

If you are willing to work on updating the patches and lists, please leave a comment in this issue in order to facilitate better coordination and avoid wasted/duplicated efforts.

If you'd like to increase visibility of your progress or get early feedback/advice, consider creating a Draft Pull Request. Finally, make sure to reference this issue in your PR. Please make sure to read /docs/developing.md for guidance.

Feel free to raise issues or questions throughout the process here. However, please refrain from asking for ETAs unless no visible progress has been made here or in the developer's PR for a while (e.g. 2 weeks).

@istiak101 @istiak101

Updating to Chromium 120.0.6099.199 on macOS

Download link - Chromium-120.0.6099.199

Chromium stable channel for macOS has been updated to a newer version: 120.0.6099.199.

If you are willing to work on updating the patches and lists, please leave a comment in this issue in order to facilitate better coordination and avoid wasted/duplicated efforts.

If you'd like to increase visibility of your progress or get early feedback/advice, consider creating a Draft Pull Request. Finally, make sure to reference this issue in your PR. Please make sure to read /docs/developing.md for guidance.

Feel free to raise issues or questions throughout the process here. However, please refrain from asking for ETAs unless no visible progress has been made here or in the developer's PR for a while (e.g. 2 weeks).

@istiak101 @istiak101

Updating to Chromium 121.0.6167.139 on macOS

Download link - Chromium-121.0.6167.139

Chromium stable channel for macOS has been updated to a newer version: 121.0.6167.139.

If you are willing to work on updating the patches and lists, please leave a comment in this issue in order to facilitate better coordination and avoid wasted/duplicated efforts.

If you'd like to increase visibility of your progress or get early feedback/advice, consider creating a Draft Pull Request. Finally, make sure to reference this issue in your PR. Please make sure to read /docs/developing.md for guidance.

Feel free to raise issues or questions throughout the process here. However, please refrain from asking for ETAs unless no visible progress has been made here or in the developer's PR for a while (e.g. 2 weeks).

@istiak101 @istiak101

Updating to Chromium 121.0.6167.185 on Windows

Download link - Chromium-121.0.6167.185

Chromium stable channel for Windows has been updated to a newer version: 121.0.6167.185.

If you are willing to work on updating the patches and lists, please leave a comment in this issue in order to facilitate better coordination and avoid wasted/duplicated efforts.

If you'd like to increase visibility of your progress or get early feedback/advice, consider creating a Draft Pull Request. Finally, make sure to reference this issue in your PR. Please make sure to read /docs/developing.md for guidance.

Feel free to raise issues or questions throughout the process here. However, please refrain from asking for ETAs unless no visible progress has been made here or in the developer's PR for a while (e.g. 2 weeks).

@istiak101 @istiak101

Updating to Chromium 121.0.6167.184 on macOS

Download link - Chromium-121.0.6167.184

Chromium stable channel for macOS has been updated to a newer version: 121.0.6167.184.

If you are willing to work on updating the patches and lists, please leave a comment in this issue in order to facilitate better coordination and avoid wasted/duplicated efforts.

If you'd like to increase visibility of your progress or get early feedback/advice, consider creating a Draft Pull Request. Finally, make sure to reference this issue in your PR. Please make sure to read /docs/developing.md for guidance.

Feel free to raise issues or questions throughout the process here. However, please refrain from asking for ETAs unless no visible progress has been made here or in the developer's PR for a while (e.g. 2 weeks).

@istiak101 @istiak101

Updating to Chromium 121.0.6167.178 on Android

Download link - Chromium-121.0.6167.178

Chromium stable channel for Android has been updated to a newer version: 121.0.6167.178.

If you are willing to work on updating the patches and lists, please leave a comment in this issue in order to facilitate better coordination and avoid wasted/duplicated efforts.

If you'd like to increase visibility of your progress or get early feedback/advice, consider creating a Draft Pull Request. Finally, make sure to reference this issue in your PR. Please make sure to read /docs/developing.md for guidance.

Feel free to raise issues or questions throughout the process here. However, please refrain from asking for ETAs unless no visible progress has been made here or in the developer's PR for a while (e.g. 2 weeks).

@istiak101 @istiak101

Updating to Chromium 120.0.6099.129 on Linux

Download link - Chromium-120.0.6099.129

Chromium stable channel for Linux has been updated to a newer version: 120.0.6099.129.

If you are willing to work on updating the patches and lists, please leave a comment in this issue in order to facilitate better coordination and avoid wasted/duplicated efforts.

If you'd like to increase visibility of your progress or get early feedback/advice, consider creating a Draft Pull Request. Finally, make sure to reference this issue in your PR. Please make sure to read /docs/developing.md for guidance.

Feel free to raise issues or questions throughout the process here. However, please refrain from asking for ETAs unless no visible progress has been made here or in the developer's PR for a while (e.g. 2 weeks).

@istiak101 @istiak101

Updating to Chromium 120.0.6099.216 on Linux

Download link - Chromium-120.0.6099.216

Chromium stable channel for Linux has been updated to a newer version: 120.0.6099.216.

If you are willing to work on updating the patches and lists, please leave a comment in this issue in order to facilitate better coordination and avoid wasted/duplicated efforts.

If you'd like to increase visibility of your progress or get early feedback/advice, consider creating a Draft Pull Request. Finally, make sure to reference this issue in your PR. Please make sure to read /docs/developing.md for guidance.

Feel free to raise issues or questions throughout the process here. However, please refrain from asking for ETAs unless no visible progress has been made here or in the developer's PR for a while (e.g. 2 weeks).

@istiak101 @istiak101

Updating to Chromium 121.0.6167.161 on Windows

Download link - Chromium-121.0.6167.161

Chromium stable channel for Windows has been updated to a newer version: 121.0.6167.161.

If you are willing to work on updating the patches and lists, please leave a comment in this issue in order to facilitate better coordination and avoid wasted/duplicated efforts.

If you'd like to increase visibility of your progress or get early feedback/advice, consider creating a Draft Pull Request. Finally, make sure to reference this issue in your PR. Please make sure to read /docs/developing.md for guidance.

Feel free to raise issues or questions throughout the process here. However, please refrain from asking for ETAs unless no visible progress has been made here or in the developer's PR for a while (e.g. 2 weeks).

@istiak101 @istiak101

Updating to Chromium 120.0.6099.217 on Windows

Download link - Chromium-120.0.6099.217

Chromium stable channel for Windows has been updated to a newer version: 120.0.6099.217.

If you are willing to work on updating the patches and lists, please leave a comment in this issue in order to facilitate better coordination and avoid wasted/duplicated efforts.

If you'd like to increase visibility of your progress or get early feedback/advice, consider creating a Draft Pull Request. Finally, make sure to reference this issue in your PR. Please make sure to read /docs/developing.md for guidance.

Feel free to raise issues or questions throughout the process here. However, please refrain from asking for ETAs unless no visible progress has been made here or in the developer's PR for a while (e.g. 2 weeks).

@istiak101 @istiak101

Updating to Chromium 121.0.6167.85 on macOS

Download link - Chromium-121.0.6167.85

Chromium stable channel for macOS has been updated to a newer version: 121.0.6167.85.

If you are willing to work on updating the patches and lists, please leave a comment in this issue in order to facilitate better coordination and avoid wasted/duplicated efforts.

If you'd like to increase visibility of your progress or get early feedback/advice, consider creating a Draft Pull Request. Finally, make sure to reference this issue in your PR. Please make sure to read /docs/developing.md for guidance.

Feel free to raise issues or questions throughout the process here. However, please refrain from asking for ETAs unless no visible progress has been made here or in the developer's PR for a while (e.g. 2 weeks).

@istiak101 @istiak101

Updating to Chromium 121.0.6167.85 on Linux

Download link - Chromium-121.0.6167.85

Chromium stable channel for Linux has been updated to a newer version: 121.0.6167.85.

If you are willing to work on updating the patches and lists, please leave a comment in this issue in order to facilitate better coordination and avoid wasted/duplicated efforts.

If you'd like to increase visibility of your progress or get early feedback/advice, consider creating a Draft Pull Request. Finally, make sure to reference this issue in your PR. Please make sure to read /docs/developing.md for guidance.

Feel free to raise issues or questions throughout the process here. However, please refrain from asking for ETAs unless no visible progress has been made here or in the developer's PR for a while (e.g. 2 weeks).

@istiak101 @istiak101

Updating to Chromium 121.0.6167.184 on Linux

Download link - Chromium-121.0.6167.184

Chromium stable channel for Linux has been updated to a newer version: 121.0.6167.184.

If you are willing to work on updating the patches and lists, please leave a comment in this issue in order to facilitate better coordination and avoid wasted/duplicated efforts.

If you'd like to increase visibility of your progress or get early feedback/advice, consider creating a Draft Pull Request. Finally, make sure to reference this issue in your PR. Please make sure to read /docs/developing.md for guidance.

Feel free to raise issues or questions throughout the process here. However, please refrain from asking for ETAs unless no visible progress has been made here or in the developer's PR for a while (e.g. 2 weeks).

@istiak101 @istiak101

Updating to Chromium 121.0.6167.160 on all platforms

Download link - Chromium-121.0.6167.160

Chromium stable channel for all platforms has been updated to a newer version: 121.0.6167.160.

If you are willing to work on updating the patches and lists, please leave a comment in this issue in order to facilitate better coordination and avoid wasted/duplicated efforts.

If you'd like to increase visibility of your progress or get early feedback/advice, consider creating a Draft Pull Request. Finally, make sure to reference this issue in your PR. Please make sure to read /docs/developing.md for guidance.

Feel free to raise issues or questions throughout the process here. However, please refrain from asking for ETAs unless no visible progress has been made here or in the developer's PR for a while (e.g. 2 weeks).

@istiak101 @istiak101 @istiak101 @istiak101 @istiak101

Updating to Chromium 121.0.6167.139 on all platforms

Download link - Chromium-121.0.6167.139

Chromium stable channel for all platforms has been updated to a newer version: 121.0.6167.139.

If you are willing to work on updating the patches and lists, please leave a comment in this issue in order to facilitate better coordination and avoid wasted/duplicated efforts.

If you'd like to increase visibility of your progress or get early feedback/advice, consider creating a Draft Pull Request. Finally, make sure to reference this issue in your PR. Please make sure to read /docs/developing.md for guidance.

Feel free to raise issues or questions throughout the process here. However, please refrain from asking for ETAs unless no visible progress has been made here or in the developer's PR for a while (e.g. 2 weeks).

@istiak101 @istiak101 @istiak101 @istiak101 @istiak101

Updating to Chromium 120.0.6099.129 on all platforms

Download link - Chromium-120.0.6099.129

Chromium stable channel for all platforms has been updated to a newer version: 120.0.6099.129.

If you are willing to work on updating the patches and lists, please leave a comment in this issue in order to facilitate better coordination and avoid wasted/duplicated efforts.

If you'd like to increase visibility of your progress or get early feedback/advice, consider creating a Draft Pull Request. Finally, make sure to reference this issue in your PR. Please make sure to read /docs/developing.md for guidance.

Feel free to raise issues or questions throughout the process here. However, please refrain from asking for ETAs unless no visible progress has been made here or in the developer's PR for a while (e.g. 2 weeks).

@istiak101 @istiak101 @istiak101 @istiak101 @istiak101

Updating to Chromium 120.0.6099.200 on Windows

Download link - Chromium-120.0.6099.200

Chromium stable channel for Windows has been updated to a newer version: 120.0.6099.200.

If you are willing to work on updating the patches and lists, please leave a comment in this issue in order to facilitate better coordination and avoid wasted/duplicated efforts.

If you'd like to increase visibility of your progress or get early feedback/advice, consider creating a Draft Pull Request. Finally, make sure to reference this issue in your PR. Please make sure to read /docs/developing.md for guidance.

Feel free to raise issues or questions throughout the process here. However, please refrain from asking for ETAs unless no visible progress has been made here or in the developer's PR for a while (e.g. 2 weeks).

@istiak101 @istiak101

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.