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

Issue 444413003: Make style building for font-weight less custom. (Closed)

Created:
6 years, 4 months ago by andersr
Modified:
6 years, 4 months ago
Reviewers:
dglazkov, eae
CC:
darktears, apavlov+blink_chromium.org, blink-reviews, blink-reviews-css, Rik, danakj, dglazkov+blink, krit, ed+blinkwatch_opera.com, jamesr, jbroman, pdr., rwlbuis, rune+blink, Stephen Chennney
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

Make style building for font-weight less custom. This patch lets the StyleBuilderConverter produce the final values for CSSValueBolder and CSSValueLighter, instead of first setting the weight on FontBuilder, and then setting the weight again. This is more in line with how the rest of the style building works. Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=179755

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -53 lines) Patch
M Source/core/css/CSSProperties.in View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/resolver/FontBuilder.h View 2 chunks +1 line, -2 lines 0 comments Download
M Source/core/css/resolver/FontBuilder.cpp View 1 chunk +0 lines, -14 lines 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 +13 lines, -0 lines 0 comments Download
M Source/core/css/resolver/StyleBuilderCustom.cpp View 1 chunk +0 lines, -30 lines 0 comments Download
M Source/platform/fonts/FontDescription.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/platform/fonts/FontDescription.cpp View 2 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
andersr
It appears that the test fast/css/font-weight-1.html currently has the wrong baseline for at least platform/[win, ...
6 years, 4 months ago (2014-08-07 10:01:43 UTC) #1
rune
On 2014/08/07 10:01:43, andersr wrote: > It appears that the test fast/css/font-weight-1.html currently has the ...
6 years, 4 months ago (2014-08-07 10:33:33 UTC) #2
rune
On 2014/08/07 10:33:33, rune wrote: > On 2014/08/07 10:01:43, andersr wrote: > > It appears ...
6 years, 4 months ago (2014-08-07 10:42:59 UTC) #3
rune
On 2014/08/07 10:42:59, rune wrote: > On 2014/08/07 10:33:33, rune wrote: > > On 2014/08/07 ...
6 years, 4 months ago (2014-08-07 10:46:21 UTC) #4
andersr
> > I see. There are no numbers 1-9. And I guess those appear with ...
6 years, 4 months ago (2014-08-07 10:49:16 UTC) #5
andersr
Looks like it's just a coincidence, and that this patch actually has nothing to do ...
6 years, 4 months ago (2014-08-07 13:02:57 UTC) #6
dglazkov
lgtm
6 years, 4 months ago (2014-08-07 15:44:22 UTC) #7
andersr
The CQ bit was checked by andersr@opera.com
6 years, 4 months ago (2014-08-07 19:24:14 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/andersr@opera.com/444413003/1
6 years, 4 months ago (2014-08-07 19:25:30 UTC) #9
commit-bot: I haz the power
6 years, 4 months ago (2014-08-07 21:13:06 UTC) #10
Message was sent while issue was closed.
Change committed as 179755

Powered by Google App Engine
This is Rietveld 408576698