commit | e9993998f864c3c6d9973ed6923058a6b5689a1a | [log] [tgz] |
---|---|---|
author | David Bienvenu <davidbienvenu@chromium.org> | Fri Jan 12 19:30:39 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jan 12 19:30:39 2024 |
tree | a6b7600db137ebfe7831fb84614751f1bd4b68bd | |
parent | b2624a869a4697ea397922ebd6a9fda3d83601b5 [diff] |
win: Force webauthn api version to 4 for AuthenticatorRequestDialogModelTests Arm64 bots have version 7 of webauthn.dll, which breaks a couple of the tests that don't handle having hybrid mode supported. This CL forces the webauthn api version to 4 until the tests can be fixed. Bug: 1517923 Change-Id: I5127de65eec2a793e9d89f5efadf30f8fd30e2df Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5190951 Reviewed-by: Adam Langley <agl@chromium.org> Commit-Queue: David Bienvenu <davidbienvenu@chromium.org> Cr-Commit-Position: refs/heads/main@{#1246606}
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.