Bug 131100 - [CSS Regions] Optimize RenderFlowThread::regionInRange
Summary: [CSS Regions] Optimize RenderFlowThread::regionInRange
Status: RESOLVED WONTFIX
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: AdobeTracked
Depends on:
Blocks: 128243
  Show dependency treegraph
 
Reported: 2014-04-02 04:44 PDT by Andrei Bucur
Modified: 2022-07-13 09:18 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrei Bucur 2014-04-02 04:44:31 PDT
RenderFlowThread::regionInRange should only iterate through the regions as a last resort solution. We should compare RenderRegion::logicalTopForFlowThreadContent instead.
Comment 1 Brent Fulgham 2022-07-13 09:18:18 PDT
CSS Regions were removed in Bug 174978.