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

Issue 199423003: Add plumbing for font-stretch (Closed)

Created:
6 years, 9 months ago by eae
Modified:
6 years, 9 months ago
Reviewers:
eseidel, dglazkov, ojan
CC:
blink-reviews, shans, eae+blinkwatch, apavlov+blink_chromium.org, rjwright, aandrey+blink_chromium.org, dino_apple.com, rwlbuis, caseq+blink_chromium.org, Steve Block, alancutter (OOO until 2018), pfeldman+blink_chromium.org, dsinclair, yurys+blink_chromium.org, Timothy Loh, dstockwell, dglazkov+blink, jchaffraix+rendering, devtools-reviews_chromium.org, bemjb+rendering_chromium.org, pdr., rune+blink, Eric Willigers, loislo+blink_chromium.org, zoltan1, lushnikov+blink_chromium.org, eustas+blink_chromium.org, paulirish+reviews_chromium.org, darktears, alph+blink_chromium.org, leviw+renderwatch, vsevik+blink_chromium.org, Mike Lawther (Google), ed+blinkwatch_opera.com
Visibility:
Public.

Description

Add plumbing for font-stretch Implement support for parsing and querying the font-stretch CSS property, for extracting the font-stretch from the short-hand font property, and for querying the font-stretch through getComputedStyle. Note that this patch does _not_ implement the font-stretch functionality itself, it merely adds the required plumbing. Request to implement thread: https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/N24I2zJemvI Entry in Chromium Dashboard: http://www.chromestatus.com/features/4598830058176512 R=dglazkov@chromium.org BUG=331119 TEST=fast/css3-text/font-stretch.html Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=169264

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+478 lines, -141 lines) Patch
M LayoutTests/fast/css/font-shorthand-expected.txt View 9 chunks +9 lines, -0 lines 0 comments Download
M LayoutTests/fast/css/font-shorthand-from-longhands.html View 2 chunks +9 lines, -9 lines 0 comments Download
M LayoutTests/fast/css/font-shorthand-from-longhands-expected.txt View 1 chunk +9 lines, -9 lines 0 comments Download
M LayoutTests/fast/css/getComputedStyle/computed-style-font-expected.txt View 1 chunk +56 lines, -56 lines 0 comments Download
M LayoutTests/fast/css/getComputedStyle/computed-style-font-family-expected.txt View 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/fast/css/getComputedStyle/script-tests/computed-style-font.js View 1 chunk +56 lines, -56 lines 0 comments Download
A LayoutTests/fast/css3-text/font-stretch.html View 1 1 chunk +80 lines, -0 lines 0 comments Download
A LayoutTests/fast/css3-text/font-stretch-expected.txt View 1 1 chunk +19 lines, -0 lines 0 comments Download
M LayoutTests/fast/inspector-support/style-expected.txt View 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/inspector/console/console-format-style-whitelist-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSComputedStyleDeclaration.cpp View 5 chunks +30 lines, -1 line 0 comments Download
M Source/core/css/CSSFontValue.h View 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/css/CSSFontValue.cpp View 3 chunks +7 lines, -1 line 0 comments Download
M Source/core/css/CSSPrimitiveValueMappings.h View 1 chunk +70 lines, -0 lines 0 comments Download
M Source/core/css/CSSProperties.in View 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/css/CSSPropertyNames.in View 2 chunks +1 line, -1 line 0 comments Download
M Source/core/css/CSSShorthands.in View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/FontFaceSet.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/css/StylePropertySerializer.cpp View 3 chunks +3 lines, -0 lines 0 comments Download
M Source/core/css/parser/CSSPropertyParser.h View 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/css/parser/CSSPropertyParser.cpp View 6 chunks +25 lines, -4 lines 0 comments Download
M Source/core/css/resolver/AnimatedStyleBuilder.cpp View 2 chunks +23 lines, -0 lines 0 comments Download
M Source/core/css/resolver/FontBuilder.h View 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/css/resolver/FontBuilder.cpp View 1 chunk +7 lines, -0 lines 0 comments Download
M Source/core/css/resolver/StyleBuilderCustom.cpp View 3 chunks +53 lines, -1 line 0 comments Download
M Source/core/css/resolver/StyleResolver.cpp View 2 chunks +2 lines, -1 line 0 comments Download
M Source/core/rendering/style/RenderStyle.h View 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/rendering/style/RenderStyle.cpp View 1 chunk +9 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
eae
6 years, 9 months ago (2014-03-13 20:37:38 UTC) #1
dglazkov
lgtm. Does this need to be behind flag for now?
6 years, 9 months ago (2014-03-13 20:42:17 UTC) #2
eae
On 2014/03/13 20:42:17, dglazkov wrote: > lgtm. Does this need to be behind flag for ...
6 years, 9 months ago (2014-03-13 21:38:00 UTC) #3
ojan
On 2014/03/13 21:38:00, eae wrote: > On 2014/03/13 20:42:17, dglazkov wrote: > > lgtm. Does ...
6 years, 9 months ago (2014-03-13 21:53:23 UTC) #4
eae
On 2014/03/13 21:53:23, ojan wrote: > On 2014/03/13 21:38:00, eae wrote: > > On 2014/03/13 ...
6 years, 9 months ago (2014-03-13 22:08:08 UTC) #5
ojan
On 2014/03/13 22:08:08, eae wrote: > On 2014/03/13 21:53:23, ojan wrote: > > On 2014/03/13 ...
6 years, 9 months ago (2014-03-13 23:25:16 UTC) #6
eae
The CQ bit was checked by eae@chromium.org
6 years, 9 months ago (2014-03-14 17:05:47 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/eae@chromium.org/199423003/20001
6 years, 9 months ago (2014-03-14 17:05:56 UTC) #8
commit-bot: I haz the power
6 years, 9 months ago (2014-03-14 17:57:56 UTC) #9
Message was sent while issue was closed.
Change committed as 169264

Powered by Google App Engine
This is Rietveld 408576698