WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
29512
Don't recalculate style when restoring from the page cache.
https://bugs.webkit.org/show_bug.cgi?id=29512
Summary
Don't recalculate style when restoring from the page cache.
Antti Koivisto
Reported
2009-09-18 17:45:24 PDT
This code // Force a layout to update view size and thereby update scrollbars. m_client->forceLayout(); in void FrameLoader::commitProvisionalLoad() ends up performing forced style recalc which is unnecessary and can be very slow.
Attachments
Add attachment
proposed patch, testcase, etc.
Antti Koivisto
Comment 1
2009-09-18 18:25:55 PDT
http://trac.webkit.org/changeset/48545
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