Bug 123210

Summary: [CSS Regions][CSS Shapes] Update updateShapeAndSegmentsForCurrentLineInFlowThread to deal better with multiple regions
Product: WebKit Reporter: Zoltan Horvath <zoltan>
Component: CSSAssignee: Zoltan Horvath <zoltan>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, esprehn+autocc, glenn, kondapallykalyan
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Zoltan Horvath 2013-10-23 10:33:35 PDT
I simplified the determining of the next region part of updateShapeAndSegmentsForCurrentLineInFlowThread's implementation in order to make the code more straightforward.
I also tried to avoid using regionAtBlockOffset(...) function as possible, since it's always that reliable, what I'll will report in a separate bug.
Comment 1 Zoltan Horvath 2013-10-23 10:40:25 PDT
Created attachment 214974 [details]
Patch
Comment 2 Dave Hyatt 2013-10-25 09:57:27 PDT
Comment on attachment 214974 [details]
Patch

r=me
Comment 3 WebKit Commit Bot 2013-10-25 10:25:59 PDT
Comment on attachment 214974 [details]
Patch

Clearing flags on attachment: 214974

Committed r158016: <http://trac.webkit.org/changeset/158016>
Comment 4 WebKit Commit Bot 2013-10-25 10:26:01 PDT
All reviewed patches have been landed.  Closing bug.