tree: 1bd31ce877b854d90f3bb6b299a4a10b507aea03 [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. fetch/
  12. font_unique_name_lookup/
  13. frame/
  14. indexeddb/
  15. loader/
  16. manifest/
  17. mediastream/
  18. messaging/
  19. mime_util/
  20. notifications/
  21. oom_intervention/
  22. origin_policy/
  23. origin_trials/
  24. page/
  25. picture_in_picture/
  26. sampling_heap_profiler/
  27. sandbox_support/
  28. screen_orientation/
  29. service_worker/
  30. BUILD.gn
  31. common_export.h
  32. DEPS
  33. features.h
  34. privacy_preferences.h
  35. 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.