tree: b147be219547549d327877d9c6c69e6c009fff4c [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. loader/
  15. manifest/
  16. mediastream/
  17. messaging/
  18. mime_util/
  19. notifications/
  20. origin_policy/
  21. origin_trials/
  22. service_worker/
  23. test/
  24. user_agent/
  25. BUILD.gn
  26. DEPS
  27. features.cc
  28. OWNERS
  29. privacy_preferences.cc
  30. README.md
  31. typemaps.gni
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: