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

Issue 23591068: Generate toCSSFooValue() for CSSAspectRatioValue, CSSBorderImageSliceValue (Closed)

Created:
7 years, 3 months ago by gyuyoung-inactive
Modified:
7 years, 3 months ago
Reviewers:
tkent
CC:
blink-reviews, kenneth.christiansen, dglazkov+blink, apavlov+blink_chromium.org, darktears
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Generate toCSSFooValue() for CSSAspectRatioValue, CSSBorderImageSliceValue and CSSValueList This cl cleanup static_cast<CSS*Value> type cast using DEFINE_CSS_VALUE_TYPE_CASTS. toCSSFooValue() will help to detect bad-casts as well as improve readibility. CSSAspectRatioValue, CSSBorderImageSliceValue are covered by this cl. Additionally, CSSValueList uses DEFINE_CSS_VALUE_TYPE_CASTS instead of manual inline functions. BUG=N/A Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=158297

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -19 lines) Patch
M Source/core/css/CSSAspectRatioValue.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/css/CSSBorderImageSliceValue.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/css/CSSToStyleMap.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSValue.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/css/CSSValueList.h View 1 chunk +1 line, -14 lines 0 comments Download
M Source/core/css/MediaQueryEvaluator.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/resolver/StyleBuilderCustom.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
gyuyoung-inactive
Add tkent to reviewer. tkent, the style check patch for toFoo was reverted. So, I ...
7 years, 3 months ago (2013-09-24 13:37:52 UTC) #1
tkent
lgtm
7 years, 3 months ago (2013-09-24 23:02:01 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gyuyoung.kim@samsung.com/23591068/1
7 years, 3 months ago (2013-09-24 23:02:08 UTC) #3
commit-bot: I haz the power
7 years, 3 months ago (2013-09-25 06:07:22 UTC) #4
Message was sent while issue was closed.
Change committed as 158297

Powered by Google App Engine
This is Rietveld 408576698