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

Issue 1963313002: Implement box-shadow for table section and row (Closed)

Created:
4 years, 7 months ago by Xianzhu
Modified:
4 years, 6 months ago
Reviewers:
chrishtr, domenic, wkorman
CC:
blink-reviews, blink-reviews-paint_chromium.org, blink-reviews-platform-graphics_chromium.org, Rik, chromium-reviews, danakj+watch_chromium.org, dshwang, drott+blinkwatch_chromium.org, krit, f(malita), jbroman, Justin Novosad, kinuko+watch, pdr+graphicswatchlist_chromium.org, rwlbuis, Stephen Chennney, 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

Implement box-shadow for table section and row A table section's normal box-shadow is painted before backgrounds of colgroup, col and section are painted behind cells, then inset box-shadow. A table row's normal box-shadow is painted before its background is painted behind cells, then inset box-shadow. BUG=94871 Committed: https://crrev.com/b368f26a7a45be3d5ba7906fca5ae79753b14af3 Cr-Commit-Position: refs/heads/master@{#397041}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Total comments: 5

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : #

Patch Set 9 : Rebase #

Patch Set 10 : #

Patch Set 11 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+164 lines, -8 lines) Patch
A third_party/WebKit/LayoutTests/fast/table/row-box-shadow.html View 1 2 3 4 1 chunk +13 lines, -0 lines 0 comments Download
A + third_party/WebKit/LayoutTests/fast/table/row-box-shadow-expected.png View 1 3 4 Binary file 0 comments Download
A third_party/WebKit/LayoutTests/fast/table/row-box-shadow-expected.txt View 1 2 3 4 1 chunk +16 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/fast/table/section-box-shadow.html View 1 2 1 chunk +19 lines, -0 lines 0 comments Download
A + third_party/WebKit/LayoutTests/fast/table/section-box-shadow-expected.png View 1 2 3 4 5 6 7 8 Binary file 0 comments Download
A third_party/WebKit/LayoutTests/fast/table/section-box-shadow-expected.txt View 1 2 1 chunk +20 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/fast/table/self-painting-row-box-shadow.html View 1 2 1 chunk +13 lines, -0 lines 0 comments Download
A + third_party/WebKit/LayoutTests/fast/table/self-painting-row-box-shadow-expected.png View 1 Binary file 0 comments Download
A third_party/WebKit/LayoutTests/fast/table/self-painting-row-box-shadow-expected.txt View 1 2 1 chunk +19 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/paint/TableRowPainter.h View 1 2 3 4 5 6 7 8 9 2 chunks +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/paint/TableRowPainter.cpp View 1 2 3 4 5 6 7 8 9 3 chunks +26 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/paint/TableSectionPainter.h View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/core/paint/TableSectionPainter.cpp View 1 2 3 4 5 6 7 8 9 10 4 chunks +27 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/paint/DisplayItem.h View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/paint/DisplayItem.cpp View 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 36 (15 generated)
Xianzhu
4 years, 7 months ago (2016-05-11 16:44:26 UTC) #3
Xianzhu
No rush for this CL. As it is a new feature, I expect to land ...
4 years, 7 months ago (2016-05-11 18:35:33 UTC) #4
chrishtr
Some of the code looks like pure refactoring, could you please send as separate CL ...
4 years, 7 months ago (2016-05-14 08:56:14 UTC) #5
chrishtr
A bunch of this CL does indeed look like pure refactoring. Please do that in ...
4 years, 7 months ago (2016-05-14 18:03:47 UTC) #6
Xianzhu
The depended CL (https://codereview.chromium.org/1983853003/) has landed. This CL now contains new code only. Ptal.
4 years, 7 months ago (2016-05-20 22:11:45 UTC) #7
chrishtr
Do all these test results agree with Firefox and Edge? Are there any w3c compatibility ...
4 years, 7 months ago (2016-05-20 22:53:31 UTC) #8
Xianzhu
On 2016/05/20 22:53:31, chrishtr wrote: > Do all these test results agree with Firefox and ...
4 years, 7 months ago (2016-05-20 23:40:19 UTC) #9
chrishtr
On 2016/05/20 at 23:40:19, wangxianzhu wrote: > On 2016/05/20 22:53:31, chrishtr wrote: > > Do ...
4 years, 7 months ago (2016-05-20 23:49:43 UTC) #10
chrishtr
Any update on this CL?
4 years, 6 months ago (2016-05-31 16:49:36 UTC) #11
Xianzhu
On 2016/05/31 16:49:36, chrishtr wrote: > Any update on this CL? The latest patch set ...
4 years, 6 months ago (2016-05-31 17:06:31 UTC) #13
domenic
On 2016/05/31 at 17:06:31, wangxianzhu wrote: > +domenic@ for any advice about w3c tests. CSS ...
4 years, 6 months ago (2016-05-31 17:48:39 UTC) #14
chrishtr
lgtm Xianzhu: I'll put a note for the team to discuss CSSWG tests at the ...
4 years, 6 months ago (2016-05-31 17:58:41 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1963313002/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1963313002/160001
4 years, 6 months ago (2016-05-31 20:30:12 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: android_compile_dbg on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_compile_dbg/builds/74261) chromeos_daisy_chromium_compile_only_ng on tryserver.chromium.linux (JOB_FAILED, ...
4 years, 6 months ago (2016-05-31 20:41:49 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1963313002/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1963313002/160001
4 years, 6 months ago (2016-05-31 21:40:42 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1963313002/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1963313002/180001
4 years, 6 months ago (2016-05-31 21:41:20 UTC) #26
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/236517)
4 years, 6 months ago (2016-05-31 23:39:22 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1963313002/200001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1963313002/200001
4 years, 6 months ago (2016-06-01 00:16:22 UTC) #31
commit-bot: I haz the power
Committed patchset #11 (id:200001)
4 years, 6 months ago (2016-06-01 03:28:36 UTC) #33
commit-bot: I haz the power
Patchset 11 (id:??) landed as https://crrev.com/b368f26a7a45be3d5ba7906fca5ae79753b14af3 Cr-Commit-Position: refs/heads/master@{#397041}
4 years, 6 months ago (2016-06-01 03:31:34 UTC) #35
cbiesinger
4 years, 6 months ago (2016-06-06 22:40:41 UTC) #36
Message was sent while issue was closed.
On 2016/05/31 17:48:39, domenic wrote:
> On 2016/05/31 at 17:06:31, wangxianzhu wrote:
> > +domenic@ for any advice about w3c tests.
> 
> CSS tests are at https://github.com/w3c/csswg-test.
> https://github.com/w3c/csswg-test/tree/master/css-backgrounds-3 has a number
of
> box-shadow tests (most of which are in the root directory, not inside the
> box-shadow directory). I'm not sure about whether/how we import CSS tests;
> +cbiesinger@ would know.

I'm a little late here, but see
https://www.chromium.org/blink/importing-the-w3c-tests for importing tests. We
don't currently import css-backgrounds-3 but that would be pretty easy to do (we
do import other CSS tests such as flexbox et al)

Powered by Google App Engine
This is Rietveld 408576698