commit | 403fa4187cdd7fc2de509748d050a7046d11291c | [log] [tgz] |
---|---|---|
author | L. David Baron <dbaron@chromium.org> | Wed Jul 10 01:26:39 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jul 10 01:26:39 2024 |
tree | 88946b82519d32adec07d20cca466689f236ee27 | |
parent | 3a02036bba257b673513ae5c23882b445bbee4e6 [diff] |
Fix <label> delegation combined with delegatesFocus by consolidating code. This fixes bugs with clicks on a <label> being delegated to the labelled element combined with the label element being the shadow host for a ShadowRoot with delegatesFocus (in particular, that the delegation only works when the click is on the <label> directly and not a descendant) by consolidating the code with the existing focus delegation code for labels rather than having it in two places. Fixed: 347356462 Bug: 1300587, 329003651 Change-Id: Id28f590e25ca0589a147e1a0fe233b6f14e877ec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5665482 Commit-Queue: David Baron <dbaron@chromium.org> Reviewed-by: Joey Arhar <jarhar@chromium.org> Cr-Commit-Position: refs/heads/main@{#1325248}
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.