Bug 94945 - [New Multicolumn] Plumbing to prepare for painting and hit testing implementation
Summary: [New Multicolumn] Plumbing to prepare for painting and hit testing implementa...
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-24 09:34 PDT by Dave Hyatt
Modified: 2012-08-24 10:48 PDT (History)
4 users (show)

See Also:


Attachments
Patch (14.43 KB, patch)
2012-08-24 09:42 PDT, Dave Hyatt
mitz: review+
peter+ews: commit-queue-
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-24 09:34:44 PDT
Plumbing to prepare for painting and hit testing implementation.
Comment 1 Dave Hyatt 2012-08-24 09:42:17 PDT
Created attachment 160438 [details]
Patch
Comment 2 WebKit Review Bot 2012-08-24 09:44:02 PDT
Attachment 160438 [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/RenderRegion.h:101:  Missing space inside { }.  [whitespace/braces] [5]
Source/WebCore/rendering/RenderMultiColumnFlowThread.h:42:  Missing space inside { }.  [whitespace/braces] [5]
Source/WebCore/rendering/RenderRegionSet.cpp:27:  Found other header before a header this file implements. Should be: config.h, primary header, blank line, and then alphabetically sorted.  [build/include_order] [4]
Total errors found: 3 in 8 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 mitz 2012-08-24 09:50:07 PDT
Comment on attachment 160438 [details]
Patch

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

> Source/WebCore/rendering/RenderMultiColumnSet.cpp:172
> -    if (!columnCount())
> +    unsigned colCount = columnCount();
> +    if (!colCount)

?
Comment 4 Peter Beverloo (cr-android ews) 2012-08-24 10:18:20 PDT
Comment on attachment 160438 [details]
Patch

Attachment 160438 [details] did not pass cr-android-ews (chromium-android):
Output: http://queues.webkit.org/results/13600200
Comment 5 Build Bot 2012-08-24 10:27:04 PDT
Comment on attachment 160438 [details]
Patch

Attachment 160438 [details] did not pass win-ews (win):
Output: http://queues.webkit.org/results/13600201
Comment 6 Dave Hyatt 2012-08-24 10:48:54 PDT
Fixed in r126602.