tree: f50a88a85ac2c4ec8af43868d14bd0b4f816c2af [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/.