Chromium Code Reviews
Help | Chromium Project | Gerrit Changes | Sign in
(89)

Issue 1186833003: Split up CSSPrimitiveValue::isString into isString and isCustomIdent (Closed)

Created:
4 years, 10 months ago by Timothy Loh
Modified:
4 years, 10 months ago
CC:
blink-reviews, blink-reviews-style_chromium.org, blink-reviews-css, dglazkov+blink, apavlov+blink_chromium.org, darktears, rwlbuis
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Split up CSSPrimitiveValue::isString into isString and isCustomIdent This patch splits up CSSPrimitiveValue::isString, which currently checks for either CSS_STRING (<string>) or CSS_CUSTOM_IDENT (<custom-ident>, but also used for <family-name>), into two separate functions. This makes it clearer which values we're dealing with. Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=197210

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -7 lines) Patch
M Source/core/css/CSSPrimitiveValue.h View 2 chunks +2 lines, -1 line 0 comments Download
M Source/core/css/FontFace.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/parser/CSSPropertyParser.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/resolver/CSSToStyleMap.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/resolver/StyleBuilderConverter.cpp View 3 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 10 (3 generated)
Timothy Loh
4 years, 10 months ago (2015-06-16 01:44:23 UTC) #2
sashab
I understand what you're doing but why was it a single function in the first ...
4 years, 10 months ago (2015-06-16 03:59:18 UTC) #3
Timothy Loh
On 2015/06/16 03:59:18, sashab wrote: > I understand what you're doing but why was it ...
4 years, 10 months ago (2015-06-16 04:24:03 UTC) #5
rwlbuis
lgtm
4 years, 10 months ago (2015-06-16 14:12:13 UTC) #6
sashab
Cool, thanks for the explanation, lgtm
4 years, 10 months ago (2015-06-16 14:50:21 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1186833003/1
4 years, 10 months ago (2015-06-16 23:55:34 UTC) #9
commit-bot: I haz the power
4 years, 10 months ago (2015-06-17 00:00:43 UTC) #10
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://src.chromium.org/viewvc/blink?view=rev&revision=197210

Powered by Google App Engine
This is Rietveld 408576698