Bug 121036 - Move the layoutBlock method into RenderBlockFlow.
Summary: Move the layoutBlock method into RenderBlockFlow.
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: 84924
  Show dependency treegraph
 
Reported: 2013-09-09 11:58 PDT by Dave Hyatt
Modified: 2013-09-09 13:22 PDT (History)
14 users (show)

See Also:


Attachments
Patch (43.83 KB, patch)
2013-09-09 12:09 PDT, Dave Hyatt
dino: review+
Details | Formatted Diff | Diff
Patch to pass the style queue (43.62 KB, patch)
2013-09-09 12:22 PDT, Dave Hyatt
hyatt: review-
Details | Formatted Diff | Diff
Patch (43.62 KB, patch)
2013-09-09 12:50 PDT, Dave Hyatt
hyatt: review-
Details | Formatted Diff | Diff
Patch (52.52 KB, patch)
2013-09-09 12:51 PDT, Dave Hyatt
dino: review+
webkit-ews: commit-queue-
Details | Formatted Diff | Diff
Patch to account for Antti's patch landing. :) (52.55 KB, patch)
2013-09-09 12:58 PDT, Dave Hyatt
dino: review+
Details | Formatted Diff | Diff
Make release builds work by removing some inlining for now. (53.01 KB, patch)
2013-09-09 13:04 PDT, Dave Hyatt
dino: 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 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.