commit | 2dd0ac3c624f5eec622766dee535ecd73d571754 | [log] [tgz] |
---|---|---|
author | Jacques Newman <janewman@microsoft.com> | Thu Jul 10 05:46:54 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jul 10 05:46:54 2025 |
tree | 986aa4a1d9d4292a361c71ff0be75ecbf632a611 | |
parent | fba4b466d5f550bd98b1a5ca838b597445458c31 [diff] |
[AriaNotify] Add Policy to allow authors to block ariaNotify in iframes By default, aria-notify is allowed in iframes, but this change gives authors the ability to opt-out child frames by using `Permissions-Policy`. Adds tests and removes unnecessary logging. WhatWG issue this change directly addresses: https://github.com/whatwg/html/issues/11004 AriaNotify ChromeStatus: https://chromestatus.com/feature/5745430754230272 AriaNotify Explainer: https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/main/Accessibility/AriaNotify/explainer.md#iframes-and-use-in-subresources Change-Id: Ie6d5d9587796a8e236feae9d9c12d4936d55f43f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6711952 Reviewed-by: Ian Clelland <iclelland@chromium.org> Reviewed-by: Andrey Kosyakov <caseq@chromium.org> Auto-Submit: Jacques Newman <janewman@microsoft.com> Reviewed-by: Joe Mason <joenotcharles@google.com> Commit-Queue: Jacques Newman <janewman@microsoft.com> Cr-Commit-Position: refs/heads/main@{#1484778}
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.