commit | 7a5ca9ce9bd6a8065df81337352684c25eda4ec2 | [log] [tgz] |
---|---|---|
author | Thomas Nguyen <tungnh@chromium.org> | Fri May 16 12:34:17 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri May 16 12:34:17 2025 |
tree | 0f19306683f3e100f5bc5f56e4a504dcf374bf51 | |
parent | b00f008659d1c5903e7438851165a925af781ea3 [diff] |
[PEPC] Remove the display enforcement Current the display enforcement within `AdjustStyle` may lead to incorrect layout validation. This occurs due to bit fields not being properly propagated or cleared, resulting in an `AssertLaidOut()` failure. We will replace the display enforcement by showing a console message when the display is set incorrectly. Bug: 408164614 Change-Id: I7fc635d641a33f40a6251199616145c7de1499f7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6551238 Commit-Queue: Thomas Nguyen <tungnh@chromium.org> Reviewed-by: Joey Arhar <jarhar@chromium.org> Cr-Commit-Position: refs/heads/main@{#1461289}
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.