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

Issue 2616703004: Remove CSSInitialValue::createLegacyImplicit() (Closed)

Created:
3 years, 11 months ago by Timothy Loh
Modified:
3 years, 11 months ago
CC:
darktears, apavlov+blink_chromium.org, blink-reviews, blink-reviews-css, chromium-reviews, dglazkov+blink, rwlbuis
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove CSSInitialValue::createLegacyImplicit() This patch removes the implicit initial value and changes all uses of it to just use the regular initial value. We no longer have any code which actually differentiates between implicit and non-implicit initial values so this removal has no behaviour change. There's still an implicit flag on CSSProperty, but this is currently referenced by devtools. The flag seems to only be set when the repeat longhands of background and -webkit-mask are set from the shorthand, which doesn't really make sense. We should probably just remove the flag too. BUG=471917 Committed: https://crrev.com/d581bb3770e4e1102a30dbd25f90443c42b00052 Cr-Commit-Position: refs/heads/master@{#441587}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -68 lines) Patch
M third_party/WebKit/Source/core/css/CSSInitialValue.h View 2 chunks +1 line, -7 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSInitialValue.cpp View 1 chunk +1 line, -5 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSValue.h View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/CSSValue.cpp View 1 chunk +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSValuePool.h View 2 chunks +2 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSValuePool.cpp View 2 chunks +2 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp View 11 chunks +31 lines, -43 lines 0 comments Download

Messages

Total messages: 13 (8 generated)
Timothy Loh
3 years, 11 months ago (2017-01-05 03:31:01 UTC) #4
alancutter (OOO until 2018)
lgtm
3 years, 11 months ago (2017-01-05 03:36:58 UTC) #5
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/2616703004/1
3 years, 11 months ago (2017-01-05 04:21:40 UTC) #8
commit-bot: I haz the power
Committed patchset #1 (id:1)
3 years, 11 months ago (2017-01-05 04:49:27 UTC) #11
commit-bot: I haz the power
3 years, 11 months ago (2017-01-05 04:51:35 UTC) #13
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/d581bb3770e4e1102a30dbd25f90443c42b00052
Cr-Commit-Position: refs/heads/master@{#441587}

Powered by Google App Engine
This is Rietveld 408576698