commit | 503f03ba2cd69a9dd21142b27f6051f5ff40774d | [log] [tgz] |
---|---|---|
author | Delan Azabani <dazabani@igalia.com> | Mon Jan 30 12:32:02 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jan 30 12:32:02 2023 |
tree | 47c724a3d829e4864c254026e589661af7fe80ed | |
parent | 48c4dbe67501dceb9c6d2feca77ee1b2cb2338f4 [diff] |
HighlightInheritance: fix spelling/grammar feature checks CL:3780430 makes ::spelling-error and ::grammar-error behave as if HighlightInheritance is always on (like ::highlight), but there are still two call sites that check for the feature naïvely. This patch fixes DetermineValidPropertyFilter and the invalidation in LayoutObject::SetStyle accordingly. Bug: 1024156 Change-Id: Ieff0a29ae9e83161a8840db137cf229023fd1d74 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4199621 Commit-Queue: Delan Azabani <dazabani@igalia.com> Reviewed-by: Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/main@{#1098541}
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.