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

Issue 2550343002: Move border-collapse to be generated in ComputedStyleBase (Closed)

Created:
4 years ago by napper
Modified:
4 years ago
CC:
darktears, apavlov+blink_chromium.org, blink-reviews, blink-reviews-css, blink-reviews-style_chromium.org, chromium-reviews, dglazkov+blink, rwlbuis
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Move border-collapse to be generated in ComputedStyleBase Move the inherited property caption-side and its enum, EBorderCollapse, to be generated in ComputedStyleBase. Also removed the explicit value setters for EBorderCollapse and the one callsite where this was used (implicit int conversion is not allowed for enum classes anyway). BUG=628043 Committed: https://crrev.com/d6b2bca0a7e2347eebb2749d8723c10efb9b6778 Cr-Commit-Position: refs/heads/master@{#436523}

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -21 lines) Patch
M third_party/WebKit/Source/core/css/CSSProperties.in View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/style/ComputedStyle.h View 4 chunks +0 lines, -15 lines 0 comments Download
M third_party/WebKit/Source/core/style/ComputedStyle.cpp View 2 chunks +2 lines, -3 lines 1 comment Download
M third_party/WebKit/Source/core/style/ComputedStyleConstants.h View 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 16 (10 generated)
napper
4 years ago (2016-12-06 03:06:49 UTC) #5
sashab
I'm surprised this doesn't fail the ASSERT_SIZE check that my patch was failing :) Sending ...
4 years ago (2016-12-06 03:08:04 UTC) #7
alancutter (OOO until 2018)
lgtm https://codereview.chromium.org/2550343002/diff/1/third_party/WebKit/Source/core/style/ComputedStyle.cpp File third_party/WebKit/Source/core/style/ComputedStyle.cpp (right): https://codereview.chromium.org/2550343002/diff/1/third_party/WebKit/Source/core/style/ComputedStyle.cpp#newcode854 third_party/WebKit/Source/core/style/ComputedStyle.cpp:854: if ((borderCollapse() == EBorderCollapse::Collapse) && Pleased to see ...
4 years ago (2016-12-06 03:50:30 UTC) #8
sashab
Please add to the CL description something like: Also removed the explicit value setters for ...
4 years ago (2016-12-06 03:52:15 UTC) #9
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/2550343002/1
4 years ago (2016-12-06 04:05:14 UTC) #13
commit-bot: I haz the power
4 years ago (2016-12-06 04:34:45 UTC) #16
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/d6b2bca0a7e2347eebb2749d8723c10efb9b6778
Cr-Commit-Position: refs/heads/master@{#436523}

Powered by Google App Engine
This is Rietveld 408576698