tree: 6d40053296ffa43d8f7aa52c8ca62475fd344e0a [path history] [tgz]
  1. associated_interfaces/
  2. blob/
  3. bluetooth/
  4. cache_storage/
  5. client_hints/
  6. context_menu_data/
  7. custom_handlers/
  8. device_memory/
  9. dom_storage/
  10. fenced_frame/
  11. fetch/
  12. font_unique_name_lookup/
  13. frame/
  14. indexeddb/
  15. input/
  16. interest_group/
  17. link_to_text/
  18. loader/
  19. logging/
  20. manifest/
  21. media/
  22. mediastream/
  23. messaging/
  24. metrics/
  25. mime_util/
  26. navigation/
  27. notifications/
  28. origin_trials/
  29. page/
  30. page_state/
  31. peerconnection/
  32. permissions/
  33. permissions_policy/
  34. privacy_budget/
  35. renderer_preferences/
  36. rust_crash/
  37. scheduler/
  38. security/
  39. service_worker/
  40. shared_storage/
  41. storage_key/
  42. test/
  43. tokens/
  44. unique_name/
  45. use_counter/
  46. user_agent/
  47. web_package/
  48. web_preferences/
  49. widget/
  50. blink_common_unittests_bundle_data.filelist
  51. blink_common_unittests_bundle_data.globlist
  52. browser_interface_broker_proxy.cc
  53. BUILD.gn
  54. chrome_debug_urls.cc
  55. crash_helpers.cc
  56. crash_helpers.h
  57. DEPS
  58. features.cc
  59. OWNERS
  60. PRESUBMIT.py
  61. README.md
  62. safe_url_pattern.cc
  63. safe_url_pattern_mojom_traits.cc
  64. scheme_registry.cc
  65. switches.cc
  66. thread_safe_browser_interface_broker_proxy.cc
third_party/blink/common/README.md

Blink ‘common’ directory

This directory contains the common Web Platform stuff that needs to be shared by renderer-side and browser-side code.

Things that live in third_party/blink can directly depend on this directory, while the code outside the Blink directory (e.g. //content and //chrome) can only depend on the common stuff via the public headers exposed in blink/public/common.

Anything in this directory should NOT depend on the non-common stuff in the Blink directory. See DEPS and BUILD.gn files for more details.

Code in this directory would normally use blink namespace.

Unlike other directories in Blink, code in this directory should: