tree: 111989b8a16e9ca47ed0ed6541cec52e69c20018 [path history] [tgz]
  1. common/
  2. manual_tests/
  3. perf_tests/
  4. public/
  5. renderer/
  6. tools/
  7. web_tests/
  8. .gitattributes
  9. .style.yapf
  10. API_OWNERS
  11. DEPS
  12. DIR_METADATA
  13. LICENSE_FOR_ABOUT_CREDITS
  14. OWNERS
  15. PRESUBMIT.py
  16. PRESUBMIT_test.py
  17. PRIVACY_OWNERS
  18. README.md
  19. SECURITY_OWNERS
third_party/blink/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”.