tree: 2111b55cefe1e48be12f3d035de9e2968b4a7756 [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. javascript_call_stack_collector.cc
  20. javascript_call_stack_collector.h
  21. javascript_call_stack_generator.cc
  22. javascript_call_stack_generator.h
  23. memory_usage_monitor.cc
  24. memory_usage_monitor.h
  25. memory_usage_monitor_mac.cc
  26. memory_usage_monitor_mac.h
  27. memory_usage_monitor_posix.cc
  28. memory_usage_monitor_posix.h
  29. memory_usage_monitor_posix_test.cc
  30. memory_usage_monitor_test.cc
  31. memory_usage_monitor_win.cc
  32. memory_usage_monitor_win.h
  33. oom_intervention_impl.cc
  34. oom_intervention_impl.h
  35. oom_intervention_impl_test.cc
  36. OWNERS
  37. private_memory_footprint_provider.cc
  38. private_memory_footprint_provider.h
  39. README.md
  40. user_level_memory_pressure_signal_generator.cc
  41. user_level_memory_pressure_signal_generator.h
  42. 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/.