RESOLVED FIXED 46750
Rename the MarginInfo members and functions.
https://bugs.webkit.org/show_bug.cgi?id=46750
Summary Rename the MarginInfo members and functions.
Dave Hyatt
Reported 2010-09-28 13:22:19 PDT
Rename the MarginInfo members and functions to be block-flow independent.
Attachments
Patch (20.78 KB, patch)
2010-09-28 13:23 PDT, Dave Hyatt
sam: review+
Dave Hyatt
Comment 1 2010-09-28 13:23:02 PDT
WebKit Review Bot
Comment 2 2010-09-28 13:23:55 PDT
Attachment 69094 [details] did not pass style-queue: Failed to run "['WebKitTools/Scripts/check-webkit-style']" exit_code: 1 WebCore/rendering/RenderBlock.cpp:95: Tests for true/false, null/non-null, and zero/non-zero should all be done without equality comparisons. [readability/comparison_to_zero] [5] WebCore/rendering/RenderBlock.cpp:101: Boolean expressions that span multiple lines should have their operators on the left side of the line instead of the right side. [whitespace/operators] [4] WebCore/rendering/RenderBlock.cpp:101: Tests for true/false, null/non-null, and zero/non-zero should all be done without equality comparisons. [readability/comparison_to_zero] [5] WebCore/rendering/RenderBlock.cpp:102: Tests for true/false, null/non-null, and zero/non-zero should all be done without equality comparisons. [readability/comparison_to_zero] [5] WebCore/rendering/RenderBlock.cpp:1500: Tests for true/false, null/non-null, and zero/non-zero should all be done without equality comparisons. [readability/comparison_to_zero] [5] WebCore/rendering/RenderBlock.cpp:1539: Boolean expressions that span multiple lines should have their operators on the left side of the line instead of the right side. [whitespace/operators] [4] WebCore/rendering/RenderBlock.cpp:1539: An else should appear on the same line as the preceding } [whitespace/newline] [4] WebCore/rendering/RenderBlock.cpp:1708: Tests for true/false, null/non-null, and zero/non-zero should all be done without equality comparisons. [readability/comparison_to_zero] [5] Total errors found: 8 in 3 files If any of these errors are false positives, please file a bug against check-webkit-style.
Dave Hyatt
Comment 3 2010-09-28 13:28:31 PDT
Landed in r68556.
Note You need to log in before you can comment on or make changes to this bug.