commit | 738f0c0fe51d5a08a305e6f66fe5e14689d827ed | [log] [tgz] |
---|---|---|
author | L. David Baron <dbaron@chromium.org> | Tue Apr 02 23:39:07 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Apr 02 23:39:07 2024 |
tree | c843cd8b1c7754301cbccd45fc5d7174e23e0361 | |
parent | 03e7cb9b15bec673eae9eac3dc108515aa7cdbde [diff] |
Change XPath lang() matching to be ASCII case-insensitive. This makes the change discussed in https://github.com/whatwg/dom/issues/1199 to do ASCII case-insensitive matching like other language matching on the Web, rather than Unicode case-insensitive matching. Fixed: 331970402 Change-Id: I7061d347f9c22d9942273e3469ab20dc00ad93f5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5413753 Reviewed-by: Kent Tamura <tkent@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Auto-Submit: David Baron <dbaron@chromium.org> Cr-Commit-Position: refs/heads/main@{#1281544}
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.