Bug 81553 - [New Multicolumn] Stub out new classes to represent the region boxes for columns.
Summary: [New Multicolumn] Stub out new classes to represent the region boxes for colu...
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-03-19 13:37 PDT by Dave Hyatt
Modified: 2012-03-19 13:59 PDT (History)
1 user (show)

See Also:


Attachments
Patch (23.98 KB, patch)
2012-03-19 13:40 PDT, Dave Hyatt
mitz: 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-03-19 13:37:21 PDT
Stub out new classes to represent the region boxes for columns.
Comment 1 Dave Hyatt 2012-03-19 13:40:49 PDT
Created attachment 132653 [details]
Patch
Comment 2 WebKit Review Bot 2012-03-19 13:43:17 PDT
Attachment 132653 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebCore/ChangeLog', u'Source/WebCor..." exit_code: 1
Source/WebCore/rendering/RenderRegionSet.h:31:  Alphabetical sorting problem.  [build/include_order] [4]
Total errors found: 1 in 10 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 mitz 2012-03-19 13:51:33 PDT
Comment on attachment 132653 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=132653&action=review

> Source/WebCore/rendering/RenderMultiColumnSet.h:35
> +// object, we significantly reduce the # of unique RenderObjects required to represent columns.

Spell out “number”?

> Source/WebCore/rendering/RenderRegionSet.h:40
> +// By combining runs of same-size columns or pages into a single object, we significantly reduce the # of unique RenderObjects

Ditto.
Comment 4 Dave Hyatt 2012-03-19 13:59:24 PDT
Fix landed in r111240.