0
Files
src/chrome/common/controlled_frame
Chase Phillips 38c222c439 controlledframe: Add Robbie and Zelin to OWNERS
Bug: 40191772, 373955353
Change-Id: I24ee25437993dc62a99918579f715057e01bc408
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5939498
Commit-Queue: Kevin McNee <mcnee@chromium.org>
Auto-Submit: Chase Phillips <cmp@chromium.org>
Reviewed-by: Kevin McNee <mcnee@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1369707}
2024-10-16 23:46:43 +00:00
..

Controlled Frame API

This directory contains common code used by the Controlled Frame API.

The Controlled Frame API, available to certain isolated contexts such as Isolated Web Apps (IWAs), allows an app to embed and manipulate arbitrary content.

The API is built on top of the Chrome Apps <webview> tag and contains the same API surface, except adapted for use in a non-extension setting.

Since it's built on top of <webview>, it makes use of the same underlying components, including the GuestView component.

More information

See the Controlled Frame Explainer and Isolated Web Apps Explainer for more details.

Design doc (internal only): go/controlled-frame-design

Maintenance

For active maintainers of different components of Controlled Frame, see this document. (Sorry, internal only.)