tree: 8c27dd3c6a7e14d1fc4e946c2ce1e54d6edccae3 [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. media/
  18. mediastream/
  19. messaging/
  20. mime_util/
  21. notifications/
  22. oom_intervention/
  23. origin_policy/
  24. origin_trials/
  25. page/
  26. picture_in_picture/
  27. sampling_heap_profiler/
  28. sandbox_support/
  29. screen_orientation/
  30. service_worker/
  31. user_agent/
  32. BUILD.gn
  33. common_export.h
  34. DEPS
  35. features.h
  36. privacy_preferences.h
  37. 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.