Chromium Code Reviews
Help | Chromium Project | Gerrit Changes | Sign in
(30)

Issue 1168643006: Let cull rect of collapsed border contain all painted area (Closed)

Created:
4 years, 11 months ago by Xianzhu
Modified:
4 years, 11 months ago
Reviewers:
chrishtr, pdr.
CC:
blink-reviews, blink-reviews-paint_chromium.org, dshwang, slimming-paint-reviews_chromium.org
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Let cull rect of collapsed border contain all painted area BUG=496823 TEST=run-webkit-tests --additional-driver-flags=SlimmingPaintStrictCullRectClipping fast/table/border-collapsing Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=196588

Patch Set 1 #

Total comments: 5
Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -18 lines) Patch
M Source/core/paint/TableCellPainter.cpp View 2 chunks +10 lines, -18 lines 5 comments Download

Messages

Total messages: 14 (4 generated)
Xianzhu
4 years, 11 months ago (2015-06-04 21:29:37 UTC) #2
chrishtr
https://codereview.chromium.org/1168643006/diff/1/Source/core/paint/TableCellPainter.cpp File Source/core/paint/TableCellPainter.cpp (left): https://codereview.chromium.org/1168643006/diff/1/Source/core/paint/TableCellPainter.cpp#oldcode80 Source/core/paint/TableCellPainter.cpp:80: if (drawingCullRect.y() >= paintInfo.rect.maxY()) You're removing a non-SP culling ...
4 years, 11 months ago (2015-06-04 22:21:06 UTC) #3
Xianzhu
https://codereview.chromium.org/1168643006/diff/1/Source/core/paint/TableCellPainter.cpp File Source/core/paint/TableCellPainter.cpp (left): https://codereview.chromium.org/1168643006/diff/1/Source/core/paint/TableCellPainter.cpp#oldcode80 Source/core/paint/TableCellPainter.cpp:80: if (drawingCullRect.y() >= paintInfo.rect.maxY()) On 2015/06/04 22:21:06, chrishtr wrote: ...
4 years, 11 months ago (2015-06-05 00:02:14 UTC) #4
chrishtr
https://codereview.chromium.org/1168643006/diff/1/Source/core/paint/TableCellPainter.cpp File Source/core/paint/TableCellPainter.cpp (right): https://codereview.chromium.org/1168643006/diff/1/Source/core/paint/TableCellPainter.cpp#newcode99 Source/core/paint/TableCellPainter.cpp:99: LayoutRect paintRect = paintBounds(paintOffset, AddOffsetFromParent); This is not used? ...
4 years, 11 months ago (2015-06-05 00:31:07 UTC) #5
Xianzhu
https://codereview.chromium.org/1168643006/diff/1/Source/core/paint/TableCellPainter.cpp File Source/core/paint/TableCellPainter.cpp (right): https://codereview.chromium.org/1168643006/diff/1/Source/core/paint/TableCellPainter.cpp#newcode99 Source/core/paint/TableCellPainter.cpp:99: LayoutRect paintRect = paintBounds(paintOffset, AddOffsetFromParent); On 2015/06/05 00:31:06, chrishtr ...
4 years, 11 months ago (2015-06-05 00:40:58 UTC) #6
chrishtr
lgtm https://codereview.chromium.org/1168643006/diff/1/Source/core/paint/TableCellPainter.cpp File Source/core/paint/TableCellPainter.cpp (right): https://codereview.chromium.org/1168643006/diff/1/Source/core/paint/TableCellPainter.cpp#newcode99 Source/core/paint/TableCellPainter.cpp:99: LayoutRect paintRect = paintBounds(paintOffset, AddOffsetFromParent); On 2015/06/05 at ...
4 years, 11 months ago (2015-06-05 04:55:28 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1168643006/1
4 years, 11 months ago (2015-06-05 04:55:37 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: win_blink_rel on tryserver.blink (JOB_FAILED, http://build.chromium.org/p/tryserver.blink/builders/win_blink_rel/builds/65420)
4 years, 11 months ago (2015-06-05 08:29:00 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1168643006/1
4 years, 11 months ago (2015-06-05 15:53:02 UTC) #13
commit-bot: I haz the power
4 years, 11 months ago (2015-06-05 17:18:56 UTC) #14
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://src.chromium.org/viewvc/blink?view=rev&revision=196588

Powered by Google App Engine
This is Rietveld 408576698