WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
120461
Move element renderer creation out of NodeRenderingContext
https://bugs.webkit.org/show_bug.cgi?id=120461
Summary
Move element renderer creation out of NodeRenderingContext
Antti Koivisto
Reported
2013-08-29 04:04:42 PDT
Whittle down NodeRenderingContext.
Attachments
patch
(19.42 KB, patch)
2013-08-29 04:49 PDT
,
Antti Koivisto
kling
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Antti Koivisto
Comment 1
2013-08-29 04:49:53 PDT
Created
attachment 209965
[details]
patch
Andreas Kling
Comment 2
2013-08-29 04:55:44 PDT
Comment on
attachment 209965
[details]
patch View in context:
https://bugs.webkit.org/attachment.cgi?id=209965&action=review
r=me, nice!
> Source/WebCore/style/StyleResolveTree.cpp:137 > + if (!element.document()->shouldCreateRenderers()) > + return false;
We should hoist this check up to the Document level so we don't have to run it for every Element.
Antti Koivisto
Comment 3
2013-08-29 05:48:31 PDT
https://trac.webkit.org/r154806
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