[FlexNG] Implement transferred size suggestion #22431
Merged
Conversation
The review process for this patch is being conducted in the Chromium project. |
2b29f5b
to
5ef8dff
Aspect-ratio items with min-main:auto and a definite cross size use cross size * ratio as an input to the min-main:auto algorithm. FlexNG previously ignored that part of the spec. Bug: 845235,1064283 Change-Id: I22198e1255c70797aed83c045f76b8e23c029b3e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2119174 Commit-Queue: David Grogan <dgrogan@chromium.org> Reviewed-by: Christian Biesinger <cbiesinger@chromium.org> Reviewed-by: Ian Kilpatrick <ikilpatrick@chromium.org> Cr-Commit-Position: refs/heads/master@{#754286}
5ef8dff
to
6333099
cf8a15a
into
master
13 checks passed
13 checks passed
Azure Pipelines (affected tests without changes: Safari Technology Preview)
affected tests without changes: Safari Technology Preview succeeded
Details
Azure Pipelines (affected tests: Safari Technology Preview)
affected tests: Safari Technology Preview succeeded
Details
Azure Pipelines (wpt.fyi hook: safari-preview-affected-tests)
wpt.fyi hook: safari-preview-affected-tests succeeded
Details
Azure Pipelines (wpt.fyi hook: safari-preview-affected-tests-without-changes)
wpt.fyi hook: safari-preview-affected-tests-without-changes succeeded
Details
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Aspect-ratio items with min-main:auto and a definite cross size use
cross size * ratio as an input to the min-main:auto algorithm. FlexNG
previously ignored that part of the spec.
Bug: 845235,1064283
Change-Id: I22198e1255c70797aed83c045f76b8e23c029b3e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2119174
Commit-Queue: David Grogan <dgrogan@chromium.org>
Reviewed-by: Christian Biesinger <cbiesinger@chromium.org>
Reviewed-by: Ian Kilpatrick <ikilpatrick@chromium.org>
Cr-Commit-Position: refs/heads/master@{#754286}