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