tree: 44761d9e55a5fd7b74c79413ee88f4b847c695e7 [path history] [tgz]
  1. performance_manager/
  2. tests/
  3. blink_initializer.cc
  4. blink_initializer.h
  5. blink_leak_detector.cc
  6. blink_leak_detector.h
  7. BUILD.gn
  8. controller_export.h
  9. crash_memory_metrics_reporter_impl.cc
  10. crash_memory_metrics_reporter_impl.h
  11. DEPS
  12. dev_tools_frontend_impl.cc
  13. dev_tools_frontend_impl.h
  14. DIR_METADATA
  15. highest_pmf_reporter.cc
  16. highest_pmf_reporter.h
  17. highest_pmf_reporter_test.cc
  18. memory_usage_monitor.cc
  19. memory_usage_monitor.h
  20. memory_usage_monitor_mac.cc
  21. memory_usage_monitor_mac.h
  22. memory_usage_monitor_posix.cc
  23. memory_usage_monitor_posix.h
  24. memory_usage_monitor_posix_test.cc
  25. memory_usage_monitor_test.cc
  26. memory_usage_monitor_win.cc
  27. memory_usage_monitor_win.h
  28. oom_intervention_impl.cc
  29. oom_intervention_impl.h
  30. oom_intervention_impl_test.cc
  31. OWNERS
  32. README.md
  33. user_level_memory_pressure_signal_generator.cc
  34. user_level_memory_pressure_signal_generator.h
  35. user_level_memory_pressure_signal_generator_test.cc
chromium/src/third_party/blink/renderer/controller/README.md

The controller/ directory

controller/ contains the system infrastructure of the renderer process that uses or drives the web platform. controller/ can directly use core/ and modules/ without using Web types (but with some DEPS rules). Examples are RenderProcess, RenderThread, Android View, Extensions, Native Client etc.

We should avoid making controller/ a “catch-all” directory. Things that are part of core/ should go to core/. Things that are part of modules/ should go to modules/. Only things that lives outside the web platform should go to controller/.