commit | 87f02c7d965fd922e4aed1544e6cba231be481da | [log] [tgz] |
---|---|---|
author | Yoshisato Yanagisawa <yyanagisawa@chromium.org> | Thu Jan 27 05:29:26 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jan 27 05:29:26 2022 |
tree | ef4df191d218259bd6e1c2ff0dfa2fb0aa2b5901 | |
parent | cef92800c716968e1e2acaa2053772e255402b72 [diff] |
Make fenced frame's COEP test not depend on KEYS. We used to use KEYS stored in resources/utils.js to look up the UUID. However, it always make me wonder if tests may pass unexpectedly due to typo on key names. When we pass the token from the testers, we do not need to worry for key name typos in the testers. In addition, we created a embedder-policy.js to share the setup function with tests with the COEP header and without the COEP header. We also unified the embeddee HTML file because the file became identical. Bug: 1277430 Change-Id: I182c53f5c28d9f3c082daae45687f5f76f26a7dd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3396406 Auto-Submit: Yoshisato Yanagisawa <yyanagisawa@chromium.org> Reviewed-by: Dominic Farolino <dom@chromium.org> Commit-Queue: Yoshisato Yanagisawa <yyanagisawa@chromium.org> Cr-Commit-Position: refs/heads/main@{#963898}
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.