RESOLVED FIXED 117449
Remove dead code for storing fonts in __DATA section
https://bugs.webkit.org/show_bug.cgi?id=117449
Summary Remove dead code for storing fonts in __DATA section
Alexey Proskuryakov
Reported 2013-06-10 16:54:25 PDT
DumpRenderTree used to store font resources in a __DATA section, and to activate them from memory. We stopped doing that to work around <rdar://problem/6698023>. That bug got fixed, but there is no harm in just keeping the current behavior, and that's certainly easier that restoring and modernizing the code to activate from memory.
Attachments
proposed patch (3.53 KB, patch)
2013-06-10 17:00 PDT, Alexey Proskuryakov
no flags
Alexey Proskuryakov
Comment 1 2013-06-10 17:00:35 PDT
Created attachment 204229 [details] proposed patch
WebKit Commit Bot
Comment 2 2013-06-10 17:39:04 PDT
Comment on attachment 204229 [details] proposed patch Clearing flags on attachment: 204229 Committed r151412: <http://trac.webkit.org/changeset/151412>
WebKit Commit Bot
Comment 3 2013-06-10 17:39:07 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.