Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[css-layout-api] Allow LayoutChild(ren) to be laid out. #10054

Merged
merged 1 commit into from
Mar 26, 2018

Commits on Mar 26, 2018

  1. [css-layout-api] Allow LayoutChild(ren) to be laid out.

    This allows a LayoutChild to have layout performed on it, which will
    return a Fragment - with the correct inline and block sizes.
    
    These Fragments cannot be positioned yet, (next patch).
    
    The LayoutChild will be laid out with an available inline/block size of
    zero by default, and optionally can accept a fixed-inline/block size,
    which it must respect.
    
    Bug: 726125
    Change-Id: Ie4386b8f6cd6ccec3f9e52ff332322101058836d
    Reviewed-on: https://chromium-review.googlesource.com/962870
    Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org>
    Reviewed-by: Kentaro Hara <haraken@chromium.org>
    Reviewed-by: Emil A Eklund <eae@chromium.org>
    Reviewed-by: Morten Stenshorne <mstensho@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#545845}
    bfgeek authored and chromium-wpt-export-bot committed Mar 26, 2018
    Configuration menu
    Copy the full SHA
    2eec13b View commit details
    Browse the repository at this point in the history