Bug 131100
Summary: | [CSS Regions] Optimize RenderFlowThread::regionInRange | ||
---|---|---|---|
Product: | WebKit | Reporter: | Andrei Bucur <abucur> |
Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | bfulgham, mihnea, WebkitBugTracker |
Priority: | P2 | Keywords: | AdobeTracked |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 128243 |
Andrei Bucur
RenderFlowThread::regionInRange should only iterate through the regions as a last resort solution. We should compare RenderRegion::logicalTopForFlowThreadContent instead.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Brent Fulgham
CSS Regions were removed in Bug 174978.