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

Unified Diff: docs/chromium_browser_vs_google_chrome.md

Issue 1318503005: A batch of docs style fixes. (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 | « no previous file | 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
index 69804cb3e895b92ce4c592cb95e2459de87c6cf1..5896302df1ed33c2198dd021743bb01c11705d8a 100644
--- a/docs/chromium_browser_vs_google_chrome.md
+++ b/docs/chromium_browser_vs_google_chrome.md
@@ -1,18 +1,50 @@
-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.
+# The Difference between Google Chrome and Chromium on Linux
-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**.
+Chromium on Linux has two general flavors: You can either get
+[Google Chrome](http://www.google.com/chrome?platform=linux) or chromium-browser
+(see [Linux Chromium Packages](linux_chromium_packages.md).
+This page tries to describe the differences between the two.
-| | **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 |
+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
+
+* Colorful logo
+* [Reports crashes](linux_crash_dumping.md) only if turned on.
+ Please include symbolized backtraces in bug reports if you don't have crash
+ reporting turned on.
+* User metrics only if turned on
+* Video and Audio codecs (may vary by distro)
+ * AAC, H.264, MP3, Opus, Theora, Vorbis, VP8, VP9, and WAV
+* Sandboxed PPAPI (non-free) Flash plugin included in release
+* Code is tested by Chrome developers
+* Sandbox is always on
+* Single deb/rpm package
+* Profile is kept in `~/.config/google-chrome`
+* Cache is kept in `~/.cache/google-chrome`
+* New releases are tested before being sent to users
+* Google API keys are added by Google
+
+## Chromium
+
+* Blue logo
+* Does not ever [report crashes](linux_crash_dumping.md). Please include
+ symbolized backtraces in bug reports.
+* User metrics are never reported.
+* Video and Audio codecs (may vary by distro)
+ * Opus, Theora, Vorbis, VP8, VP9, and WAV by default
+* Supports NPAPI (unsandboxed) Flash plugins, including the one from Adobe in
+ Chrome 34 and below
+* Code may be modified by distributions
+* Sandbox depends on the distribution (navigate to about:sandbox to confirm)
+* Packaging depends on the distribution
+* Profile is kept in `~/.config/chromium`
+* Cache is kept in `~/.cache/chromium`
+* New release testing depends on the distribution
+ * Distributions are encouraged to track stable channel releases: see
+ http://googlechromereleases.blogspot.com/, http://omahaproxy.pspot.com/
+ and http://gsdview.appspot.com/chromium-browser-official/
+* Google API keys depend on the distribution
+ * See http://www.chromium.org/developers/how-tos/api-keys
« no previous file with comments | « no previous file | docs/chromoting_android_hacking.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698