Bug 117449

Summary: Remove dead code for storing fonts in __DATA section
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: Tools / TestsAssignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, mitz, mrowe
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
proposed patch none

Description Alexey Proskuryakov 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.
Comment 1 Alexey Proskuryakov 2013-06-10 17:00:35 PDT
Created attachment 204229 [details]
proposed patch
Comment 2 WebKit Commit Bot 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>
Comment 3 WebKit Commit Bot 2013-06-10 17:39:07 PDT
All reviewed patches have been landed.  Closing bug.