commit | 7d2e4449eb5bf5ee638a1441e24ea9c4a0a14061 | [log] [tgz] |
---|---|---|
author | Nina Satragno <nsatragno@chromium.org> | Fri Sep 02 19:47:35 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Sep 02 19:47:35 2022 |
tree | 71f0855dbdb9c8d143d8f2c4287616ac7e615750 | |
parent | 598f40761997c482bb276915666abde35e8dba6a [diff] |
[autofill] Support autocomplete values webauthn & one-time-code Support "webauthn" and "one-time-code" as IDL-exposed "autocomplete" attributes. "one-time-code" is a normal element, but "webauthn" is treated as a new type. There is a bug [1] in the HTML spec treatment of "webauthn" which will be addressed [2] by updating the parsing logic to match this CL. [1] https://github.com/whatwg/html/issues/8231 [2] https://github.com/whatwg/html/pull/8232 Fixed: 1357793 Bug: 1350156 Change-Id: I5eb16568bcf9af0fbe0b5702be3c5676e8f71138 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3863423 Auto-Submit: Nina Satragno <nsatragno@chromium.org> Reviewed-by: Mason Freed <masonf@chromium.org> Commit-Queue: Nina Satragno <nsatragno@chromium.org> Cr-Commit-Position: refs/heads/main@{#1042734}
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.