commit | 1403b1921b647fd295051a40fb4cc95954feab91 | [log] [tgz] |
---|---|---|
author | Saeid Eid <saeideid@chromium.org> | Thu Feb 22 14:21:40 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Feb 22 14:21:40 2024 |
tree | b8136b3b477c835b951ce431e13529d56225a520 | |
parent | fe74ed7e1d4f5dcc220c61904680078dec389137 [diff] |
Remove required attributes from SecurityPolicyViolationEventInit The dictionary SecurityPolicyViolationEventInit is optional in the constructor of SecurityPolicyViolationEvent. This CL removes the required attributes from the properties of this dictionary and adds default values. The change in the spec: https://github.com/w3c/webappsec-csp/pull/645 Bug: 325291983 Change-Id: I61e5527e7e8ccc2cd35e5022397ff42bf83ccd9e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5296364 Reviewed-by: Antonio Sartori <antoniosartori@chromium.org> Reviewed-by: Jonathan Hao <phao@chromium.org> Commit-Queue: Saeid Eid <saeideid@chromium.org> Reviewed-by: Mike West <mkwst@chromium.org> Cr-Commit-Position: refs/heads/main@{#1263930}
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.