commit | eb74786c405a279791c9998e111a7a11ddf981d5 | [log] [tgz] |
---|---|---|
author | Tom Sepez <tsepez@chromium.org> | Fri May 09 23:49:05 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri May 09 23:49:05 2025 |
tree | 75fc60e2274eec52fd70acbf66ad89f0e7a5d619 | |
parent | e9f93430c79329620697910dbbab989a4a453322 [diff] |
[M136] Add ability to store (28 bit) value in xmlDoc and xmlAttr. Then use it to avoid storing generated ID in a pointer member reserved for a libxml data structure, which is a layering violation. This unfortunately truncated the max ID value by a few bits. We could squeeze two unused flag bits if we need to make this wider. (cherry picked from commit d725a06eeb03a7dde8858dd07ed43e6fd429b98e) Bug: 413080347 Change-Id: Ie8d6673b9cb2849c6ceb7cafdedd2c557c1929f5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6508403 Reviewed-by: Daniel Cheng <dcheng@chromium.org> Commit-Queue: Tom Sepez <tsepez@chromium.org> Cr-Original-Commit-Position: refs/heads/main@{#1456645} Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6532550 Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Auto-Submit: Tom Sepez <tsepez@chromium.org> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/branch-heads/7103@{#1878} Cr-Branched-From: e09430c64983fc906f37a9f7e6806275c9b67b86-refs/heads/main@{#1440670}
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.