commit | b45606fe83081721fbe453db4bd3da28fef44d7e | [log] [tgz] |
---|---|---|
author | Ionel Popescu <iopopesc@microsoft.com> | Sat Dec 04 00:07:52 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Dec 04 00:07:52 2021 |
tree | 58de0b06a5cb8a9f654bc91161009f931ccfc0c9 | |
parent | a8a3071a91da2e67cb07c9e4bef9a1b622d2104f [diff] |
[SelectMenu] Use option.value for selectmenu.value This CL updates the behavior so that option.value attribute is used for selectmenu.value. When the value attribute is not specified, the option content will be used instead. Since after [1], the option parts are sync updated, there is no need to ensure that the selected option is valid before being used. [1]: https://chromium-review.googlesource.com/c/chromium/src/+/3285630 Bug: 1121840 Change-Id: I2b828d77fe7306eec22f99938e10666004532524 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3315596 Reviewed-by: Dan Clark <daniec@microsoft.com> Reviewed-by: Mason Freed <masonf@chromium.org> Commit-Queue: Ionel Popescu <iopopesc@microsoft.com> Cr-Commit-Position: refs/heads/main@{#948242}
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.