Bug 68658 - [CSSRegions] Make matchedEndLine bail when it hits a line that moved to a new region
Summary: [CSSRegions] Make matchedEndLine bail when it hits a line that moved to a new...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dave Hyatt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-22 14:59 PDT by Dave Hyatt
Modified: 2011-09-22 15:27 PDT (History)
0 users

See Also:


Attachments
Patch (85.67 KB, patch)
2011-09-22 15:02 PDT, Dave Hyatt
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dave Hyatt 2011-09-22 14:59:05 PDT
Make matchedEndLine bail when it hits a line that moved to a new region. Refactor the float checks too so that they include the pagination delta in the distance checked, and so that the code isn't duplicated twice.
Comment 1 Dave Hyatt 2011-09-22 15:02:45 PDT
Created attachment 108406 [details]
Patch
Comment 2 Dave Hyatt 2011-09-22 15:27:27 PDT
Fixed in r95756.