Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(195)

Issue 748943002: remove childrenInline & setChildrenInline (Closed)

Created:
6 years, 1 month ago by rafaelw
Modified:
6 years, 1 month ago
Reviewers:
ojan
CC:
ojan, abarth-chromium, esprehn, mojo-reviews_chromium.org
Base URL:
https://github.com/domokit/mojo.git@master
Project:
mojo
Visibility:
Public.

Description

setChildrenInline wasn't doing anything and childrenInlien always deferred to isRenderParagraph. Also, add a test from the original webkit patch that called setChildrenInline in layoutBlock R=ojan@chromium.org Committed: https://chromium.googlesource.com/external/mojo/+/04fb12047dee4d7cdf5b06c87693e80ad0be4287

Patch Set 1 #

Patch Set 2 : wee #

Patch Set 3 : moar #

Total comments: 5

Patch Set 4 : ok #

Patch Set 5 : cr comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+62 lines, -53 lines) Patch
M sky/engine/core/dom/Text.cpp View 1 chunk +1 line, -1 line 0 comments Download
M sky/engine/core/rendering/RenderBlock.cpp View 1 2 3 4 17 chunks +18 lines, -18 lines 0 comments Download
M sky/engine/core/rendering/RenderBlockFlow.cpp View 1 chunk +1 line, -3 lines 0 comments Download
M sky/engine/core/rendering/RenderFlexibleBox.cpp View 1 chunk +1 line, -1 line 0 comments Download
M sky/engine/core/rendering/RenderInline.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M sky/engine/core/rendering/RenderObject.h View 1 2 3 4 4 chunks +0 lines, -13 lines 0 comments Download
M sky/engine/core/rendering/RenderObject.cpp View 1 2 3 4 4 chunks +8 lines, -15 lines 0 comments Download
M sky/engine/core/rendering/RenderParagraph.cpp View 1 chunk +0 lines, -1 line 0 comments Download
A sky/tests/editing/delete_block_contents.sky View 1 2 3 4 1 chunk +28 lines, -0 lines 0 comments Download
A sky/tests/editing/delete_block_contents-expected.txt View 1 2 3 4 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (1 generated)
ojan
lgtm https://codereview.chromium.org/748943002/diff/40001/sky/engine/core/rendering/RenderBlock.cpp File sky/engine/core/rendering/RenderBlock.cpp (right): https://codereview.chromium.org/748943002/diff/40001/sky/engine/core/rendering/RenderBlock.cpp#newcode1890 sky/engine/core/rendering/RenderBlock.cpp:1890: if (block->isRenderBlockFlow() && block->isRenderParagraph()) { Nit: this is ...
6 years, 1 month ago (2014-11-21 22:55:10 UTC) #2
rafaelw
all done https://codereview.chromium.org/748943002/diff/40001/sky/engine/core/rendering/RenderBlock.cpp File sky/engine/core/rendering/RenderBlock.cpp (right): https://codereview.chromium.org/748943002/diff/40001/sky/engine/core/rendering/RenderBlock.cpp#newcode1890 sky/engine/core/rendering/RenderBlock.cpp:1890: if (block->isRenderBlockFlow() && block->isRenderParagraph()) { On 2014/11/21 ...
6 years, 1 month ago (2014-11-21 23:13:54 UTC) #3
rafaelw
6 years, 1 month ago (2014-11-21 23:17:09 UTC) #4
Message was sent while issue was closed.
Committed patchset #5 (id:80001) manually as
04fb12047dee4d7cdf5b06c87693e80ad0be4287.

Powered by Google App Engine
This is Rietveld 408576698