Bug 133704 - [Win] Port Mac Tiled Drawing Logic to Windows
Summary: [Win] Port Mac Tiled Drawing Logic to Windows
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Brent Fulgham
URL:
Keywords:
Depends on: 133819 133862 133895
Blocks:
  Show dependency treegraph
 
Reported: 2014-06-10 15:47 PDT by Brent Fulgham
Modified: 2016-03-22 13:34 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brent Fulgham 2014-06-10 15:47:29 PDT
Certain markup can cause the Windows tiled drawing logic to waste resources laying out and rendering off-screen rectangle. This can be triggered if a DOM element has a style with a very large negative (e.g., -100,000) 'left' property.

Our Mac code is much smarter about this kind of thing, and excludes rects that are not visible.

We should do the same on Windows.
Comment 1 Brent Fulgham 2016-03-22 13:34:27 PDT
This has been complete for some time.