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

Issue 721363002: [New Multicolumn] Make rounded corners clipping multicol-aware. (Closed)

Created:
6 years, 1 month ago by mstensho (USE GERRIT)
Modified:
6 years, 1 month ago
Reviewers:
chrishtr
CC:
blink-reviews, blink-reviews-paint_chromium.org, slimming-paint-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

[New Multicolumn] Make rounded corners clipping multicol-aware. R=chrishtr@chromium.org Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=185399

Patch Set 1 #

Total comments: 2

Patch Set 2 : code review #

Total comments: 4

Patch Set 3 : Comment. #

Total comments: 2

Patch Set 4 : rebase master #

Unified diffs Side-by-side diffs Delta from patch set Stats (+102 lines, -9 lines) Patch
A LayoutTests/fast/multicol/border-radius-clipped-layer.html View 1 chunk +17 lines, -0 lines 0 comments Download
A LayoutTests/fast/multicol/border-radius-clipped-layer-expected.html View 1 chunk +44 lines, -0 lines 0 comments Download
A LayoutTests/fast/multicol/border-radius-clipped-layer-second-column.html View 1 chunk +14 lines, -0 lines 0 comments Download
A LayoutTests/fast/multicol/border-radius-clipped-layer-second-column-expected.html View 1 chunk +11 lines, -0 lines 0 comments Download
M Source/core/paint/FilterPainter.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M Source/core/paint/LayerPainter.h View 1 2 3 1 chunk +9 lines, -1 line 0 comments Download
M Source/core/paint/LayerPainter.cpp View 1 2 3 6 chunks +6 lines, -7 lines 0 comments Download

Messages

Total messages: 15 (3 generated)
mstensho (USE GERRIT)
6 years, 1 month ago (2014-11-13 19:43:51 UTC) #1
chrishtr
https://codereview.chromium.org/721363002/diff/1/Source/core/paint/LayerPainter.h File Source/core/paint/LayerPainter.h (right): https://codereview.chromium.org/721363002/diff/1/Source/core/paint/LayerPainter.h#newcode33 Source/core/paint/LayerPainter.h:33: static void applyRoundedRectClips(RenderLayer&, const LayerPaintingInfo&, GraphicsContext*, const LayoutPoint& paginationOffset, ...
6 years, 1 month ago (2014-11-13 23:07:39 UTC) #2
mstensho (USE GERRIT)
https://codereview.chromium.org/721363002/diff/1/Source/core/paint/LayerPainter.h File Source/core/paint/LayerPainter.h (right): https://codereview.chromium.org/721363002/diff/1/Source/core/paint/LayerPainter.h#newcode33 Source/core/paint/LayerPainter.h:33: static void applyRoundedRectClips(RenderLayer&, const LayerPaintingInfo&, GraphicsContext*, const LayoutPoint& paginationOffset, ...
6 years, 1 month ago (2014-11-14 08:18:48 UTC) #3
chrishtr
https://codereview.chromium.org/721363002/diff/20001/LayoutTests/fast/multicol/border-radius-clipped-layer-expected.html File LayoutTests/fast/multicol/border-radius-clipped-layer-expected.html (right): https://codereview.chromium.org/721363002/diff/20001/LayoutTests/fast/multicol/border-radius-clipped-layer-expected.html#newcode8 LayoutTests/fast/multicol/border-radius-clipped-layer-expected.html:8: first column<br> Can you avoid the br tag? https://codereview.chromium.org/721363002/diff/20001/Source/core/paint/LayerPainter.h ...
6 years, 1 month ago (2014-11-14 20:18:21 UTC) #4
mstensho (USE GERRIT)
https://codereview.chromium.org/721363002/diff/20001/LayoutTests/fast/multicol/border-radius-clipped-layer-expected.html File LayoutTests/fast/multicol/border-radius-clipped-layer-expected.html (right): https://codereview.chromium.org/721363002/diff/20001/LayoutTests/fast/multicol/border-radius-clipped-layer-expected.html#newcode8 LayoutTests/fast/multicol/border-radius-clipped-layer-expected.html:8: first column<br> On 2014/11/14 20:18:21, chrishtr wrote: > Can ...
6 years, 1 month ago (2014-11-14 23:16:20 UTC) #5
chrishtr
https://codereview.chromium.org/721363002/diff/40001/Source/core/paint/LayerPainter.h File Source/core/paint/LayerPainter.h (right): https://codereview.chromium.org/721363002/diff/40001/Source/core/paint/LayerPainter.h#newcode34 Source/core/paint/LayerPainter.h:34: // Set rounded clip rectangles defined by border radii ...
6 years, 1 month ago (2014-11-14 23:22:26 UTC) #6
chrishtr
lgtm
6 years, 1 month ago (2014-11-14 23:22:29 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/721363002/40001
6 years, 1 month ago (2014-11-14 23:23:49 UTC) #9
commit-bot: I haz the power
Failed to apply patch for Source/core/paint/LayerPainter.h: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 1 month ago (2014-11-14 23:24:03 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/721363002/60001
6 years, 1 month ago (2014-11-14 23:30:43 UTC) #13
mstensho (USE GERRIT)
https://codereview.chromium.org/721363002/diff/40001/Source/core/paint/LayerPainter.h File Source/core/paint/LayerPainter.h (right): https://codereview.chromium.org/721363002/diff/40001/Source/core/paint/LayerPainter.h#newcode34 Source/core/paint/LayerPainter.h:34: // Set rounded clip rectangles defined by border radii ...
6 years, 1 month ago (2014-11-14 23:36:58 UTC) #14
commit-bot: I haz the power
6 years, 1 month ago (2014-11-15 00:42:26 UTC) #15
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as 185399

Powered by Google App Engine
This is Rietveld 408576698