tree: eadde215a33a2d1719059ffc72dc3019d77233f9 [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. loader/
  20. logging/
  21. manifest/
  22. media/
  23. mediastream/
  24. messaging/
  25. mime_util/
  26. navigation/
  27. notifications/
  28. oom_intervention/
  29. origin_policy/
  30. origin_trials/
  31. page/
  32. peerconnection/
  33. plugin/
  34. prerender/
  35. presentation/
  36. sampling_heap_profiler/
  37. sandbox_support/
  38. scheduler/
  39. screen_orientation/
  40. security/
  41. service_worker/
  42. sms/
  43. user_agent/
  44. web_cache/
  45. web_package/
  46. browser_interface_broker_proxy.h
  47. BUILD.gn
  48. common_export.h
  49. DEPS
  50. features.h
  51. README.md
  52. sudden_termination_disabler_type.h
  53. 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.