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

Issue 748073002: Use a StyleBuilderConverter function for line-height. (Closed)

Created:
6 years, 1 month ago by andersr
Modified:
6 years, 1 month ago
Reviewers:
Timothy Loh
CC:
blink-reviews, blink-reviews-css, ed+blinkwatch_opera.com, dglazkov+blink, apavlov+blink_chromium.org, darktears, rwlbuis
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

Use a StyleBuilderConverter function for line-height. The line-height property does not need a custom StyleBuilder function (at least not anymore). R=timloh@chromium.org Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=185867

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -29 lines) Patch
M Source/core/css/CSSProperties.in View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/resolver/StyleBuilderConverter.h View 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/css/resolver/StyleBuilderConverter.cpp View 1 chunk +27 lines, -0 lines 0 comments Download
M Source/core/css/resolver/StyleBuilderCustom.cpp View 1 chunk +0 lines, -28 lines 2 comments Download

Messages

Total messages: 5 (1 generated)
andersr
https://codereview.chromium.org/748073002/diff/1/Source/core/css/resolver/StyleBuilderCustom.cpp File Source/core/css/resolver/StyleBuilderCustom.cpp (left): https://codereview.chromium.org/748073002/diff/1/Source/core/css/resolver/StyleBuilderCustom.cpp#oldcode328 Source/core/css/resolver/StyleBuilderCustom.cpp:328: lineHeight = Length(valueForLength(zoomedLength, state.style()->fontSize()), Fixed); Calc resolves against RenderStyle::fontSize, ...
6 years, 1 month ago (2014-11-21 16:29:15 UTC) #1
Timothy Loh
lgtm https://codereview.chromium.org/748073002/diff/1/Source/core/css/resolver/StyleBuilderCustom.cpp File Source/core/css/resolver/StyleBuilderCustom.cpp (left): https://codereview.chromium.org/748073002/diff/1/Source/core/css/resolver/StyleBuilderCustom.cpp#oldcode328 Source/core/css/resolver/StyleBuilderCustom.cpp:328: lineHeight = Length(valueForLength(zoomedLength, state.style()->fontSize()), Fixed); On 2014/11/21 16:29:15, ...
6 years, 1 month ago (2014-11-21 17:13:02 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/748073002/1
6 years, 1 month ago (2014-11-24 09:42:47 UTC) #4
commit-bot: I haz the power
6 years, 1 month ago (2014-11-24 10:52:38 UTC) #5
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://src.chromium.org/viewvc/blink?view=rev&revision=185867

Powered by Google App Engine
This is Rietveld 408576698