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

Issue 2825653002: Split initial methods of padding on ComputedStyle. (Closed)

Created:
3 years, 8 months ago by shend
Modified:
3 years, 8 months ago
Reviewers:
rune
CC:
darktears, apavlov+blink_chromium.org, blink-reviews, blink-reviews-css, blink-reviews-style_chromium.org, chromium-reviews, dglazkov+blink, rwlbuis
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Split initial methods of padding on ComputedStyle. Currently the padding properties share the same method for the initial value: initialPadding(). This makes it difficult to generate because the generator will generate four copies of initialPadding(), causing a name conflict. This patch splits the initialPadding() method into four separate methods, one for each property. BUG=628043 Review-Url: https://codereview.chromium.org/2825653002 Cr-Commit-Position: refs/heads/master@{#465827} Committed: https://chromium.googlesource.com/chromium/src/+/8879a4bb7e30c99c71fe7a68936a168f7204462a

Patch Set 1 #

Patch Set 2 : Rebase #

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

Messages

Total messages: 23 (19 generated)
shend
Hi Bugs, PTAL
3 years, 8 months ago (2017-04-18 04:52:58 UTC) #2
rune
lgtm
3 years, 8 months ago (2017-04-18 07:36:14 UTC) #4
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/2825653002/20001
3 years, 8 months ago (2017-04-20 00:37:56 UTC) #20
commit-bot: I haz the power
3 years, 8 months ago (2017-04-20 00:42:38 UTC) #23
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/8879a4bb7e30c99c71fe7a68936a...

Powered by Google App Engine
This is Rietveld 408576698