WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 174079
REGRESSION(Variation Fonts): Specifying Skia by PostScript name does not yield the expected result
https://bugs.webkit.org/show_bug.cgi?id=174079
Summary
REGRESSION(Variation Fonts): Specifying Skia by PostScript name does not yiel...
Myles C. Maxfield
Reported
2017-07-02 13:13:38 PDT
REGRESSION(Variation Fonts): Specifying Skia by PostScript name does not yield the expected result
Attachments
Patch
(10.31 KB, patch)
2017-07-02 13:18 PDT
,
Myles C. Maxfield
no flags
Details
Formatted Diff
Diff
Patch
(11.19 KB, patch)
2017-07-02 13:23 PDT
,
Myles C. Maxfield
no flags
Details
Formatted Diff
Diff
Patch
(11.45 KB, patch)
2017-07-02 14:22 PDT
,
Myles C. Maxfield
achristensen
: review+
Details
Formatted Diff
Diff
Show Obsolete
(2)
View All
Add attachment
proposed patch, testcase, etc.
Myles C. Maxfield
Comment 1
2017-07-02 13:18:53 PDT
Created
attachment 314423
[details]
Patch
Myles C. Maxfield
Comment 2
2017-07-02 13:23:50 PDT
Created
attachment 314424
[details]
Patch
Myles C. Maxfield
Comment 3
2017-07-02 14:22:22 PDT
Created
attachment 314427
[details]
Patch
Myles C. Maxfield
Comment 4
2017-07-02 14:23:19 PDT
<
rdar://problem/33040854
>
Alex Christensen
Comment 5
2017-07-03 15:06:09 PDT
Comment on
attachment 314427
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=314427&action=review
> Source/WebCore/platform/graphics/cocoa/FontCacheCoreText.cpp:1165 > + return { adoptCF(CTFontCreateWithFontDescriptor(installedFont->fontDescriptor.get(), size, nullptr)), false };
This false is unnecessary. Does it help with readability?
Myles C. Maxfield
Comment 6
2017-07-03 15:46:33 PDT
Committed
r219102
: <
http://trac.webkit.org/changeset/219102
>
Myles C. Maxfield
Comment 7
2017-07-03 15:47:32 PDT
Comment on
attachment 314427
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=314427&action=review
>> Source/WebCore/platform/graphics/cocoa/FontCacheCoreText.cpp:1165 >> + return { adoptCF(CTFontCreateWithFontDescriptor(installedFont->fontDescriptor.get(), size, nullptr)), false }; > > This false is unnecessary. Does it help with readability?
Yeah. In the other cases it doesn't matter, but in this case, it's explicitly necessary.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug