WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
208606
[VNE layout] Move visually non-empty content reporting to RenderTreeBuilder
https://bugs.webkit.org/show_bug.cgi?id=208606
Summary
[VNE layout] Move visually non-empty content reporting to RenderTreeBuilder
alan baradlay
Reported
2020-03-04 14:36:29 PST
from the renderer c'tors
Attachments
Patch
(10.96 KB, patch)
2020-03-04 14:42 PST
,
alan baradlay
no flags
Details
Formatted Diff
Diff
Patch
(11.06 KB, patch)
2020-03-04 16:23 PST
,
alan baradlay
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2020-03-04 14:36:53 PST
<
rdar://problem/60056951
>
alan baradlay
Comment 2
2020-03-04 14:42:26 PST
Created
attachment 392487
[details]
Patch
Simon Fraser (smfr)
Comment 3
2020-03-04 14:46:40 PST
Comment on
attachment 392487
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=392487&action=review
> Source/WebCore/rendering/updating/RenderTreeBuilder.cpp:925 > + if (style.visibility() == Visibility::Visible && !style.fontCascade().isLoadingCustomFonts()) {
The isLoadingCustomFonts() seems wrong. It might be loading custom fonts but rendering with the fallback font, right? There's CSS to control this. Also I guess we don't care about style.visibility() == Hidden on an ancestor?
alan baradlay
Comment 4
2020-03-04 14:47:46 PST
(In reply to Simon Fraser (smfr) from
comment #3
)
> Comment on
attachment 392487
[details]
> Patch > > View in context: >
https://bugs.webkit.org/attachment.cgi?id=392487&action=review
> > > Source/WebCore/rendering/updating/RenderTreeBuilder.cpp:925 > > + if (style.visibility() == Visibility::Visible && !style.fontCascade().isLoadingCustomFonts()) { > > The isLoadingCustomFonts() seems wrong. It might be loading custom fonts but > rendering with the fallback font, right? There's CSS to control this. > > Also I guess we don't care about style.visibility() == Hidden on an ancestor?
Yeah. This is very basic.
alan baradlay
Comment 5
2020-03-04 16:23:01 PST
Created
attachment 392503
[details]
Patch
WebKit Commit Bot
Comment 6
2020-03-04 19:46:26 PST
Comment on
attachment 392503
[details]
Patch Clearing flags on attachment: 392503 Committed
r257899
: <
https://trac.webkit.org/changeset/257899
>
WebKit Commit Bot
Comment 7
2020-03-04 19:46:28 PST
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