Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(221)

Unified Diff: docs/chromium_browser_vs_google_chrome.md

Issue 1309473002: WIP: Migrate Wiki content over to src/docs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « docs/chrome_settings.md ('k') | docs/chromoting_android_hacking.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/chromium_browser_vs_google_chrome.md
diff --git a/docs/chromium_browser_vs_google_chrome.md b/docs/chromium_browser_vs_google_chrome.md
new file mode 100644
index 0000000000000000000000000000000000000000..69804cb3e895b92ce4c592cb95e2459de87c6cf1
--- /dev/null
+++ b/docs/chromium_browser_vs_google_chrome.md
@@ -0,0 +1,18 @@
+Chromium on Linux has two general flavors: You can either get [Google Chrome](http://www.google.com/chrome?platform=linux) or chromium-browser (see LinuxChromiumPackages). This page tries to describe the differences between the two.
+
+In short, Google Chrome is the Chromium open source project built, packaged, and distributed by Google. This table lists what Google adds to the Google Chrome builds **on Linux**.
+
+| | **Google Chrome** | **Chromium** | **Extra notes** |
+|:|:------------------|:-------------|:----------------|
+| Logo | Colorful | Blue |
+| [Crash reporting](LinuxCrashDumping.md) | Yes, if you turn it on | None | Please include symbolized backtraces in bug reports if you don't have crash reporting |
+| User metrics | Yes, if you turn it on | No |
+| Video and audio tags | AAC, H.264, MP3, Opus, Theora, Vorbis, VP8, VP9, and WAV | Opus, Theora, Vorbis, VP8, VP9, and WAV by default | May vary by distro |
+| Adobe Flash | Sandboxed PPAPI (non-free) plugin included in release | Supports NPAPI (unsandboxed) plugins, including the one from Adobe in Chrome 34 and below |
+| Code | Tested by Chrome developers | May be modified by distributions | Please include distribution information if you report bugs |
+| Sandbox | Always on | Depending on the distribution (navigate to about:sandbox to confirm) | |
+| Package | Single deb/rpm | Depending on the distribution | |
+| Profile | Kept in `~/.config/google-chrome` | Kept in `~/.config/chromium` |
+| Cache | Kept in `~/.cache/google-chrome` | Kept in `~/.cache/chromium` |
+| Quality Assurance | New releases are tested before sending to users | Depending on the distribution | Distributions are encouraged to track stable channel releases: see http://googlechromereleases.blogspot.com/ , http://omahaproxy.appspot.com/ and http://gsdview.appspot.com/chromium-browser-official/ |
+| Google API keys | Added by Google | Depending on the distribution | See http://www.chromium.org/developers/how-tos/api-keys |
« no previous file with comments | « docs/chrome_settings.md ('k') | docs/chromoting_android_hacking.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698