tree: 4d18d31a303e0612f9bca8bfc2eece2d98db48ca [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. blink_shutdown.cc
  8. BUILD.gn
  9. controller_export.h
  10. crash_memory_metrics_reporter_impl.cc
  11. crash_memory_metrics_reporter_impl.h
  12. DEPS
  13. dev_tools_frontend_impl.cc
  14. dev_tools_frontend_impl.h
  15. DIR_METADATA
  16. highest_pmf_reporter.cc
  17. highest_pmf_reporter.h
  18. highest_pmf_reporter_test.cc
  19. memory_usage_monitor.cc
  20. memory_usage_monitor.h
  21. memory_usage_monitor_mac.cc
  22. memory_usage_monitor_mac.h
  23. memory_usage_monitor_posix.cc
  24. memory_usage_monitor_posix.h
  25. memory_usage_monitor_posix_test.cc
  26. memory_usage_monitor_test.cc
  27. memory_usage_monitor_win.cc
  28. memory_usage_monitor_win.h
  29. oom_intervention_impl.cc
  30. oom_intervention_impl.h
  31. oom_intervention_impl_test.cc
  32. OWNERS
  33. README.md
  34. user_level_memory_pressure_signal_generator.cc
  35. user_level_memory_pressure_signal_generator.h
  36. 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/.