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
Layout `position: fixed` in the initial containing block #25273
Merged
+549
−401
Rename `BlockLevelKind` to `NonReplacedContents`
6f3c5ce
Select commit
b43a3de
Introduce PositioningContext
SimonSapin 9edda95
Make adjust_static_positions a method of PositioningContext
SimonSapin 1c8d14a
Upgrade rayon_croissant to 0.2.0
SimonSapin c44ee51
Give `PositioningContext` more responsibilities
SimonSapin 5ebddf1
Layout `position: fixed` in the initial containing block
SimonSapin 53a8a60
Fix a width v.s. height confusion bug in abspos layout
SimonSapin 6fce97c
Parse `background: <color>`
SimonSapin c0962aa
Replace the closure in `layout_in_flow_non_replaced_block_level` with…
SimonSapin 672d971
Regroup branches specific to `SameFormattingContextBlock`
SimonSapin 04b701b
Move call to `for_maybe_position_relative` out of `layout_in_flow_non…
SimonSapin b218957
Rename `CollectedAbsolutelyPositionedBox` to `HoistedAbsolutelyPositi…
SimonSapin 58b7005
Make `for_maybe_position_relative` take care of relative adjustment.
SimonSapin 6f3c5ce
Rename `BlockLevelKind` to `NonReplacedContents`
SimonSapin
Merged
Layout `position: fixed` in the initial containing block #25273
Rename `BlockLevelKind` to `NonReplacedContents`
Dec 12, 2019
Dec 12, 2019
Dec 12, 2019
Dec 12, 2019
Dec 12, 2019
Dec 12, 2019
Dec 12, 2019
Dec 13, 2019
Dec 13, 2019
Dec 13, 2019
Dec 13, 2019
Dec 13, 2019
Dec 13, 2019
6f3c5ce
Select commit
b43a3de
Introduce PositioningContext
SimonSapin 9edda95
Make adjust_static_positions a method of PositioningContext
SimonSapin 1c8d14a
Upgrade rayon_croissant to 0.2.0
SimonSapin c44ee51
Give `PositioningContext` more responsibilities
SimonSapin 5ebddf1
Layout `position: fixed` in the initial containing block
SimonSapin 53a8a60
Fix a width v.s. height confusion bug in abspos layout
SimonSapin 6fce97c
Parse `background: <color>`
SimonSapin c0962aa
Replace the closure in `layout_in_flow_non_replaced_block_level` with…
SimonSapin 672d971
Regroup branches specific to `SameFormattingContextBlock`
SimonSapin 04b701b
Move call to `for_maybe_position_relative` out of `layout_in_flow_non…
SimonSapin b218957
Rename `CollectedAbsolutelyPositionedBox` to `HoistedAbsolutelyPositi…
SimonSapin 58b7005
Make `for_maybe_position_relative` take care of relative adjustment.
SimonSapin 6f3c5ce
Rename `BlockLevelKind` to `NonReplacedContents`
SimonSapin