Where is Chrome's Blink engine's source code located?
Asked
Active
Viewed 3,026 times
3
-
[Same question for Firefox and Gecko](/q/3268516) – cachius May 09 '22 at 00:25
1 Answers
3
Update: Active development appears to be occurring in third_party/blink
:
It took 1 minute to find the codebase on the blink homepage.
Update regarding the 3gb size question in the comment.
You are probably looking at the whole master branch. If you will look at the tree you will notice all the various contents of the master branch - lots of tests (layout,manual,performance etc.)
The actual source code.

Cole Tobin
- 9,206
- 15
- 49
- 74

Laurentiu L.
- 6,566
- 1
- 34
- 60
-
-
-
This answer does not seem to apply anymore - the last update there is over one year old. – phihag Nov 28 '16 at 01:33
-
@phihag yes, they haven't updated the master branch in a while. Yet that is the official public codebase page. – Laurentiu L. Nov 28 '16 at 01:39
-
-
I believe that codebase is no longer used. Active development appears to be occuring in "third_party/Webkit": https://chromium.googlesource.com/chromium/src/+log/master/third_party/WebKit – timoxley Mar 22 '17 at 01:21
-
-
Apparently this may be moving in the future as well: (https://groups.google.com/a/chromium.org/d/topic/platform-architecture-dev/DKQn-SILZzo/discussion). Blink and Chromium are not really separable anymore. – Josh Lee Mar 22 '17 at 12:47
-
`master` branch was replaced by `main`: https://github.com/chromium/chromium/tree/main/third_party/blink – KeyKi Feb 09 '22 at 12:26
-
The _actual_ source code: https://chromium.googlesource.com/chromium/src/+/HEAD/third_party/blink/ – KeyKi Feb 09 '22 at 12:31