tree: e68ac6a4a858d1cbd70d6b386f853d4aae7a8c02 [path history] [tgz]
  1. associated_interfaces/
  2. blob/
  3. bluetooth/
  4. cache_storage/
  5. client_hints/
  6. context_menu_data/
  7. css/
  8. device_memory/
  9. dom_storage/
  10. dwrite_rasterizer_support/
  11. experiments/
  12. feature_policy/
  13. fetch/
  14. font_unique_name_lookup/
  15. forcedark/
  16. frame/
  17. http/
  18. indexeddb/
  19. input/
  20. loader/
  21. logging/
  22. manifest/
  23. media/
  24. mediastream/
  25. messaging/
  26. mime_util/
  27. navigation/
  28. notifications/
  29. oom_intervention/
  30. origin_policy/
  31. origin_trials/
  32. page/
  33. peerconnection/
  34. permissions/
  35. plugin/
  36. prerender/
  37. presentation/
  38. sampling_heap_profiler/
  39. sandbox_support/
  40. scheduler/
  41. screen_orientation/
  42. security/
  43. service_worker/
  44. sms/
  45. user_agent/
  46. web_cache/
  47. web_package/
  48. browser_interface_broker_proxy.h
  49. BUILD.gn
  50. common_export.h
  51. DEPS
  52. features.h
  53. README.md
  54. thread_safe_browser_interface_broker_proxy.h
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 Blink directory (e.g. from //content and //chrome).

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

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

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