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

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