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