Closed Bug 1753552 Opened 2 years ago Closed 2 years ago

Remove ComputeSizeFlag::UseAutoBSize

Categories

(Core :: Layout, task)

task

Tracking

()

RESOLVED DUPLICATE of bug 1786214

People

(Reporter: TYLin, Unassigned)

Details

  /**
   * Set if we'd like to compute our 'auto' bsize, regardless of our actual
   * corresponding computed value. (e.g. to get an intrinsic bsize for flex
   * items when resolving automatic minimum size in the main axis during flexbox
   * layout.)
   */
  UseAutoBSize,

The flex container is no longer using the flag [1]. The functionality of ComputeSizeFlag::UseAutoBSize can be replaced by providing an auto style block-size in StyleSizeOverrides.

The remaining user of this flag is in the grid container's measuring reflow.

[1] the usage was removed in https://hg.mozilla.org/mozilla-central/rev/a07fe77b2108

Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.