Skip to content
Surf Wiki
Save to docs
technology/web

From Surf Wiki (app.surf) — the open knowledge base

Chromium (web browser)

Open-source web browser project

Chromium (web browser)

Open-source web browser project

FieldValue
nameChromium
logoChromium Logo.svg
logo size100px
screenshotChromium 140 on Linux screenshot (light theme).webp
captionChromium version 140, showing the home page of Wikipedia
authorGoogle
developerThe Chromium Projects, controlled by Google
released
programming languageC++ primarily, HTML, CSS, JavaScript for UI and test suite
operating system{{ubl
enginesV8, Blink (WebKit on iOS/iPadOS)
platformIA-32, x86-64, ARM, ARM64
licenseLGPL, BSD-3 and others
website

|Android 10 or later
|BSD |iOS 17 or later |iPadOS 17 or later |Linux
|macOS 12 or later |Windows 10 or later

Chromium is a free and open-source web browser project, primarily developed and maintained by Google. It is a widely used codebase, providing the vast majority of code for Google Chrome and many other browsers, including Microsoft Edge, Samsung Internet, and Opera. The code is also used by several app frameworks.

Licensing

Chromium is a free and open-source software project. Owing to its origins in the WebKit project, Chromium incorporates code subject to a variety of licenses, including LGPL, MIT, Ms-PL, and MPL (with the MPL/GPL/LGPL tri-license clause). Original Google-authored portions and some portions written by Apple are shared under the 3-clause BSD license.

This licensing permits any party to build the codebase and share the resulting browser executable with the Chromium name and logo. Thus many Linux distributions do this, as well as FreeBSD and OpenBSD. Chromium also forms the basis of Electron, which in turn is used for many commercial and proprietary cross-platform applications, such as Slack.

Differences from Google Chrome

Chromium provides the vast majority of source code for Google Chrome, but there are important differences.

Features

Chromium lacks the following Chrome features:

  • Automatic browser updates
  • API keys for some Google services, including browser sync
  • The Widevine DRM module
  • Licensed codecs for the popular H.264 video and AAC audio formats
  • Tracking mechanisms for usage and crash reports

Branding and licensing

Google first chose the name "Chrome" for its browser. Then the open-source release was named "Chromium" because chromium metal is used to make chrome plating.

Chrome has the same user interface functionality as Chromium, but with a Google-branded color scheme. Unlike Chromium, Chrome is not open-source; its binaries are licensed as freeware under the Google Chrome Terms of Service.

Development

The Chromium browser codebase contains over 36 million source lines of code, excluding comments and blank lines.

Contributors

Chromium has been a Google project since its inception, and Google employees have done the bulk of the development work.

Google refers to this project and the offshoot ChromiumOS as "the Chromium projects", and its employees use @chromium.org email addresses for this development work. However, in terms of governance, the Chromium projects are not independent entities; Google retains firm control of them.

The Chromium browser codebase is widely used, so others have made important contributions, most notably Microsoft, Igalia, Yandex, Intel, Samsung, LG, Opera, Vivaldi, and Brave. Some employees of these companies also have @chromium.org email addresses.

Architecture

Google designed the first multi-process browser. Compared to single-process designs, this architecture has better responsiveness with many browser tabs open and security benefits of process isolation, but with the trade-off of higher memory usage. This was later refined as per-process website isolation, providing additional security.

Another important design decision was for the browser's user interface to be minimalistic.

The browser engine was originally based on Apple's WebKit, which Google deemed the "obvious choice" of available options. However, Google's novel multi-process design required engine changes. This divergence from Apple's version increased over time, so in 2013 Google officially forked its version as the Blink engine. However, as of 2025, Google is still working on getting the Blink engine onto iOS, and has released experimental code for it.

Programming languages

C++ is the primary language, comprising over half of the codebase. This includes the Blink and V8 engines, the implementation of HTTP and other protocols, the internal caching system, the extension API, and most of the user interface.

The rest of the user interface, called the WebUI, is implemented in HTML, CSS, and JavaScript (usually via TypeScript transpilation). An extensive collection of web platform tests is also written in these languages plus XML.

Third-party libraries that provide essential functionality, such as SQLite and numerous codecs, are written in C, C++, or beginning in 2023, the newer Rust language.

Support for mobile operating systems requires special languages: for Android both Java and Kotlin, and for iOS both Objective-C and Swift.

Python is the main language of the build system, which also has special configuration files for Google's GN tool.

Logistics

The bug tracking system is a publicly accessible website. Participants are identified by their email addresses.

The Chromium continuous integration system automatically builds and tests the codebase several times a day.

Builds are identified by a four-part version number that is major.minor.build.patch. This versioning scheme and the branch points that occur every six to seven weeks are from Google Chrome and its development cycle.

History

2008 to 2010

Google Chrome debuted in September 2008, and along with its release, the Chromium source code was also made available, allowing builds to be constructed from it.

Upon release, Chrome was criticized for storing a user's passwords without the protection of a master password. Google has insisted that a master password provides no real security against knowledgeable hackers, but users argued that it would protect against co-workers or family members borrowing a computer and being able to view stored passwords as plaintext. In December 2009, Chromium developer P. Kasting stated: "A master password was issue 1397. That issue is closed. We will not implement a master password. Not now, not ever. Arguing for it won't make it happen. 'A bunch of people would like it' won't make it happen. Our design decisions are not democratic. You cannot always have what you want."

An alpha build of Chromium 3 for Linux

Version 3 was the first alpha available for Linux. Chromium soon incorporated native theming for Linux, using the GTK+ toolkit to allow it fit into the GNOME desktop environment. Version 3 also introduced JavaScript engine optimizations and user-selectable themes.

Version 6 introduced features for user interface minimalism, as one of Google's goals was to make the browser "feel lightweight (cognitively and physically) and fast". The changes were a unified tools menu, no home button by default (although user configurable), a combined reload/stop button, and the bookmark bar deactivated by default. It also introduced an integrated PDF reader, WebM and VP8 support for use with HTML video, and a smarter URL bar.

Version 7 boosted performance to twice that of prior versions via hardware acceleration.

Version 8 focused on improved integration into ChromeOS and improved cloud features. These include background web applications, host remoting (allowing users centrally to control features and settings on other computers) and cloud printing.

Version 9 introduced a number of features, including a URL bar feature for exposing phishing attacks and sandboxing for the Adobe Flash plug-in. Other additions were the WebGL library and access for the new Chrome Web Store.

2011

access-date=2017-12-10}}</ref>

In February, Google announced that it was considering large-scale user interface (UI) changes, including at least partial elimination of the URL bar, which had been a mainstay of browsers since the early years of the Web. The proposed UI was to be a consolidation of the row of tabs and the row of navigation buttons, the menu, and URL bar into a single row. The justification was freeing up more screen space for web page content. Google acknowledged that this would result in URLs not always being visible to the user, that navigation controls and menus may lose their context, and that the resulting single line could be quite crowded. However, by August, Google decided that these changes were too risky and shelved the idea.

In March, Google announced other directions for the project. Development priorities focused on reducing the size of the executable, integrating web applications and plug-ins, cloud computing, and touch interface support. Thus a multi-profile button was introduced to the UI, allowing users to log into multiple Google and other accounts in the same browser instance. Other additions were malware detection and support for hardware-accelerated CSS transforms.

By May, the results of Google's attempts to reduce the file size of Chromium were already being noted. Much of the early work in this area concentrated on shrinking the size of WebKit, the image resizer, and the Android build system. Subsequent work introduced a more compact mobile version that reduced the vertical space of the UI.

Other changes in 2011 were GPU acceleration on all pages, adding support for the new Web Audio API, and the Google Native Client (NaCl) which permits native code supplied by third parties as platform-neutral binaries to be securely executed within the browser itself. Google's Skia graphics library was also made available for all Chromium versions.

Since 2012

The Chromium Material Icon used until 2022

The sync service added for Google Chrome in 2012 could also be used by Chromium builds. The same year, a new API for high-quality video and audio communication was added, enabling web applications to access the user's webcam and microphone after asking permission to do so. Then GPU accelerated video decoding for Windows and support for the QUIC protocol were added.

In 2013, Chromium's modified WebKit rendering engine was officially forked as the Blink engine.

Other changes in 2013 were the ability to reset user profiles and new browser extension APIs. Tab indicators for audio and webcam usage were also added, as was automatic blocking of files detected as malware.

Version 67 added the security benefit of per-process website isolation. The same year, new measures were added to curtail abusive advertising.

Since 2021, the Google Chrome sync service can no longer be used by Chromium builds. Also, starting with version 89, only Intel and AMD processors with the SSE3 instruction set or later are supported.

Starting with version 110, only Windows 10 and later are supported for Windows users.

{{anchor|BrowserList}} Browsers based on Chromium

In addition to Google Chrome, many other actively developed browsers are based on the Chromium code. Most of these are proprietary, like Chrome, but some remain free and open-source software (FOSS), like Chromium.

Proprietary

  • Arc
  • Amazon Silk
  • Atlas
  • Avast
  • Comet
  • Comodo Dragon
  • DuckDuckGo
  • Ecosia
  • Epic
  • Epic Systems Hyperdrive, a chromium end user application for interacting with Epic Systems' electronic health record software
  • Huawei
  • JioSphere
  • Maxthon
  • Microsoft Edge
  • Naver Whale
  • NetFront
  • Opera
  • Puffin
  • Samsung Internet
  • Sleipnir
  • SRWare Iron
  • UC Browser
  • Vivaldi

Primarily non-English

  • 360 and QQ, for the Chinese market
  • Cốc Cốc, for the Vietnamese market
  • Yandex, for the Russian market

Free and open-source

  • Brave
  • Dooble
  • Falkon
  • Otter
  • qutebrowser
  • Supermium
  • ungoogled-chromium

Use in app frameworks

These notable app frameworks embed a Chromium browser as the functional core of custom apps:

  • Chromium Embedded Framework
  • Electron
  • NW.js
  • Qt WebEngine

The two prominent Chromium-based WebView components also provide a similar way to make apps:

  • Android System WebView
  • Microsoft Edge WebView2

With either approach, the custom app is implemented with HTML, CSS, JavaScript, and other web technologies. Moreover, the app can be readily deployed on the operating systems supported by Chromium. Since the 2010s, many apps have been created this way. (Two examples are Spotify and Slack.)

References

References

  1. "Chromium - Language Breakdown".
  2. "Chromium coding style". Google Source.
  3. (2017). "Open-sourcing Chrome on iOS!".
  4. (2 September 2008). "Chromium Terms and Conditions". [[Google Code]].
  5. "BSD license".
  6. "Notes on Chromium".
  7. Dougerty, Conor. (July 12, 2015). "Sundar Pichai of Google Talks About Phone Intrusion". [[The New York Times]].
  8. Murphy, Glen. (2012-12-18). "Why is Google Chrome browser named as Chrome?".
  9. ((Google)). (2 September 2008). "Welcome to Chromium".
  10. "Google Chrome Terms of Service".
  11. (12 November 2019). "Intent to Explain: Demystifying the Blink Shipping Process".
  12. "The Chromium Projects". Google.
  13. (22 January 2019). "Modern Multi-Process Browser Architecture".
  14. "Inside look at modern web browser (part 1)".
  15. "Multi-process Architecture".
  16. (26 August 2008). "The story behind Google Chrome". Google.
  17. Pilcher, Pat. (13 July 2009). "Battle of the browsers - which is master of the web?". The Independent.
  18. "Chromium Docs - Checking out and building Chromium for iOS".
  19. "chrome/browser/ui - chromium/src.git - Git at Google".
  20. "Web Platform Tests".
  21. "third_party - chromium/src.git - Git at Google".
  22. Jansens, Dana. (2023-01-12). "Supporting the Use of Rust in the Chromium Project".
  23. "Rust in Chromium".
  24. "gn - Git at Google".
  25. "Chromium bug tracking system".
  26. "Tour of the Chromium Continuous Integration Console".
  27. Frysinger, Mike. (14 March 2014). "Version Numbers".
  28. LaForge, Anthony. (16 December 2010). "Chrome Release Cycle -12/16/2010".
  29. Paul, Ryan. (September 2008). "Google unveils Chrome source code and Linux port".
  30. Paul, Ryan. (December 2008). "Google releases Chrome 1.0".
  31. (March 2011). "1397 - Master password is missing".
  32. (March 2011). "812 - Profile/login support".
  33. Paul, Ryan. (May 2009). "Hands on: Google Chromium browser alpha for Linux".
  34. Paul, Ryan. (June 2009). "Google releases Chrome preview for Mac OS X and Linux".
  35. Paul, Ryan. (July 2009). "Google Chromium gains native theming support on Linux".
  36. Smith, Mike and Karen Grunberg. (June 2009). "Danger: Mac and Linux builds available".
  37. Paul, Ryan. (September 2009). "Chrome 3 out, JavaScript performance increased 150% since v1".
  38. (2009). "User Experience". dev.chromium.org.
  39. Sneddon, Joey-Elijah. (July 2010). "Chromium's Unified Menu Comes to Daily Builds".
  40. Gruener, Wolfgang. (July 2010). "Overview: Chrome 6, The Naked Browser".
  41. Nakano, Chelsi. (August 2010). "Chromium 7 Has Arrived and It's Not that Awesome".
  42. Gruener, Wolfgang. (August 2010). "First Look: Google Increases Graphics Performance With Chrome 7".
  43. Gruener, Wolfgang. (October 2010). "A Preview of Chrome 8: Clouds Ahead". Conceivably Tech.
  44. Bakke, Kurt. (November 2010). "Google's Next Big Browser Play: Prerendering and False Start?". Conceivably Tech.
  45. Schuh, Justin and Carlos Pizano. (December 2010). "Rolling out a sandbox for Adobe Flash Player". Chromium Blog.
  46. Gruener, Wolfgang. (February 2011). "Chrome 9 and 11: Instant Search, More Speed". Conceivably Tech.
  47. Protalinski, Emil. (2011-03-16). "Google Chrome and Chromium to get new logos". Conceivably Tech.
  48. Gruener, Wolfgang. (February 2011). "Google May Kill Chrome URL Bar". Conceivably Tech.
  49. Gruener, Wolfgang. (August 2011). "Google Shelves Hidden Location Bar". Conceivably Tech.
  50. Gruener, Wolfgang. (March 2011). "Google Chrome in 2011: The Biggest Loser?".
  51. Shankland, Stephen. (March 2011). "Google working to reverse Chrome bloat". CNET.
  52. Gruener, Wolfgang. (April 2011). "Google Preps Huge UI Update For Chrome". Conceivably Tech.
  53. Paul, Ryan. (June 2011). "Chrome 12 arrives with security, rendering improvements". [[Ars Technica]].
  54. Bailey, Dan. (May 2011). "Google Trims Fat From Chrome". Conceivably Tech.
  55. Paul, Ryan. (May 2011). "Chrome 13 introduces experimental hidden nav bar option". [[Ars Technica]].
  56. Gruener, Wolfgang. (May 2011). "Google Is Serious: You Can Kill Chrome's URL Bar". Conceivably Tech.
  57. Bailey, Dan. (June 2011). "No More Updates For Firefox 4, Chromium 14 Released". Conceivably Tech.
  58. Paul, Ryan. (September 2011). "Chrome 14 arrives with improved Lion support and NaCl". [[Ars Technica]].
  59. Bailey, Dan. (September 2011). "3D Web Browsing Sneaks into Google Chrome". Conceivably Tech.
  60. Bailey, Dan. (September 2011). "Google To Switch Chromium For Mac Graphics to Skia". Conceivably Tech.
  61. Mathias, Raz. (15 May 2012). "Keeping tabs on your tabs".
  62. Paul, Ryan. (16 May 2012). "Hands-on with the new tab synchronization feature in Chrome 19". [[Ars Technica]].
  63. Grunberg, Karen. (31 July 2012). "Stable Channel Release".
  64. Paul, Ryan. (31 July 2012). "Chrome 21 launches with webcam API and retina Mac support". [[Ars Technica]].
  65. Grunberg, Karen. (6 November 2012). "Stable Channel Release and Beta Channel". [[Google]].
  66. (2012-10-12). "Issue 11125002: Add QuicFramer and friends.".
  67. Barth, Adam. (3 April 2013). "Blink: A rendering engine for the Chromium project".
  68. Bright, Peter. (3 April 2013). "Google going its own way, forking WebKit rendering engine". [[Conde Nast]].
  69. Cho, Eddie. (20 August 2013). "Chrome 29 adds a reset button". CNET.
  70. (14 January 2014). "Stable Channel Update". Chrome Releases.
  71. (September 7, 2018). "Google Chrome Browser – New Material Design – 10 Years Anniversary".
  72. Bradbury, Danny. (6 December 2018). "Chrome 71 stomps on abusive advertising". Naked Security.
  73. (January 15, 2021). "Limiting private API availability in Chromium".
  74. (24 January 2021). "Chromium sync Google API removed".
  75. Weatherbed, Jess. (February 8, 2021). "Google Chrome will no longer support some older processors".
  76. "Chrome browser system requirements".
  77. (2019-06-07). "What are the best Chrome based browsers?".
  78. "Chromium-based browsers". Alternative to.
  79. "10 Best Chromium-Based Browsers 2024".
  80. (2022-11-25). "16 Best Chromium Browsers 2024 [Ranked & Reviewed]". Alvaro Trigo.
  81. (2023-06-20). "SafeNet for Epic". Thalesgroup.
  82. "What Is Nwjs In Task Manager".
  83. "NW.js Web-Based Desktop Application Development".
  84. "Qt WebEngine Overview - Qt WebEngine 5.11".
  85. (23 March 2021). "What is the Android System WebView and why do so many apps depend on it?".
  86. "Introduction to Microsoft Edge WebView2".
  87. "Open Source - Spotify".
  88. (25 October 2016). "Building Hybrid Applications with Electron". Slack.
Info: Wikipedia Source

This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page.

Want to explore this topic further?

Ask Mako anything about Chromium (web browser) — get instant answers, deeper analysis, and related topics.

Research with Mako

Free with your Surf account

Content sourced from Wikipedia, available under CC BY-SA 4.0.

This content may have been generated or modified by AI. CloudSurf Software LLC is not responsible for the accuracy, completeness, or reliability of AI-generated content. Always verify important information from primary sources.

Report