WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 220210
[LFC Display] Give display boxes a parent pointer
https://bugs.webkit.org/show_bug.cgi?id=220210
Summary
[LFC Display] Give display boxes a parent pointer
Simon Fraser (smfr)
Reported
2020-12-31 08:57:09 PST
[LFC Display] Give display boxes a parent pointer
Attachments
Patch
(2.59 KB, patch)
2020-12-31 08:57 PST
,
Simon Fraser (smfr)
zalan
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Simon Fraser (smfr)
Comment 1
2020-12-31 08:57:54 PST
Created
attachment 416866
[details]
Patch
zalan
Comment 2
2021-01-02 20:09:38 PST
Comment on
attachment 416866
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=416866&action=review
> Source/WebCore/display/css/DisplayBox.h:73 > + ContainerBox* parent() const { return m_parent; }
I usually do a const and a non-const version of getters like this (unless you really only need a const ContainerBox* parent())
Simon Fraser (smfr)
Comment 3
2021-01-04 10:15:21 PST
https://trac.webkit.org/r271134
Radar WebKit Bug Importer
Comment 4
2021-01-04 10:16:36 PST
<
rdar://problem/72794178
>
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