Bug 121036

Summary: Move the layoutBlock method into RenderBlockFlow.
Product: WebKit Reporter: Dave Hyatt <hyatt>
Component: Layout and RenderingAssignee: Dave Hyatt <hyatt>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, d-r, eric, esprehn+autocc, fmalita, glenn, kondapallykalyan, leviw, pdr, philn, schenney, WebkitBugTracker, webkit-ews, xan.lopez
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 84924    
Attachments:
Description Flags
Patch
dino: review+
Patch to pass the style queue
hyatt: review-
Patch
hyatt: review-
Patch
dino: review+, webkit-ews: commit-queue-
Patch to account for Antti's patch landing. :)
dino: review+
Make release builds work by removing some inlining for now. dino: review+

Description Dave Hyatt 2013-09-09 11:58:11 PDT
Begin the process of moving layout into RenderBlockFlow.
Comment 1 Dave Hyatt 2013-09-09 12:09:32 PDT
Created attachment 211061 [details]
Patch
Comment 2 WebKit Commit Bot 2013-09-09 12:12:23 PDT
Attachment 211061 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebCore/ChangeLog', u'Source/WebCore/rendering/RenderBlock.cpp', u'Source/WebCore/rendering/RenderBlock.h', u'Source/WebCore/rendering/RenderBlockFlow.cpp', u'Source/WebCore/rendering/RenderBlockFlow.h', u'Source/WebCore/rendering/RenderBlockLineLayout.cpp', u'Source/WebCore/rendering/svg/RenderSVGText.cpp']" exit_code: 1
Source/WebCore/rendering/RenderBlockFlow.cpp:94:  Should have only a single space after a punctuation in a comment.  [whitespace/comments] [5]
Source/WebCore/rendering/RenderBlockFlow.cpp:197:  One space before end of line comments  [whitespace/comments] [5]
Source/WebCore/rendering/RenderBlockFlow.cpp:197:  Should have only a single space after a punctuation in a comment.  [whitespace/comments] [5]
Source/WebCore/rendering/RenderBlockFlow.cpp:229:  Should have only a single space after a punctuation in a comment.  [whitespace/comments] [5]
Source/WebCore/rendering/RenderBlockFlow.cpp:233:  Should have only a single space after a punctuation in a comment.  [whitespace/comments] [5]
Source/WebCore/rendering/RenderBlockFlow.cpp:236:  Should have only a single space after a punctuation in a comment.  [whitespace/comments] [5]
Source/WebCore/rendering/RenderBlockFlow.cpp:320:  Should have only a single space after a punctuation in a comment.  [whitespace/comments] [5]
Source/WebCore/rendering/RenderBlockFlow.cpp:325:  Should have only a single space after a punctuation in a comment.  [whitespace/comments] [5]
Source/WebCore/rendering/RenderBlockFlow.cpp:374:  Should have only a single space after a punctuation in a comment.  [whitespace/comments] [5]
Source/WebCore/rendering/RenderBlockFlow.cpp:378:  Should have only a single space after a punctuation in a comment.  [whitespace/comments] [5]
Total errors found: 10 in 7 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Dave Hyatt 2013-09-09 12:22:11 PDT
Created attachment 211065 [details]
Patch to pass the style queue
Comment 4 WebKit Commit Bot 2013-09-09 12:23:29 PDT
Attachment 211065 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebCore/ChangeLog', u'Source/WebCore/rendering/RenderBlock.cpp', u'Source/WebCore/rendering/RenderBlock.h', u'Source/WebCore/rendering/RenderBlockFlow.cpp', u'Source/WebCore/rendering/RenderBlockFlow.h', u'Source/WebCore/rendering/RenderBlockLineLayout.cpp', u'Source/WebCore/rendering/svg/RenderSVGText.cpp']" exit_code: 1
Source/WebCore/rendering/RenderBlockFlow.cpp:371:  Should have only a single space after a punctuation in a comment.  [whitespace/comments] [5]
Total errors found: 1 in 7 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 5 Dave Hyatt 2013-09-09 12:50:50 PDT
Created attachment 211067 [details]
Patch
Comment 6 Dave Hyatt 2013-09-09 12:51:36 PDT
Created attachment 211068 [details]
Patch
Comment 7 Early Warning System Bot 2013-09-09 12:58:12 PDT
Comment on attachment 211068 [details]
Patch

Attachment 211068 [details] did not pass qt-ews (qt):
Output: http://webkit-queues.appspot.com/results/1719954
Comment 8 Dave Hyatt 2013-09-09 12:58:54 PDT
Created attachment 211069 [details]
Patch to account for Antti's patch landing. :)
Comment 9 Dean Jackson 2013-09-09 13:00:23 PDT
Comment on attachment 211069 [details]
Patch to account for Antti's patch landing. :)

Needs more <ruby>!
Comment 10 Dave Hyatt 2013-09-09 13:04:02 PDT
Created attachment 211072 [details]
Make release builds work by removing some inlining for now.
Comment 11 Dave Hyatt 2013-09-09 13:22:24 PDT
Fix landed in r155377.