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

Issue 2553793003: Establish a list marker's offset before floats have been added to its line (Closed)

Created:
4 years ago by rhogan
Modified:
4 years ago
Reviewers:
eae
CC:
blink-reviews, blink-reviews-layout_chromium.org, chromium-reviews, eae+blinkwatch, jchaffraix+rendering, leviw+renderwatch, pdr+renderingwatchlist_chromium.org, szager+layoutwatch_chromium.org, zoltan1
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Establish a list marker's offset before floats have been added to its line Computing the offset for a list marker after the rest of the objects on the line it is on have been laid out means it will avoid floats it ought not to. Instead, compute the offset when laying out the marker and cache it for use later. BUG=548616 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Committed: https://crrev.com/c896e79e5ba348d7ed87438cd3a19d0176f3036d Cr-Commit-Position: refs/heads/master@{#437798}

Patch Set 1 #

Patch Set 2 : bug 548616 #

Total comments: 1

Patch Set 3 : bug 548616 #

Patch Set 4 : bug 669690 #

Patch Set 5 : bug 548616 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+126 lines, -9 lines) Patch
M third_party/WebKit/LayoutTests/TestExpectations View 1 2 3 4 1 chunk +5 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/fast/lists/list-marker-before-float.html View 1 4 1 chunk +8 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/fast/lists/list-marker-before-float-nested.html View 1 4 1 chunk +14 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/fast/lists/list-marker-before-float-nested-rtl.html View 1 4 1 chunk +14 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/fast/lists/list-marker-before-float-rtl.html View 1 4 1 chunk +8 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/platform/linux/fast/lists/list-marker-before-float-expected.png View 1 4 Binary file 0 comments Download
A third_party/WebKit/LayoutTests/platform/linux/fast/lists/list-marker-before-float-expected.txt View 1 4 1 chunk +12 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/platform/linux/fast/lists/list-marker-before-float-nested-expected.png View 1 4 Binary file 0 comments Download
A third_party/WebKit/LayoutTests/platform/linux/fast/lists/list-marker-before-float-nested-expected.txt View 1 4 1 chunk +18 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/platform/linux/fast/lists/list-marker-before-float-nested-rtl-expected.png View 1 4 Binary file 0 comments Download
A third_party/WebKit/LayoutTests/platform/linux/fast/lists/list-marker-before-float-nested-rtl-expected.txt View 1 4 1 chunk +18 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/platform/linux/fast/lists/list-marker-before-float-rtl-expected.png View 1 4 Binary file 0 comments Download
A third_party/WebKit/LayoutTests/platform/linux/fast/lists/list-marker-before-float-rtl-expected.txt View 1 4 1 chunk +12 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutListItem.cpp View 1 4 2 chunks +2 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutListMarker.h View 1 4 2 chunks +3 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutListMarker.cpp View 1 2 4 2 chunks +12 lines, -1 line 0 comments Download

Messages

Total messages: 37 (30 generated)
rhogan
4 years ago (2016-12-07 20:17:26 UTC) #11
eae
LGTM w/suggestion https://codereview.chromium.org/2553793003/diff/20001/third_party/WebKit/Source/core/layout/LayoutListMarker.cpp File third_party/WebKit/Source/core/layout/LayoutListMarker.cpp (right): https://codereview.chromium.org/2553793003/diff/20001/third_party/WebKit/Source/core/layout/LayoutListMarker.cpp#newcode143 third_party/WebKit/Source/core/layout/LayoutListMarker.cpp:143: for (LayoutBox* o = parentBox(); o != ...
4 years ago (2016-12-07 21:30:45 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2553793003/40001
4 years ago (2016-12-10 14:21:23 UTC) #20
commit-bot: I haz the power
Failed to apply patch for third_party/WebKit/LayoutTests/TestExpectations: While running git apply --index -p1; error: patch failed: ...
4 years ago (2016-12-10 15:56:55 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2553793003/80001
4 years ago (2016-12-11 17:26:54 UTC) #32
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years ago (2016-12-11 19:04:45 UTC) #35
commit-bot: I haz the power
4 years ago (2016-12-12 15:09:55 UTC) #37
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/c896e79e5ba348d7ed87438cd3a19d0176f3036d
Cr-Commit-Position: refs/heads/master@{#437798}

Powered by Google App Engine
This is Rietveld 408576698