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

Issue 2669433002: Moved table-layout property to be generated in ComputedStyleBase. (Closed)

Created:
3 years, 10 months ago by shend
Modified:
3 years, 10 months ago
Reviewers:
sashab, Bugs Nash
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

Moved table-layout property to be generated in ComputedStyleBase. Move the property table-layout and its enum, ETableLayout, to be generated in ComputedStyleBase. Also moved getter / setter / initial value methods to be generated in ComputedStyleBase. BUG=628043 Review-Url: https://codereview.chromium.org/2669433002 Cr-Commit-Position: refs/heads/master@{#447937} Committed: https://chromium.googlesource.com/chromium/src/+/14a1ac0a3d3be32ac70c9cf16b8f9405355e5d79

Patch Set 1 #

Total comments: 2

Patch Set 2 : Rebase #

Total comments: 1

Patch Set 3 : Rebase correctly #

Total comments: 2

Patch Set 4 : Address comments on comments #

Total comments: 2

Patch Set 5 : Fix comments #

Patch Set 6 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -18 lines) Patch
M third_party/WebKit/Source/core/css/CSSProperties.json5 View 1 2 3 4 5 1 chunk +8 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/style/ComputedStyle.h View 1 2 3 4 5 6 chunks +3 lines, -12 lines 0 comments Download
M third_party/WebKit/Source/core/style/ComputedStyle.cpp View 1 2 3 4 2 chunks +1 line, -3 lines 0 comments Download
M third_party/WebKit/Source/core/style/ComputedStyleConstants.h View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 42 (21 generated)
shend
Hey Bugs, PTAL :)
3 years, 10 months ago (2017-01-31 04:30:01 UTC) #2
Bugs Nash
On 2017/01/31 at 04:30:01, shend wrote: > Hey Bugs, PTAL :) Deleting more code that ...
3 years, 10 months ago (2017-01-31 19:49:28 UTC) #3
Bugs Nash
https://codereview.chromium.org/2669433002/diff/1/third_party/WebKit/Source/core/style/ComputedStyle.h File third_party/WebKit/Source/core/style/ComputedStyle.h (left): https://codereview.chromium.org/2669433002/diff/1/third_party/WebKit/Source/core/style/ComputedStyle.h#oldcode230 third_party/WebKit/Source/core/style/ComputedStyle.h:230: m_tableLayout == other.m_tableLayout && could we add some comment ...
3 years, 10 months ago (2017-01-31 19:49:47 UTC) #4
shend
Thanks Bugs, PTAL again. https://codereview.chromium.org/2669433002/diff/1/third_party/WebKit/Source/core/style/ComputedStyle.h File third_party/WebKit/Source/core/style/ComputedStyle.h (left): https://codereview.chromium.org/2669433002/diff/1/third_party/WebKit/Source/core/style/ComputedStyle.h#oldcode230 third_party/WebKit/Source/core/style/ComputedStyle.h:230: m_tableLayout == other.m_tableLayout && On ...
3 years, 10 months ago (2017-01-31 22:03:39 UTC) #5
Bugs Nash
https://codereview.chromium.org/2669433002/diff/20001/third_party/WebKit/Source/core/style/ComputedStyle.h File third_party/WebKit/Source/core/style/ComputedStyle.h (right): https://codereview.chromium.org/2669433002/diff/20001/third_party/WebKit/Source/core/style/ComputedStyle.h#newcode232 third_party/WebKit/Source/core/style/ComputedStyle.h:232: m_tableLayout == other.m_tableLayout && looks like you lost some ...
3 years, 10 months ago (2017-01-31 22:13:54 UTC) #8
shend
On 2017/01/31 at 22:13:54, bugsnash wrote: > https://codereview.chromium.org/2669433002/diff/20001/third_party/WebKit/Source/core/style/ComputedStyle.h > File third_party/WebKit/Source/core/style/ComputedStyle.h (right): > > https://codereview.chromium.org/2669433002/diff/20001/third_party/WebKit/Source/core/style/ComputedStyle.h#newcode232 ...
3 years, 10 months ago (2017-01-31 22:41:42 UTC) #11
shend
Take two :P PTAL
3 years, 10 months ago (2017-01-31 23:20:31 UTC) #12
Bugs Nash
lgtm with suggestions for extra places to add comments https://codereview.chromium.org/2669433002/diff/40001/third_party/WebKit/Source/core/style/ComputedStyle.h File third_party/WebKit/Source/core/style/ComputedStyle.h (right): https://codereview.chromium.org/2669433002/diff/40001/third_party/WebKit/Source/core/style/ComputedStyle.h#newcode299 third_party/WebKit/Source/core/style/ComputedStyle.h:299: ...
3 years, 10 months ago (2017-02-01 00:13:02 UTC) #13
shend
On 2017/02/01 at 00:13:02, bugsnash wrote: > lgtm with suggestions for extra places to add ...
3 years, 10 months ago (2017-02-01 00:17:58 UTC) #14
shend
Hey Sasha PTAL
3 years, 10 months ago (2017-02-01 02:00:20 UTC) #17
shend
Hey Sasha PTAL
3 years, 10 months ago (2017-02-01 02:00:53 UTC) #19
sashab
Nice extra comments :) LGTM https://codereview.chromium.org/2669433002/diff/60001/third_party/WebKit/Source/core/style/ComputedStyleConstants.h File third_party/WebKit/Source/core/style/ComputedStyleConstants.h (right): https://codereview.chromium.org/2669433002/diff/60001/third_party/WebKit/Source/core/style/ComputedStyleConstants.h#newcode36 third_party/WebKit/Source/core/style/ComputedStyleConstants.h:36: // Some properties are ...
3 years, 10 months ago (2017-02-01 18:16:09 UTC) #22
shend
https://codereview.chromium.org/2669433002/diff/60001/third_party/WebKit/Source/core/style/ComputedStyleConstants.h File third_party/WebKit/Source/core/style/ComputedStyleConstants.h (right): https://codereview.chromium.org/2669433002/diff/60001/third_party/WebKit/Source/core/style/ComputedStyleConstants.h#newcode36 third_party/WebKit/Source/core/style/ComputedStyleConstants.h:36: // Some properties are automatically generated in ComputedStyleBase On ...
3 years, 10 months ago (2017-02-01 21:33:32 UTC) #23
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/2669433002/80001
3 years, 10 months ago (2017-02-02 01:14:21 UTC) #26
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_TIMED_OUT, no build URL)
3 years, 10 months ago (2017-02-02 05:35:23 UTC) #28
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/2669433002/80001
3 years, 10 months ago (2017-02-02 05:40:25 UTC) #30
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/382400)
3 years, 10 months ago (2017-02-02 07:05:02 UTC) #32
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/2669433002/80001
3 years, 10 months ago (2017-02-02 21:32:32 UTC) #34
commit-bot: I haz the power
Failed to apply patch for third_party/WebKit/Source/core/style/ComputedStyleConstants.h: While running git apply --index -p1; error: patch failed: ...
3 years, 10 months ago (2017-02-02 23:08:58 UTC) #36
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/2669433002/100001
3 years, 10 months ago (2017-02-02 23:24:27 UTC) #39
commit-bot: I haz the power
3 years, 10 months ago (2017-02-03 04:35:39 UTC) #42
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://chromium.googlesource.com/chromium/src/+/14a1ac0a3d3be32ac70c9cf16b8f...

Powered by Google App Engine
This is Rietveld 408576698