commit | 0a64c3bf9a30f77abfae3c7c991bfac552469e25 | [log] [tgz] |
---|---|---|
author | Aaron Leventhal <aleventhal@google.com> | Fri Apr 12 00:18:42 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Apr 12 00:18:42 2024 |
tree | e29c5e8deda01d93473a30bb2950a731e8f5181b | |
parent | 735535c7bb9d806b988a03b0c0cb37e8fb68363d [diff] |
[A11y] Non-conflicting initial empty document root id This matches the code in Mac, Linux and Android where the crash does not occur. The intention was to with this change on all platforms when stable ids landed in CL:5328829, but somehow, these lines were lost on Windows and Fuchsia. With this change, Windows and Fuchsia now match the code in the other platforms, and uses a special non-conflicting id for the root, rather than 1, which can conflict with a node id in the initial real document. Fixed: 333874098 Change-Id: Ib90265233d9102c51d4a6b96a989c1107b4268e0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5443397 Reviewed-by: Chris Harrelson <chrishtr@chromium.org> Commit-Queue: Aaron Leventhal <aleventhal@chromium.org> Reviewed-by: David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/main@{#1286199}
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.