WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
199057
[LFC][IFC] Make the initial strut explicit
https://bugs.webkit.org/show_bug.cgi?id=199057
Summary
[LFC][IFC] Make the initial strut explicit
alan
Reported
2019-06-19 21:17:19 PDT
so that we can ignore it in quirks mode
Attachments
Patch
(9.83 KB, patch)
2019-06-19 21:31 PDT
,
alan
no flags
Details
Formatted Diff
Diff
Patch
(10.08 KB, patch)
2019-06-20 07:47 PDT
,
alan
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2019-06-19 21:18:04 PDT
<
rdar://problem/51927864
>
alan
Comment 2
2019-06-19 21:31:26 PDT
Created
attachment 372529
[details]
Patch
Antti Koivisto
Comment 3
2019-06-20 05:12:53 PDT
Comment on
attachment 372529
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=372529&action=review
> Source/WebCore/layout/inlineformatting/InlineFormattingContextLineLayout.cpp:137 > auto initialLineConstraints = Line::InitialConstraints { > lineInput.horizontalConstraint.logicalTopLeft, > lineInput.horizontalConstraint.availableLogicalWidth, > - mimimumLineHeight, > - initialBaselineOffset > + heightConstraints.height, > + heightConstraints.baselineOffset, > + heightConstraints.strut > };
Should InitialConstraints just have HeightConstraints member?
alan
Comment 4
2019-06-20 07:19:04 PDT
(In reply to Antti Koivisto from
comment #3
)
> Comment on
attachment 372529
[details]
> Patch > > View in context: >
https://bugs.webkit.org/attachment.cgi?id=372529&action=review
> > > Source/WebCore/layout/inlineformatting/InlineFormattingContextLineLayout.cpp:137 > > auto initialLineConstraints = Line::InitialConstraints { > > lineInput.horizontalConstraint.logicalTopLeft, > > lineInput.horizontalConstraint.availableLogicalWidth, > > - mimimumLineHeight, > > - initialBaselineOffset > > + heightConstraints.height, > > + heightConstraints.baselineOffset, > > + heightConstraints.strut > > }; > > Should InitialConstraints just have HeightConstraints member?
good point!
alan
Comment 5
2019-06-20 07:47:59 PDT
Created
attachment 372554
[details]
Patch
WebKit Commit Bot
Comment 6
2019-06-20 08:18:33 PDT
Comment on
attachment 372554
[details]
Patch Clearing flags on attachment: 372554 Committed
r246634
: <
https://trac.webkit.org/changeset/246634
>
WebKit Commit Bot
Comment 7
2019-06-20 08:18:35 PDT
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug