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

Issue 1983853003: Refactor background painting behind table cells (Closed)

Created:
4 years, 7 months ago by Xianzhu
Modified:
4 years, 7 months ago
Reviewers:
chrishtr
CC:
blink-reviews, blink-reviews-paint_chromium.org, chromium-reviews, dshwang, slimming-paint-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Refactor background painting behind table cells This is a preparation for adding box-shadow support for table rows and sections. Also improve performance by moving some common conditions out of inner loops. BUG=94871 Committed: https://crrev.com/9491e3bf40943622ff32cf0eda416dd6232b563f Cr-Commit-Position: refs/heads/master@{#394280}

Patch Set 1 #

Patch Set 2 : #

Total comments: 7
Unified diffs Side-by-side diffs Delta from patch set Stats (+164 lines, -127 lines) Patch
M third_party/WebKit/Source/core/paint/BoxPainter.h View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/paint/BoxPainter.cpp View 1 chunk +2 lines, -3 lines 1 comment Download
M third_party/WebKit/Source/core/paint/TableCellPainter.h View 1 chunk +4 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/paint/TableCellPainter.cpp View 4 chunks +22 lines, -31 lines 1 comment Download
M third_party/WebKit/Source/core/paint/TableRowPainter.h View 2 chunks +3 lines, -1 line 1 comment Download
M third_party/WebKit/Source/core/paint/TableRowPainter.cpp View 2 chunks +26 lines, -14 lines 0 comments Download
M third_party/WebKit/Source/core/paint/TableSectionPainter.h View 1 2 chunks +11 lines, -1 line 1 comment Download
M third_party/WebKit/Source/core/paint/TableSectionPainter.cpp View 1 4 chunks +94 lines, -69 lines 3 comments Download

Dependent Patchsets:

Messages

Total messages: 10 (3 generated)
Xianzhu
This is separated from https://codereview.chromium.org/1963313002/. Ptal. https://codereview.chromium.org/1983853003/diff/20001/third_party/WebKit/Source/core/paint/BoxPainter.cpp File third_party/WebKit/Source/core/paint/BoxPainter.cpp (left): https://codereview.chromium.org/1983853003/diff/20001/third_party/WebKit/Source/core/paint/BoxPainter.cpp#oldcode56 third_party/WebKit/Source/core/paint/BoxPainter.cpp:56: // Use the ...
4 years, 7 months ago (2016-05-16 21:47:53 UTC) #2
chrishtr
https://codereview.chromium.org/1983853003/diff/20001/third_party/WebKit/Source/core/paint/TableSectionPainter.cpp File third_party/WebKit/Source/core/paint/TableSectionPainter.cpp (left): https://codereview.chromium.org/1983853003/diff/20001/third_party/WebKit/Source/core/paint/TableSectionPainter.cpp#oldcode182 third_party/WebKit/Source/core/paint/TableSectionPainter.cpp:182: return; On 2016/05/16 at 21:47:53, Xianzhu wrote: > On ...
4 years, 7 months ago (2016-05-17 21:22:19 UTC) #3
Xianzhu
https://codereview.chromium.org/1983853003/diff/20001/third_party/WebKit/Source/core/paint/TableSectionPainter.cpp File third_party/WebKit/Source/core/paint/TableSectionPainter.cpp (left): https://codereview.chromium.org/1983853003/diff/20001/third_party/WebKit/Source/core/paint/TableSectionPainter.cpp#oldcode182 third_party/WebKit/Source/core/paint/TableSectionPainter.cpp:182: return; On 2016/05/17 21:22:19, chrishtr wrote: > On 2016/05/16 ...
4 years, 7 months ago (2016-05-17 21:49:57 UTC) #4
chrishtr
lgtm
4 years, 7 months ago (2016-05-17 21:54:04 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1983853003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1983853003/20001
4 years, 7 months ago (2016-05-17 21:56:31 UTC) #7
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 7 months ago (2016-05-18 00:17:51 UTC) #8
commit-bot: I haz the power
4 years, 7 months ago (2016-05-18 00:19:28 UTC) #10
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/9491e3bf40943622ff32cf0eda416dd6232b563f
Cr-Commit-Position: refs/heads/master@{#394280}

Powered by Google App Engine
This is Rietveld 408576698