mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 05:39:11 +00:00
LibWeb: Skip serialization of implicit grid lines created during layout
Some checks are pending
CI / macOS, arm64, Sanitizer_CI, Clang (push) Waiting to run
CI / Linux, x86_64, Fuzzers_CI, Clang (push) Waiting to run
CI / Linux, x86_64, Sanitizer_CI, GNU (push) Waiting to run
CI / Linux, x86_64, Sanitizer_CI, Clang (push) Waiting to run
Package the js repl as a binary artifact / Linux, arm64 (push) Waiting to run
Package the js repl as a binary artifact / macOS, arm64 (push) Waiting to run
Package the js repl as a binary artifact / Linux, x86_64 (push) Waiting to run
Run test262 and test-wasm / run_and_update_results (push) Waiting to run
Lint Code / lint (push) Waiting to run
Label PRs with merge conflicts / auto-labeler (push) Waiting to run
Push notes / build (push) Waiting to run
Some checks are pending
CI / macOS, arm64, Sanitizer_CI, Clang (push) Waiting to run
CI / Linux, x86_64, Fuzzers_CI, Clang (push) Waiting to run
CI / Linux, x86_64, Sanitizer_CI, GNU (push) Waiting to run
CI / Linux, x86_64, Sanitizer_CI, Clang (push) Waiting to run
Package the js repl as a binary artifact / Linux, arm64 (push) Waiting to run
Package the js repl as a binary artifact / macOS, arm64 (push) Waiting to run
Package the js repl as a binary artifact / Linux, x86_64 (push) Waiting to run
Run test262 and test-wasm / run_and_update_results (push) Waiting to run
Lint Code / lint (push) Waiting to run
Label PRs with merge conflicts / auto-labeler (push) Waiting to run
Push notes / build (push) Waiting to run
StyleValues created for grid-template-rows and grid-template-columns by GFC should not include `-start`/`-end` lines implicitly created by grid areas.
This commit is contained in:
parent
185be4011b
commit
594194eb60
Notes:
github-actions[bot]
2025-06-25 18:46:52 +00:00
Author: https://github.com/kalenikaliaksandr
Commit: 594194eb60
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5212
8 changed files with 60 additions and 27 deletions
|
@ -240,6 +240,7 @@ class FrequencyOrCalculated;
|
|||
class FrequencyPercentage;
|
||||
class FrequencyStyleValue;
|
||||
class GridAutoFlowStyleValue;
|
||||
class GridLineNames;
|
||||
class GridMinMax;
|
||||
class GridRepeat;
|
||||
class GridSize;
|
||||
|
@ -316,7 +317,6 @@ enum class PropertyID : u16;
|
|||
|
||||
struct BackgroundLayerData;
|
||||
struct CSSStyleSheetInit;
|
||||
struct GridLineNames;
|
||||
struct GridRepeatParams;
|
||||
struct StyleSheetIdentifier;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue