commit | 9aedf6eb308762ca837ac2c207f9111d469ed0b8 | [log] [tgz] |
---|---|---|
author | Stephen Chenney <schenney@chromium.org> | Tue Jul 01 11:14:40 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jul 01 11:14:40 2025 |
tree | 59cd12353e4d7501404dfc071bc5ca1a4101df35 | |
parent | d314b33446868b9c74bd0c8733b29482fa3aad56 [diff] |
CSS Highlight Inheritance: Remove the flag Remove the HighlightInheritance flag and clean up all the code. This means removing code related to the originating inheritance model, and CSS property flags for same, and then removing the HighlightInheritance checks themselves (and some methods that need to exist only when the inheritance model was variable). Fixed: 40943738 Change-Id: I9d24f3c6019f47f81a039a0f8ed865f5527ee73d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6688206 Commit-Queue: Stephen Chenney <schenney@chromium.org> Reviewed-by: Anders Hartvoll Ruud <andruud@chromium.org> Cr-Commit-Position: refs/heads/main@{#1480967}
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.