
Bug: 1341689 Change-Id: I87c6f078d6d3cf99302dfdda2320dc552ffff7c7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3743608 Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Commit-Queue: Iman Saboori <isaboori@google.com> Cr-Commit-Position: refs/heads/main@{#1020639}
Blink
Blink is the browser engine used
by Chromium. It is located in src/third_party/blink
.
See also the Blink page on chromium.org.
Code Policy
Blink follows content
guidelines: only code that
implements web platform features should live in Blink.
Directory structure
common/
: code that can run in the browser process or renderer process.public/
: the Blink Public API, used primarily by the content module.renderer/
: code that runs in the renderer process (most of Blink).web_tests/
: integration tests called "web tests".