Bug 101498 - FrameView::layout() should't waste time updating scrollbar modes with overlay scrollbars
Summary: FrameView::layout() should't waste time updating scrollbar modes with overlay...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-07 11:40 PST by Simon Fraser (smfr)
Modified: 2013-09-12 16:15 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2012-11-07 11:40:42 PST
Overlay scrollbars don't take any space, so the setVerticalScrollbarMode/setHorizontalScrollbarMode stuff that FrameView::layout() does is a waste of time.
Comment 1 Simon Fraser (smfr) 2013-04-01 17:49:51 PDT
*** Bug 113734 has been marked as a duplicate of this bug. ***
Comment 2 Simon Fraser (smfr) 2013-09-12 16:15:13 PDT
I think bug 121267 will fix the main issue here.