Bug 95225 - [New Multicolumn] Refactor flowThreadPortionOverflowRect
Summary: [New Multicolumn] Refactor flowThreadPortionOverflowRect
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: 2012-08-28 11:41 PDT by Dave Hyatt
Modified: 2012-08-29 10:09 PDT (History)
2 users (show)

See Also:


Attachments
Patch (5.26 KB, patch)
2012-08-28 11:44 PDT, Dave Hyatt
simon.fraser: 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 2012-08-28 11:41:12 PDT
Refactor flowThreadPortionOverflowRect so that it calls a helper that takes the flowThreadPortionRect and bools for first/last region. This will allow column and page sets to call the helper on a per-column or per-page basis and still have the right thing happen regarding outline inflation and clipping within the first and last columns in a set.
Comment 1 Dave Hyatt 2012-08-28 11:44:32 PDT
Created attachment 161025 [details]
Patch
Comment 2 Dave Hyatt 2012-08-29 10:09:40 PDT
Landed in r127008. I just folded this into the painting bug.