RESOLVED FIXED 169015
[Cocoa] Suppress font download dialog in new matching algorithm
https://bugs.webkit.org/show_bug.cgi?id=169015
Summary [Cocoa] Suppress font download dialog in new matching algorithm
Myles C. Maxfield
Reported 2017-02-28 18:36:14 PST
[Cocoa] Suppress font download dialog in new matching algorithm
Attachments
Patch (2.21 KB, patch)
2017-02-28 18:37 PST, Myles C. Maxfield
ap: review+
buildbot: commit-queue-
Archive of layout-test-results from ews103 for mac-elcapitan (1.10 MB, application/zip)
2017-02-28 19:15 PST, Build Bot
no flags
Myles C. Maxfield
Comment 1 2017-02-28 18:37:08 PST
Build Bot
Comment 2 2017-02-28 19:15:41 PST
Comment on attachment 303025 [details] Patch Attachment 303025 [details] did not pass mac-ews (mac): Output: http://webkit-queues.webkit.org/results/3212340 New failing tests: media/modern-media-controls/volume-down-support/volume-down-support.html
Build Bot
Comment 3 2017-02-28 19:15:44 PST
Created attachment 303027 [details] Archive of layout-test-results from ews103 for mac-elcapitan The attached test failures were seen while running run-webkit-tests on the mac-ews. Bot: ews103 Port: mac-elcapitan Platform: Mac OS X 10.11.6
Alexey Proskuryakov
Comment 4 2017-02-28 22:43:06 PST
Comment on attachment 303025 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=303025&action=review > Source/WebCore/platform/graphics/cocoa/FontCacheCoreText.cpp:954 > + int one = 1; also static? > Source/WebCore/platform/graphics/cocoa/FontCacheCoreText.cpp:955 > + static NeverDestroyed<RetainPtr<CFNumberRef>> yes = adoptCF(CFNumberCreate(kCFAllocatorDefault, kCFNumberIntType, &one)); just "static CFNumberRef"
Myles C. Maxfield
Comment 5 2017-04-12 22:49:23 PDT
mitz
Comment 6 2017-04-12 22:51:51 PDT
Comment on attachment 303025 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=303025&action=review > Source/WebCore/platform/graphics/cocoa/FontCacheCoreText.cpp:957 > + CFTypeRef values[] = { yes.get().get(), postScriptNameString.get() }; Would kCFBooleanTrue not work here?!
Myles C. Maxfield
Comment 7 2017-04-13 12:17:38 PDT
(In reply to mitz from comment #6) > Comment on attachment 303025 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=303025&action=review > > > Source/WebCore/platform/graphics/cocoa/FontCacheCoreText.cpp:957 > > + CFTypeRef values[] = { yes.get().get(), postScriptNameString.get() }; > > Would kCFBooleanTrue not work here?! I didn't know about this! Thanks for telling me.
Myles C. Maxfield
Comment 8 2017-04-13 12:34:29 PDT
Note You need to log in before you can comment on or make changes to this bug.