WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
102597
Simplify bounds computation for the RenderView's layer
https://bugs.webkit.org/show_bug.cgi?id=102597
Summary
Simplify bounds computation for the RenderView's layer
Simon Fraser (smfr)
Reported
2012-11-17 14:05:45 PST
The RenderView's layer should just be the size of the FrameView contents. Right now, we traverse the entire layer tree to compute its bounds, which is crazy. We also end up applying any page scale, which makes this layer larger than necessary.
Attachments
Patch
(5.03 KB, patch)
2012-11-17 17:03 PST
,
Simon Fraser (smfr)
andersca
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Simon Fraser (smfr)
Comment 1
2012-11-17 17:03:49 PST
Created
attachment 174834
[details]
Patch
Simon Fraser (smfr)
Comment 2
2012-11-17 22:49:59 PST
<
rdar://problem/12725628
>
Simon Fraser (smfr)
Comment 3
2012-11-23 09:13:35 PST
http://trac.webkit.org/changeset/135059
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