chrome/browser/resources/glic/glic_api_impl/README.md
This directory contains the implementation of ../glic_api.
Contains the web client side of the postMessage interface. Directly implements objects used by the web client. This code is bundled into a .js file and sent to the web client at startup for execution.
Contains the browser-side of the postMessage interface, which runs within a WebUI. Forwards requests from the web client to the browser via mojo.
The private postMessage API between the web client and WebUI.
Shared utilities for message passing with postMessage.
The actor module. Contains both client and host implementations for actor related glic API functions. Future modules should match this format. actor_client.ts - client implementation. actor_host.ts - host implementation. actor_types.ts - types shared between client and host.