WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
245497
Slow page load on interspeech2022.org/program
https://bugs.webkit.org/show_bug.cgi?id=245497
Summary
Slow page load on interspeech2022.org/program
zalan
Reported
2022-09-21 12:09:26 PDT
<
rdar://99349200
>
Attachments
Patch
(1.72 KB, patch)
2022-09-21 12:13 PDT
,
zalan
no flags
Details
Formatted Diff
Diff
Patch
(1.72 KB, patch)
2022-09-21 13:26 PDT
,
zalan
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
zalan
Comment 1
2022-09-21 12:13:33 PDT
Created
attachment 462513
[details]
Patch
Antti Koivisto
Comment 2
2022-09-21 12:26:53 PDT
Comment on
attachment 462513
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=462513&action=review
> Source/WebCore/layout/formattingContexts/inline/InlineItemsBuilder.cpp:465 > + if (inlineTextBox.style() != inlineTextBox.firstLineStyle() && inlineTextBox.style().fontCascade() != inlineTextBox.firstLineStyle().fontCascade())
For a faster test you can do pointer comparison &inlineTextBox.style() != &inlineTextBox.firstLineStyle()
zalan
Comment 3
2022-09-21 13:26:12 PDT
Created
attachment 462516
[details]
Patch
EWS
Comment 4
2022-09-21 21:27:57 PDT
Committed
254748@main
(fc862888d83a): <
https://commits.webkit.org/254748@main
> All reviewed patches have been landed. Closing bug and clearing flags on
attachment 462516
[details]
.
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