commit | 7a8d5685bc20ffaf4e094d6ff41b0c67b2bad0a6 | [log] [tgz] |
---|---|---|
author | Junyi Xiao <juxiao@microsoft.com> | Sat Jul 27 01:10:10 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Sat Jul 27 01:10:10 2019 |
tree | e3870a0005a128179b47f7438c362972fdecf202 | |
parent | 3460372599919d99fe73761868eec653f00a6d6e [diff] |
Devtools: fix a failed aria assertion in ListControl.js Issue: Node.prototype.hasSameShadowRoot is used in ARIAUtils to check if two elements are in the same shadow DOM since aria doesn't work well crossing shadow-boundaries on occasion where node has not been added to the DOM yet by the time this API get called (the associated bug is one of the instances), the assertion fails. This change: 1. fix an issue exposed by the check in ListControl.js Bug: 978634 Change-Id: Iefd8d3b50272f706b9a5e5310024abeb449ee230 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1680655 Commit-Queue: Junyi Xiao <juxiao@microsoft.com> Reviewed-by: Erik Luo <luoe@chromium.org> Cr-Commit-Position: refs/heads/master@{#681569}
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.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .