tree: 9ad7bd147e8d93c52df9965f386b8b684d726ae2 [path history] [tgz]
  1. BlinkInitializer.cpp
  2. BUILD.gn
  3. ControllerExport.h
  4. DEPS
  5. OWNERS
  6. 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/.