commit | 82b200c22a8136eb6fd830ec796fb470adf74f4d | [log] [tgz] |
---|---|---|
author | Dominic Farolino <dom@chromium.org> | Wed May 19 04:06:42 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed May 19 04:06:42 2021 |
tree | c60016f006166df58e51710c8323edf13a8983cc | |
parent | 84f247603fe72a413a30fb949682b7c35876bed6 [diff] |
Fenced Frames: Initial implementation with ShadowDOMDelegate This CL introduces: - A base::FeatureParam for the fenced frame feature to run in either shadow DOM mode, or MPArch mode - A pure virtual interface FencedFrameDelegate owned by HTMLFencedFrameElement - A single concrete implementation of this called FencedFrameShadowDOMDelegate, that implements the initial ShadowDOM version of Fenced Frames - Unit tests for FencedFrameShadowDOMDelegate The design of everything in this CL is described in: https://docs.google.com/document/d/1ijTZJT3DHQ1ljp4QQe4E4XCCRaYAxmInNzN1SzeJM8s/edit Bug: 1123606 Change-Id: I1698034ae218f5aaf4be921ce4a0823efc190a32 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2873160 Commit-Queue: Dominic Farolino <dom@chromium.org> Reviewed-by: Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#884305}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.