From 39d7981624351c2238c3f24ba5b66f860d6a5a13 Mon Sep 17 00:00:00 2001 From: Johan Giraldo Date: Fri, 5 May 2017 13:49:38 +0200 Subject: [PATCH] Is Google Chrome an open source browser? Google Chrome isn't an open source project. Chromium is an open source project, so I think that is more precise say "and is used in Chromium, the open source browser from Google" or something like these. --- docs/glossary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/glossary.md b/docs/glossary.md index 6019bddeee28..b923037f9f0a 100644 --- a/docs/glossary.md +++ b/docs/glossary.md @@ -127,7 +127,7 @@ available in "core". ### V8 V8 is Google's open source JavaScript engine. It is written in C++ and is -used in Google Chrome, the open source browser from Google. V8 can run +used in Google Chrome. V8 can run standalone, or can be embedded into any C++ application. ### webview