commit | 7a9c043250d5642870facdff79149dde7afff1d6 | [log] [tgz] |
---|---|---|
author | Dominik Röttsches <drott@chromium.org> | Fri Aug 29 18:31:25 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Aug 29 18:31:25 2025 |
tree | e62078ee4c8f9eb7d84ab81a53d9bef487f5dd5d | |
parent | 29794856fd0d0fa7cbd45a0e2679329186fb4252 [diff] |
Remove libxml2 legacy compatibility code We do not want to keep legacy compatibility code in our code base. When downstream projects compile against external libraries, we can't guarantee stability if the versions built and linked against are not up to date. This holds similarly for building against external not up-to-date HarfBuzz for example, and we do not guard against that in font code. Bug: chromium:441911594 Change-Id: I9e3c28373c547358ec07da2f05dfba46f521cae1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6898007 Reviewed-by: Joey Arhar <jarhar@chromium.org> Commit-Queue: Joey Arhar <jarhar@chromium.org> Auto-Submit: Dominik Röttsches <drott@chromium.org> Cr-Commit-Position: refs/heads/main@{#1508510}
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.