commit | a2de1a79d2fa272bf452e8b24159151d27a5aa1b | [log] [tgz] |
---|---|---|
author | Kent Tamura <tkent@chromium.org> | Mon Aug 15 04:21:32 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Aug 15 04:21:32 2022 |
tree | e3f933ed9b83e4cc2ac6387272eff7936e9c3797 | |
parent | 8d26dcf4bf58e38e7fc5f4b53da59fb8cb7cfd48 [diff] |
FrameSet NG: Add three methods to LayoutNGFrameSet This CL adds: * IsChildAllowed() * UpdateBlockLayout() * GetCursor() Implementations of IsChildAllowed() and GetCursor() are very similar to ones of LayoutFrameSet. UpdateBlockLayout() implementation is same as ones of LayoutNGGrid and LayoutNGFlexibleBox. This CL has no behaivor changes due to a disabled runtime flag. Bug: 1346221 Change-Id: Iad457b7c41ee78b559a17886a5df2efc4063781a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3828775 Commit-Queue: Koji Ishii <kojii@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Auto-Submit: Kent Tamura <tkent@chromium.org> Reviewed-by: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/main@{#1034969}
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.