tree: 731e18ec51187e453584e4bbd9e06df0674f3fde [path history] [tgz]
  1. tests/
  2. BlinkInitializer.cpp
  3. BlinkInitializer.h
  4. BUILD.gn
  5. ControllerExport.h
  6. DEPS
  7. OomInterventionImpl.cpp
  8. OomInterventionImpl.h
  9. OomInterventionImplTest.cpp
  10. OWNERS
  11. README.md
third_party/WebKit/Source/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/.