tree: c82e3edf6271409754dfc5868da05bc1e929f47d [path history] [tgz]
  1. associated_interfaces/
  2. blob/
  3. cache_storage/
  4. client_hints/
  5. device_memory/
  6. dom_storage/
  7. download/
  8. dwrite_rasterizer_support/
  9. experiments/
  10. feature_policy/
  11. font_unique_name_lookup/
  12. frame/
  13. indexeddb/
  14. manifest/
  15. messaging/
  16. mime_util/
  17. notifications/
  18. oom_intervention/
  19. origin_policy/
  20. origin_trials/
  21. page/
  22. picture_in_picture/
  23. sampling_heap_profiler/
  24. sandbox_support/
  25. screen_orientation/
  26. service_worker/
  27. BUILD.gn
  28. common_export.h
  29. DEPS
  30. features.h
  31. privacy_preferences.h
  32. 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.