tree: 7949e36fea39b9282bdcab53614cdf16cc4fb5d5 [path history] [tgz]
  1. tests/
  2. blink_initializer.cc
  3. blink_initializer.h
  4. blink_leak_detector.cc
  5. blink_leak_detector.h
  6. bloated_renderer_detector.cc
  7. bloated_renderer_detector.h
  8. bloated_renderer_detector_test.cc
  9. BUILD.gn
  10. controller_export.h
  11. crash_memory_metrics_reporter_impl.cc
  12. crash_memory_metrics_reporter_impl.h
  13. DEPS
  14. dev_tools_frontend_impl.cc
  15. dev_tools_frontend_impl.h
  16. memory_usage_monitor.cc
  17. memory_usage_monitor.h
  18. memory_usage_monitor_android.cc
  19. memory_usage_monitor_android.h
  20. memory_usage_monitor_android_test.cc
  21. memory_usage_monitor_test.cc
  22. oom_intervention_impl.cc
  23. oom_intervention_impl.h
  24. oom_intervention_impl_test.cc
  25. OWNERS
  26. README.md
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/.