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

Issue 330913005: Fix inheritance of baseline-shift <length> values (Closed)

Created:
6 years, 6 months ago by fs
Modified:
6 years, 6 months ago
Reviewers:
Timothy Loh, esprehn, pdr.
CC:
blink-reviews, blink-reviews-css, ed+blinkwatch_opera.com, dglazkov+blink, apavlov+blink_chromium.org, darktears, rune+blink, rwlbuis
Project:
blink
Visibility:
Public.

Description

Fix inheritance of baseline-shift <length> values Needs custom_inherit because of the enum+length combination. BUG=304006 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=176928

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -1 line) Patch
A LayoutTests/svg/css/baseline-shift-inherit.html View 1 chunk +21 lines, -0 lines 0 comments Download
M Source/core/css/CSSProperties.in View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/resolver/StyleBuilderCustom.cpp View 1 chunk +9 lines, -0 lines 3 comments Download

Messages

Total messages: 9 (0 generated)
fs
6 years, 6 months ago (2014-06-24 14:02:38 UTC) #1
pdr.
https://codereview.chromium.org/330913005/diff/1/Source/core/css/resolver/StyleBuilderCustom.cpp File Source/core/css/resolver/StyleBuilderCustom.cpp (right): https://codereview.chromium.org/330913005/diff/1/Source/core/css/resolver/StyleBuilderCustom.cpp#newcode1371 Source/core/css/resolver/StyleBuilderCustom.cpp:1371: svgStyle->setBaselineShift(baselineShift); Can this lead to either svgStyle or parentSvgStyle ...
6 years, 6 months ago (2014-06-24 19:56:33 UTC) #2
Timothy Loh
lgtm https://codereview.chromium.org/330913005/diff/1/Source/core/css/resolver/StyleBuilderCustom.cpp File Source/core/css/resolver/StyleBuilderCustom.cpp (right): https://codereview.chromium.org/330913005/diff/1/Source/core/css/resolver/StyleBuilderCustom.cpp#newcode1371 Source/core/css/resolver/StyleBuilderCustom.cpp:1371: svgStyle->setBaselineShift(baselineShift); On 2014/06/24 19:56:33, pdr wrote: > Can ...
6 years, 6 months ago (2014-06-25 01:33:46 UTC) #3
pdr.
On 2014/06/25 01:33:46, Timothy Loh wrote: > lgtm > > https://codereview.chromium.org/330913005/diff/1/Source/core/css/resolver/StyleBuilderCustom.cpp > File Source/core/css/resolver/StyleBuilderCustom.cpp (right): ...
6 years, 6 months ago (2014-06-25 01:39:42 UTC) #4
fs
https://codereview.chromium.org/330913005/diff/1/Source/core/css/resolver/StyleBuilderCustom.cpp File Source/core/css/resolver/StyleBuilderCustom.cpp (right): https://codereview.chromium.org/330913005/diff/1/Source/core/css/resolver/StyleBuilderCustom.cpp#newcode1371 Source/core/css/resolver/StyleBuilderCustom.cpp:1371: svgStyle->setBaselineShift(baselineShift); On 2014/06/24 19:56:33, pdr wrote: > Can this ...
6 years, 6 months ago (2014-06-25 08:02:26 UTC) #5
pdr.
On 2014/06/25 08:02:26, fs wrote: > https://codereview.chromium.org/330913005/diff/1/Source/core/css/resolver/StyleBuilderCustom.cpp > File Source/core/css/resolver/StyleBuilderCustom.cpp (right): > > https://codereview.chromium.org/330913005/diff/1/Source/core/css/resolver/StyleBuilderCustom.cpp#newcode1371 > ...
6 years, 6 months ago (2014-06-25 14:25:15 UTC) #6
fs
The CQ bit was checked by fs@opera.com
6 years, 6 months ago (2014-06-25 14:42:13 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/fs@opera.com/330913005/1
6 years, 6 months ago (2014-06-25 14:42:57 UTC) #8
commit-bot: I haz the power
6 years, 6 months ago (2014-06-25 15:26:29 UTC) #9
Message was sent while issue was closed.
Change committed as 176928

Powered by Google App Engine
This is Rietveld 408576698