tree: 4cd1c9de0c3c1d5475cb53895ff430fc44b84483 [path history] [tgz]
  1. associated_interfaces/
  2. blob/
  3. client_hints/
  4. device_memory/
  5. experiments/
  6. feature_policy/
  7. frame/
  8. manifest/
  9. message_port/
  10. mime_util/
  11. origin_policy/
  12. origin_trials/
  13. page/
  14. sampling_heap_profiler/
  15. screen_orientation/
  16. service_worker/
  17. BUILD.gn
  18. DEPS
  19. features.h
  20. README.md
third_party/blink/public/common/README.md

Blink ‘common’ public directory

This directory contains public headers for the Web Platform stuff that can be referenced both from renderer-side and browser-side code, also from outside the WebKit directory (e.g. from //content and //chrome).

Anything in this directory should NOT depend on other WebKit headers.

Corresponding .cc code normally lives in WebKit/common, and public .mojom files live in WebKit/public/mojom.

See DEPS and WebKit/common/README.md for more details.