tree: 2d9f31e9cb8e9a97e863d66baa21a8f7c9cc305a [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. screen_orientation/
  25. service_worker/
  26. BUILD.gn
  27. common_export.h
  28. DEPS
  29. features.h
  30. privacy_preferences.h
  31. 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.