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

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