commit | 6ccdaf4348445aed2e0ca986d3670daa01d07855 | [log] [tgz] |
---|---|---|
author | Kent Tamura <tkent@chromium.org> | Fri Jul 08 07:43:53 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jul 08 07:43:53 2022 |
tree | 39b0b11957c13db713af018f4d7e625ede038105 | |
parent | b29d9e9835be58d8e3f3b593c3cf3dbd43429049 [diff] |
DeferredShaping: Disable the feature for auto-sizing frames * If auto-sizing is enabled, |LocalFrameView:: UpdateStyleAndLayoutInternal()| is called multiple times before PerformPostLayoutTasks(), which locks deferred IFCs. It can change the state of elements in LocalFrameView::deferred_to_be_locked_. * Auto-sizing frames need precise box sizes. Bug: 1259085 Change-Id: I402b74999dc9d9ae99cb19bb3e193f4d71592590 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3750662 Reviewed-by: Koji Ishii <kojii@chromium.org> Auto-Submit: Kent Tamura <tkent@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/main@{#1022045}
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.