chromium/ios/web/webui/README.md

This directory contains the iOS specific implementation of WebUI pages. Note
that while other platforms use WebUI as part of the primary UI, iOS uses web UI
primarily for "debug" pages. (Pages which render in the web view at `chrome://`
URLs.) The most visible Web UI surface on iOS is currently "web interstitials"
which are shared across all platforms including iOS.

WebUI on iOS uses mojo to communicate between the webpage JavaScript and the
native Web UI page controller code. This communication channel is implemented in
the MojoFacade class in this directory.

For more details about webui itself, see the webui docs at `//docs/webui*.md`
and the shared code at `//ui/webui/`