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

Issue 19290002: Move runin to original position when sibling element is destroyed. Additionally, if If moveRunInUnd… (Closed)

Created:
7 years, 5 months ago by igoroliveira
Modified:
7 years, 5 months ago
CC:
blink-reviews, dglazkov+blink, eae+blinkwatch, leviw+renderwatch, jchaffraix+rendering, eseidel, esprehn
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Move runin to original position when sibling element is destroyed. Additionally, if If moveRunInUnderSiblingBlockIfNeeded is called when the sibling run-in block is being destroyed, it means that the run-in is moving to original position and we do not need to do nothing. R= BUG=260388 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=154557 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=154884

Patch Set 1 #

Total comments: 1

Patch Set 2 : Updated patch #

Total comments: 2

Patch Set 3 : Proposed patch #

Patch Set 4 : Updated patch #

Patch Set 5 : Rebased patch #

Total comments: 3

Patch Set 6 : Proposed patch #

Patch Set 7 : fix typo in the test #

Total comments: 1

Patch Set 8 : Patch for landing #

Unified diffs Side-by-side diffs Delta from patch set Stats (+97 lines, -0 lines) Patch
A LayoutTests/fast/runin/run-in-sibling-inline-block.html View 1 2 3 4 5 6 7 1 chunk +26 lines, -0 lines 0 comments Download
A LayoutTests/fast/runin/run-in-sibling-inline-block-expected.txt View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
A LayoutTests/fast/runin/runin-remove-child-simple.html View 1 2 1 chunk +22 lines, -0 lines 0 comments Download
A LayoutTests/fast/runin/runin-remove-child-simple-expected.txt View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
A LayoutTests/fast/runin/runin-sibling-inline.html View 1 2 1 chunk +23 lines, -0 lines 0 comments Download
A LayoutTests/fast/runin/runin-sibling-inline-expected.txt View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M Source/core/rendering/RenderBlock.cpp View 1 2 3 4 2 chunks +13 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
Julien - ping for review
The code change is fine. https://codereview.chromium.org/19290002/diff/1/LayoutTests/fast/runin/runin-remove-child-simple-expected.txt File LayoutTests/fast/runin/runin-remove-child-simple-expected.txt (right): https://codereview.chromium.org/19290002/diff/1/LayoutTests/fast/runin/runin-remove-child-simple-expected.txt#newcode1 LayoutTests/fast/runin/runin-remove-child-simple-expected.txt:1: This should The output ...
7 years, 5 months ago (2013-07-17 00:04:18 UTC) #1
igoroliveira
On 2013/07/17 00:04:18, Julien Chaffraix wrote: > The code change is fine. > > https://codereview.chromium.org/19290002/diff/1/LayoutTests/fast/runin/runin-remove-child-simple-expected.txt ...
7 years, 5 months ago (2013-07-17 00:38:12 UTC) #2
Julien - ping for review
lgtm but let's have tests with CLEAR descriptions and outcomes. https://codereview.chromium.org/19290002/diff/6001/LayoutTests/fast/runin/runin-remove-child-simple.html File LayoutTests/fast/runin/runin-remove-child-simple.html (right): https://codereview.chromium.org/19290002/diff/6001/LayoutTests/fast/runin/runin-remove-child-simple.html#newcode8 ...
7 years, 5 months ago (2013-07-17 17:28:23 UTC) #3
igoroliveira
Ok, i was being lazy :). Updated layout tests again. On 2013/07/17 17:28:23, Julien Chaffraix ...
7 years, 5 months ago (2013-07-18 20:45:42 UTC) #4
Julien - ping for review
lgtm Thanks for make some good test cases.
7 years, 5 months ago (2013-07-19 00:11:49 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/igor.o@sisa.samsung.com/19290002/12001
7 years, 5 months ago (2013-07-19 00:11:56 UTC) #6
commit-bot: I haz the power
Change committed as 154557
7 years, 5 months ago (2013-07-19 03:35:29 UTC) #7
igoroliveira
reopening since it was reverted. On 2013/07/19 03:35:29, I haz the power (commit-bot) wrote: > ...
7 years, 5 months ago (2013-07-23 18:50:41 UTC) #8
Julien - ping for review
lgtm https://codereview.chromium.org/19290002/diff/32001/LayoutTests/fast/runin/run-in-sibling-inline-block.html File LayoutTests/fast/runin/run-in-sibling-inline-block.html (right): https://codereview.chromium.org/19290002/diff/32001/LayoutTests/fast/runin/run-in-sibling-inline-block.html#newcode1 LayoutTests/fast/runin/run-in-sibling-inline-block.html:1: <style> The test is missing a DOCTYPE (or ...
7 years, 5 months ago (2013-07-23 21:40:12 UTC) #9
igoroliveira
On 2013/07/23 21:40:12, Julien Chaffraix wrote: > lgtm > > https://codereview.chromium.org/19290002/diff/32001/LayoutTests/fast/runin/run-in-sibling-inline-block.html > File LayoutTests/fast/runin/run-in-sibling-inline-block.html (right): ...
7 years, 5 months ago (2013-07-23 22:30:25 UTC) #10
Julien - ping for review
lgtm https://codereview.chromium.org/19290002/diff/42001/LayoutTests/fast/runin/run-in-sibling-inline-block.html File LayoutTests/fast/runin/run-in-sibling-inline-block.html (right): https://codereview.chromium.org/19290002/diff/42001/LayoutTests/fast/runin/run-in-sibling-inline-block.html#newcode1 LayoutTests/fast/runin/run-in-sibling-inline-block.html:1: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> Let's ...
7 years, 5 months ago (2013-07-24 23:47:39 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/igor.o@sisa.samsung.com/19290002/49001
7 years, 5 months ago (2013-07-25 00:02:42 UTC) #12
commit-bot: I haz the power
7 years, 5 months ago (2013-07-25 02:24:55 UTC) #13
Message was sent while issue was closed.
Change committed as 154884

Powered by Google App Engine
This is Rietveld 408576698