tree: 55707b77a05550517f4d3c38724a90414c41eafa [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. highest_pmf_reporter.cc
  14. highest_pmf_reporter.h
  15. highest_pmf_reporter_test.cc
  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
  27. user_level_memory_pressure_signal_generator.cc
  28. user_level_memory_pressure_signal_generator.h
  29. 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/.