RESOLVED FIXED 173616
[iOS] Ensure that GraphicsServices is initialized before calling GSFontPurgeFontCache().
https://bugs.webkit.org/show_bug.cgi?id=173616
Summary [iOS] Ensure that GraphicsServices is initialized before calling GSFontPurgeF...
Andreas Kling
Reported 2017-06-20 13:01:44 PDT
Attachments
Patch (1.83 KB, patch)
2017-06-20 13:04 PDT, Andreas Kling
no flags
Patch (1.98 KB, patch)
2017-06-20 17:05 PDT, Andreas Kling
cdumez: review+
Patch for landing (3.26 KB, patch)
2017-06-21 10:11 PDT, Andreas Kling
no flags
Andreas Kling
Comment 1 2017-06-20 13:04:34 PDT
Chris Dumez
Comment 2 2017-06-20 13:29:30 PDT
Comment on attachment 313428 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=313428&action=review > Source/WebCore/page/cocoa/MemoryReleaseCocoa.mm:46 > + GSFontInitialize(); This looks like this may cause us to bring in some frameworks and cause that daemon to JetSam. I don't think we should initialize stuff that is not needed just so that we can purge things.
Andreas Kling
Comment 3 2017-06-20 17:05:39 PDT
Andreas Kling
Comment 4 2017-06-21 10:11:43 PDT
Created attachment 313527 [details] Patch for landing
WebKit Commit Bot
Comment 5 2017-06-21 12:49:15 PDT
Comment on attachment 313527 [details] Patch for landing Clearing flags on attachment: 313527 Committed r218643: <http://trac.webkit.org/changeset/218643>
WebKit Commit Bot
Comment 6 2017-06-21 12:49:16 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.