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

Issue 18496005: Dirty line boxes when moving list marker from another block. (Closed)

Created:
7 years, 5 months ago by leviw_travelin_and_unemployed
Modified:
7 years, 5 months ago
CC:
blink-reviews, dglazkov+blink, eae+blinkwatch, leviw+renderwatch, jchaffraix+rendering
Visibility:
Public.

Description

Dirty line boxes when moving list marker from another block. RenderListItem::updateMarkerLocation can move a list marker from one block to another, but it simply called remove without dirtying the line boxes it may have been in. When the marker is being moved to another block, specifically call dirtyLinesFromChangedChild to avoid this. BUG=246205 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=153532

Patch Set 1 #

Total comments: 1

Patch Set 2 : Renaming markerPar #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -6 lines) Patch
A LayoutTests/fast/lists/list-inside-columns-crash.html View 1 chunk +21 lines, -0 lines 0 comments Download
A + LayoutTests/fast/lists/list-inside-columns-crash-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
M Source/core/rendering/RenderListItem.cpp View 1 1 chunk +9 lines, -7 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
leviw_travelin_and_unemployed
7 years, 5 months ago (2013-07-03 18:16:58 UTC) #1
eae
LGTM with nit. https://codereview.chromium.org/18496005/diff/1/Source/core/rendering/RenderListItem.cpp File Source/core/rendering/RenderListItem.cpp (right): https://codereview.chromium.org/18496005/diff/1/Source/core/rendering/RenderListItem.cpp#newcode271 Source/core/rendering/RenderListItem.cpp:271: RenderObject* markerPar = m_marker->parent(); Could you ...
7 years, 5 months ago (2013-07-03 18:18:46 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/leviw@chromium.org/18496005/5001
7 years, 5 months ago (2013-07-03 18:31:15 UTC) #3
commit-bot: I haz the power
7 years, 5 months ago (2013-07-03 22:18:58 UTC) #4
Message was sent while issue was closed.
Change committed as 153532

Powered by Google App Engine
This is Rietveld 408576698