Rebecca Chang Swee Fun 3a724ce370 third_party: blink: renderer: resolve build issue on v8 1 year ago
..
common 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
manual_tests 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
perf_tests 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
public 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
renderer 3a724ce370 third_party: blink: renderer: resolve build issue on v8 1 year ago
tools 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
web_tests 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
.gitattributes 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
.style.yapf 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
API_OWNERS 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
DEPS 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
DIR_METADATA 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
LICENSE_FOR_ABOUT_CREDITS 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
OWNERS 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
PRESUBMIT.py 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
PRESUBMIT_test.py 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
README.md 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
SECURITY_OWNERS 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago

README.md

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».