| commit | ac6564438d432d861bdb24432dba512ca285444c | [log] [tgz] |
|---|---|---|
| author | Philip Rogers <pdr@chromium.org> | Thu Sep 04 22:25:52 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Sep 04 22:25:52 2025 |
| tree | db0d5d1d398087424a024bd7d941334db66824f7 | |
| parent | a567220c3b1e9f41f2a2e91aaeaf686228df2771 [diff] |
[html-in-canvas] Let top layer content escape canvas Top layer content paints from the root element and should not be clipped or obscured by ancestors [1]. This patch brings this behavior to content below canvas too. This patch enables customizable select popups, dialogs, etc. Followups will be needed to ensure correct positioning. [1] https://www.w3.org/TR/css-position-4/#top-layer Bug: 441471125 Change-Id: I475b1a031f2f7c53d8e1436593b04e8367be3c5c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6917858 Commit-Queue: Philip Rogers <pdr@chromium.org> Reviewed-by: Chris Harrelson <chrishtr@chromium.org> Cr-Commit-Position: refs/heads/main@{#1511189}
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.
If you found a bug, please file it at https://crbug.com/new.