Bug 118618

Summary: Don't force layout for offsetWidth of fixed width elements
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: benjamin, dino, hyatt, karlcow, simon.fraser
Priority: P2 Keywords: BlinkMergeCandidate
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 118930    
Bug Blocks:    

Ryosuke Niwa
Reported 2013-07-12 14:49:11 PDT
Consider merging https://chromium.googlesource.com/chromium/blink/+/5117d5329f6cdf071dfec25d9026a105070142b6 This improves page load time of The Economist by 41% (3.4s -> 2.0s) on my z620 workstation. I believe the change in the inspector/styles/device-metrics-fit-window.html expectations is a progression. The div being measured has a fixed width of 1024 and there is a zoom on the page. It looks to me like there was a rounding error previously. Also see the bug 118032
Attachments
Simon Fraser (smfr)
Comment 1 2013-07-12 14:59:34 PDT
Nice. I don't like the "fixed" terminology though; too easily confused with fixed position.
Ryosuke Niwa
Comment 3 2013-07-15 14:53:28 PDT
Also see the bug 118032.
Ryosuke Niwa
Comment 6 2013-11-06 20:30:03 PST
Karl Dubost
Comment 7 2024-08-13 07:55:47 PDT
This is probably not relevant anymore.
Note You need to log in before you can comment on or make changes to this bug.